/* Main CSS Document */

/*========================== BEGIN GENERAL STYLES =======================*/
html {
}
body {
	margin: 0;
	padding: 0;
	font: 12px Arial, Helvetica, sans-serif;
	color: #000000; 
	line-height: 1.5;
	text-align: center; /*centers the wrapper div*/
	background: #333333 url(../images/common/body_bg_top.jpg) repeat-x;
}
.caption {
	font-size: 10px;

}
img {
  border: 0px;
}
p {
	margin: 0;
	padding: 0 0 14px 0;
}
ul {
	margin: 0;
	padding: 0 0 0 14px;
}
li {
	margin: 0;
	padding: 0;
}
hr {
	width: 100%;
	height: 1px;
	margin: 5px 0 5px 0;
	padding: 0;
	border: 0;
	line-height: 0;
	background: #d6d6d6;
}
h1 {
	padding: 0;
	margin: 0 0 20px 0;
	border-bottom: 1px solid #ea7321;
	font: 24px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #ea7321;
	font-weight: normal;
	line-height: 1;
}
h2 {
  clear: both;
	font: 18px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #274d74;
	font-weight: bold;
	margin: 14px 0 10px 0;
	border-bottom: 1px solid #274d74;
	line-height: 1;
}
h3 {
	margin: 0;
	padding: 0;
	font-size: 14px;
	color: #000000;
	font-weight: bold;
}
a:link, 
a:visited, 
a:active {
	color: #274d74;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.extlink {
  background: transparent url(../images/ext_link_icon.png) no-repeat bottom right;
  padding-right: 15px;
  margin-right: 3px;
}
.pdflink {
  background: transparent url(../images/pdf_link_icon.png) no-repeat top right;
  padding-right: 15px;
  margin-right: 3px;
}
form {
	margin: 0;
	padding: 0;
	border: 0;
}
input,
textarea {
	margin: 0 0 5px 0;
	padding: 3px;
	border: 1px solid #999999;
	font: 12px Arial, Helvetica, sans-serif;	
}
.center_me {
	text-align: center;
}
.float_right {
	float: right;
	padding: 0 0 10px 10px;
}
.float_left {
	float: left;
	padding: 0 10px 10px 0;
}
.clr_right {
	clear: right;
	height: 0; 
	font-size: 1px; 
	line-height: 0px;
}
.clr_left {
	clear: left;
	height: 0; 
	font-size: 1px; 
	line-height: 0px;
}
.clr_both {
	clear: both;
	height: 0; 
	font-size: 1px; 
	line-height: 0px;
}
/*========================== END GENERAL STYLES =======================*/


/*========================== BEGIN WRAPPER STYLES =======================*/
#wrapper {
	width: 990px; 
	margin: 0 auto 0 auto; /*centers this div*/
	padding: 17px 0 40px 0;
	text-align: left; /*sets all children to left-aligned*/
}
#wrapper_top {
	width: 100%;
	height: 15px;
	background: url(../images/common/wrapper_bg_top.png) no-repeat;	
}
#wrapper_middle {
	padding: 0 15px 0 15px;
	background: url(../images/common/wrapper_bg_middle.png) repeat-y;	
}
#wrapper_bottom {
	width: 100%;
	height: 15px;
	background: url(../images/common/wrapper_bg_bottom.png) no-repeat;	
}
/*========================== END WRAPPER STYLES =======================*/


/*========================== BEGIN HEADER STYLES =======================*/
#header {
	height: 144px;
	overflow: hidden;
	margin: 0;
	padding: 0;
}
#header a:link, 
#header a:visited, 
#header a:active {
	color: #ffffff;
}
#header a:hover {
	color: #b2b2b2;
}
#header_logo,
#header_banner {
	float: left;
}
/*========================== END HEADER STYLES =======================*/


/*========================== BEGIN CONTENT STYLES =======================*/
#content_wrapper {
	width: 100%;
	background: url(../images/common/content_bg.jpg) repeat-y;
}
#content_left_col {
	float: left;
	width: 240px;
	min-height: 453px;
	background: url(../images/common/content_left_bg.jpg) no-repeat;
}
#content_right_col {
	float: left;
	width: 650px;
	padding: 25px 40px 10px 30px;
	background: url(../images/common/content_right_bg.jpg) no-repeat;
}
.expando {
  display: none;
}
.expando_button {
	color: #274d74;
  cursor: pointer;
}
.expando_button:hover {
  text-decoration: underline;
}

#homeshow {
  float: right;
	width: 255px;
	height: 353px;
  cursor: pointer;
}
#slides {
  position: relative;
}
.slide {
  background-color: #f7f7f7;
}
.caption {
  margin: 0px 10px 0px 10px;
  font-size: 10px;
  font-weight: bold;
}

/*========================== END CONTENT STYLES =======================*/


/*========================== BEGIN NAVIGATION STYLES =======================*/
#main_nav {
	padding: 10px 0 0 3px;
}
#main_nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#main_nav li {
	font: 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding: 1px 0 1px 0;
}
#main_nav li a,
#main_nav li a:link,
#main_nav li a:visited,
#main_nav li a:active {
	display: block;
	padding: 15px 14px 12px 30px;
	color: #ffffff;
	text-transform: uppercase;
	background: url(../images/common/nav_button_bg.png) no-repeat;
	text-decoration: none;
}
#main_nav li a:hover {
	color: #ea7321;
}
#main_nav li ul li {
	margin: 0 35px 0 30px;
	padding: 0 0 0 0;
	border-bottom: 1px solid #667f9a;
}
#main_nav li ul li.last {
	border: 0;
}
#main_nav li ul li a,
#main_nav li ul li a:link,
#main_nav li ul li a:visited,
#main_nav li ul li a:active {
	display: block;
	padding: 5px 0 5px 0;
	color: #ffffff;
	background: none;
	text-decoration: none;
	text-transform: none;
}
#main_nav li ul li a:hover {
	color: #ea7321;
}

#sub_nav {
	display:none;	
}

/*========================== END NAVIGATION STYLES =======================*/


/*========================== BEGIN FOOTER STYLES =======================*/
#footer {
	height: 25px;
	padding: 30px 10px 0 0;
	text-align: right;
	font: 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #b5bfc9;
	background: url(../images/common/footer_bg.jpg) no-repeat;
}
#footer a:link, 
#footer a:visited, 
#footer a:active {
	color: #b5bfc9;
}
#footer a:hover {
	
}
/*========================== END FOOTER STYLES =======================*/


.home_green_italics {
	padding: 20px 0 0 0;
	font: 18px "Times New Roman", Times, serif;
	color: #74a445;
	font-style: italic;
	font-weight: bold;
}
.home_callout {
	width: 525px; 
	height: 82px;
	padding: 15px 20px 0 100px;
	background: url(../images/home_bottom.png) no-repeat;  
}

.orange_block {
	padding: 10px;
	background: #fbedd4;
	color: #67635c;
	font-weight: bold;
}
.orange_block_inside {
	padding: 5px 15px 5px 140px;
	text-align: justify;
	background: url(../images/solamerica_footergraphic.jpg) no-repeat;
}

.blue_callout {
	color:#274d74;
	font-weight:bold;
}
