@charset "utf-8";
/* CSS Document */

/* color */

body {
	color: #6e6e6e;
	}

h1, h2, h3 {
	color: #405380;
	}
	 
a:link {
	color: #375fb6
	}
	
a:visited {
	color: #5a6580
	}
	
a:hover {
	color: #000;
	}	
	
caption {
	background: #525252;
	color: #dfdfdf;
	}
	
	
/* typography */

h1 {
	margin-bottom: 1em;
	}
	
h2 {
	line-height: 1.1;
	}
	
h3 {
  font-size: 1.1em;
	font-weight: bold;
	line-height: 1.3;
	}

h4 {
	font-weight: bold;
	margin-bottom: .25em;
	}
	
#primary p img { 
	float: left; 
	margin: 1.5em 1.5em 1.5em 0; 
	padding: 0; 
	}

#primary p img.top {
	margin-top: .4em;
	}
	
table {
	width: 100%;
	margin-bottom: 2em;
	}
	
caption {
	padding: .75em .75em 1em;
	text-transform: uppercase;
	}
	
th {
	background: #e5e5e5;
	line-height: 1.2;
	border-bottom: none;
	font-size: .9em;
	}
	
th, td {
	vertical-align: top;
	padding: .5em 6px;
	}

dt {
	font-weight: bold;
	}
	
dd {
	margin-bottom: .5em;
	}
	
/*ol {
	padding-left: 2em;
	}
	
 a:hover {
	text-decoration: none
	}*/
	
a {
	text-decoration: none;
	}
	
#primary p a:link, #primary ul a:link, #primary ol a:link {
	text-decoration: underline;
	}
	
/* #main_content ul {
	margin-bottom: 1em; */
	}
	
#page_util dd {
	margin-bottom: .25em;
	}
	
	
/* layout */

html { /* force vertical scrollbar on centered sites in ff on short pages to prevent horizontal shift */
	min-height: 100%; 
	margin-bottom: 1px; 
	}
	
#primary ul li {
	background: url(../img/dot_gold.gif) no-repeat 0 .5em;
	padding-left: 10px;
	margin-bottom: .5em;
	line-height: 1.4;
	}
	
#header ul, #footer ul, #page_util ul, #secondary ul {
	margin: 0;
	}
	
#header {
	background-image: url(../img/header/bg.gif);
	height: 130px
}

#header #logo {
	position: absolute;
	top: 35px;
	left: 30px
	}

#nav_utility {
	text-align: right;
	float: right;
	padding: 20px 20px 0 0;
	line-height: 1;
	}

#nav_utility ul {
	font-size: .9em;
	list-style-type: none;
	padding-bottom: 15px;
	overflow: hidden;
	}

#nav_utility li {
	float: left;
	
	}

#nav_utility a {
	color: #737373;
	text-decoration: none;
	background: url(../img/aro_grey2.gif) no-repeat 0 .5em;
	padding: 0 16px 0 8px;
	}

#nav_utility a:hover {
	color: #be0000;
	background-image: url(../img/home/aro_red2.jpg)
	}

/*
#search {
	clear: left
	}
*/		
	
#search a {
	color: #0b2c62;
	font-weight: bold;
	background: url(../img/header/search_bg.gif) repeat-x;
	padding: 2px 4px;
	border-style: solid;
	border-width: 1px;
	border-color: #b3c9ff #123c80 #123c80 #b3c9ff;
	}
	
#search a:hover {
	color: #375fb6;
	background-image: url(../img/header/search_bg.gif);
	border: solid 1px #375fb6;
	}
	
ul#nav_main {
	font-weight: bold;
	font-size: .8em;
	background-image: url(../img/header/navbg.gif);
	text-transform: uppercase;
	position: absolute;
	top: 100px;
	left: 0px;
	width: 100%;
	height: 25px
	}
	
#nav_main li {
	float: left;
	/* padding-top: 5px;
	padding-bottom: 5px; */
	border-right: 1px solid #cdcdcd;
	line-height: 1;
	}
	
