@charset "utf-8";
/* CSS Document */

/* COMMON STYLE
--------------------------------------------------------- */
html, body, form, fieldset {
	margin: 0;
	padding: 0;
}

body {
	color: #3C372B;
	background: #E5EEFF url(../images/blue-bg.jpg) repeat-x top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 65%;
}

#wrapper, #header, #nav, #contentContainer {
	margin: 0 auto;
	}

#header, #nav, #contentContainer, ul#menu20 {
	width: 958px;
	}

#wrapper {
	background: #FFFFFF;
	width: 1000px;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	font-size: 1.2em;
	}
	
#header {
	background: url(../images/header-bg.jpg) no-repeat top center;
	height: 130px;
	padding: 20px 20px 0 20px;
	overflow: hidden;
	}

#header h1 {
	padding: 0;
	margin: 0;
	}
	
#headerLeft {
	float: left;
	}

#nav {
	 background: url(../images/nav-bg.png) repeat-x left;
	}
	
#nav .moduletable {
	background: url(../images/navbgRight.jpg) no-repeat top right;
	
	}
	
#nav, #contentContainer {
	overflow: hidden;
	}
	
#main {
	float: left;
}

	
#mainContent, #right {
	float: left;
	}

#right {
	width: 230px;
	padding-top: 25px;
	}
	
#mainContent {
	width: 55em;
	padding: 20px;
	}

#footernav {
	border-top: dotted 1px #cccccc;
	border-bottom: dotted 1px #cccccc;
	margin-top: 20px;
	padding: 10px;
	}
	
.clear {
	clear: both;
	}

#fpss-outer-container {
	border: none;
	padding: 0;
	}	





/*Typography*/

h2  {
	color:#FF912F;
	font-weight: bold;
	font-size: 1.4em;
	margin-bottom: .5em
	}

h3, h4, h5, h6 {
	color:#FF912F;
	font-weight: bold;
	font-size: 1.2em;
	margin-top: 1em;
	margin-bottom: 0;
	}

a:link, a:visited {
	color: #009CC9;
	text-decoration: none;
	}

a:hover {
	color: #FF912F;
	text-decoration: none;
	}

a:active {
	color: #FF912F;
	}

#mainContent p {
	margin: 5px 0 12px 0;
	}

.phone a{
	float: right;
	width: 227px;
	height: 100px;
	margin-right: 35px;
	}
	
#mainContent .contentheading {
	color: #009CC9;
	font-size: 1.5em;
	border-bottom: 1px dotted #cccccc;
	padding-bottom: 5px;
	width: 55em;
	}

#footernav p {
	text-align:center;
	color: #009CC9;
	line-height: 100%;
	}
	

/*modules*/



.moduleRight h3 {
	padding: 15px 0 3px 0;
	margin: 0 1.2em .5em 1.2em;
	border-bottom: 1px dotted #cccccc;
	color: #009CC9;
	font-size: 1.4em;
	
	}

div.moduleRight {
	width: 229px;
	background: url(../images/modbgb.png) bottom left no-repeat;
	padding-bottom: 26px;
	margin-bottom: 20px;

	}

div.moduleRight div {
	background: url(../images/mod-bgTop.png) top left no-repeat;
 	
}
 
div.moduleRight div div{

}
 
div.moduleRight div div div {
	  
}
	
.moduleRight ul {
	margin: 0;
	padding:0 0 1px 20px;
	}
	
.moduleRight li {
	font-weight: bold;
	padding-bottom: 4px;
	}

.moduleRight ul li {
	list-style: none;
	background: url(../images/borderbottom.png) no-repeat left bottom;
	
	margin-bottom: 0.8em;
	}

.moduleRight ul li span {
	
	}

.moduleRight ul li#current a {
	color: #FF912F;
	}

.moduleRight ul li a:active {
	color: #FF912F;
	}
.moduleRight ul li a:hover {
	
	}

.moduleRight ul li a {
	padding: 5px 0 5px 20px;
	background: url(../images/menubg.png) no-repeat left;
	}

div.modulehomeRight img{
	margin-bottom: 20px;
	}

