/* @group Global */

* {
	margin: 0;
	padding: 0;
}
html {
	height: 100%;
}
body {
	font: 12px/18px Arial, Helvetica, Geneva, Tahoma, sans-serif;
	color: #333;
	height: 100%;
	background: #072B51 url(images/body_bg_new.jpg) no-repeat scroll 50% 0;
	/*text-align: center;*/
}

h1 {
	font-size: 17px;
	line-height: 22px;
	color: #0F1E45;
	text-transform: uppercase;
	margin-bottom: 10px;
}

h2 {
	font-size: 18px;
	line-height: 20px;
	margin-bottom: 10px;
}

h3 {
	font-size: 14px;
	line-height: 16px;
	color: #787878;
	margin-bottom: 5px;
}

h4 {
	font-size: 14px;
	line-height: 16px;
	margin-bottom: 5px;
}

p {
	margin-top: 15px;
}
ul {
	
}
ul li {
	list-style-type: none;
}
a {
	text-decoration: none;
	color: #072B51;
}

a:hover {
	text-decoration: underline;
}

a.on {
	text-decoration: underline;
}
div.clear {
	clear: both;
}
#container {
	position: relative;
	width: 1000px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -113px;
	background: url(images/body_repeat.png) repeat-y;
	/*border: 1px solid yellow;*/
	left: 5px;
}
#header {
	width: 1000px;
	height: 125px;
	background: url(images/header_bg.png) no-repeat;
}
a.header {
	background: url(images/onepixclear.gif) repeat;
	position: absolute;
	display: block;
	height: 125px;
	width: 400px;
	z-index: 100;
}
#header_slides {
	position: relative;
	left: 19px;
}
#header_slides img {
	position: absolute;
	z-index: 0;
	display: none;
}
span.site-name {
	position: absolute;
	left: -999px;
}

#left_content {
	position: relative;
	float: left;
	background: url(images/left_bg.png) no-repeat;
	width: 265px;
	display: block;
	min-height: 391px;
	height: auto !important;
	height: 391px;
}

#left_nav {
	min-height: 300px;
	height: auto !important;
	height: 300px;
}

#left_nav ul {
	padding-left: 0;
	margin-left: 0;
	margin-top: 30px;
}

#left_nav ul li {
	list-style-type: none;
}

#left_nav ul li a {
	height: 26px;
	display: block;
	line-height: 26px;
	padding-right: 25px;
	color: white;
	text-transform: uppercase;
	font-size: 10px;
	font-weight: bold;
	text-align: right;
	background: url(images/left_nav_bg.png) no-repeat;
}

#left_nav ul li a.on {
	background: url(images/left_nav_on_bg.png) no-repeat;
	text-decoration: none;
	color: white;
}

#left_nav ul li a:hover {
	background: url(images/left_nav_on_bg.png) no-repeat;
	text-decoration: none;
	color: #7EA8D4;
}


#left_nav ul li a.activeSection {
	color: #C9A33F;
	text-decoration: none;
}
#left_nav ul.sub-nav {
	margin-top: 0;
	padding-right: 0px;
}

#left_nav ul.sub-nav li a {
}
#left_box {
	position: relative;
	padding-right: 13px;
	margin-top: 30px;
}
#content {
	width: 471px;
	background: url(images/center_bg.png) no-repeat;
	/*display: block;*/
	float: left;
	position: relative;
	/*min-height: 762px;
	height: auto !important;
	height: 762px;*/
}
#main_content {
	min-height: 300px;
	height: auto !important;
	height: 300px;
	/*float: left;*/
	position: relative;
	width: 441px;
	padding-right: 15px;
	padding-left: 15px;
	margin-top: 50px;
	padding-bottom: 20px;
}
#as_track_container h3 {
	margin-bottom: 5px;
	color: #072B51;
}
#as_track_container p {
	margin-top: 5px;
	margin-bottom: 10px;
}

