/*-----------------------------------------------------------------------------
Master Style Sheet

version:   1.0
creation date: 03-12-10
last updated: 03-23-10
author:    roland meyer
website:   http://www.shellshades.com/
-----------------------------------------------------------------------------*/

/* =General
-----------------------------------------------------------------------------*/

/* Remove padding and margin */
* {
  margin: 0;
	padding: 0;
}

/* Remove border around linked images */
img {
	border: 0;
}

table {
	border: 0;
	background-color: none;
	cellspacing: 0px;
}

td {
	background-color: none;
	padding: 8px;
}


a:visited {color: #333; text-decoration: underline;}
a:link {color: #333; text-decoration: underline;}
a:hover{color: #333; text-decoration: none;}

p {
	margin: 0 0 10px 0;
	line-height: 16px;
	clear: both;
	}

ul, li {
	color: #333;
	margin: 0;
	padding: 0; 
	list-style-type: none; 
	list-style-image: none; }
	
h1 {
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #258285;
	margin-top: 14px;
	margin-bottom: 12px;
}

.home-white {
	font-family:Arial, Helvetica, sans-serif;
	color:#FFF;
	line-height:15px;
	font-size:12px;
	font-weight:bold;
}

a.home-white:visited {color: #FFF; text-decoration: underline;}
a.home-white:link {color: #FFF; text-decoration: underline;}
a.home-white:hover{color: #FFF; text-decoration: none;}

.orange {
	font-family:Arial, Helvetica, sans-serif;
	color:#c97604;
	line-height:15px;
	font-size:16px;
	font-weight:bold;
}

a.orange:visited {color: #c97604; text-decoration: none;}
a.orange:link {color: #c97604; text-decoration: none;}
a.orange:hover{color: #c97604; text-decoration: underline;}

.lorange {
	font-family:Arial, Helvetica, sans-serif;
	color:#dd993b;
	line-height:15px;
	font-size:14px;
	font-weight:bold;
}

a.lorange:visited {color: #dd993b; text-decoration: underline;}
a.lorange:link {color: #dd993b; text-decoration: underline;}
a.lorange:hover{color: #dd993b; text-decoration: none;}

.green {
	font-family:Arial, Helvetica, sans-serif;
	color:#185456;
	line-height:15px;
	font-size:16px;
	font-weight:bold;
}

a.green:visited {color: #185456; text-decoration: none;}
a.green:link {color: #185456; text-decoration: none;}
a.green:hover{color: #185456; text-decoration: underline;}

.green-sm {
	font-family:Arial, Helvetica, sans-serif;
	color:#185456;
	line-height:15px;
	font-size:12px;
}

a.green-sm:visited {color: #185456; text-decoration: underline;}
a.green-sm:link {color: #185456; text-decoration: underline;}
a.green-sm:hover{color: #185456; text-decoration: none;}

.border {
	font-weight:bold;
	padding:5px;
	border: 2px solid #666;
	margin-top:50px;
}

.center {
	width:800px;
	text-align:center;
	font-weight:bold;
	margin-bottom:10px;
	padding-bottom:6px;
	border-bottom: 2px solid #666;
}	


/* =Typography
-----------------------------------------------------------------------------*/

body { 
	background-color: #faf6dd;
	margin: 0 auto; 
	margin-top:0;
	color: #333;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif; 
	text-align:center;
	min-width: 1046px; }
	

/* =Container
-----------------------------------------------------------------------------*/

#container {
	background: #faf6dd url(../images/hero-sub.jpg) repeat-y;
	margin: 0 auto;
    text-align: left;
	width: 1046px;
	min-height:800px;
	position: relative; 
	top: 0px; }
	
#hero-container {
	background: #fbf5df url(../images/hero.jpg) no-repeat;
    margin: 0 auto;
    text-align: left;
	width: 1046px;
	height: 788px;
	overflow: hidden;
	position: relative; 
	top: 0px; 
	left: 0px;	}
	

	
/* =Navigation
-----------------------------------------------------------------------------*/

#nav {
	position:relative;
	width: 900px;
}

#nav ul { 
	background-color:none;
	list-style-type: none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	text-transform:uppercase;
	margin-top: 16px;
	margin-left: 242px;
 }
 
#nav ul.hp { 
	margin-left: 242px;
 }
 
#nav li {
	float:left;
	margin: 0 0.4em;
	border-right: 2px solid #000;
}

#nav li.last {
	float:left;
	margin: 0 0.4em;
	border-right:none;
}
 
#nav a:link, a:visited { 
	color: #000;
	text-decoration:none;
	margin-right: 0.8em;
 }
 
#nav a:hover { 
	color: #c97604;
	text-decoration:none;
	margin-right: 0.8em;
 }
 
#nav .current { 
	color: #c97604;
	text-decoration:none;
	margin-right: 0.8em;
 }
	
	
/* =Content
-----------------------------------------------------------------------------*/

#content { 
	background-color: none;
	position: relative;
	text-align:left;
	width: 820px;
	padding-top: 36px;
	left:112px;
	clear:both;}
	
#content a:visited {color: #333; text-decoration: underline; margin: 0 6px;}
#content a:link {color: #333; text-decoration: underline; margin: 0 6px;}
#content a:hover{color: #333; text-decoration: none; margin: 0 6px;}

#content a.first:visited {margin-left: 0;}
#content a.first:link {margin-left: 0;}
#content a.first:hover{margin-left: 0;}
	
#faq p {
	border-top: 1px solid #333;
	padding: 18px 0 8px 0;
	}
	
#mainleft {
	float:left;
	background-color: none;
	position:relative;
	width: 60%;
	height: 50px;
	bottom:-670px;
	left:27px;
	}
	
#mainright {
	float:right;
	background-color: none;
	position:relative;
	width: 40%;
	height: 700px;
	}
	
#mr-top {
	float:left;
	position:relative;
	text-align:center;
	font-weight:bold;
	font-size:14px;
	color:#000;
	bottom:-312px;
	left:12px;
	}
	
#mr-bot {
	clear:both;
	position:relative;
	height:310px;
	bottom:-300px;
	}
	
#mr-bot-right {
	background: url(../images/mr-bot-image.gif) no-repeat right;
	float:right;
	position:relative;
	width:202px;
	height:310px;
	font-weight:bold;
	font-size:14px;
	color:#000;
	right: 20px;
	}
	
#mr-bot-left {
	float:left;
	position:relative;
	width:250px;
	height:100px;
	text-align:right;
	font-weight:bold;
	font-size:14px;
	color:#000;
	bottom:90px;
	left:2px;
	}
	
