@charset "utf-8";
body {
	background-image:url(images/page_backgr.png);
	background-repeat: repeat-x;
	margin:0px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	background-color:#efefef;
}

body,html{
	height:100%;
}
select,option{
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	
}
form{
	margin:0px;
}
h1{
	font-family:"Times New Roman", Times, serif;
	color:#000066;
	font-size:19px;
	margin:0px;
}

h2{
	font-family:"Times New Roman", Times, serif;
	color:#000066;
	font-size:17px;
	margin:0px;
}

.smalltitle{
	font-size:15px;
}


#top_banner {
	background-image: url(images/banner_backgr.png);
	background-repeat: repeat-x;
	background-position: center top;
	width: 1011px;
	height:89px;
	margin: 0 auto;
	border-left:  1px solid #999999;
	border-right:  1px solid #999999;
}

.top_banner_border {
	border-right:  1px solid #999999;
}


.find_button{
	border:none;
	background-image:url(images/find.png);
	width:45px;
	height:24px;
}
#footer_div {
	width: 1011px;
	margin: 0 auto;
	margin-top:15px;
	color: #1b40c2;
	font-size:11px;
}
.clearall{
	position: relative;
	clear: both;

}
#copyright_div {
	float:right;
}
/*#footer_div a{
	color: #1b40c2;
}*/

#footer_div A:LINK {
	text-decoration : underline;
	color: #1b40c2;
}

#footer_div A:VISITED {
	text-decoration : underline;
	color: #1b40c2;
}

#footer_div A:HOVER {
	text-decoration : none;
	color: #1b40c2;
}


#body_top{
	width: 1012px;
	margin: 0 auto;
	margin-top:28px;
	border-right:#5275c4 1px solid;
}
#body_content{
	color:#333333;
	padding:27px;
	line-height: 20px
}

.body_content {
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#333333;
	line-height: 20px
}

#body_content_subpage{
	color:#333333;
	padding:30px;
	line-height: 20px
}
#body_content_container_subpage{
	float:right;
	width:746px;
}

#body_content_container_subpage_nocol{
	width:1000px;
}

#body_content_container{
	width: 1009px;
	margin: 0 auto;
	border-right:#999999 1px solid;
	border-left:#999999 1px solid;
	border-bottom:#999999 1px solid;
	background-color:#ffffff;
	margin-top:27px;
}
#menu_div{
	width: 1011px;
	height:30px;
	margin: 0 auto;
	padding-top:4px;
	position:relative;
}

/*Select From the Following text - home page*/
.select {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight: bold;
}

#jump_menu_div{	
	background-color:#dfe2ee;
	float:right;
	width:360px;
	height:250px;
}
#jump_menu_options_div{	
	background-color:#eceff6;
	padding:16px;
	border:1px #999 solid;
	margin-top:26px;
	margin-left:34px;
	margin-right:34px;
}
#ssoh_logo{
	margin-right:100px;
}
#left_column_subpage{
	width:262px;
	height:1px;
}

#left_column_subpage_nophoto{
	width:262px;
}

#rotating_photo_div{
}
#client_quote_div{
	background-color:#d1d9f3;
	width:262px;
}
#client_quote_content_div{
	padding: 28px;
	color:#666666;
	line-height: 20px
}
/*Telephone Number*/
.telephone {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 24px;
	font-weight: normal;
	color: #000066;
	padding-bottom: 4px;
}

/*Network Text Links*/
A:LINK.network {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 13px;
	font-weight: normal;
	text-decoration : none;
	color: #000066;
	padding-left: 4px;
	padding-right: 12px;
  vertical-align: middle;
}

A:VISITED.network {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 13px;
	font-weight: normal;
	text-decoration : none;
	color: #000066;
	padding-left: 4px;
	padding-right: 12px;
  vertical-align: middle;
}

A:HOVER.network {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 13px;
	font-weight : normal;
	text-decoration : underline;
	color : #1b40c2;
	padding-left: 4px;
	padding-right: 12px;
  vertical-align: middle;
}

/*BODY TEXT : add divider rule - gray*/
.ruleline {
	border-bottom:  1px solid #999999;
	padding-bottom: 10px;
}

/*email form styles*/
.formlabel{
	font-family : Verdana, Arial, Helvetica, sans-serif;
	color:#000066;
	font-size:11px;
	font-weight : bold;
	line-height: 14px
}

.formtext{
	font-family : Verdana, Arial, Helvetica, sans-serif;
	color:#333333;
	font-size:11px;
	font-weight : normal;
	font-style: italic;
	line-height: 14px
}

.textfield {
	background-color : #FFFFFF;
	color : #333333;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	border-top : 1px solid #999999;
	border-right : 1px solid #999999;
	border-bottom : 1px solid #999999;
	border-left : 1px solid #999999;
}

.submit_button{
	border:none;
	background-image:url(images/submit.png);
	width:63px;
	height:24px;
}

/* Links for Site if no class exists */
A:LINK {
color: #1b40c2;
font-weight: normal;
text-decoration : underline;
}

A:VISITED {
color: #1b40c2;
font-weight: normal;
text-decoration : underline;
}

A:HOVER {
color: #1b40c2;
font-weight: normal;
text-decoration : none;
}

/* Home page - Right block */
#homeright {
	float: right;
	width: 200px;
	padding-left: 15px;
	padding-bottom: 5px;
	border-left : 1px solid #999999;
	font-size:11px;
	line-height: 15px
}

#leftpad {
	border-top : 1px solid #999999;
	border-right : 1px solid #999999;
	border-bottom : 1px solid #999999;
	border-left : 1px solid #999999;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}

