/* Start of CMSMS style sheet 'RecordCSS' */
/*  
Dark blue - #1f3465
Main green - #1ea29a
Purple - #7d7d9d
Grey - #ababab
*/


/* PAGE LAYOUT */

* {
	margin:0;
	padding:0;
	}

html, body {
	height:100%;
	}

body  {
	background: #e7e8e9 url(images/bg_body.gif) repeat-y center top;
	margin: 0;
	padding: 0;
	text-align: center;
	color:#555;
	font-size:0.7em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#container { 
	width: 896px;
	margin: 0 auto;
	background: #ffffff url(images/spacer.gif) no-repeat left top;
	text-align: left;
	overflow:hidden;
	}

#header {
	background-image:url(images/bg_header.gif);
	background-repeat:no-repeat;
	width: 896px;
	height:93px;
}

#navigation {
	background: #ffffff url(images/bg_nav.gif) repeat-x bottom left;
	width: 896px;
	height:56px;
	text-align:center;
}

#main_col {
	width: 672px;
	float:left;
	margin-top:10px;
	text-align:left;
	background-color:#ffffff;
}

#right_col {
	width: 200px;
	margin-left:695px;
}

#breadcrumbs {
	padding:5px 0 10px 0;
	background-color:#efefef;
	padding: 5px 0 5px 9px;
	font-size:0.9em;
}

#footer {
	clear:both;
	width: 896px;
	background: #ffffff url(images/bg_nav.gif) repeat-x top left;
	color:#1f3465;
	padding: 8px 0 12px 0;
	font-size:0.8em;
	margin:20px 0 10px 0;
}

/* CORE STYLES */

p {
	margin:0 0 10px 0;
	text-align:left;
}

a {
	color:#1f3465;
	text-decoration:none;
}

a:Hover, #comment a:Hover, #footer a:Hover, #news a:Hover {
	text-decoration:underline;
}

h1 {
	font-size:1.4em;
	color:#1f3465;
	text-align:left;
	margin: 14px 0 12px 0;
	font-family: "Trebuchet MS";
	padding-left:4px;
}

h2 {
	background: #effaf9 url(images/bg_h2.gif) repeat-x bottom left;
	font-size:1.3em;
	color:#1ea29a;
	margin: 14px 0 5px 0;
	padding: 4px 0 4px 4px;
	text-align:left;
	font-weight:normal;
	font-family: "Trebuchet MS";
}

h3 {
	font-size:1.2em;
	font-weight:normal;
	color:#1f3465;
	margin: 10px 0;
	text-align:left;
}

ul {
	margin-bottom:10px;
	text-align:left;
}

#main_col li {
	list-style:url(images/bullet.gif);
	margin:5px 0 5px 30px;
	color:#1f3465;
}

li a {
	color:#666;
}

/* BREADCRUMB STYLES */

#breadcrumbs a, #breadcrumbs a:Visited {
	color:#1ea29a;
}

/* FOOTER STYLES */

#footer #left {
	float:left;
	padding-left:3px;
}

#footer #right {
	float:right;
	padding-right:5px;
}

#footer a {
	color:#1f3465;
	text-decoration:none;
}

/* CONTACT BOX STYLES */

#contact {
	float:right;
	width:200px;
	margin-top:6px;
	color:#ababab;
}

#contact h4 {
	margin:10px 0 7px 0;
	padding: 5px 0 5px 9px;
	color:#FFFFFF;
	font-size:0.9em;
	background:#ababab url(images/bg_col_head_grey.gif) no-repeat center right;
}

#contact #phone {
	background: url(images/phone_grey.gif) no-repeat  7px 0px;
	padding:1px 0 8px 29px;
}

#contact #email {
	background: url(images/envelope_grey.gif) no-repeat  7px 2px;
	padding:0 0 0 29px;

}

#contact a {
	color:#ababab;
}

/* RIGHT COLUMN STYLES */

#right_col h4 {
	margin:10px 0 7px 0;
	padding: 5px 0 5px 9px;
	color:#FFFFFF;
	font-size:0.9em;
}


#comment h4 {
	background:#1ea29a url(images/bg_col_head_green.gif) no-repeat center right;
}

#comment h5, #news h5 {
	margin:0 0 2px 7px;
	padding:0;
	font-weight:bold;
	font-size:1em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}


#comment p {
	margin:0 0 8px 7px;
	padding:0;
	color:#444444;
}

#comment a {
	color:#1ea29a;
	text-decoration:none;
}

.grey {
	color:#999999;
}

#newsletter h4 {
	background:#003366 url(images/bg_col_head_blue.gif) no-repeat center right;
}

#newsletter p {
	background: url(images/envelope_blue.gif) no-repeat  7px 3px;
	padding:0 0 0 29px;
	color:#1f3465;
}

#news h5 {
	color:#1f3465;
}

#news a, #newsletter a, #comment h5 {
	color:#1f3465;
}

#news h4 {
	background:#7d7d9d url(images/bg_col_head_purple.gif) no-repeat center right;
}

#news p {
	margin:0 0 8px 7px;
	padding:0;
}

/* HOME PAGE STYLES */

#home_leader {
	width:672px;
	height:203px;
	background:url(images/home_leader_bg.jpg) no-repeat top left;
}

#home_leader h1, #home_leader h2 {
	text-indent:-9999px;
	background-image:none;
	background-color:transparent;
}

/* MAIN COL STYLES */

#main_col p, #main_col form {
	padding-left:4px;
}

.float_right {
float:right;
margin: 0 0 15px 15px;
border:0;
}

/* FORM STYLES */

form {margin: 18px 0 0 0;font-style: normal;}
label {
	width: 13em;
	float: left;
	text-align: left;
	margin: 0 0 8px 0;
	clear: both;
}
.input-box {
	margin-bottom: 6px;
}
input.btn {
	background-color:#FFFFFF; 
	border-color:#036073;
	border-style:solid;
	border-width:1px;
}
input.btnhov {
	background-color:#CCCCCC;
	border-color:#036073;
	border-style:solid;
	border-width:1px;
}
input.text {
	background-color:#FFFFFF;
	border-color:#036073;
	border-style:solid;
	border-width:1px;
}
.submit-button	{
	clear: both;
}
/* End of 'RecordCSS' */