/*#homebanner {
	background-color: #FFFFCC;
	position: relative;
	width: 800px;
	height: 35px;
	text-align: center;
	padding-top: 40px; }
	
#main {
	background-color: #FFFFCC;
	position: relative;
	text-align: left;
	width: 700px; 
	padding: 30px 50px 50px 50px; 
	}
	
#main ul { 
	margin-top: 8px;  }
	
#main ul li {
	list-style-image: url(../graphics/carrot.gif);  
	margin: 0 0 4px 20px;
	text-indent: 0px;  }
	
#navlist {
	margin: 0;
	padding: 0 0 8px 0;
	width: 470px;
	float: right;
	list-style: none; }

#navlist li {
	background-image: url(../graphics/carrot.gif) no-repeat 0 50%;
	position: relative;
	text-indent: 0px; }
	
#space {
	background-color: #FFFFCC;
	position: relative;
	width: 700px; 
	height: 50px;
	clear: both; }}*/
	
.left {
	padding: 5px 16px 5px 0;
	float: left; 
}

.right {
	padding: 5px 0 5px 12px;
	float: right; 
}

.cleft {
	padding: 0 10px 5px 0;
	float: left;
}

	
/* =Footer
-----------------------------------------------------------------------------*/

#footer {
	background-color: none;
	position: relative;
	width: 800px;
	color: #333;
	left:112px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px;
	font-weight: bold; 
	height: 16px;
	padding-top: 6px;
	clear: both; 
	border-top: 2px solid #333;
	margin-top: 20px;
	}

