/* Start of CMSMS style sheet 'main css blue' */
* {
margin:0;
padding:0;
}

body {
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
   font-size: 12px;
   line-height: 20px;
   background-color: #fff;
   background-image: url('images/page-bg-blue.gif');
   background-repeat: repeat-x;
   color: #444444;
}

img {
   border: 0;
}

ul {
padding-left: 15px;
}

#pageWrapper {
	width: 1000px;
	margin: 0 auto;
}

#leftColumn {
	display: block;
	float: left;
	width: 285px;
position: relative;
z-index: 100;
background-image: url('images/leftColumnTemp-bg-blue.gif');
background-repeat: no-repeat;
background-position: -4px 1px;
}

#logoContainer {
	margin-bottom: 25px;
}

#logoWrapper {
/*	background-image: url('images/menuContainer-bg.png'); */
	background-repeat: repeat-y;
	padding: 10px 25px 0 18px;
	text-align: center;
}

#logo {
	background-color: #fff;
}

#logoContainerBottom {
	height: 30px;
/*	background-image: url('images/menuContainerBottom-bg.png'); */
	background-repeat: no-repeat;
}

#headerImageWrapper {
	height: 159px;
	width: 675px;
	padding: 10px 0 16px;
	position: relative;
	margin-bottom: 25px;
}

#headerImageWrapper img {
	position: absolute;
	left: -25px;
	height: 160px;
	width: 675px;
}

#menuContainer {
	background-color: transparent;
	margin-bottom: 5px;
}

#mainNavWrapper {
/*	background-image: url('images/menuContainer-bg.png'); */
	background-repeat: repeat-y;
}

#menuContainerBottom {
	height: 30px;
/*	background-image: url('images/menuContainerBottom-bg.png');*/
	background-repeat: no-repeat;
}

#leftColumnImage {
	margin-top: 15px;
	text-align: center;
}

ul#mainNav {
	margin: 0 25px 0 18px;
	list-style-type: none;
	padding: 13px 14px 0;
}

ul#mainNav li {
	height: 33px;
	line-height: 33px;
}

ul#mainNav li a {
	display: block;
	padding: 0 20px;
	font-size: 14px;
	text-decoration: none;
	color: #444444;
	background-image: url('images/mainNav-li-a-bg-blue.gif');
	background-repeat: repeat-y;
	background-position: -200px 0;
}

ul#mainNav li#phone-number {
display: block;
padding: 0 20px;
font-size: 22px;
color: #1D569C;
margin-top: 60px;
}


ul#mainNav li a:hover, ul#mainNav li.currentpage a {
background-position: 0 0;
}

#newsContainer {
	background-color: #eaeaea;
	margin: 0 25px 5px 18px;
	background-image: url('images/newsContainer-bg.gif');
	background-repeat: repeat-x;
	background-position: 0px 41px;
border-bottom: 1px solid #888888;
}

#newsContainer h2 {
text-transform: uppercase;
font-size: 15px;
font-weight: bold;
color: white;
padding: 0 15px;
line-height: 40px;
background-image: url('images/newsContainer-h2-bg.gif');
margin: 0;
}

ul#NewsSummary {
list-style-type: none;
padding: 25px 0 0;
line-height: 18px;
}

ul#NewsSummary li {
border-bottom: 1px solid #d8d8d8;
padding: 15px 15px 15px 35px;
background-image: url('images/NewsSummary-li-bg.gif');
background-repeat: no-repeat;
background-position: 15px 20px;
}

#rightColumn {
	display: block;
	float: left;
	width: 640px;
}

h2 {
font-size: 24px;
color: #1D569C;
font-weight: normal;
line-height: 26px;
margin-bottom: 23px;
}

#mainContent p {
line-height: 16px;
margin: 0 0 10px;
}

#mainContentImageBox {
margin-top: 40px;
}
/* End of 'main css blue' */

