/*--------------------- Last Modified --> 2006.11.10 ---------------------*/
/*-------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------
  Copyright Einstein Industries 2006. Used with Permission.                             
  May not be duplicated or reproduced.
  Please check for cross-browser compatibility prior to making changes
  MINIMUM BROWSER CHECK :: IE5.x/IE6/Firefox/Safari
  CSS Document - layout.css
/*-------------------------------------------------------------------------------------*/
/* undo some default styling of common (X)HTML browsers
/*------------------------------------------------------------------------------------*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td,html,label,table,tr,td {margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img,a img,:link img,:visited img {border:0;}
address,caption,cite,code,dfn,th,var {font-style:normal;font-weight:normal;}
ol,ul {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6 {font-size:100%;}
q:before,q:after {content:'';}


/* global elements
 * ------------------------------------------------------------------------- */


/* ----- type selectors ----- */ 
body { 
	background:#39375D url("../images/bg-body.jpg") top repeat-x;
	text-align:center; 
	font:11px/14px Arial, Helvetica, sans-serif; 
	color:#FFF;
	}

blockquote { 
	margin-left:10px; 
	margin-right:10px; 
	}

h1	{ font-size:1.2em; color:#FFF; }
h2	{ font-size:1.1em; color:#FFF; }
h3	{ font-size:1.0em; color:#FFF; }

h1 span,h2 span,h3 span	{ display:none; }

a:link,a:visited	{ color:#FFF; text-decoration:underline; outline:none; }
a:hover,a:active	{ color:#39375D; text-decoration:none; outline:none; }

/* ----- classes ----- */

.btn-news {
	margin:0 0 15px 22px;
	}

.clear {
	clear:both;
	}

div.clear	{ 
	clear:both;
	height:.01em; 
	overflow:hidden; 
	}
	
div.hrule {
	background:url("../images/hrule.jpg") no-repeat;
	height:25px;
	display:block;
	}

div.hrule-long {
	background:url("../images/hrule-long.jpg") no-repeat;
	height:25px;
	display:block;
	}

.center {text-align:center;}

p.back-to-top {
	text-align:right;
	display:block;
	}
	
p.italics {
	font-style:italic;
	}
	
p.header-16px {
	font-size:16px;
	font-weight:bold;
	}
	
img.img-left { 
	float:left; 
	margin:0; 
	}
	
img.img-right { 
	float:right; 
	margin:0 40px 5px 10px; 
	}
	
#twolists {height:100px; margin: 0 auto;}

.listright {width:200px; float:left;}

.listleft {width:110px; float:left;}
	
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
	}
	
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */
	
/* ----- global form elements ----- */ 

form {
	width:114px;
	margin:0 0 15px 0;
	}

form label	{ font-size:.95em; }

form br { line-height:0; height:0; } /* defaults vertical spacing between fields */

input, textarea, select { 
	background-color:#FFF !important; /* to prevent highlighting by Google Toolbar */
	border:1px solid #FFF;
	color:#39375D;
	width:109px; /* 5 pixels smaller than form width !important */
	height:18px;
	line-height:18px;
	vertical-align: middle;
	margin-bottom:4px; /* sets vertical spacing between fields */
	padding-top:1px; /* vertically position text in input/textarea field */
	padding-left:4px; /* horizontally position text in input/textarea field */
	font-family:Arial, Helvetica, sans-serif; 
	font-size:11px;
	}
	
select { width:114px; padding:0; } /* same width as form - !important */

textarea { height:90px; overflow:auto; }

#contact-business { display: none; } /* do not remove */ 


/* ----- main contact form ----- */ 
 
#contact-main { margin:0 0 15px 0; }

#contact-main label { 
	width:220px; 
	position:relative; 
	display:block; 
	text-align:right; 
	margin-bottom:10px;
	font-size:1.0em;
	}
	
#contact-main label input, #contact-main label textarea, #contact-main label select { 
	width:170px;
	position:absolute; 
	left:110%; 
	top:-2px;
	}
	
#contact-main label select { width:177px; }
	
#contact-main label textarea { height:100px; overflow:auto; }

#contact-business-main { display: none; } /* do not remove */ 


/* ----- submit button form elements ----- */ 

input.submit-contact-main { margin:85px 0 5px 243px; }

input.submit, input.submit-contact-main { /* REMOVE IF NOT USED */
	background:url("../images/btn-submit.jpg");
	width:58px;
	height:17px;
	border:none;
	cursor:pointer;
	}


/* framework
 * ------------------------------------------------------------------------- */

body#index #wrap {
	background:url("../images/bg-wrap.jpg") repeat-y;
	width:765px;
	margin:0 auto;
	text-align:left;
	}

#wrap {
	background:url("../images/bg-wrap-sub.jpg") repeat-y;
	width:765px;
	margin:0 auto;
	text-align:left;
	}
	
