@charset "utf-8";

/* Base */

/*
#1d2f5f
h1 #4b94db
h2 #
a:link #
p #
footer bg #363636
dark blue #274f77
yellow #fdb834
*/

body {
	color: #6e6e6e;
	}
	
h1, h2, caption {
	color: #4b94db;
	}

h1 {
	font-size: 1.8em;
	}
	
h2 {
	margin-bottom: .25em;
	}

h2, caption {
  font-size: 1.3em;
	}
	
h3 {
  font-size: 1.1em;
	font-weight: bold;
	}
	
a:link, a:visited {
	color: #c90e00;
	}
	
ul a, dl a{
	text-decoration: none;
	}	
	

a:hover {
	text-decoration: none;
	} 
/* 		
h1, h2 {
  font-weight: bold;
	}

*/

#main_content #primary ul li {
	line-height: 1.3;
	margin-bottom: .5em;
	background: url(/res/shared/img/dot_gold.gif) no-repeat 0 .5em;
	padding-left: 10px;
	}

.clearfloat { /* this could go in the base style or might not be needed with overflow */
  clear:both;
  font-size: 1px;
  height:0;
  line-height: 0px;
}

em {
	font-style: italic;
	}
	
.list_lead {
	color: #777;
	font-size: 1.1em;
	}
	


/* Frame */

#container, #footer .wrapper, #util_bar .wrapper, #prefooter .wrapper { 
  margin: 0 auto;
  width: 840px;
	}
	
#container { 
	margin-bottom: 4em;
	}

#util_bar {
	background-image: url(../img/structure/util_bar_bg.gif);
  background-repeat: repeat-x;
	line-height: 1;
	height: 28px;
	padding-top: 14px;
	font-size: .9em;
	font-weight: bold;
	}
	
#home_link {
	float: left;
	margin-right: 10px;
	}
	
#tag {
	color: #000;
	float: left;
	text-transform: uppercase;
	/* border-right: 1px solid #ebebeb; */
	margin-right: 10px;
	padding-right: 10px;
	}
	
#tag span {
	font-size: .75em;
	}
	
#util_bar ul {
	margin: 0;
	}

#util_bar ul #about a:link {
	color: #ebebeb;
	}
	

#util_bar #about {
	float: left;
	}
	
/*#login_btn, #chat_btn {
	float: right;
	
	}
	
	#login_btn, #chat_btn {
	
	
	
	}
	
#login_btn a, #chat_btn a {
	border: 1px solid #274f77;
	padding: .6em .75em .4em 2em;
	display: block;
	}
*/

#log_info li {
	float: right;
	margin-left: 10px;
	margin-top: -0.6em;
	color: #fff;
	}
	
#log_info li a {	
border: 1px solid #274f77;
	padding: .6em .75em .4em 2em;
	display: block;
	background-color: #ebebeb;
}

#chat_btn a {
	padding-left: .8em;
	}
	
#login_btn a {
	background: url(../img/structure/lock.gif) no-repeat .6em .5em;
	}
		
#access_course a {
	background: url(../img/structure/aro_blue2.gif) no-repeat 1em .8em;
	}
	
#chat_btn a {
	background: #ebebeb /* url(../img/structure/chat.gif) no-repeat .6em .6em */;
	}

	
#login_btn a:link, #chat_btn a:link, #login_btn a:visited, #chat_btn a:visited, #access_course a:link, #access_course a:visited {
	color: #274f77;
	}
	
#login_btn a:hover, #chat_btn a:hover, #access_course a:hover {
	color: #000;
	background-color: #F7F7F7;
	border-color: #fdb834;
	}
	
#log_name {
	padding-top: 6px;
	}
		
#log_name span {
	font-weight: normal;
	}
	
#header {
	float: left;
	width: 840px;
	height: 61px;
	margin-bottom: 20px;
	}
	
#header #logo {
	float: left;
	margin: 17px 20px 0;
	}

#main_nav {
	float: right;
	margin: 18px 0 0;
	line-height: 1;
	}
	
#main_nav li{
	float: left;
	}
	
#main_nav a {
	padding: 0 10px 0;
	border-right: 1px solid #cc0000;
	text-transform: uppercase;
	font-weight: bold;
	}
	
#main_nav a:link, #main_nav a:visited {
	color: #4b94db;
	}
	
#main_nav a:hover {
	color: #274f77;
	}

#main_content {
	min-height: 400px; 
	clear: left;
	/* margin-bottom: 4em; */
	}
	
#section {
	background-image: url(../img/structure/main_content_bg.jpg);
	background-repeat: no-repeat;
	height: 70px;
	line-height: 70px; /* centers text vertically */
	color: #d4e8fc;
	padding-left: 20px;
	font-size: 1.6em;
	text-transform: uppercase;
	margin-bottom: 20px;
	}
	
#section a {
	text-decoration: none;
	font-size: .7em;
	text-transform: none;
	padding-left: 9px;
	background: url(../img/structure/bullet_aro_blu_s.gif) no-repeat 0 .35em;
	margin-left: 14px;
	}
	
#section a:link, #section a:visited {
	color: #d4e8fc;
	}
	
#section a:hover {
	color: #fdb834;
	}	
	
#info #section {
	margin-bottom: 30px;
	}
	
#primary {
	float: left;
	}
	
.default #primary {
	background: url(../img/structure/primary_bg_600.gif) no-repeat;
	width: 560px;
	padding: 20px 20px 0 20px;
	}
	
