/***
 * URI: 	 http://www.vision-works.com/
 * Author: 	 Design Less Better
 * Author URI:  http://www.designlessbetter.com/
 ***/

/***
 * GLOBALS 
 ***/

body
{
	margin: 0 auto;
	min-width: 995px;
	background-color: #fff;
}

h1, h2, h3
{
	font-family: Georgia;
	font-weight: normal;
	line-height: 1.3em;
}

h3 
{
	font-size: 1.4em;
	margin-bottom: 5px;
}

p, ol li, ul.horizontalnav li, div.quarter ul li, div#leftcol ul li
{
	font-family: Verdana;
	font-size: 13px;
	line-height: 1.5em;
	color: #666666;
}

a
{
	color: #0672b3;
}

div.width
{
	width: 980px;
	margin: 0 auto;
}

/***
 * TOP NAV
 ***/

div#header
{
	height: 60px;
	margin-top: 0px;
	background-image: url('../img/header.png');
	background-repeat: repeat-x;
	z-index: 100;
	position: relative;
}

img#stamp
{
	float: left;
	border: 0px;
	margin-left: 17px;
}

ul#supernav
{
	margin: 0;
	float: right;
	list-style-type: none;
}

ul#supernav li
{
	float: left;
	padding-top: 10px;
	padding-right: 30px;
}

ul#supernav li a
{
	font-family: Georgia;
	font-size: 1.2em;
	color: white;
	text-decoration: none;
	font-weight: normal;
}

ul#supernav li a.selected
{
	color: black;
	text-decoration: none;
}

ul#supernav li a:hover
{
	text-decoration: underline;
}

ul#supernav li a.selected:hover
{
	text-decoration: none;
}

/***
 * CONTENT
 ***/

div#content
{
    clear: both;
	margin: 0 0;
}

div#page-content
{
	padding: 25px;
}

/***
 * BANNER
 ***/

div#banner
{
	margin: -10px 0 0px;
	min-height: 295px;
	background-image: url('../img/banner.gif');
	background-repeat: repeat-x;
	background-color: white;
}

div#banner div.bumpandroll
{
	float: left;
	margin: 0 0 0 30px;
}

div#banner h2.bump
{
	margin: 40px 40px 0;
	width: 480px;
	font-size: 1.9em;
	line-height: 1.5em;
}

div#banner div.roll
{
	font-family: Georgia;	
	margin: 20px 0 0;
	width: 480px;
	text-align: right;
	color: #007add;
	font-size: 1.5em;
}

div#banner div.roll a
{
	text-decoration: none;
}

div#banner img#box
{
	margin-top: 40px;
}

/***
 * FRONT PAGE
 ***/

div#content div#vision
{
	width: 320px;
	float: left;
	padding-left: 25px;
	padding-top: 20px;
}


div#content div#vision h1
{
	font-size: 2em;
	margin-bottom: 0;
}

div#content div#vision h3
{
	color: #999999;
	margin: 0 0 10px;
}

div#content div#vision p
{
	margin-bottom: 20px;
}

div#content div#points
{
	width: 620px;
	padding-top: 20px;
	float: right;
}

div#points div.point
{
	width: 290px;
	margin-right: 20px;
	float: left;
	height: 200px;
}

div#points div.point img.pointicon
{
	float: left;
	margin: 5px 5px 5px 0;
}

div#points div.point p
{
	clear: left;
}

/***
 * FEATURES
 ***/

div#twocol
{
	margin: 0 auto;
	width: 980px;
}

div#leftcol
{
	width: 350px;
	float: left;
	padding-right: 20px;
}

div#leftcol h5
{
	color:#666666;
	font-size:1.2em;
	font-weight:normal;
	line-height:1.3em;
	margin: 0;
}

div#leftcol ul 
{
	list-style-type: none;
	margin: 0;
	clear: both;
	padding: 30px 0 0 0;
	background-position: bottom right;
	background-repeat: no-repeat;
}

div#leftcol ul:before 
{
    content: " ";
    height: 5px;
	background-image: url('../img/horizontal-list-top.png');
	display: block;
	width: 330px;
}

div#leftcol ul:after 
{
    content: " ";
    height: 9px;
	margin-top: -9px;
	background-image: url('../img/horizontal-list-bottom.gif');
	display: block;
    clear: both;
	width: 330px;
}