body#index #bg-gradient {
	background:url("../images/bg-wrap-gradient.jpg") no-repeat;
	width:765px;
	}

#bg-gradient {
	background:url("../images/bg-wrap-gradient-sub.jpg") no-repeat;
	width:765px;
	}
	
#masthead {
	position:relative;
	background:url("../images/masthead.jpg");
	height:89px;
	}
	/* index page link within #masthead */		
	#masthead a {	
		position:absolute;
		left:12px;
		width:166px;
		top:31px;
		height:51px; 
		}
	#masthead a span {
		display:none;
		}
		
	#masthead .mission-statement {
		position:absolute;
		width:330px;
		height:49px;
		left:205px;
		top:35px;
		}

	#masthead .address-info {
		position:absolute;
		width:185px;
		height:49px;
		left:557px;
		top:35px;
		text-align:right;
		}

/* ----- column-left ----- */

#column-left {
	width:197px;
	float:left;
	}
	
	#column-left p, #column-left h1, #column-left h2, #column-left h3, #column-left ul, #column-left dl {
		margin:0 30px 15px 29px;
		}
		
		#column-left p.italics { width:130px; }
		
	#column-left form { margin-left:29px; }
	
	#column-left a { color:#fff; }
	
	/* single column list */
	#column-left ul { padding-left:5px; }
		#column-left ul li { 
			background:transparent url("../images/bullet.jpg") 0px 6px no-repeat;
			padding-left:10px; /* pushes text to the right to display bg img */
			}
			
	#column-left ul li ul { margin:0 0 0 5px; }
			
/* ----- column-right ----- */

body#index #column-right {
	width:568px;
	float:left;
	padding:0;
	}

#column-right {
	width:568px;
	float:left;
	padding-top:50px;
	}

	#column-right p, #column-right h1, #column-right h2, #column-right h3, #column-right ul, #column-right dl, #column-right ol {
		margin:0 50px 15px 23px;
		}
	#column-right form { margin-left:0px; }

	#column-right ul li ul { margin:0 0 0 5px; }

/* ----- bottom-wrap ----- */
 
body#index #bottom-wrap {
	background:url("../images/bottom-wrap.jpg");
	height:73px;
	clear:both;
	width:100%; 
	}

#bottom-wrap {
	background:url("../images/bottom-wrap-sub.jpg");
	height:73px;
	clear:both;
	width:100%; 
	}

	
/* header framework
 * ------------------------------------------------------------------------- */

body#index #header-graphic {
	height: 204px;
	background:none;
}

#header-graphic { 
	background:transparent url(../images/header-graphic.jpg) repeat scroll 0%;
	height:115px;
	position:relative;
	}
		
/* ------------------------ title framework with varying heights ------------------------- */
#title-review {
	height:78px;
	background:url("../images/title-review.jpg") ;
	}
	
#title-review2 {
	height:78px;
	background:url("../images/title-review2.jpg") ;
	}

#title-review-sub {
	height:59px;
	background:url("../images/title-review-sub.jpg") ;
	}

#title-address {
	height:59px;
	background:url("../images/title-address.jpg") ;
	}


/* footer
 * ------------------------------------------------------------------------- */
 
#footer {
	width:765px;
	margin:0 auto;
	text-align:center;
	}

#footer p {
	margin:0 20px 10px 20px;
	}

#footer a {
	color:#fff;
	}
	
#footer ul {margin-bottom:10px;}

#footer li { /* if your li's float, you can adjust border height w/ line-height */
	padding:0 5px 0 7px;
	display: inline;
	border-left: 1px solid #fff;
	}

	#footer li.first { border: none; }

