/* Universal */

body { 
	background: #F5F0E4; 
	margin: 0; 
	padding: 0;
	}
	
a img {
	margin: 0;
	padding: 0;
	border-width:0;
	border-style:none;
	border-color:#fff;
	color:#000;
  }

div, p, ul, ol, li, img, form h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	}
	
a:link 			{ color:#6F2D00; text-decoration: none; }
a:visited       { color:#6F2D00; text-decoration: none; }
a:hover			{ color:#006366; text-decoration: underline; }
a:active        { color:#6F2D00; text-decoration: none; }

img	{ 
	margin: 0px;
	padding: 0px;
	border-style: none;}

input.text {
	background: #eee;
	border: #ccc 1px solid;
}

select {
	background: #eee;
	border: #ccc 1px solid;
}

textarea {
	background: #eee;
	border: #ccc 1px solid;
	overflow: auto;
}


/* Text Styles */

.error {
	color: #333333 ; 
}

.note {
	color: #333333 ;
	font-family: trebuchet ms, helvetica, SunSans-Regular;
	font-size: 11px;
}

p { 
	font-family: Georgia, Times, Helvetica, Swiss, SunSans-Regular;
	font-size: 11px;
	line-height: 16px;
	color: #000;
	}
h1 {
	font-family: Georgia, Verdana, Arial, Helvetica, Swiss, SunSans-Regular;
	font-size: 16px;
	line-height: 19px;
	color: #000;
	}

h2 { 
	font-family: Georgia, Verdana, Arial, Helvetica, Swiss, SunSans-Regular;
	font-size: 14px;
	line-height: 20px;
	color: #000;
	font-weight: normal;
	}
h3 {
	font-family: Georgia, Verdana, Arial, Helvetica, Swiss, SunSans-Regular;
	font-size: 13px;
	line-height: 18px;
	color: #000;
	vertical-align: top;
	}
h4 {
	font-family: Georgia, Verdana, Arial, Helvetica, Swiss, SunSans-Regular;
	font-size: 12px;
	line-height: 17px;
	color: #000;
	vertical-align: top;
}
h5 {
	font-family: Georgia, Verdana, Arial, Helvetica, Swiss, SunSans-Regular;
	font-size: 10px;
	line-height: 15px;
	color: #000;
	vertical-align: top;
}
h6 {
	font-family: Helvetica, Swiss, SunSans-Regular;
	font-size: 9px;
	line-height: 14px;
	color: #000;
	text-transform: lowercase;
	}
ul {
	font-family: Georgia, Verdana, Arial, Helvetica, Swiss, SunSans-Regular;
	text-align: left;
	margin:0 20px 0 20px;
	font-size: 11px;
	line-height: 17px;
	color: #000;
}
ol {
	font-family: Georgia, Verdana, Arial, Helvetica, Swiss, SunSans-Regular;
	text-align: left;
	margin:0 20px 0 20px;
	font-size: 11px;
	line-height: 17px;
	color: #000;
}
li.news {
 	font-family: Georgia, Trebuchet MS, Arial, Helvetica, Swiss, SunSans-Regular;
	font-size: 13px;
	line-height: 17px;
	color: #993300;
	list-style-type: none;
	list-style-image: url(menu-leaf.png);
	padding: 0 0 0 0;
	margin: 0;
}
.body_header {
 	font-family: Georgia, Trebuchet MS, Arial, Helvetica, Swiss, SunSans-Regular;
	font-size: 12px;
	line-height: 27px;
	color: #4A886F;
	vertical-align:top;	
	}

.bodytext {
	font-family: Helvetica, Swiss, SunSans-Regular;
	font-size: 9px;
	line-height: 17px;
	color: #666666;
	text-transform: lowercase;
	}
.subheader {
	font-family: Helvetica, Swiss, SunSans-Regular;
	font-size: 12px;
	line-height: 17px;
	color: #666666;
	text-transform: lowercase;
}



/* Pages */
#container {
	width: 800px;
	margin-left: auto;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	overflow: hidden;
	}	
#header { 
	background-image: url(../siteimages/vargas_header.jpg); 
	background-repeat: no-repeat;
	width: 800px;
	height: 116px;
	}
#name_plate {
	width: 400px;
	height: 120px;
	float: left;
	padding-top: 24px;
	padding-left: 12px;
	display: none;
	}
#content_area {
	width: 800px;
	background-image: url(../siteimages/vargas_body.jpg); 
	background-repeat:repeat;
	float: left;
	margin: 0;
	padding-top:20px;
	}
#content_inside {
	width:575px;
	float:left;
	}
#top_main_body {	
	background-image:url(../siteimages/body_top.gif); 
	background-repeat: no-repeat;
	width: 575px;
	height:22px;
	margin:0;
	padding:0;
	float: right;
	}
#main_body {	
	background-image:url(../siteimages/body_middle.gif); 
	background-repeat: repeat;
	width: 505px;
	margin:0;
	padding:5px 35px 20px 35px;
	float: right;
	}
#body_spacer {
	width:1px;
	padding-top:400px;
	float:right
	}
#bottom_main_body {	
	background-image:url(../siteimages/body_bottom.gif); 
	background-repeat: no-repeat;
	width: 575px;
	height:24px;
	margin:0 0 0 0;
	padding:0 0 60px 0;
	float: right;
	}
