@import url("reset.css");
/*-----------------------------------------------------------------------------
version:   1.0
author:    sande wetmore
email:     sande@sandewebdesign.com
website:   http://www.sandewebdesign.com/
-----------------------------------------------------------------------------*/

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

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

/* Class for clearing floats */
.clear {
	clear:both;
}


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


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

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	line-height: 1.6;
	color: #FFFaf9;
}
p {
	font-size: 1.2em;
}
.page  p {
	text-align: left;
}
strong {font-weight: bold;}
#container  {
	color: #796f6f;
}
#footer {color: #4c4c4c;}

/* =Headings
-----------------------------------------------------------------------------*/
h1 {
	font-size: 2em;
}
h2 {
	font-size: 1.8em;
}
h3 {
	font-size: 1.5em;
	font-weight: bold;
	color: #23577c;
}
#header h1 {
	height: 152px;
	width: 908px;
	text-indent: -9999px;
	background-image: url(../ui/h1-swd_01.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#header h2 {
	color: #0C3B6A;
	margin: 0;
}
li h4 {
	font-weight: bold;

}
.page  h3 {text-align: left;}

/* =Links
-----------------------------------------------------------------------------*/
a, a:visited {
	text-decoration: none;
}
a:hover, a:active {
	text-decoration: underline;
}
a {
	color: #23577c;
}
a:hover {
	color: #60b1e9;
}
li a:hover {
	background:#60b1e9;
	color: #210D0F;
}
#container.home a {
	font-size: 1.2em;
}


/* =Branding
-----------------------------------------------------------------------------*/




/* =Main Nav
-----------------------------------------------------------------------------*/
/* =Navigation - horizontal bar
----------------------------------------------------------------------------- */
ul.nav {
	width: 100%; 
	float: left;
}
ul.nav li {
	float: left;
}
ul.nav a {
	color: #74c427;
	display: block;
	float: left;
	padding: 0 2em;
	line-height: 2.1em;
	text-decoration: none;
}
ul.nav a:hover {
	background-color: #1365b2;
	text-decoration: underline;
}
#main.nav {
	background-color: #0c3b6a;
	color: #fff;
	font-size: 1.3em;
	font-weight: bold;
	}



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




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




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



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



/* =Forms
-----------------------------------------------------------------------------*/
.formbox {
	background: #e4d5ce;
	width: 80%;
	color: #210d0f;
	padding: 10px;
}
.formbox form {
	padding: 15px;
}
.page  form {
	padding: 10px 20px;
	text-align: left;
	border: 1px solid #815083;
	background: #eee0ef;
}
.page  input:focus, 
.page  textarea:focus {
	background: #dbc3b8;
}

/* Removes fieldset borders. even on Opea 7 */
fieldset {
  border: 1px solid transparent;
}

/* =Lists
--------------------------------------------------------------------- */
ul.ulList {
	overflow: hidden;
}
.ulList li {
	background: #e2f1d8;
	display: block;
	float: left;
	margin: 0 10px 10px 0;
	padding: 10px;
	width: 250px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #325719;
	border-right-color: #4d683b;
	border-bottom-color: #4d683b;
	border-left-color: #325719;
}
.ulList p {
	text-align: center;
}

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

table { 
  border-spacing: 0;
	border-collapse: collapse;
}

td {
  text-align: left;
	font-weight: normal;
}



/* =Misc 1
-----------------------------------------------------------------------------*/


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


/* =Layout
-----------------------------------------------------------------------------*/

body {
	background-color: #dee2e7;
	background-image: url(../ui/bg_green-fade-to-grey_03.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
#container {
	width: 908px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	overflow: hidden;
}
#content {
	border-bottom: 1px solid #0c64b7;
	clear: both;
	color: #210d0f;
	padding: 0px 25px 25px;
	overflow: auto;
	text-align: center;
}
#content-inner {
	width: 550px;
	float: left;
	overflow: auto;
}
#related {
	float: right;
	width: 280px;
}
#header {
	overflow: hidden;
}
#footer {
	padding-top: 10px;
	padding-bottom: 7px;
	clear: both;
}


/* LEAVE AT END 
-----------------------------------------------------------------------------*/
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