#secondary {
	float: right;
	padding: 20px;
	color: #274f77;
	}

.default #secondary {
	width: 180px;
	background: url(../img/structure/secondary_bg_grd_220.gif) no-repeat;
	}
	
#secondary a:link, #secondary a:visited {
	color: #274f77;
	}
	
#secondary a:hover {
	color: #4b94db;
	}
	
.two_col560 #primary {
	background: url(../img/structure/primary_bg_560.gif) no-repeat;
	width: 520px;
	padding: 20px 20px 0;
	}
	
.two_col560 #secondary {
	width: 220px;
	background: url(../img/structure/secondary_bg_grd_260.gif) no-repeat;
	}
	
.no_bg #primary {
	background: none;
	padding-left: 0;
	width: 650px;
	}
	
.no_bg #secondary {
	width: 180px;
	background: none;
	padding: 0;
	}
	
#prefooter {
	padding: 20px 0;
	background: #ededed;
	color: #6e6e6e;
	font-size: .9em;
	}
	
#prefooter dl {
	float: left;
	width: 260px;
	margin-right: 20px;
	
	}
		
#prefooter dt {
	font-size: 1.2em;
	/* padding-bottom: .1em;
	border-bottom: 1px solid #fdb834;
	margin-bottom: .5em; */
	font-weight: bold;
	}
	
#prefooter dd {
	margin-bottom: .5em;
	line-height: 1.4;
	}
	
#prefooter dd a:link {
	color: #6e6e6e;
	}
	
#prefooter dd a:visited {
	color: #6e6e6e;
	}

#prefooter dd a:hover {
	color: #000;
	}
	
#prefooter dd img {
	display: block;
	margin-top: .5em;
	}
	
#footer {
	background: #666;
	color: #C3C3C3;
	clear: both;
	font-size: .8em;
	}
	
#footer .wrapper {
	padding: 20px 0;
	overflow: hidden;
	}
	
#footer li {
	float: left;
	text-transform: uppercase;
	margin-right: 1em;
	padding-right: 1em;
	border-right: 1px solid #C3C3C3;
	
	}	
	
#footer a:link {
  color: #dbdbdb;
}
  
#footer a:visited {
  color: #dbdbdb;
}  
  
#footer a:hover {
  color: #ffffff;
}

#footer p a {
	text-decoration: none;
}
	
p img       { 
	float: right;
	margin: .5em 0 1.5em 1.5em;
	padding: .5em;
	background: #fff;
	border: 1px solid #ebebeb;
	}

#news #secondary img {
	margin: 1em 0 .5em;
	}

#secondary dl {
	border-bottom: 1px solid #fdb834;
	padding-bottom: 1em;
	margin-bottom: 1em;
	}	
	
#secondary dt {
	font-size: 1.2em;
	}
	
#secondary dd {
	line-height: 1.4;
	margin-bottom: .5em;
	}
	
	
	
#secondary dd a, #prefooter dl.deflist a {
	padding-left: 16px;
	background: url(../img/structure/bullet_aro_ylo_s.gif) no-repeat 0px 0.5em;
	display: block;
	}
	
#secondary h2 {
	margin-bottom: .5em;
	}
	
#contact_num {
	color: ;
	font-size: ;
	}
	
.demo_box {
	float: left; 
	padding: 7px 20px 30px 0;
	}
	
#prefooter #new {
	float: left;
	width: 230px;
	margin-right: 30px;
	}
	
#safety_alert {
	background: url(/res/shared/img/safety_alert.png) no-repeat;
	
	padding: 0px 0 0 61px;
	margin-bottom: 2em;
	}
#safety_alert h2 {
	background: #c90e00;
	padding: 3px 8px;
	color: #fff;
	font-weight: bold;
	width: 153px;
	}
	
#safety_alert h2 a:link, #safety_alert h2 a:visited, #safety_alert h2 a:hover {
	color: #fff;
	font-size: 1em;
	font-weight: bold;
	text-decoration: none;
	}
	
#safety_alert p {
	margin: 0 8px ;
	line-height: 1.2
	}

	
#safety_alert h3 {
	margin: .75em 8px .5em;
	}
	
#safety_alert span {
	display: block;
	color: #000;
	font-size: 1.2em;
	margin-top: .5em;
	}
	
#safety_alert a {

	font-size: .9em;
	font-weight: normal;
	line-height: 1.4;
	text-decoration: none;
	}	
	
#safety_alert a:hover {
	text-decoration: underline;
	}


/* classes */

#main_content #primary .features li {
	padding-left: 2em;
	background: url(../img/structure/check.gif) no-repeat 0 0;
	/* margin-bottom: .25em; */
	font-size: 1.1em;
	}
	
.loud {
	color: #274f77;
	}
	
.intro {
	font-size: 1.2em;
	}
	
.setup_btn {
	margin: 2em 0 3em;
	color: #777;
	background-image: url(../img/green_grad.jpg);
  background-repeat: repeat-x;
	padding: 1em 1em 1.5em;
	overflow: hidden;
	}
	
.setup_btn img {
	padding-right: 1.5em;
	float: left;
	}
	
.caption {
	width: 280px;
	padding: 10px;
	background-color: #EFEFEF;
	border: 1px solid #2c5986;
	font-size: 1.2em;
	color: #2c5986;
	margin-bottom: 2em;
	}
	
.price {
	font-size: 1.3em;
	font-weight: bold;
	margin-bottom: 1em;
	}
	