div#leftcol ul li
{
	width: 305px;
	height: 79px;
	padding: 10px 13px 20px;
	background-image: url('../img/horizontal-inactive.png');
	background-repeat: no-repeat;
	cursor: pointer;
}

div#leftcol ul li.active
{
	background-image: url('../img/horizontal-active.png');
}

div#leftcol ul li a
{
	font-family: Georgia;
	color: black;
	font-size: 1.3em;
	text-decoration: none;
	font-weight: normal;
	margin-bottom: 0px;
}

div#leftcol ul li div.desc
{
	font-size: 11px;
	padding-top: 5px;
}

div#leftcol ul li img
{
	float: left;
	margin-right: 5px;
	margin-bottom: 10px;
}


div#rightcol
{
	width: 580px;
	float: left;
}

img.featureimg
{
	margin: 21px auto 0;
	text-align: center;
}
/***
 * FEATURES MODAL PAGES
 ***/

div.quarter
{
	width: 274px;
	padding: 0 15px 10px 0;
	float: left;
}

div.quarter h3
{
	margin-top: 15px;
}

div.quarter img
{
	float: right;
	margin-left: 5px;
}

div.last
{
	background-image: url('../img/bluebox.png');
	background-repeat: no-repeat;
	min-height: 225px;
	padding-left: 15px;
	width: 259px;
}

div.third
{
	clear: left;
}

/***
 * OVERVIEW
 ***/

div#toprow-container
{
	margin: 0 auto 10px;
	padding: 20px 0 0;
	width: 960px;
}

div#toprow 
{
}

div#toprow img.contentimg
{
	float: right; 
	margin: 0 55px 0 15px; 
	padding-top: 10px;
}

div#toprow p.nextlink
{
	font-family: Georgia;
	font-size: 1.2em;
	text-align: right;
	padding-right: 424px;
	margin-top: 20px;
	display: block;
}

div#toprow p
{
	max-width: 550px;
	line-height: 1.7em;
}

div#toprow h4
{
	font-size:1.3em;
	font-weight:normal;
	line-height:1.3em;
	margin: 10px 0;
}

div#toprow p.nextlink a
{
	text-decoration: none;
}

div#bottomrow
{
	margin: 0 auto;
	text-align: center;
}

div#bottomrow ul 
{
	list-style-type: none;
	margin: 0 auto;
	height: 151px;
	clear: both;
	padding: 10px 0 0;
	width: 977px;
	background-image: url('../img/right-shadow.gif');
	background-position: bottom right;
	background-repeat: no-repeat;
}

