/* CSS Document */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #605053;
	background-color:#fff; 
}

h1 {
	color: #DD022E;
	font-size: 1em;
	padding-left: 10px;
}
h2 {
	color: #DD022E;
	font-size: 0.9em;
}

h3 {
	color: #DD022E;
	font-size: 0.8em;
}

img {
	border: 0;
}

a:link {color: #DD022E;}
a:visited {color: #DD022E;}
a:hover {color: #605053;}
a:active {color: #DD022E;}

#outer {
	top: 0;
	left: 0;
	width: 100%;
}
#maincontainer {
	margin-left: auto;
	margin-right: auto;
	width: 724px;
}

#topsection {
	margin-bottom: 10px;
}

#introcopy {
	padding-top: 5px;
	margin-left: 325px;
	padding-right: 5px;
}

/* Home Navigation */
#nav_top {
	padding-bottom: 5px;
	padding-top: 5px;
	margin-bottom: 5px;
	background-color: #DD022E;
	width: 724px;
	text-align: center;
}

#nav_top ul {
	margin: 0px;
	padding: 0px;
	padding-right: 0px;
	margin-left: 3px;
	margin-right: 3px;
	font-size: 1.2em;
}

#nav_top li {
	display: inline;
	list-style: none;
	padding: 0px 10px 0px 10px;
}

#nav_top a {
	font-size: 0.9em;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
}

#nav_top a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}

/* Top Navigation Content */
.floatclassleft {
	float: left;
}

.floatclassright {
	float: right;
}

.clear {
	clear: both;
}

#backgroundsearch {
	background-repeat: no-repeat;
	height: 14px;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
}

#backgroundsearchbot {
	background-image: url(../images/searchbox_roundedbot.gif);
	background-repeat: no-repeat;
	height: 14px;
	margin: 0px;
	padding: 0px;
	color: #531373;
	font-weight: bold;
	background-color: #FFFFFF;
}

.listclass {
	padding: 0px;
	margin: 0px;
	font-size: 0.85em;
}

.listpadding {
	margin-top: 0px;
	padding: 4px;
	margin: 4px;
	color: #DE022E;
}

#buttoncointainer {
	padding: 0px;
	margin: 0px;
	margin-left: 25px;
}

.buttonclass {
	font-weight: bold;
	color: #FFFFFF;
	border: 0px;
	background-color: #DD022E;
	font-size: 0.8em;
}

#footer {
	width: 724px;
	background-color: #dd022e;
	color: #FFFFFF;
}

#footer .weblink {
	float: left;
	width: 200px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
}

#footer .weblink a { color: #fff; text-decoration: none;}
#footer .weblink a:hover { color: #fff; text-decoration: underline; }

#footer ul {
	margin-left: 200px;
	list-style: none;
	margin-bottom: 0px;
	margin-top: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: right;
	margin-right: 10px;
}

#footer ul li {
	display: inline;
	padding-left: 5px;
	padding-right: 5px;
	text-align: right;
}

#footer ul li a {
	color: #FFFFFF;
	text-decoration: none;
}

#footer ul li a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
					
					
.cmsWrapper #outer #maincontainer #header_img  {

	height: 100px;
	
}
.cmsWrapper #outer #maincontainer #header_img img {
	width: 600px;
	height: 77px;
	float: left;
}


