﻿body {
	margin: 0px;
	background-color: #FFFFFF;
	color: #454545;
	font-family: Verdana;
	font-size: 8pt;
}
p {
	padding: 0px;
	margin: 0px 0px 5px 0px;
	font-size: 9pt;
	line-height: 16px;
}
a {
	color: blue;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

ul {
	padding-bottom: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	margin-top: 0px;
}

h1 {
	padding: 0px 0px 3px 0px;
	margin: 5px 0px 12px 0px;
	font-size: 18pt;
	border-bottom-style: dashed;
	border-bottom-width: 1px;
	border-bottom-color: #BDBDBD;
}

.siteWrapper {
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 30px;
}
#nav {
	background-position: center top;
	color: #8E8E8E;
	font-size: 11pt;
	font-weight: bold;
	text-align: center;
	background-image: url('images/navBar.png');
	background-repeat: no-repeat;
	height: 34px;
	padding-top: 7px;
}
#nav a {
	color: #8E8E8E;
	text-decoration: none;
	padding: 5px 20px; 
}
#nav a:hover {
	color: #FFFFFF;
}
#nav li{
	list-style: none; 
}
#content{
	width: 695px;
	margin: 0 auto;	
}
.contentWidth {
	width: 715px;
	margin-right: auto;
	margin-left: auto;
}
.contentWidth2 {
	width: 700px;
	margin-right: auto;
	margin-left: auto;
}
.header {
	
}
.header a {
	color: #212121;
}
.footer {
	margin: 5px auto 20px auto;
	width: 714px;
	background-image: url('images/footer.png');
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 25px;
}
.footer a {
	color: #9A9A9A;
}
/*========== FORM ==========*/

form {
	width: 450px;
	margin-left: 0px;
	border:none; 
}
form ul{
	margin-left: 0px !important; 	
	-webkit-margin-before: 0;
	-webkit-margin-after: 0;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
	-webkit-padding-start: 0px;
}
input[type="text"]{
	width: 230px; 
	padding: 2px; 
}
textarea{
	width: 300px; 
	font: Arial, Helvetica, sans-serif; 
	padding: 2px; 
}
fieldset{
	border:none; 
	padding:0; 
	margin: 0; 
}
form li{
	list-style: none;
	margin-bottom: 15px; 
}

legend {
	font-size: 12pt;
	font-weight: bold;
	color: #C93535;
}
label {
	display: block;
	font-size: 9pt;
	margin-bottom: 3px;
}
input {
	width: 170px;
}

#SubmitForm {
	width: 87px;
	height: 30px;
	font-weight: bold;
}

.message {
	width: 325px;
}

.submit {
	text-align: right;
}

#formConfirm, #formError {
	text-align: center;
	padding: 30px;
	background-color: #F7F7F7;
	color: #333333;
	border: 1px #E8E8E8 solid;
	font-size: 16pt;
}
#formConfirm h3 {
	font-size: 20pt;
	color: green;
}
#formError h3 {
	font-size: 20pt;
	color: red;
}

/*========== FORM ==========*/

/*** ESSENTIAL STYLES ***/
/***************************************************************/
/***************************************************************/


#nav ul {
    position:       absolute;
    top:            -999em;
    /* border-left: 1px solid #efefef; */
}
#nav ul li {
    width:          100%;
}
#nav li:hover {
    visibility:     inherit; /* fixes IE7 'sticky bug' */
}
#nav li {
    float:          left;
    position:       relative;
	margin:			0;  
}
#nav a {
    display:        block;
    position:       relative;
	padding-left:	20px;
	padding-right:	20px; 
}
#nav li:hover ul,
#nav li.sfHover ul {
    left:           0px;
    top:            28px; /* match top ul list item height */
    z-index:        99;
}
#nav li:hover li ul,
#nav li.sfHover li ul {
    top:            -999em;
}
#nav li li:hover ul,
#nav li li.sfHover ul {
    left:           10em; /* match ul width */
    top:            0;
}
#nav li li:hover li ul,
#nav li li.sfHover li ul {
    top:            -999em;
}
#nav li li li:hover ul,
#nav li li li.sfHover ul {
    left:           10em; /* match ul width */
    top:            0;
}

/*** DEMO SKIN ***/
#nav li:hover a,
#nav li.sfHover a
{
	color:			white !important; 
	 background:	black url(images/nav-hover.png) repeat-x; 
	
}

#nav li li {
    background:     #1d1d1d;
    width: 			250px; 
}
#nav li:hover li a,
#nav li.sfHover li a
{
    font-size:		14px !important; 
    padding: 		10px;  
    height:			auto; 
    color: 			#CCCCCC !important;
    border:			none; 
    font-weight:	normal; 
	background: 	#000; 
	text-align:left; 
}
#nav li li a:hover,
#nav li li a.sfHover
{
	background: 	#363636 !important; 
	color:			white !important; 
}



/*** shadows for all but IE6 ***/
.sf-shadow ul {
    background: url('images/shadow.png') no-repeat bottom right;
    padding: 0 8px 9px 0 !important;
    -moz-border-radius-bottomleft: 17px;
    -moz-border-radius-topright: 17px;
    -webkit-border-top-right-radius: 17px;
    -webkit-border-bottom-left-radius: 17px;
}
.sf-shadow ul.sf-shadow-off {
    background: transparent;
}

