.clearb {
clear:both;
}

#col1 hr {
color: #d3ded6;
background-color: #d3ded6;
height: 1px;
width:90%;
}

a.navigation_primary:link, a.navigation_primary:active, a.navigation_primary:visited {
color:#FFFFFF;
text-decoration: none;
font-size: 12px;
}

a.navigation_primary:hover {
color:#cccccc;
text-decoration: none;
font-size: 12px;
}

a.sephone:link, a.sephone:active, a.sephone:visited {
color:#333333;
text-decoration: none;
font-size: 10px;
}

a.sephone:hover {
color:#666666;
text-decoration: none;
font-size: 10px;
}

body {
text-align: center;
}

.content {
text-align: left;
}

#container {
text-align: left;
margin: 0 auto;
width:950px;
background-image: url(images/bg.jpg);
background-repeat: repeat-y;
}

#header {
height: 114px;
}

#headerL {
height: 114px;
width:452px;
float:left;
background-image: url(images/bgL.jpg);
background-repeat: repeat-y;
}

#headerR {
height: 114px;
float: right;
width:498px;
background-image: url(images/headerBG.jpg);
background-repeat: repeat-y;
color:#FFFFFF;
}

#navigation {
padding: 5px 0px 5px 0px;
width: 100%;
background-color: #507c5d;
text-align: right;
color:#FFFFFF;
}

#content {
width:100%;
}

#col1 {
float: left;
width:220px;
}

#col1_pad {
margin: 5px;
border: 1px solid #507c5c;
padding: 5px;
}

#col2 {
float: left;
width:500px;
}

#col2_pad {
border: 1px solid #507c5c;
margin-top: 5px;
padding-bottom: 5px;
margin-bottom: 5px;
}

#col3 {
float: left;
width:220px;
}

#footer {
width:100%;
background-color: #90be92;
padding:  5px 0px 5px 0px;
}

#footerL {
float: left;
text-align: left;
width: 475px;
background-color: #90be92;
padding:  5px 0px 5px 0px;
color: #FFFFFF;
font-size: 12px;
}

#footerR{
float: left;
text-align: right;
width: 475px;
background-color: #90be92;
padding:  5px 0px 5px 0px;
color: #FFFFFF;
font-size: 12px;
}

#copyright {
width: 950px;
text-align: left;
margin: 0 auto;
font-size: 10px;
}

#copyrightL {
float: left;
text-align: left;
width: 475px;
}

#copyrightR {
float: right;
text-align:right;
width: 475px;
}

label {  
	float: left;  
	width: 14em;  
	margin-right: 1em;
	text-align: right;
}
input, textarea, select{
	border: solid #535353 1px;
	margin-bottom: 5px;
}
.button {
	width:40px;
	-moz-border-radius-bottomleft:4px;
	-moz-border-radius-bottomright:4px;
	-moz-border-radius-topleft:4px;
	-moz-border-radius-topright:4px;

}
#login {
position: relative;
text-align: right;
width:340px;
z-index: 3;
left:150px;
top:20px;
}

/* Navigation Styles
=====================================================================*/

.navigation_1_deep a {
	color: #000000 !important;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	font-family:Arial, Helvetica, sans-serif;
	line-height: 150%;
}

.navigation_2_deep a {
	margin-left: 10px;
	font-size: 12px !important;
	color: #000000 !important;
	text-decoration: none;
	font-family:Arial, Helvetica, sans-serif;
}

.navigation_3_deep a {
	margin-left: 24px;
	font-size: 11px !important;
	color: #000000 !important;
	text-decoration: none;
	font-family:Arial, Helvetica, sans-serif;
}

