/* Start of CMSMS style sheet 'Cypress CSS' */
/* ----------------------------------------------------------------------- 
   Title:		Cypress Web site
   Author:		Randy D. Oest II
   Contact:		oest@amazingrando.com
   				www.amazingrando.com
   Updated:		April 2007
   ----------------------------------------------------------------------- */

/* ----------------------------------------------------------------------- 
   Resetting basics
   ----------------------------------------------------------------------- */
body {
	background: #000 url(uploads/images/cypress/bkg.jpg) repeat-x left top;
	margin: 0;
	padding: 0;
	text-align:center;
	font-family:Georgia, "Times New Roman", Times, serif;
}
p {
	margin:0 0 .85em 0; 
	padding: 0;
}
form, img, h1, h2, h3, h4, ul, ol, li, dl, dt, dd, table, td, th {
	margin:0; 
	padding:0;
}
ul, ol, li, dl {
	margin: 0;
	padding: 0;
}
img {
	border: 0;
}

.clear {
	clear: both;
}	
.hide {
	display: none;
}
.formbuilderform textarea {width:350px}
/* ----------------------------------------------------------------------- 
   Site basics
   ----------------------------------------------------------------------- */
#mainWrapper {
	background: #faf3e1 url(uploads/images/cypress/cypressHeader.jpg) no-repeat left top;
	width: 750px;
	margin: 0 auto 0 auto;
	padding-top: 163px;
	padding-bottom: 1em;
	text-align:left;
	position:relative;
}
/* ----------------------------------------------------------------------- 
   Navigation
   ----------------------------------------------------------------------- */
#nav {
	width: 130px;
	font-weight:bold;
	color: #225604;
	font-size: .85em;
	float: left;
	padding: 1em 1em 5em 1.5em;
	border-right: dashed 1px #b07c4a;
	background-image: url(uploads/images/cypress/navBkg.gif);
	overflow:visible;
}
#nav ul, #nav ol, #nav li {
	list-style-type:none;
}
#nav ul li {
	margin-top: 1em;
}
/** This targets the second level of links **/
#nav ul li ul li {
	font-size: .8em;
	padding: 0 0 0 .8em;
	margin: .4em 0 0 1.5em;
	font-weight:normal;
}
#nav ul ul li {
	background-image: url(uploads/images/cypress/vBullet.gif);
	background-repeat: no-repeat;
	background-position: 0 1px;
}
#nav a:link, #nav a:visited, #nav a:hover, #nav a:active {
	color: #225604;
	text-decoration:none;
}
#nav a:hover {
	color: #904710;
}
/** Search **/
#search {
	margin-top: 2em;
}

/* ----------------------------------------------------------------------- 
   Text Area in forms 
   ----------------------------------------------------------------------- */

.content textarea
{
width:40em;
height:5em;
}

/* ----------------------------------------------------------------------- 
   Main Content
   ----------------------------------------------------------------------- */
#mainContent {
	padding: 1em 2em 1em 195px;	
	color: #34373e;
	font-size: .9em;
	line-height: 1.3em;
}
mainContent p {
	padding-top: 3em;
	}
	
	
/** Headers **/
#mainContent h1, h2, h3 {
	font-size:2.2em;
	font-weight:normal;
	margin-bottom: .3em;
	margin-top: .7em;
	padding-bottom: .3em;
	color: #353942;
	}
#mainContent h2 {
	font-weight: bold;
	font-size: 1.3em;
	margin-top: 1.5em;
	}
#mainContent h3 {
	font-size:.9em;
	font-weight: bold;
	text-transform:uppercase;
	margin-bottom: 0;
	padding-bottom: 0;
	}
#mainContent .underline {
	border-bottom: 1px solid #8d9b14;
	}
	
	
/** Links **/
#mainContent a:link,#mainContent  a:visited, #mainContent a:hover, #mainContent a:active {
	color: #225604;
}	
#mainContent a:visited {
	color: #60832f;
	}
#mainContent a:hover {
	color: #904710;
}


/** Lists **/
#mainContent ul {
	list-style-type: disc;
	padding-left: 2em;
	margin-bottom: .85em;
	}
#mainContent ol {
	list-style: decimal;
	padding-left: 2em;
	margin-bottom: .85em;
	}
#mainContent li {
	margin-bottom: .85em;
	}
	
/** Images **/
.imgLeft {
	float:left;
	margin-right: 1em;
	clear:right;
}
.imgRight {
	float:right;
	margin-left: 1em;
}
.img-wrapper {
  background: url(uploads/images/cypress/shadow.gif) no-repeat bottom right;
  position: relative;
  margin: 10px 1em 0 10px;
}
 
.img-wrapper img {
  /*background-color: #fff;
  border: 1px solid #a9a9a9;
  padding: 4px;*/
  display: block;
  margin: -5px 5px 5px -9px;
  position: relative;
  border: #fff 7px solid;
}

/* ----------------------------------------------------------------------- 
   Breadcrumbs
   ----------------------------------------------------------------------- */
#breadcrumbs {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: .7em;
	text-transform:capitalize;
	color: #bab492;
	margin-top: -2em;
	margin-bottom: 1em;
	font-weight:normal;
	}
#breadcrumbs a:link, #breadcrumbs a:visited, #breadcrumbs a:hover, #breadcrumbs a:active {
	color: #bab492;
	text-decoration:none;
}
#breadcrumbs a:hover {
	color: #bab492;
	text-decoration:underline;
}
/* ----------------------------------------------------------------------- 
   Footer
   ----------------------------------------------------------------------- */
#footer {
	text-align:left;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size:.75em;
	width: 750px;
	margin: .5em auto 3em auto;
	padding-left: 6em;
	color: #fff;
}  
#footer a:link, #footer a:visited, #footer a:hover, #footer a:active {
	color: #fff;
	text-decoration:underline;
} 
#footer a:hover {
	background-color: #333;
	text-decoration:none;
	}
	
#home {
	width:750;
	height:100px;
	position:relative;
	top:-163px;
	margin-bottom: -100px;
	}
#home a {
	width: 350px;
	height: 85px;
	position:absolute;
	text-indent:-1000em;
	top: 15px;
	left: 70px;
	}

/*Form Styling*/

.form_label {
    float: left;
    width: 290px;
    text-align: right;
    margin-right: 15px; 
    margin-top:5px;
    font-weight: bold;   
}

.selectors {
    float: left;
    width: 220px;
    text-align: right;
    font-weight: bold;
    margin-left: 15px; 
    margin-top:5px;   
}

.submit{
    float: left;
    width: 200px;
    text-align: center;
    clear: left;
    margin-right: 15px;
    margin-top:15px;

}

.textinput{
    float: left;
    width: 390px;
    text-align: left;
    margin-right: 15px;
    margin-top:15px;
    font-weight: bold;
    

}

/*END FORM STYLES*/

/* ----------------------------------------------------------------------- 
   Adapting for CMSMS
   ----------------------------------------------------------------------- */
#nav dfn {
	display: none;
}
.currentpage h3 {
	font-weight:bold;
	color: #bab492;
	font-size: 1em;
}
/* End of 'Cypress CSS' */

