/*-----------------------------------------------------------------------------
Prototype Style Sheet (empty commented stylesheet)

version:   1.0
author:    sande wetmore
email:     sande@sandewebdesign.com
website:   http://www.sandewebdesign.com/
-----------------------------------------------------------------------------*/

/* =General
-----------------------------------------------------------------------------*/


/* Remove padding and margin */
* {
	margin: 0;
	padding: 0;
}

/* Put it back on certain elements */
h1, h2, h3, h4, h5, h6, p, pre, blockquote, form, fieldset, table, ul {
  margin: 1em 0;
}

/* Class for clearing floats */
.clear:after {
	content: ".";
	height: 0;
	visibility: hidden;
	display: block;
	clear:both;
}
.clear {
	display: inline-block;
}
/* Holly Hack Target IE Win only \*/
* html .clear {height: 1%;}
.clear {display: block;}
/* End Holly Hack */


/* Remove border around linked images */
img {
	border: 0;
}

/* =Layout
-----------------------------------------------------------------------------*/
body {
	margin: 0px;
	padding: 0px;
	background-image: url(../images/images/bg_grad_blue_02.jpg);
	background-repeat: repeat-x;
	background-color: #56829e;
	background-position: center top;
}
#container {
	width: 800px;
	position: relative;
	left: 50%;
	margin-left: -400px;
}
#photoContainer {
	width: 1000px;
	position: relative;
	left: 50%;
	margin-left: -500px;
}
#masthead {
}
#mainNav {
	height: 30px;
}

#content {
	background-color: #e0ed97;
	position: relative;
	background-image: url(../images/bg_content.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	border: 1px solid #042538;
}
#mainContent {
	width: 550px;
	float: left;
	clear: both;
	background-color: #FFFFFF;
}
#secondaryContent {
	width: 230px;
	float: right;
}
#photoContent {
	position: relative;
	border: 1px solid #042538;
	background-color: #FFFFFF;
}
#footer {
	clear: both;
	text-align: right;
	margin: 25px 0px 0px;
	position: absolute;
	right: 0px;
}
#mainContent h1, #mainContent h2, #mainContent h3, #mainContent p {
	padding-left: 20px;
}
#secondaryContent h2, #secondaryContent h3, #secondaryContent p {
	padding-left: 10px;
	padding-right: 2s0px;
}


/* =Typography
-----------------------------------------------------------------------------*/

body {
	font: 62.5%/1.6 Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
}
h2 {
	font-size: 1.8em;
}
h3 {
	font-size: 1.5em;
	margin: 0px;
	padding-top: 1.8em;
	padding-left: 20px;
}
h4 {font-size: 1.3em;}
p, ul {
	font-size: 1.2em;
	margin-top: 0px;
}
#content h3 {
	margin: 0px;
	padding-top: 1.8em;
	padding-left: 20px;
}
#secondaryContent h2 {
	font-size: 1.3em;
}
#footer {line-height: 1.4em;}




/* =Headings
-----------------------------------------------------------------------------*/



/* =Links
-----------------------------------------------------------------------------*/




/* =Branding
-----------------------------------------------------------------------------*/
#branding h1 {
	background-image: url(../images/images/logo7_03.gif);
	background-repeat: no-repeat;
	background-position: center top;
	text-indent: -5000px;
	height: 60px;
	width: 769px;
	padding: 0px;
	margin-top: 40px;
	margin-left: 0px;
}



/* =Main Nav
-----------------------------------------------------------------------------*/
#mainNav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: 800px;
	float: left; 
}
#mainNav ul li {
	float: left;
}
#mainNav ul a {
	display: block;
	padding: 0 2em;
	line-height: 2.1em;
	text-decoration: none;
	color: #000;
	background-color: #FFFFFF;
}
#mainNav ul a:hover {
	background-color: #56829e;
	color: #ffffff;
}


/* =Sub Nav
-----------------------------------------------------------------------------*/




/* =Main Content
-----------------------------------------------------------------------------*/




/* =Secondary Content
-----------------------------------------------------------------------------*/



/* =Footer
-----------------------------------------------------------------------------*/



/* =Forms
-----------------------------------------------------------------------------*/
/* Removes fieldset borders. even on Opera 7 */
/* rules are for general forms */
form {
	margin-left: 25px;
}
fieldset {
	margin: 0em;
	padding: 0;
	border: solid 1px transparent;
}
legend {
	text-indent: -20000px;
}
label {
	display: block;
}
input {
	width: 20em;
	height: 1.5em;
} 

input.radio, input.checkbox, input.submit {
	width: auto;
	height: auto;
} 
textarea {
	height: 90px;
	width: 375px;
}


/* =Tables
-----------------------------------------------------------------------------*/

#content table {
	border: solid 1px #000000;
	margin-right: 20px;
	margin-top: 0px;
}
#content table th {
	font-size: 1.3em;
	text-align: center;
}


#content td {
  text-align: left;
	font-weight: normal;
}
#content table img {
	padding: 5px 5px 5px 0;
}



/* =Misc 1
-----------------------------------------------------------------------------*/
.img-wrapper {
	background-image: url(../images/images/shadow.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	clear: right;
	float: right;
	position: relative;
	margin-right: 20px;
	margin-left: 20px;
	background-color: #33CCFF;
	margin-top: 10px;
}
.img-wrapper img {
	margin: -4px 4px 4px -4px;
	padding: 4px;
	border: 1px solid #a9a9a9;
	background-color: #FFFFFF;
	display: block;
}


/* =Misc 2
-----------------------------------------------------------------------------*/

