/*====================================================
	CSS and design : Patrick Bennett :: Modern Blue
	Jan 9, 2009
=====================================================*/

body {
	background:url(images/pagebg.jpg) repeat-x;
	font-family:Arial, Helvetica, sans-serif;
}

#content {
	width:1024px;
	margin:0 auto;
	padding:0;
	overflow:hidden;
}

#main {
	background:url(images/mainbg.jpg) no-repeat 0px 64px;
	height:465px;
}

#form {
	float:right;
	width:315px;
        margin-right: 27px;
}

#form form {
	width:250px;
	margin:0 0 0 30px;
}

#form h4 {
	color:#fff;
	font-weight:normal;
	margin:25px 0 0 0;
}

#form h4 strong {
	color:#c8f703;
	font-size:24px;
}

#form fieldset {
	border:none;
	margin:0;
	padding:0;
	clear:both;
}

#form p {
	color:#333;
	font-size:13px;
	margin:20px 0 15px 0;
}

#form label {
	width:50px;
	float:left;
	clear:left;
	font-size:13px;
	color:#555;
	margin:3px 0;
	height:20px;
}

#form .input {
	width:180px;
	float:right;
	clear:right;
	text-align:left;
}

#form .interest {
	float:right;
	margin: 5px auto;
	font-size:10.5px;
}

#form .submit {
    margin: 10px auto;
    background: url(images/submitRequest.gif) no-repeat;
    width: 128px;
    height:17px;
    padding: 0;
    text-indent: -999em;
    border: none;
    margin: 5px 0 10px 66px;
    cursor:pointer;
}

#form .submit:hover {
    background: url(images/submitRequest.gif) no-repeat 0 -17px;
}

#form p.featured {
	margin:18px 0 0 50px;
	font-size:14px;
}

#form p.featured a {
	color:#006699;
}

#form p.featured a:hover {
	color:#333;
}

#form #companyText {
	display:none;
}

#form #getquote {
    background:url(images/buttonGetQuote.gif) no-repeat;
    width:255px;
    height:33px;
    margin: 0 auto;
    cursor:pointer;
    border-top: 1px #999999;
}

#form #getquote:hover {
    background:url(images/buttonGetQuote.gif) no-repeat 0 -33px;
}

#mwLogo {
	float:left;
	margin:10px 0 0 10px;
	width:192px;
	height:64px;
}

#faderLogo {
	float:right;
}

#blocks {
	background:url(images/bottombg.jpg) no-repeat;
	width:1024px;
	height:180px;
	margin:0 auto;
	padding:0;
}

.box {
	width:199px;
	float:left;
	margin:0 0 0 5px;
	overflow:hidden;
}

.box h3 {
	font-family:"Myriad Pro", "Trebuchet MS", Arial, sans;
	color:#fff;
	font-weight:normal;
	font-size:14px;
	margin:5px 0 12px 12px;
	padding:0;
}

.box h3 a {
	color:#fff;
	text-decoration:none;
}

.box h3 a:hover {
	color:#00CCFF;
}

.box .box-content{
    height:110px;
    padding-right:10px;
}

.box .img {
	width:85px;
	margin:9px 5px;
	float:left;
}

.box p {
	color:#444;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	padding:5px 0 0 0;
	line-height:15px;
}

.box p a {
	color:#444;
	text-decoration:none;
}

.box p a:hover {
	color:#222;
}

.box a.learnMore, .box a.learnMore2 {
	display:block;
	width:112px;
	height:26px;
	float:left;
	clear:left;
	background:url(images/boxLearnMore3.png);
	margin:-2px 0 0 7px;
	clear:both;
}

.box a.learnMore2 {
	background:url(images/boxLearnMore2.png);
}

.box a.learnMore:hover {
	background:url(images/boxLearnMore3.png) 0px -26px no-repeat;
}

.box a.learnMore2:hover {
	background:url(images/boxLearnMore2.png) 0px -26px no-repeat;
}

.box a.comingSoon {
	display:block;
	width:112px;
	height:26px;
	float:left;
	clear:left;
	background:url(images/boxComingSoon.png);
	margin:-2px 0 0 7px;
	clear:both;
}

#footer {
	float:right;
}

#footer p {
	color:#888;
	font-size:11px;
}

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

#nav {
	float:left;
	width:545px;
	margin:69px 0 0 52px;
	font-family:"Myriad Pro", "Trebuchet MS", Arial, sans;
	color:#777;
}

#nav ul {
	list-style-type:none;
    margin: 0px;
    padding: 5px 0;
	float:left;
}	

#nav li {
	display:inline;
	padding:8px 10px;
	font-size:.8em;
}

#nav li.active {
	color:#005aab;
	background:url(images/homeBg.gif) no-repeat 0 5px;
	padding:8px 15px;
}

#nav li a {
	text-decoration:none;
	color:#777;
}

#nav li a:hover {
	color:#222;
}

#nav form {
	margin:0;
	padding:0;
}

#nav .sinput {
	margin:5px 0 0 5px;
	padding:0;
	width:200px;
	clear:none;
	float:left;
}

#nav .submit {
	margin:5px 0 0 3px;
}


/*=================================================
	Helper Classes
==================================================*/

.clear {
	clear:both;
}

a img {
	border:none;
}