@charset "UTF-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	color: #444444;
	font-size: 14px;
}
#container {
	width: 900px;
	min-height: 700px; 
	margin: 50px auto;
	background-position: bottom right;
	background-repeat: no-repeat;
	position: relative;
}
#header {
	height: 150px;
}
#logo {
	float: left;
}
#logo h2 {
	margin: 10px 0px 0px 10px;
	font-size: 36px;
}
#headerRightNav {
	width: 140px;
	float: right;
}
#headerRightNav a {
	width: 130px;
	height: 40px;
	color: #FFFFFF;
	background-color: #5D9B86;
	text-align: center;
	text-decoration: none;
	margin: 10px 0px 0px 0px;
	padding: 5px;
	display: block;
}
#headerRightNav a:hover {
	background-color: #B6D93B;
}
#headerRightNav a.current {
	background-color: #B6D93B;
}
#headerRightNav .title {
	font-size: 19px;
	line-height:40px;
}
#navigation {
	width: 900px;
	height: 32px;
	clear: both;
	/*background-image: url(/assets/images/nav-background.jpg);*/
	background-position: right;
	background-repeat: no-repeat;
	background-color: #5D9B86;
}
#navigation li {
	float: left;
	padding: 10px 10px 10px 15px;
	color: #FFFFFF;
	font-size: 12px;
}
#navigation a {
	color: #FFFFFF;
	text-decoration: none;
}
#navigation a:hover {
	color: #A8D42D;
	text-decoration: none;
}
#navigation li.current a {
	color: #A8D42D;
}
#content {
	margin: 20px 0px 0px 0px;
	padding: 10px 0px 0px 0px;
	clear: both;
}
#content .leftCol {
	width: 435px;
	margin-right:30px;
	float: left;
}
#content .leftImageCol {
	width: 150px;
	float: left;
	margin: 0px 10px 10px 0px;
}
#content .rightTextCol {
	width: 200px;
	float: left;
	margin: 0px 0px 10px 0px;
}
#content .leftImageCol img{
	border: 1px solid #DFDFDF;
}
#footer {
	font-size: 12px;
	clear: both;
	padding-top:10px;
}
#footer a {
	color: #0000FF;
}
.clear {
	clear: both;
}

/* Headings */

h1 {
	font-size: 48px;
}
h2 {
	font-size: 28px;
	margin: 0px 0px 20px 0px;
}
h3 {
	font-size: 19px;
}
form h3 {
	border: 1px solid #DDDDDD;
	padding: 5px 10px 5px 10px;
	font-size: 11px;
	color: #FF0000;
}


p{
	margin-bottom:15px;
}

.orderCosts {
	float: left;
	width: 300px;
	margin: 0px 0px 0px 20px;
}
.errorMessage {
	border: 1px solid #CCCCCC; padding: 5px; background-color: #CC3300; color: #FFFFFF;
}

#content{
	line-height:1.4em;
}

strong,b{
	font-weight:bold;
}


#logo h3{
	font-size:26px;
	letter-spacing:2px;
	padding-bottom:5px;
	padding-left:10px;
	padding-top:5px;	
}

.leftCol #threecol #coltwo{
	position:absolute;
	right:0;
	top:230px;
	width:382px;
}

#From30_636 {
	width: 25%;
	margin: 30px 0 0;
}

.From30_636_label {
	margin: 10px 0 0;
	width: 75%;
}

#We30_776 {
	width: 25%;
	margin: 65px 0 0;
}

.We30_776_label {
	margin: 10px 0 0;
	width: 75%;
}
