@charset "UTF-8";
/* CSS Document */

body {
	font-family:Arial, Helvetica, sans-serif;
	background-color:#e5e5e5;
	margin:0px;
	font-size:12px;
	line-height:26px;
	color:#514c4c;
}

#page {
	width:1024px; 
	background-color:#ffffff; 
	margin:0px auto;
}


/*left column*/
#leftcol {
	width:216px; 
	height:2500px; 
	float:left; 
	background-image:url(assets/img/silver_gradient_bevel_bg.gif);
	vertical-align:top;
}

#leftcol p {
	position:relative; 
	top:-6px; 
	left:23px; 
	color:#ffffff; 
	font-size:11px; 
	line-height:13px; 
	width:135px;
}

#leftcol strong {
	text-transform:uppercase; 
	margin-left:-10px;
}

#leftcol a {
	color:#ffffff; 
	font-weight:bold;
}

#leftcol a.list {
	color:#ffffff; 
	font-weight:bold; 
	margin-left:10px;
}

#leftcol #top_callout {
	margin:17px 0px 0px 18px;
}

#pdf_callout {
	margin:17px 0px 0px 18px;
	background-image:url(assets/img/green_gradient_bevel_bg.gif);
	width:180px;
	padding-bottom:30px;
}

#pdf_callout p {
	color:#000000;
	position:relative; 
	top:0px; 
	left:17px; 
	width:150px;
	font-size:12px;
	line-height:14px;
}

#pdf_callout strong {
	font-weight:bold;
	text-transform:none;
	margin-left:0px;
}

#pdf_callout a,a:visited {
	font-weight:normal;
	color:#000000;
	text-decoration:underline;
}

#pdf_callout a:hover,a:visited:hover,a:active {
	font-weight:normal;
	color:#ffffff;
	text-decoration:underline;
}

/*middle column*/
.middlecol_wide {
	width:616px; 
	/*height:800px;*/ 
	float:left; 
	background-color:#e5e5e5; 
	padding:0px 16px;
	margin-top:12px;
}

/*#middlecol_wide p {
	margin-top:12px;
}*/

.middlecol_narrow {
	width:400px; 
	height:800px; 
	float:left; 
	background-color:#e5e5e5; 
	padding:0px 16px; 
	margin-top:14px; 
	/*font-size:11px; 
	line-height:13px;*/
}

.middlecol_narrow strong {
	text-transform:uppercase;
}

.middlecol_wide a:link, .middlecol_wide a:visited {
	color:#333333;
	font-weight:bold;
	text-decoration:none;
}

.middlecol_wide a:hover {
	text-decoration:underline;
}

.middlecol_narrow a:link, .middlecol_narrow a:visited {
	color:#333333;
	font-weight:bold;
	text-decoration:none;
}

.middlecol_narrow a:hover {
	text-decoration:underline;
}

.middlecol_narrow li {
	font-size:12px;
	line-height:14px;
/*	position:relative;
	left:-25px;
	top:-19px;*/
	/*margin-top:-18px;
	margin-left:-25px;*/
}


/*right column*/
#rightcol {
	width:342px; 
	height:2500px; 
	float:left; 
	background-color:#e5e5e5; 
	background-repeat:repeat-y;
}

#rightcol img {
	border-width:0px;
}


/*content boxes*/
.red_gradient_bevel {
	background-image:url(assets/img/red_gradient_bevel_bg.gif);
	width:612px;
	padding:0px 0px 65px 0px;
	background-color:#a6202c;
}

.red_gradient_bevel p {
	color:#ffffff;
	margin-right:45px;
	margin-left:45px;
	line-height:16px;
}

.red_gradient_bevel strong {
	font-weight:bold;
	text-transform:uppercase;
}

/* other */
.ml h1, .so h1 {
	color:#fb6e06; 
	text-transform:uppercase; 
	font-size:15px; 
	margin:17px 0px 20px 0px;
}

.ml p, .so p, .so td {
	margin:10px 0px 0px 0px;
	line-height:15px;
}

.ml h2, .so h2 {
	color:#fb6e06; 
	text-transform:uppercase; 
	font-size:12px; 
	margin:10px 0px 0px 0px;
	line-height:15px;
}

.ml ul, .so ul {
	position:relative; 
	top:-2px; 
	left:-25px;
}

.ml ul h2, .so ul h2 {
	position:relative; 
	left:-15px;
	line-height:15px;
	margin-bottom:0px;
}

.ml li.indent, .so li.indent {
	list-style-type:none; 
	text-indent: 15px;
}

.ml li.doubleindent, .so li.doubleindent {
	list-style-type:none; 
	text-indent: 48px;
}

.cc p {
	margin:10px 0px;
}

.dia h2 {
	color:#367e79;
	display:inline;
	font-weight:bold;
	text-transform:uppercase;
	font-size:12px;
}

.dia {
	font-size:12px;
	line-height:15px;
	margin:10px 0px;
}

div.block_img {
	margin:25px 0px 25px 0px;
}
sup {
	font-size:7px;
}

/*footer*/
#footer { /*causes parent divs to expand with height of floating child divs*/
	height:120px; 
	clear:both; 
	color:#6d6e71; 
	text-align:center; 
	padding-top:36px;
}

#footer a { 
	color:#6d6e71; text-decoration:none; padding:0px 8px;
}

#footer a:hover { 
	color:#000;
}


