/* Dark Gray #26353f
	Bright Blue: #0099ff
	Dark Blue: #386695
*/
body {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #26353f;
}

.header {
	width: 100%;
	height: 100px;
}
.rightSide {
	text-align: right;
}
.rightSide #Login {
	float:right;
	background: #386695;
	padding: 10px;
	width: 250px;
	text-align: left;
	margin-bottom: 10px;
}
.rightSide dl {
	font-size: 16px;
	float: right;
	display: inline;
	margin-top: 20px;
}
.rightSide dl dt {
	float: left;
	margin-left: 10px;
}
.rightSide dl dt a {
	color: #0099ff;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #c9c9c9;
}
.rightSide dl dt a:hover {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #386695;
}

.content {
	margin-bottom: 20px;
	line-height: 16px;
}
.content a { color: #0099ff; text-decoration: none; border-bottom: 1px dashed #0099ff;}
.content a:hover {	color: #c9c9c9; text-decoration: none; border-bottom: 1px solid #c9c9c9;}

.message {
	height: 320px;
	background: #FFFFFF
				url(../images/header_flasks.png);	
	color: #FFFFFF;
	margin-bottom: 20px;
	padding: 0px;
}
.message h1 {
	width: 450px;
	font-size: 30px;
	line-height: 33px;
	float: left;
	margin-left: 50px;
	padding: 50px 0 60px 0;
}
.message p {
	line-height: 24px;
	width: 500px;
	clear: both;
	font-size: 12px;
	float: left;
	margin-left: 50px;
}

.mainbar {
}
.mainbar h1, .sidebar h1 {
	color: #0099ff;
	font-size: 20px;
	font-weight: bold;
	margin: 0 0 10px 0;
}
.mainbar h2, .sidebar h2 {
	font-size: 16px;
	margin: 10px 0 10px 0;
}

.featureList {
	list-style:disc;
	padding: 20px;
}

.footer {
	font-size: 10px;
	color: #c9c9c9;
	margin-top: 20px;
	margin-bottom: 20px;
	
}
.footer a {	color: #c9c9c9; text-decoration: none; }
.footer a:hover { color: #0099ff; }

.footer .navigation {
		text-align: right;
}

/*
*	Marketing Services
*/

.MarketingServices .message {
	background:#FFFFFF url(../images/marketing_services_background.png) repeat scroll 0 0;
	color:#333333;
	height:200px;
	margin-bottom:20px;
	padding:0;
	
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
.MarketingServices .message h1 {
	padding: 40px 0 20px 0;
 }

/*
*	Message Box
*/

.MessageBox {
	margin: auto;
	padding: 20px;
	text-align: center;
	
	border: 1px solid #49ce00;
	background: #caffad;
	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.MessageBox .Header {
	font-weight: bold;
	font-size: 150%;
	margin-bottom: 10px;
	color: #3fb300;
}

/*
*	Contact Form
*/

.contactForm {
	background: #e3f0f9;
	
	font-size: 14px;
	line-height: 18px;
	padding: 25px 0 25px 0;
	padding-bottom: 25px;
	
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
.contactForm textarea, .contactForm input[type='text'] {
	width: 95%;
	font-family: Verdana, Sans-Serif;
	color: inherit;
	font-size: 14px;
	margin-bottom: 25px;
}
.contactForm div.multiBox {
	margin-bottom: 22px;
}
.contactForm div.multiBox input {
	margin-bottom: 3px;
}
.contactForm textarea {
	
	height: 100px;
}
.contactForm>div {
	
}
.contactForm label {
	font-size: 16px;
	display:block;
	margin: 0 0 3px 0;
}
.contactForm h1 {
	color: #0099ff;
	font-size: 24px;
	line-height: 27px;
	font-weight: bold;
	margin: 0 0 15px 0;
}
.contactForm p {
	margin-bottom: 20px;
}
.contactForm .example {
	font-size: 12px;
	color: #999999;
	margin-bottom: 3px;
}
.contactForm input[type='submit'] {
	font-size: 22px;
	padding: 5px 10px 5px 10px;
}