#left {
	width:142px;
	margin:0;
	padding: 15px 25px 0 18px;
	list-style: none;
	font-family: Georgia, Times, Helvetica, Swiss, SunSans-Regular;
	font-size: 11px;
	color:#8c552e;
	line-height: 15px;
	float:left;
	}
.nav_line {
	padding:5px 0 5px 0;
	border-width: 0 0 1px 0;
	border-style:dashed;
	border-color: #fff;
	}
li.navlist {
	margin:0;
	padding:0;
	font-family: Georgia, Times, Helvetica, Swiss, SunSans-Regular;
	font-size: 11px;
	color:#6F2D00;
	line-height: 15px;
	}
#foot { 
	width: 800px;
	height:20px;
	margin:0;
	padding:0;
	float:left;
	text-align: right;
	}
#foot_print { 
	display:none;
	}
#footer { 
	background: url(../siteimages/vargas_footer.jpg); 
	background-position:bottom;
	background-repeat: no-repeat;
	width: 800px;
	height:20px;
	margin:0;
	padding:0;
	float:left;
	text-align: right;
}
#tumis { 
	font-family: Georgia, Times, Helvetica, Swiss, SunSans-Regular;
	font-size: 9px;
	color:#000;
	line-height: 12px;
	width: 375px;
	margin:0;
	padding:0 15px 0 0;
	text-align: right;
	float:right;
	}
a.tumis:link, a.tumis:visited, a.tumis:active {
	color:#000;
	text-decoration: none;
	}
a.tumis:hover {
	color:#000;
	text-decoration: underline;
	}
#company { 
	font-family: Georgia, Times, Helvetica, Swiss, SunSans-Regular;
	font-size: 9px;
	color:#000;
	line-height: 12px;
	width: 375px;
	margin:0 0 0 15px;
	padding:0;
	text-align: left;
	float:left;
	}
#footer p { 
	font-family: Georgia, Times, Helvetica, Swiss, SunSans-Regular;
	font-size: 12px;
	line-height: 18px;
	color: #fff;
	text-align: center;
	}
#second_nav { 
	width: 175px;
	font-family: Arial, Verdana;
	color: #fff;
	font-size: 10px;
	font-weight: bold;
	text-align: left;
	}
#third_nav { 
	width: 175px;
	font-family: Georgia;
	font-size: 10px;
	font-weight: bold;
	text-align: right;
	}
.home_photo img {
	margin:0 0 5px 10px;
	padding:0;
	border-style:solid;
	border-color: #8B2B01;
	border-width:1px;
	float:right;
	}		
#quote_box { 
	width: 125px;
	padding: 10px 10px 20px 10px;
	margin:20px 0 10px 0;
	float: left;
	text-align: left;
	border-width: 1px 0 1px 0;
	border-color: #7D1306;
	border-style:solid;
	}
.email {
	font-size: 9px;
	line-height: 12px;
	}
.email img {
	vertical-align:bottom;
	}
#resourcepage { 
	width: 410px;
	padding: 0 12px 20px 12px;
	float: left;
	text-align: left;
	}
/*  Bios Start */	
.bios { 
	list-style-type: none;
	}
ul.bios {
	margin:0;
	padding:0;
	}
.item_container { 
	width: 427px;
	min-height: 130px;
	margin:0 0 25px 0;
	padding:0 10px 60px 15px;
	border-width:0 0 1px 0;
	border-style:dashed;
	border-color:#a8916c;
	}

/*  Bios End */	

a.nav:link, a.nav:visited, a.nav:active {
  color: #761000;
  text-decoration: none;
  margin: 0;
  padding: 0 0 5px 0;
  font-size: 13px;
  line-height: 20px;
  font-weight: bold;
  display: block;
}
a.nav:hover {
  color: #0A6160;
  text-decoration: none;
  margin: 0;
  padding: 0 0 5px 0;
  font-size: 13px;
  line-height: 20px;
  font-weight: bold;
  display: block;
}
a.nav_on:link, a.nav_on:visited, a.nav_on:active {
  color: #0A6160;
  text-decoration: none;
  margin: 0;
  padding: 0 0 5px 0;
  font-size: 13px;
  line-height: 20px;
  font-weight: bold;
  display: block;
}
a.nav_on:hover {
  color: #0A6160;
  text-decoration: none;
  margin: 0;
  padding: 0 0 5px 0;
  font-size: 13px;
  line-height: 20px;
  font-weight: bold;
  display: block;
}
a.nav_2nd:link, a.nav_2nd:visited, a.nav_2nd:active {
  color: #fff;
  text-decoration: none;
  margin: 0;
  padding: 0 0 5px 0;
  font-size: 13px;
  line-height: 14px;
  display: block;
}
a.nav_2nd:hover {
  color: #000;
  text-decoration: underline;
  margin: 0;
  padding: 0 0 5px 0;
  font-size: 14px;
  line-height: 14px;
  display: block;
}
.nav_line {
  padding:0;
}
li.navlist {
  margin: 0 0 5px 0;
  padding: 0;
  color: #6F2D00;
}

.nav_1 { 
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.nav_2 { 
  list-style-type: none;
  margin: 0 0 0 0;
  padding: 0 0 2px 5px;
}


	