#nav_main li.first {
	padding-left: 20px;
	}

#nav_main a {
	color: #3d3d3d;
	padding: 8px 10px 4px 10px;
	display: block;
	}
	
li#chat_btn a {
	border-right: none;
	padding: 3px 10px 0;
	}
	
#nav_main a:hover {
	color: #be0000;
	border-bottom: 2px solid #be0000
	}
	
#footer {
	color: #818181;
	background: url(../img/footer_bg.gif) repeat-x;
	padding: 30px;
	/* clear: left;
	 */
	border-top: 1px solid #b6b6b6;
	/* height: 50px  ie peekaboo fix */
	overflow: hidden;
	}

#footer p {
	color: #333;
	/* padding-top: 10px;
	padding-left: 20px */
	}

#footer ul {
	margin-bottom: 1em;
	/* margin-left: 15px */
	}

#footer li {
	float: left;
	padding: 5px
	}

#footer img {
	padding: 0 20px 20px 0;
	}
	
#footer a:link, #footer a:visited {
	text-decoration: underline;
	}
	
#main_content {
	overflow: hidden;
	width: 900px;
	min-height: 400px;
	}
	
.two_col_rt #main_content {
	padding: 0 0 40px;
	
	}
	
	
.default #main_content, .two_col_lt #main_content, .alt #main_content {
	padding: 40px 0;
	}
			
#page_util {
	font-size: 0.9em;
	background: url(../img/structure/blue_grad.gif) repeat-x;
	/* border-top: 1px solid #405380; */
	float: left;
	padding: 20px 0px 0 20px;
	width: 140px;
	min-height: 400px 
	}
	
#page_util h2 {
	color: #be0000;
	font-size: 1.3em
	}
	
#page_util dl {
	padding-bottom: .25em;
	}

#page_util dl a{
	display: block;
	}
	
#page_util ul {
	
	}

/* #page_util li   {
  background: url(../graphics/home/aroline.gif) no-repeat 0px 0.6em;
  padding-left: 12px
  } */


#page_util a {
	color: #375fb6
}

#courses_nav {
	background: #263240;
	width: 820px;
	padding: 10px 30px;
	margin-bottom: 20px; 
	}
	
#courses_nav span{
	font-size: 1.4em;
	color: #d4e9fe; 
	}
	
#courses_nav a {
	text-decoration: none;
	font-size: .9em;
	padding-left: 9px;
	margin-left: 14px;
	background: url(../img/aro_blue.gif) no-repeat 0 .35em;
	}
	
#courses_nav a:link, #courses_nav a:visited {
	color: #d4e9fe;
	}
	
#courses_nav a:hover {
	color: #fff;
	}
	
#primary {
	float: left;
	margin-left: 30px;
	}

.default #primary, .two_col_lt #primary {
	/* border-top: 1px solid #0b2c62; */
	background: url(/res/shared/img/structure/dots.gif) repeat-y top right;
	width: 480px;
	padding-right: 20px; 
	/* display: inline */
	}
	
.two_col_lt #primary, .two_col_rt #primary {
	width: 660px;
	}
	
.alt #primary {
	width: 690px;
	}

#secondary {
	/* margin-left: 720px;
	
	border-left: 1px dashed #e6e6e6; */
	float: left;
	width: 180px;
	
	}

.default #secondary {
	margin-left: 20px;
	}
	
.two_col_rt #secondary {
	margin-left: 10px;
	}
	
.one_col #primary {	
	width: 850px;
	}
	
.one_col #courses_nav {	
	width: 820px;
	}
	
#secondary div {
	margin-bottom: 3em;
	/*  */
	}

#secondary h2 {
	color: #375fb6;
	font-weight: bold;
	font-size: 13px;
	background-repeat: no-repeat;
	text-transform: uppercase;
	padding-top: 10px
	}
	
#secondary h3 {
	color: #405380;
	letter-spacing: -1px
	}