#as_track_container p.as_media_title {
	margin-top: 5px;
	font-weight: bold;
	color: #072B51;
}
#as_track_container div.as_media_mainContent {
	margin-bottom: 15px;
	border-bottom: 1px solid #ccc;
}
#video_container {
	position: relative;
	height: 303px;
	/*margin-top: 15px;*/
	top:26px;
	left: 1px;
	margin-bottom: 26px;
	width: 471px;
	/*padding-top: 11px;*/
}
#video_container img {
	/*padding-top: 11px;*/
}
#right_content {
	position: relative;
	float: left;
	width: 264px;
	background: url(images/right_bg.png) no-repeat;
	min-height: 391px;
	height: auto !important;
	height: 391px;
}

#right_nav {
	min-height: 300px;
	height: auto !important;
	height: 300px;	
}

#right_nav ul {
	padding-left: 0;
	margin-left: 0;
	margin-top: 30px;
}

#right_nav ul li {
	list-style-type: none;	
}

#right_nav ul li a {
	height: 26px;
	display: block;
	line-height: 26px;
	padding-left: 25px;
	color: white;
	text-transform: uppercase;
	font-size: 10px;
	font-weight: bold;
	text-align: left;
	background: url(images/right_nav_bg.png) no-repeat;
}

#right_nav ul li a.on {
	background: url(images/right_nav_on_bg.png) no-repeat;
	text-decoration: none;
	color: white;
}

#right_nav ul li a:hover {
	background: url(images/right_nav_on_bg.png) no-repeat;
	text-decoration: none;
	color: #7EA8D4;	
}

#right_nav ul li a.activeSection {
	color: #C9A33F;
	text-decoration: none;
}
#right_nav ul.sub-nav {
	margin-top: 0;
	padding-left: 0px;
}
#right_nav ul.sub-nav li a {
	/*background: url(images/nav_bg.png) no-repeat;*/
	/*color: white;*/
	/*font-weight: 600;*/
	/*padding-left: 35px;*/
}
#right_box {
	position: relative;
	padding-left: 13px;
	margin-top: 30px;
}
div.push {
	height: 113px;
}
#footer {
	position: relative;
	background: url(images/footer_new.jpg) no-repeat;
	height: 113px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	left: 5px;
}

#footer p {
	font-size: 8px;
	text-align: right;
	text-transform: uppercase;
	padding-top: 10px;
	padding-right: 15px;
	margin-top: 0;
}

#footer p a {
	
}

/* @group Accelsite Definitions */

.smallNote {
 font-size: 11px;
 color: #999999;
 font-style: italic;
 }
 
.formLabel {
 /*background-color: #ECEEF0;*/
 }

.requiredField {
 font-weight: bold;
 }
.missingField {
 font-weight: bold;
 color: #FF0000;
 }
.contentHeaderCell {
 /*background-color: #AAAA77;*/
 /*color: #FFFFFF;*/
 /*font-weight: bold;*/
 }

.contentListCell {
 /*background-color: #EEEEEE;*/
 /*color: #000000;*/
 }
.contentListCellAlt1 {
 /*background-color: #CCCCCC;
 color: #000000;*/
 }
.contentListCellAlt2 {
 /*background-color: #DDDDDD;
 color: #000000;*/
 }
.alternate1 {
 /*background-color: #CCCCCC;
 color: #000000;*/
 }
.alternate2 {
 /*background-color: #DDDDDD;
 color: #000000;*/
 }
.alternate3 {
  /*background-color: #FFF;
  border:2px solid #EFEDEE;
  color: #000000;*/
}
.loginStatusSpan {
  /*font-size: 10px;
  color: #333;*/
}
.loginStatusSpan a {
  /*color: #4E4E4E;
  text-decoration: none;*/
}
.as_errorText {
  color: red;
  font-weight: bold;
}
.as_errorField {
  border: 2px solid red;
}
.as_errorInput {
  border: 2px solid red;
}
.as_successMessage {
 font-weight: bold;
 color: green;
 font-size: 14px;
 }

/* @end */

/* @end */


/* CSS Document */