div#bottomrow ul:after 
{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

div#bottomrow ul li
{
	float: left;
	width: 227px;
	height: 121px;
	padding: 15px 8px;
	background-image: url('../img/inactive-tab.gif');
	background-repeat: no-repeat;
	cursor: pointer;
	text-align: left;
}

div#bottomrow ul li.active
{
	background-image: url('../img/active-tab.gif');
}

div#bottomrow ul li.first
{
	width: 256px;
	
}

div#bottomrow ul li a
{
	font-family: Georgia;
	color: black;
	font-size: 1.5em;
	text-decoration: none;
	font-weight: normal;
	margin-bottom: 10px;
}

div#bottomrow ul li div.desc
{
	font-size: 11px;
	padding-top: 5px;
}

div#bottomrow ul li img
{
	float: right;
	margin-left: 5px;
}

/***
 * FOOTER
 ***/

div#footer
{
	clear: both;
	font-family: Verdana;
	font-size: 10px;
	line-height: 1.5em;
	color: #666666;
	text-align: center;
	padding: 25px 0;
}

/***
 * OVERVIEW LISTS
 ***/

div#overview-list
{
	width: 344px;
	height: 369px;
	background-image: url('../img/benefits.png');
	float: right;
	padding-left: 25px;
	font-family: Georgia !important;
	margin-left: 15px;
}

div#overview-list h4
{
	border-bottom: 1px #cccccc solid;
	font-size:1.4em;
	margin:25px 0 5px;
	padding-bottom: 5px;
	font-weight:normal;
	line-height:1.3em;
	width: 320px;
}

div#overview-list h5
{
	color: #666;
	font-size:1.2em;
	margin: 10px 0 5px;
	font-weight:normal;
	line-height:1.3em;
}

div#overview-list ol
{
	width: 250px;
	margin-top: 0px;
}

div#overview-list ol li, div#overview-list p
{
	line-height: 1.4em;
	font-size: 1em;
	font-family: Georgia;
}

div#overview-list p
{
	text-align: right;
	padding-right: 55px;
}

div#overview-list p a
{
	text-decoration: none;
}

/***
 * STORY
 ***/

div#story
{
	width: 480px;
	margin-left: 20px;
	font-family: Georgia !important;
	float: right;
}

div#storyphoto
{
	width: 452px;
	height: 251px;
	background-image: url('../img/pictureframe.png');
	padding: 12px 18px 25px;
}

div#story h3
{
	margin-top: 0px;
	line-height: 1.5em;
}

div#story div.byline
{
	color: #333333;
	text-align: right;
	font-size: .8em;
	margin-bottom: 15px;
}

li.story div.company
{
	color: #333333;
	font-size: 11px;
	margin-top: 5px;
}

li.story div.city
{
	color: #999999;
	font-size: 11px;
}

li.story img
{
	float:left !important;
	margin: 0 10px 10px 5px;
}

li.story blockquote
{
	background:transparent url('../img/blockquote.png') no-repeat scroll left top;
	margin:0;
	padding:0 5px 0 40px;
	clear: left;
	font-family: Georgia;
	color: #666;
	font-size: 14px;
	min-height: 24px;
}

/***
 * CONTACT FORM
 ***/

div#callus
{
	float: left;
	width: 410px;
	margin-right: 20px;
	font-family: Verdana;
	font-size: 13px;
	line-height: 1.6em;
}

div#sendanemail
{
	float: left;
	width: 490px;	
	font-family: Verdana;
	font-size: 13px;
	line-height: 1.6em;
}

div#response-output
{
	padding-bottom: 10px;
}

div#address
{
	text-align: center;
	color: #666666;
}

div#address b
{
	color: #000;
}

div#sendanemail form
{
	width: 520px;
	margin-bottom: 0px;
}

div#sendanemail form p
{
	display: inline;
}

div#contactform
{
	width: 484px;
	background-image: url('../img/contactform.png');
	background-repeat: no-repeat;
	padding: 15px 30px;
	color: #666666;
}

div#contactformbottom
{
	width: 484px;
	height: 15px;
	background-image: url('../img/contactform-bottom.png');
	background-repeat: no-repeat;
	color: #666666;
}

div#sendanemail form input.visible, div#sendanemail form select.visible
{
	background-color: #f4f4f4;
	border: 1px #b3b3b3 solid;
	width: 306px;
	height: 17px;
	margin-top: 10px;
	padding: 4px;
	font-family: Verdana;
	font-size: 13px;
	line-height: 1.6em;
	color: #666666;
}

div#sendanemail form select.visible
{
	height: 27px;
	width: 316px;
}	

div#sendanemail form div.label
{
	width: 100px;
	text-align: right;
	padding-right: 5px;
	font-size: .9em;
	font-weight: bold;
	float: left;
	margin-top: 10px;
}

div#sendanemail form textarea
{
	background-color: #f4f4f4;
	border: 1px #b3b3b3 solid;
	margin-top: 10px;
	width: 411px;
	padding: 4px;
	font-family: Verdana;
	font-size: 13px;
	line-height: 1.6em;
	color: #666666;
}

span#requestlit
{
	clear: left;
	display: block;
	margin-top: 10px;
	text-align: right;
	padding-right: 65px;
}

div#addressform
{
	margin-bottom: 15px;
	display: none;
}

input#mailing-city
{
	width: 170px !important;
}

select#mailing-state
{
	width: 60px !important;
}

input#mailing-zip
{
	width: 50px !important;
}

div#submitcontain
{
	text-align: right;
	padding-right: 45px;
}

input#submit
{
	background: transparent url('../img/send.gif') no-repeat 0 0;
	width: 90px;
	height: 44px;
	border: 0px;
	margin-top: 5px;
}

input#submit:hover
{
	/*background-position: 0 -44px;*/
	cursor: pointer;
}