/* Horizontal Sprite Nav
 * ------------------------------------------------------------------------- */

#nav { 
	background:url("../images/bg-nav.jpg") no-repeat; 
	width:765px; 
	height:44px; 
	margin:0;
	padding:0 0 0 15px;
	font-weight:bold;
	font-size:12px;
	line-height:44px;
	}
	
#nav a:link, #nav a:visited	{ color:#39375D; text-decoration:none; outline:none; }
#nav a:hover, #nav a:active	{ color:#9D5A40; text-decoration:none; outline:none; }


#nav li { 
	float:left; 
	list-style:none; 
	_display:inline; 
	position:relative; 
	margin-left:28px;
	background:url("../images/border-nav.jpg") 0 10px no-repeat;
	padding-left:10px;
	}

/* ----- Box Address ----- */

.box-address {
	width:145px;
	background:transparent url("../images/bg-box-address.jpg") repeat-y;
	margin:0 0 20px 22px;
	border-bottom:1px solid #fff;
	}
	
	#column-left .box-address p {
		margin:0 10px 15px 15px;
		}
		
	#column-left .box-address form { margin-left:15px; }

/* ----- Box Review ----- */

.box-review {
	width:147px;
	background:transparent url("../images/bg-box-review.jpg") repeat-y;
	margin:0 0 20px 0;
	border-bottom:1px solid #fff;
	float:left;
	}
	
	#column-right .box-review p {
		margin:0 10px 15px 15px;
		}
		
		
	#column-right .box-review form { margin-left:15px; }

/* ----- Right Column/Column Content ----- */

#mediacenter {
	padding:30px 0 20px 23px;
	}
	
#mc-banner{
	padding:0 0 20px 23px;
	}

/* ----- Right Column/Column Content ----- */

#col-content {
	background:url("../images/bg-col-content.jpg");
	width:395px;
	float:left;
	padding-bottom:18px;
	}
	
	#bg-gradient-content {
		background:url("../images/bg-gradient-content.jpg") no-repeat;
		width:395px;
		}

	#col-content p, #col-content h1, #col-content h2, #col-content h3 {
		margin:0 22px 15px 22px;
		}
		
	/* multi column list */
	#column-right #col-content ul { padding-left:25px; } 
		#column-right #col-content ul li { 
			background:transparent url("../images/bullet.jpg") 0px 8px no-repeat;
			padding-left:12px;  /* pushes text to the right to display bg img */
			float:left;
			width:130px;
			line-height:17px; 
			}
		
/* ----- Right Column/Column FAQS and History ----- */

#col-faqs-history {
	background:url("../images/bg-faqs-history.jpg");
	width:542px;
	}
	
	#col-faqs {
		width:258px;
		float:left;
		}
		
		#col-faqs p, #col-faqs h2, #col-faqs h3 {
			margin:0 20px 15px 23px;
			}
			
		#col-faqs ul { line-height:16px; margin-right:10px; }
			#col-faqs ul li { margin-bottom:7px; }  		
		
	#col-history {
		width:284px;
		float:left;
		}
		
		#col-history p, #col-history h2, #col-history h3, #col-history ul  {
			margin:0 25px 15px 17px;
			}
			
			#col-history ul li { margin-bottom:7px; }				
			
/* newsfeed elements

 * ------------------------------------------------------------------------- */
 

#wrap-news-menu {
    width:480px;
    height:25px;
		padding:0;
    border-bottom:1px solid #FFF;
		margin:0 0 0 23px;
    }

	#wrap-news-menu form {
		margin:0;
		padding:0;
		width:450px;
		}

	#wrap-news-menu label {
		color:#FFF;
		margin:4px 0 0 0;
		padding:0;
		font-weight:bold;
		font-family:Arial, Helvetica, sans-serif;
		}

	#wrap-news-menu select {
		margin-left:155px;
		z-index:0;
		width:160px;
		}

#wrap-news-feed {
	margin:0 0px 18px 0;
	width:541px;
	}

#wrap-news-feed .news-item {
	margin-left:20px;
	margin-bottom:25px;
	padding-left:0px;
    }

	#wrap-news-feed .news-item.open		{ border-left:1px solid #FFF; }
	#wrap-news-feed .news-item.closed	{ border-left:1px solid #FFF; }

