body {
  background: url("images/bg_top_home.jpg") no-repeat scroll 0 0 #000000;
  color: #ffffff;
  font-family: Arial,sans-serif;
  font-size: 15px;
  font-weight: 300;
  text-shadow: 2px 2px 5px #000;
}

/* header */
.top-nav {
	background: #591B62;
    padding: 5px 0 1px;
}
.navbar {
    margin-bottom: 0;
}
.navbar-brand, .navbar-brand:hover {
    color: #fff;
    display: block;
    font-size: 16px;
	font-family: Georgia,sans-serif;
	text-transform: uppercase;
}
.navbar-toggle {
    color: #fff !important;
}
.navbar .icon-bar {
    background: none repeat scroll 0 0 #fff;
}
.top-nav .navbar-nav > li > a {
    padding: 8px 5px;
}
.top-nav .navbar-nav > li > a {
    font-family: Georgia,sans-serif;
    font-size: 14px;
    padding: 5px 5px 5px 15px;
    text-transform: uppercase;
}
.navbar-nav > li > a {
    color: #ffffff;
    font-family: Georgia,sans-serif;
    font-size: 16px;
    padding: 5px;
}

.nav > li > a:hover, .nav > li > a:focus, .nav > li.current-menu-item > a:hover {
    background: none;
    border-radius: 5px;
    color: #FAECA3;
}
.top-featured {
    background: none repeat scroll 0 0 rgba(74, 26, 78, 0.55);
}
.logo {
    text-align: center;
}


/* content */
.starter-template {
  padding: 15px 15px 40px;
  text-align: left;
  background: #000;
}

p a {
    color: #d670b9;
    text-decoration: none;
}

p a:hover {
	color: #d670b9;
    text-decoration: underline;
}

.malesrtip {
    color: #9e9e9e;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    text-align: center;
}
.malesrtip a {
    color: #fff;
    font-weight: normal;
    text-decoration: none;
}


p.title-text {
    color: #fff;
    font-size: 15px;
    line-height: 20px;
    padding: 5px 0;
    text-decoration: underline;
}
.h1, .h2, .h3, h1, h2, h3 {
    font-family: Arial,sans-serif;
}

h1 {
    margin: 0 0 15px;
    text-shadow: 2px 2px 5px #000;
}
h1 {
    font-family: Arial,sans-serif;
    font-size: 22px;
    font-weight: normal;
}
h2 { 
	color: #fff;
    font-family: Arial,sans-serif;
    font-size: 18px;
    display: inline-block;
    font-weight: 400;
    margin: 10px 0 0 16px;
    text-shadow: 2px 2px 5px #000;
    text-transform: uppercase;
    vertical-align: top;
}
h3 { 
	color: #d670b9; 
	display: inline-block;
	font-weight: 400;
	margin: 10px 0 0 16px;
	text-shadow: 2px 2px 5px #000;
	text-transform: uppercase;
	vertical-align: top;
}

.float_left {
    float: left;
    margin: 0 20px 10px 0;
    padding: 0;
}
.right_link a {
    text-align: right;
    text-decoration: none;
}
a {
    border: medium none;
    color: #d670b9;
}

hr {
    background-color: #ccc;
    border: 0 none;
    color: #ccc;
    height: 1px;
    margin: 20px 0 20px 10px;
}
.home_bar {
    margin: 5px 0 15px;
    width: 100%;
}

p strong span {
    color: #d670b9;
}

p strong {
    color: #00c4e2;
    font-size: 16px;
}
h1 {
    color: #d670b9;
    font-family: "Arial Black",Gadget,Arial,sans-serif;
    font-size: 28px;
    font-weight: normal;
}

.video-container { position: relative; padding-bottom: 56.25%; padding-top: 30px; height: 0; overflow: hidden; } 
.video-container iframe, .video-container object, .video-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

p.nav {
	margin-top:20px;
}
	
p.nav a {
    font-family: Arial,sans-serif;
    font-size: 15px;
    font-weight: 300;
    text-shadow: 2px 2px 5px #000;
	background-color: #009db4;
	color: #fff;
    font-size: 13px;
    padding: 2px 5px 5px;
    text-decoration: none;
	display:block;
	text-align:center;
	margin-bottom:10px;
}

.table {
    background-color: rgba(0, 0, 0, 0.5) !important;
    font-size: 13px !important;
    width: 100% !important;
}

.table .table_header {
    background-color: rgba(255, 255, 255, 0.5);
}
.table_header {
    color: #000;
    font-weight: bold;
	text-shadow: none;
}
	
.phonenum a {
	background-color: #CF0D88;
    border-radius: 5px;
    color: #fff;
    display: block;
    font-family: Arial,sans-serif;
    font-size: 18px;
    font-weight: 600;
    margin: 10px 0 20px;
    padding: 10px;
    text-align: center;
    text-decoration: none;
    text-shadow: 1px 1px 4px #000;
}
.phonenum a:hover {
	color: #fff;
	text-decoration: none;
}
	
/* footer */

.footer {
	font-size: 12px;
	background: #2E2425;
	color: #8c8989;
	padding:20px 0px;
	text-align:center;
}

.footer a {
    color: #fff;
}
.footer a:hover {
    color: #fff;
	font-weight:normal;
	text-decoration:underline;
}

