/* Start of CMSMS style sheet 'site' */
a {
	color:#fff;
}

a:visited {
	color: #bfbfbf;
}
/* hr and anything with the class of accessibility is hidden with CSS from visual browsers */
.accessibility, hr {
/* absolute lets us put it outside the viewport with the indents, the rest is to clear all defaults */
	position: absolute;
	top: -9999em;
	left: -9999em;
	background: none;
	border: 0;
	clear: both;
	display: block;
	float: none;
	font-size: 0;
	margin: 0;
	padding: 0;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
	border: none;
}

body {
background:#fff;
color:#052D4E;
padding-bottom:48px
}

.container {
margin-top:10px;
background-color:#164871;
}
h1.content_header {
  font-size:1.4em;
  padding:4px;
  text-align: center;
  
  
}

.content_header {
 background-color:#164871;
 color:#fff;
 font-size:1.2em;
  
}

.header_phone {
	text-align:right;
}

#header_phone {
 color: #fff;
 font-size:1.2em;
 
}

h3 {
 color:#164871;
 font-size:1.2em;
}

.content_col {
background-color:#CBE3F5; 
padding:1em;

}

.content_col a {
color:#164871;
}

#contentBox {
margin-bottom: 5px;
}

#footer {
	height:20px;
	border-style: solid;
	border-top-width: thin;
	border-top-color: white;
	color:#fff;
	
	
}

#footer a {
	text-decoration: none;
}


#footerNext {
	text-align:right;
	
}
.footerText{
margin:auto;
}

/*#164871*/
#header {
padding:0.3em;
height:3.5em;
}

#header h1{
color:#fff;
}

#nav_menu{
	border-top:1px solid #CCCCCC;
	z-index:1;
}

.pic {
	
}

.pic a {
background:#CBE3F5;
display:inline;
float:left;
/*margin:8px 3px 8px 18px;*/
margin:0.3em 0.1em 0.3em 1.7em;

padding:6px;
	
}

.row {
padding-bottom:25px;
}
.row .label {
  float: left;
  width: 150px;
  text-align: right;
}

.row .input {
  float: right;
  width: 300px;
  text-align: left;  
}

.row .button {
  float: right;
  width: 335px;
  text-align: right;
}

.row span {
	display:block;
}


.white_box{
	padding:2px;
	background-color:#fff;
}

.left_col_margin{
	margin-left:22px;
	
}

.right_col_margin{
	margin-right:22px;
	
}


	



/* End of 'site' */

