/* enhancedmedia - HTML/CSS Template - Corporate Pastel | Blue */
html, body {
	height:100%;
	margin:0;
}
body {
	text-align:center;
	background:#363f48 url(images/bg.jpg) repeat-x top;
	font-family:Arial, sans-serif;
	font-size:11px;
	color:#333;
	min-height:100%;
}
/* Global styles */
a:link, a:active, a:visited{color:#069AB9; text-decoration:none;}
a:hover {text-decoration:underline;}
h1 {font-size:22px; color:#069AB9; font-weight:bold; margin-top:0;}
h2 {font-size:18px; color:#069AB9; font-weight:bold; }
h3 {font-size:14px; margin-bottom:3px; color:#069AB9;}
.newsdate, .testamonial {font-size:10px; margin:0; color:#FFFFFF; text-align:justify;}
.separator {margin:10px 0 0 0; width:100%; font-size:0px; border-top:1px solid #CCC;}
.floatr{float:right; margin:10px 0 10px 20px; border: none;}
.userinput { width:120px;}
.highlight { color:#069AB9;}
.submit input { margin-left: 5em; } 
/* Fix for IE png */
img, div, li a { behavior: url("scripts/iepngfix.htc") }
blockquote {
	font-style:italic; 
	margin:20px 0 5px 0; 
	padding:5px 0 0 20px;
	background:url(images/quotebefore.png) top left no-repeat;
}
blockquote div {
	padding-bottom:5px;
	background:url(images/quoteafter.png) bottom right no-repeat;
}
/* Global Page styles */
#wrapper {
	margin:14px auto 0 auto;
	width:900px;
	height:100%;
	text-align:left;
	background:url(images/header.jpg) no-repeat top left;
}
#header {
	margin:0;
	padding:0;
	width:900px;
	height:137px;
	background:url(images/header.jpg) no-repeat top left;
	position:absolute;
	top:14px;
	z-index:0;
}
#footer {
	width:100%;
	height:20px;
	float:left;
	padding:9px 15px 0 15px;
	margin:20px 0 10px 0;
	color:#CCC;
	text-align:center;
}
/*Navigation menu*/
#nav {
	margin:0;
	padding:0;
	height:23px;
	font-size:10px;
	font-weight:bold;
	float:right;
	z-index:1;
}
#nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
#nav li {
	float: left;
	margin: 0 1px;
}

#nav li a {
	background: url(images/tabbg.png) repeat-x;
	height:24px;
	line-height:16px;
	width: 9em;
	display: block;
	color: #CCC;
	text-decoration: none;
	text-align: center;
}
#nav li a:hover {
	color:#FFFFFF;
}
/*White overlapping box*/
#overlapbox {
	width:536px;
	margin:80px 0 0 0;
	float:left;
}
#topshadow {
	width:536px;
	height:16px;
	background:url(images/topshadow.png) no-repeat;
	float:left;
}
#fillshadow {
	width:536px;
	background:url(images/fillshadow.png) repeat-y;
	float:left;
}
#olboxcontent {
	width:460px;
	background:url(images/boxgradient.gif) repeat-x;
	border:1px solid #CCC;
	margin:7px 0 8px 18px;
	padding:18px;
	float:left;
	display:inline;
	text-align:justify;
}
/*Right hand side*/
#rightbox {
	width:340px;
	float:right;
	color:#CCCCCC;
	margin-top:155px;
	text-align:justify;
}
/* Contact page styles */
#contact label {
	margin:3px 5px 0 0;
	width:4.5em;
	float:left;
	text-align:right;
	display: block;
}
.userinput, .contactinput {
	border:1px solid #CCC;
	line-height:12px;
	padding:3px 0 0 2px;
	background:#fff url(images/inputbg.jpg) repeat-x;
}