#secondary dl {
	margin-bottom: 1em
	}

#secondary ul {
	color: #666;
	line-height: 1.2em;
	margin-left: 0px;
	padding: 1em 0;
	}
	
#secondary ul a:link, #secondary ul a:visited {
	color: #dfdfdf;
	}
	
#secondary li {
	background: url(../img/bullet.gif) no-repeat 0px 0.6em;
	padding-left: 6px;
	margin-bottom: .5em;
	}
	
#secondary img {
	display: block
	}
	

/* ads */

#demo_rad h3, #arc_rad h3, #treq_rad, #shells_rad, #cutcost_rad, #network_rad, #powerpoint_rad, #licensing_rad {
	padding-top: 30px;
	}

#treq_rad {
	background: url(../img/related/related_gold.gif) no-repeat
	}
	
#shells_rad {
	background: url(../img/related/related_green.gif) no-repeat
	}
	
#demo_rad h3, #arc_rad h3 {
	color: #be0000;
	margin-bottom: 10px
	}

#demo_rad,  #arc_rad {
	background: url(../img/related/related_red.gif) no-repeat
	}
		
#cutcost_rad {
	background: url(../img/related/related_gold.gif) no-repeat
	}
	
#demo_rad .title, #shells_rad .title, #productguide_rad .title {
	margin-bottom: 5px;
	border: 0px
	}
	
#treq_rad h3, #cutcost_rad h3 {
	color: #807959
	}
	
#cutcost_rad img {
	border: solid 1px #807959
	}
		
#licensing_rad {
	background: url(../img/related/related_blue.gif) no-repeat
	}
	
#network_rad {
	background: url(../img/related/related_green.gif) no-repeat
	}
	
#network_rad h3, #powerpoint_rad h3 {
	color: #408046
	}
	
#network_rad li {
	color: #408046;
	font-weight: bold;
	float: left;
	padding-right: 6px
	}
	
#network_rad img {
	border: solid 1px #408046
	}
	
#productguide_rad {
	color: #be0000;
	background: url(../img/related/related_red.gif) no-repeat
	}
	
#productguide_rad img, #powerpoint_rad img {
	border: solid 1px #0b2c62
	}
	
#powerpoint_rad {
	background: url(../img/related/related_green.gif) no-repeat
	}
	
.more {
	margin-top: 20px;
	display: block;
	border-bottom: 1px solid #efefef;
	background: url(../img/aro_grey.gif) no-repeat 0 .5em;
	padding-left: 10px;
	font-weight: bold;
	}
	
.on_page {
	background: url(../img/aro_dwn.gif) no-repeat 0px 0.5em;
	padding-left: 10px
	}

.off_page {
	background: url(../img/home/aroline.gif) no-repeat 0px 0.65em;
	padding-left: 12px
	}
	
.loud {
	color: #405380;
	}
	
#primary .features li {
	padding-left: 2em;
	background: url(/res/shared/img/structure/check.gif) no-repeat 0 0;
	background-repeat: no-repeat;
	font-size: 1.1em;
	}
	
	
.pdf {	
	background:transparent url(../img/pdficon3.gif) no-repeat scroll 0 0.6em;	
	padding:5px 0 0 20px;
	}
	
#page_index {
	border-bottom: 2px solid #e9e9e9;
	padding-bottom: 2em;
	margin-bottom: 2em;
	}
	
#page_index dd a {
	background: url(../img/aro_dwn.gif) no-repeat 0px 0.4em;
	padding-left: 18px;
	display: block;
	}
	
#page_index dd a:hover, #page_index dt a:hover {
	color: #000;
	}

.to_index {
	font-size: 0.75em;
	text-align: right;
	padding-bottom: 1em;
	margin-bottom: 3em; 
	border-bottom: 1px solid #e9e9e9;
	}
	
.illus {
	margin-bottom: 1.5em;
	}
	
.descript {
  color: #9a9a9a;
  font-size: 0.9em;
  margin-bottom: 1em;
}