/*-------------------
   SIERRA CONSTRUCTION
   Harv Craven Design
   Global Stylesheet
---------------------
HTML Styles
--------------------*/ 
BODY {
	margin: 0px;
	background: url(/Assets/mountain.gif) bottom right no-repeat #333366}
td {
	color: #000000;
	font: 12px Arial, Helvetica, sans-serif;
}
ul {  
	margin-left: 16px;
	margin-top: -16px; 
	list-style-type: square}
	
a:link {  
	color: #990000;
	text-decoration: none}

a:visited {
	color: #990000;
	text-decoration: none}

a:hover {
	color: #FF0000; 
	text-decoration: underline}

a:active {
	color: #FF0000; 
	text-decoration: underline}
/*---------------------
Custom Styles
--------------------*/ 
.archive {
	font: 11px Geneva, Arial, Helvetica, sans-serif;
	padding-top: 2px;
	padding-bottom: 2px;
	border-bottom: 1px solid #999999;
	text-transform: uppercase;
}
.blue {
	color: #000066;
	font: 12px Arial, Helvetica, sans-serif
}
.bold {
	font: bold 12px Arial, Helvetica, sans-serif;
}
.grey {
	color: #666666;
}
.headline {
	color: #333366;
	font: bold 12px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}
.list {
	padding-top: 2px;
	padding-bottom: 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	font: 12px Arial, Helvetica, sans-serif;
}
#projectHeader {
	padding: 4px 0px 4px 4px;
	border-bottom: 1px solid #666666;
	background: url(/Assets/fill.gif); 
}
.small {
	color: #666666;
	font: normal 11px Geneva, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}
.thumbnail {
	padding: 0px 4px 4px 0px;
}
.tiny {
	color: #A92C2B;
	font: 11px Arial, Helvetica, sans-serif;
}
#homeBG {
	background: url(/Assets/bg3.gif) top left repeat-x;
}
.white {  font: 11px Arial, Helvetica, sans-serif; color: #FFFFFF}
.white a:link { color: #FFCC00; text-decoration: none}
.white a:visited { color: #FFCC00; text-decoration: none}
.white a:hover { color: #FFCC00; text-decoration: underline}
.white a:active { color: #FFCC00; text-decoration: underline}
/*---------------------
Background Styles
--------------------*/ 
.vertLine {
	background: url(/Assets/lines.gif) top center repeat-y;
}
/*---------------------
Form Styles
--------------------*/ 
.textfield {  
	width: 35 ex;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	border: 1px;
	background-color: #F9F4E1;
	padding: 5px;
	border-style: solid;
	border-color: #000000}

.textarea {
	width: 35 ex;
	font-family: Arial, sans-serif;
	font-size: 11px;
	border: 1px;
	background-color: #F9F4E1;
	padding: 5px;
	border-style: solid;
	border-color: #000000}
