/*----------- Reseting Basic HTML CSS --------------*/
* {
	padding: 0;
	margin: 0;
}
body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #555555;
	background:#cacaca;
}
p {
	margin:10px 0;
}
a img{
	border:none;
	}

textarea, input, select{
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	padding:1px;
}
input{
	height:13px;
}
textarea{
	padding:1px;
}
a:link, a:visited, a:active {
	color:#0A4873;
	text-decoration: none;
}
li{
	margin-left:20px;
}
a:hover {
	color: #CC6666;
	text-decoration: none;
}
a.rollover:link, a.rollover:visited, a.rollover:active{
	text-decoration:none;
}
a.rollover:hover{
	text-decoration:underline; !important
}


/*----------- Start Page Formatting --------------*/

#contentWrapper{
	background:url(images-generic/site-bg.jpg) bottom left repeat-x;
	background-color:#e9e9e9;
}
#content{
	width:760px;
	margin:0 auto;
	border:solid #999;
	border-width:0 1px;
	background:url(images-generic/site-content-bg.gif) top left repeat-y;
}
#content_header{
	float:left;
}

#content_left{
	background:url(images-generic/site-maincontent-bg.jpg) top left repeat-x;
	background-color:#ffffff;
	border:solid #ffffff;
	border-width:1px 1px 0 0;
	width:537px;
	float:left;
	margin-top:-19px;
	padding:30px 15px 15px 15px;
	position:relative;
}
#content_right{
	width:192px;
	float:right;
	border-top:solid 3px #b2b2b2;
	background:url(images-generic/site-rightcontent-bg.jpg) top left repeat-x;
	background-color:#f5f5f5;
	
}
#leftshaddow{
	position:absolute;
	left:-10px;
	top:7px;
	float:left;
}
#rightshaddow{
	position:absolute;
	right:-9px;
	top:7px;
	float:right;
}
.clearer{
	clear:both;
	height:1px;
}
#footer{
	text-align:center;
	margin-bottom:15px;
}
#topNav a:link, #topNav a:active, #topNav a:visited{
	display:block;
	float:left;
	height:27px;
	background-position:0 0;
	background-repeat:no-repeat;
}
#topNav a:hover{
	background-position:0 -27px;
}
#subTopNav a:link, #subTopNav a:active, #subTopNav a:visited{
	display:block;
	float:left;
	height:8px;
	background-position:0 -7px;
	background-repeat:no-repeat;
}
#subTopNav a:hover{
	background-position:0 -24px;
}

#breadcrumbs{	
	background:url(images-generic/breadcrumbs_bg.gif) center top no-repeat;
	background-color:#f0f0f0;
	padding:7px 0 0 0;
	height:23px; /* I am giving it a height so we know what to tell the content div's the amount of their margin on top  (height is actually HEIGHT PLUS PADDING!!!! */
	color:#999999;
	font-size:10px;
	border-bottom:solid 1px #CCC;
}

#breadcrumbs a:link, #breadcrumbs a:active, #breadcrumbs a:visited{
	color:#999999;
	font-size:9px;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:underline;
}

#breadcrumbs a:hover{
	color:#666666;
}

/*------------- Page Elements -----------------------*/
.section_title{
	border-bottom:1px solid #0a4873;
	margin:3px 0 5px 0;
	font-weight:bold;
	color:#003A73;
	font-size:12px;
}
.highlight{
	color:#cc6666;
	font-weight:bold;
	}
.arrow{
	background:url(images-generic/bullet-arrow.gif) left no-repeat;
	background-position:0 5px;
	padding:1px 0px 1px 12px;
	margin:0px;
	line-height:14px;	
}
.divider_horz{
	background:url(images-generic/dottedline-horz.gif) top left repeat-x;
	height:1px;
}


/*------------- Arrow Bullets Spacing -----------------------*/


ul.abullets_list { 
    padding:0 0 1px 0;
	list-style:none;
}
ul.abullets_list li { 
    display:block;
	background:url(images-generic/bullet-arrow.gif) left no-repeat;
	background-position:0 5px;
	padding:2px 12px 8px;
	line-height:13px;
}
