@charset "utf-8";
body{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
}
.headings_14dkblue {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color: #172d89;
	text-decoration:none;
}
p {
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#333;
	line-height:2;
}
li{
	line-height:2;
}
td {

}
.white_12bold {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
body {
	background-image: url(images/stripe_bg_pattern.gif);
}
.blue_12_bold {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #172d89;
	text-transform:uppercase;
}
a {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #0066cc;
	text-decoration: none;
}


a:visited {

}

a:active {
	text-decoration: underline;
}

a:hover {
	text-decoration: underline;
}

a.white {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFF;
	text-decoration: underline;
}


a.white:visited {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #FFF;
	text-decoration: underline;
}

a.white:active {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #172d89;
	text-decoration: underline;
}

a.white:hover {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #0066cc;
	text-decoration: underline;
}

a[href^="mailto"] { color: blue; }


.italic_12grey {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-style: italic;
	color: #333;
}
.grey_12bold {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333;
}
.grey_14bold {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #333;
}
td#footer{
	background:url(images/basebar.jpg) repeat-x;
}

td#footer a:link {	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
	text-decoration: underline;}
td#footer a:visited {	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
	text-decoration: underline;}
td#footer a:hover {	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #acbedf;
	text-decoration: underline;}
td#footer a:active {	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
	text-decoration: underline;}
.red_12_normal {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #F00;
}
#left_side_background{
	background:url(images/page_left_bg.jpg) repeat-y;
	
}
#right_side_background{
	background:url(images/right_bg.jpg) repeat-y;
}
/* --------------------------- Main Nav -----------------------------------*/
#navigation {
	width:900px;
	height:31px;
	background:url(images/up_nav_left.jpg) no-repeat left #000;
	margin:0;
	padding:0;
	position:relative;
	z-index:50;
	
}
#navigation ul.firstLevel{
	padding:0;
	margin:0;
	float:left;
	line-height:31px;
	text-align:right;
	position:absolute;
	left:80px;
	list-style:none;
}
#navigation li{
	float:left;
	padding:0;
	margin:0;
	position:relative;
}
#navigation a{
	display:block;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	color:#FFF;
	text-decoration:none;
	line-height:31px;
	padding:0 13px;
	margin:0;
	text-transform:uppercase;
	letter-spacing:1px;
}
#navigation li a:hover{
	background:url(images/over_nav_bg.jpg) repeat-x;
	border:none;
	color:#FF9;
}
#navigation a.signup{
	color:#FF9;
}

/* -------------------- Nav Drop Menu ----------*/
#navigation ul.secondLevel{
	padding:0;
	margin:0;
	position:absolute;
	left:0px;
	top:31px;
	list-style:none;
}
#navigation ul.secondLevel li{
	padding:0;
	margin:0;
	position:relative;
}
#navigation ul li ul{
	background: url(images/stripe_bg_pattern.gif) repeat #151515;
	display:none;
	position:absolute;
	left:0;
	top:31px;
	width:170px;
	-webkit-border-bottom-left-radius:9px;
	-moz-border-radius-bottomleft:9px;
	-webkit-border-bottom-right-radius:9px;
	-moz-border-radius-bottomright:9px;
}
#navigation ul li ul li{
	width:170px;
	text-align:left;
}
#navigation ul li ul li:last-child a{
	-webkit-border-bottom-left-radius:9px;
	-moz-border-radius-bottomleft:9px;
	-webkit-border-bottom-right-radius:9px;
	-moz-border-radius-bottomright:9px;
}
#navigation ul li:hover ul{
	display:block;
}

/* ------------   HEADER  --------------*/
#wrapper{
	margin:0 auto;
	padding:0;
	width:900px;
	position:relative;
	background:#FFF;
}
#header{
	width:900px;
	height:168px;
	background:url(images/header_fitness.jpg) no-repeat #000;
}
#mainContent{
	width:900px;
	background:url(images/up_nav_right.jpg) repeat #000;
}
#sidebar{
	margin:0;
	padding:0px 20px 10px 10px;
	color:#fff;
	width:194px;
}
#sidebar h3 {
	padding:0;
	margin:0px 0 10px 14px;
	color: #bbd1f5;
	font-family: Verdana, Geneva, sans-serif;
	font-size:12px;
	letter-spacing:1px;
	font-weight:normal;
	text-transform:uppercase;
	border-bottom:1px #bbd1f5 solid;
}
#sidebar li {
	line-height:1.5;
	margin:10px 0;
}
#starburst{
	width:250px;
	height:250px;
	background:url(images/update/starburst_graphic2.png) no-repeat;
	position:absolute;
	right:218px;
	top:205px;
	z-index:1;
}

/* ------------   Content  --------------*/
div#page_title {
	width:551px;
	height:62px;
	padding-left:125px;
	background:url(images/page_title.jpg) no-repeat 0 0;
}
div#page_title h1{
	padding-top:25px;
	color:#b31411;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:22px;
	font-weight:normal;
	font-style:italic;
	background:none;
	margin:0;
}
#contact_form{
	text-align:left;
	width:349px;
}

.footer{
	background:#182D8A;
}

