* {
	margin:0;
	padding:0;
}

body {
	font-size:62.5%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background:#e7e9ea;
}

p {
	font-size:1.1em;
}

h1, h2 {
	font-size:1.6em;
}

#wrapper {
	width:932px;
	height:auto;
	margin:10px auto;
}

/* MASTHEAD 
----------------------------------------------------------- */

#masthead {
	width:908px;
	height:90px;
	float:left;
	background:url(../images/masthead.gif) no-repeat;
	padding-left:24px;
}

#logo {
	width:221px;
	height:54px;
	float:left;
	background:url(../images/CMS_logo.gif) no-repeat;
	margin-top:19px;
}

#logo h1 span {display:none;}

#cta {
	width:665px;
	height:auto;
	float:left;
	text-align:right;
	padding-top:28px;
}

#cta p {
	color:#1d4385;
	font-size:1.4em;
	font-weight:bold;
}

#cta a {
	color:#1d4385;
	font-weight:bold;
	text-decoration:none;
}

#cta a:hover {
	color:#faa61b;
}

/* MAIN PANEL
--------------------------------------------------------- */
	
#main_panel {
	width:906px;
	height:auto;
	float:left;
	border-left:1px solid #506d9e;
	border-right:1px solid #506d9e;
	background:#fff;
	padding:20px 0 0 24px;
}

.product_strip {
	width:120px;
	height:auto;
	float:left;
}

.product_strip img {
	margin-bottom:10px;
}

#copy_panel {
	width:520px;
	height:auto;
	float:left;
	padding:0 95px 0 30px;
}

#copy_panel h1 {
	width:473px;
	height:81px;
	background:url(../images/hdr_home.gif) no-repeat;
	padding-bottom:10px;
}

#copy_panel h1 span {
	display:none;
}

#copy_panel p {
	line-height:17px;
	padding-bottom:10px;
}

.yellow_bold {
	color:#faa61b;
	font-size:1.5em;
	font-weight:bold;
	margin-bottom:10px;
}

/* FOOTER STRIP */

#footer_panel {
	width:906px;
	height:auto;
	float:left;
	text-align:right;
	padding-bottom:15px;
}

#footer_panel img {
	float:left;
	margin-right:10px;
}

#footer_panel p {
	padding:10px 20px 0 0;
}

#end_panel {
	width:962px;
	height:91px;
	float:left;
	background:url(../images/footer.gif) no-repeat;
}

#end_panel p {
	color:#fff;
	padding:9px 0 0 24px;
}