#wrap-news-feed .news-item ul {	padding-left:3px; list-style:none; }

#wrap-news-feed .news-item ul li {
	_position:relative;	/* to fix the IE bullet peekaboo pug */
	padding-left:9px;
	line-height:16px;
	list-style:none;
	background:transparent url("../images/bullet.jpg") 0px 6px no-repeat;
	}

#wrap-news-feed .news-item p.news-details {
	margin:0;
	padding:0 0 0 5px;
	font-size:10px;
	font-weight:bold;
	font-style:normal;
	color:#FFF;
	border:none;
	background:transparent;
    }

#wrap-news-feed .news-item p.news-toggle-top {
	padding:0 0 0 0;
	margin:0 0 0 0;
	width:87px;
	font-size:10px;
  }

#wrap-news-feed .news-item p.news-toggle-btm {
    padding:0 0 0 0;
    width:87px;
    margin-left:0;
    margin-top:0;
    }

	#wrap-news-feed .news-item.open p.news-toggle-btm, #wrap-news-feed .news-item.open p.news-toggle-top		{ border-bottom:1px solid #FFF;}
	#wrap-news-feed .news-item.closed p.news-toggle-btm, #wrap-news-feed .news-item.closed p.news-toggle-top	{ border-bottom:1px solid #FFF;}

#wrap-news-feed .news-item p.news-toggle-btm a, #wrap-news-feed .news-item p.news-toggle-top a {
	font-size:10px;
	text-decoration:none;
	padding-left:0;
	margin-left:0;
  }
#wrap-news-feed .news-item .news-headline { margin-left:0px; }

#wrap-news-feed .news-item .news-headline h2 {
	margin:10px 0 0 0;
	padding:5px 5px 0 5px;
	font-weight:bold;
  }

#wrap-news-feed .news-item .news-excerpt { margin:5px 0 0 0; padding:0; }

#wrap-news-feed .news-item .news-excerpt p, #wrap-news-feed .news-item .news-article p {
	margin:0px 5px 7px 0;
	padding:0 5px 0 5px;
	color:#FFF;
  }

#wrap-news-feed .news-item p { border:none; background:transparent; }

/* end newsfeed elements

 * ------------------------------------------------------------------------- */	


/* VERTICAL sprite nav
 * ------------------------------------------------------------------------------------- */
 
#column-right ul#menu-vert {
	background: url("../images/sidenav.jpg") no-repeat;
	width: 147px;
	height: 272px;
	padding: 20px 0 0 0;
	margin: -1px 0 0 0;
	float:left;
}

#column-right #menu-vert li span { display: none; }

#column-right #menu-vert li { float:left; width:147px; list-style:none; position:relative; }

#column-right #menu-vert li, 
#column-right #menu-vert a { height: 29px; display: block; }

#column-right #menu-vert-01 { margin-top:0px; }
#column-right #menu-vert-02,
#column-right #menu-vert-03,
#column-right #menu-vert-04,
#column-right #menu-vert-05,
#column-right #menu-vert-06,
#column-right #menu-vert-07,
#column-right #menu-vert-08 { margin-top:2px; }

#menu-vert-01 a:hover {background: transparent url("../images/sidenav.jpg") -146px -20px no-repeat;}
#menu-vert-02 a:hover {background: transparent url("../images/sidenav.jpg") -146px -51px no-repeat;}
#menu-vert-03 a:hover {background: transparent url("../images/sidenav.jpg") -146px -82px no-repeat;}
#menu-vert-04 a:hover {background: transparent url("../images/sidenav.jpg") -146px -113px no-repeat;}
#menu-vert-05 a:hover {background: transparent url("../images/sidenav.jpg") -146px -144px no-repeat;}
#menu-vert-06 a:hover {background: transparent url("../images/sidenav.jpg") -146px -175px no-repeat;}	
#menu-vert-07 a:hover {background: transparent url("../images/sidenav.jpg") -146px -206px no-repeat;}
#menu-vert-08 a:hover {background: transparent url("../images/sidenav.jpg") -146px -237px no-repeat;}

#vms-lightwindow-link span {display:none;}