@charset "utf-8";
/* CSS Document */

body {
	font-size: 62.5%;
	margin: 0;
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	background-color:#f1f1f1;
	}

div.access {
	display:none;
	}
	
#wrapper	{
	width: 1000px;
	text-align: center;
	background-color: #FFFFFF;
	margin-left: auto;
    margin-right: auto;
	}
#main {
	float:left;
	padding-left:165px;
	background-color:#FFFFFF;
}

/*--------------------- Header ---------------------*/

#header	{
	width: 1000px;
	height: 62px;
	background-color: #FFFFFF;
	text-align: left;
	background-image:url(../images/wave.png);
	background-repeat:no-repeat;
	}
	
#headerBottom	{
	width: 1000px;
	height: 28px;
	background-color: #FFFFFF;
	text-align: left;
	background-image:url(../images/blueLine.gif);
	background-repeat:no-repeat;
	}

#logo {
	float:left;
	width: 200px;
	padding:0 0 0 24px;
	border: 0;
	margin: 0;
	}	

/*-------------------- Nav Menu --------------------*/
	
#nav {
	width: 823px;
	margin: 10px 0 20px 0;
	background-image:url(../images/mainNavStretch.gif);
	background-repeat:repeat-x;
	height:30px;
	float:left;
	clear:none;
	padding:0;
}

div#nav ul {
	list-style: none;
	float: left;
	clear: none;
	padding: 0;
	margin: 0;
	text-align: left;
	display: inline;
}

div#nav li {
	margin: 0;	
	float: left;
	border-right:1px solid #c2c2c2;
}

div#nav a:link, div#nav a:visited {
	display:block;
	text-align:center;
	color: #3d3d3d;
	font-size: 1.2em;
	text-decoration: none;
	font-weight: bold;
	padding:5px 15px 5px;
	height: 1.6em;			/*total: 33px*/
	width:7em;
	line-height:1.6em;
}

div#nav a:hover, div#nav .on {
	color: #3d3d3d;
	text-decoration: none;
	background-color: #ffc211;
}


/*--------------------- Content ---------------------*/

h1 {
	font-size: 1.6em;
	color: #555555;
	text-align:left;
	text-transform:uppercase;
	padding:6px 0 0 20px;
	margin:0;
	}
	
h2 {
	font-size: 1.4em;
	color: #555555;
	}

h3 {
	font-size: 1.2em;
	color: #555555;
	margin:0;
	text-align:left;
	text-transform:uppercase;
	margin:0;
	padding:0 0 8px 0;
	}
	
p {
	font-size: 1.1em;
	color: #555555;
	margin:0;
	padding:5px 0;
	}
	
span 
{
    font-size:1.1em;
}

a:link, a:visited 
{
    font-size:1em;
    color:#555555;
    text-decoration:underline;
}

a:hover 
{
    text-decoration:none;}

.red { 
	color: #FF0000;
	font-weight: normal;
	font-size:1.0em;
	}
	
#mainHeading {
	background-image:url(../images/mainHeading.gif);
	background-repeat:no-repeat;
	width:625px;
	height:31px;
	padding:0 0 10px 0;
	margin:0;
	float:left;
	clear:none;
	}
	
#content {
	float: left;
	clear: none;
	position: relative;
	width: 627px;	
	text-align: left;
	margin:0;
	background-image:url(../images/contentBody.gif);
	background-repeat:repeat-y;
}

#contentTop {
	width:627px;
	height:5px;
	float:left;
	clear:none;
	background-image:url(../images/contentTop.gif);
	background-repeat:no-repeat;
	padding:0!important;
	margin:0;
	}
	
#copy {
	width:587px;
	padding:20px!important;
	}
	
#copy p {
	width:575px;
	margin:0;
	padding:5px 0;
	}
	
.height5 {
	height:5px;
	}
	
#contentBottom {
	width:627px;
	height:5px;
	float:left;
	clear:none;
	background-image:url(../images/contentBottom.gif);
	background-repeat:no-repeat;
	}
	
#contactUsWrapper {
	width:188px;
	padding:0 10px 0 10px;
	margin:0;
	float:right;
	clear:none;
}
	
#contactUs {
	background-image:url(../images/contactUsBody.gif);
	width:188px;
	background-repeat:repeat-y;
	float:right;
	clear:none;
	text-align:left;
	margin:0;
	padding:0 0 20px 0;
}

#contactUs p {
	margin:0;
	padding:10px;
}
	
#contactUsHeader {
	background-image:url(../images/contactUsHeader.gif);
	background-repeat:no-repeat;
	width:178px;
	height:37px;
	float:right;
	clear:none;
	padding:10px 0 0 10px;
	margin:0;
}

#contactUsFooter {
	background-image:url(../images/contactUsFooter.gif);
	background-repeat:no-repeat;
	width:188px;
	height:6px;
	float:right;
	clear:none;
	padding:0;
	margin:0;
}

#contactUs .detail {
	padding:20px 0 20px 10px;
	}

#base {
	width: 1000px;
	background-color: #FFFFFF;
	clear: both;
	}	
	
form {
	width: 400px;
	}
	
.size11
{
    font-size:1.1em;
}
	
/*-------------------- adminNav Menu --------------------*/
	
#adminNav {
	width: 580px;
	float:left;
	clear:none;
	height:50px;
	padding:0;
	margin:0;
}

div#adminNav ul {
	list-style: none;
	float: left;
	clear: none;
	padding: 0;
	margin: 0;
	text-align: left;
	display: inline;
}

div#adminNav li {
	margin: 0;	
	float: left;
	border-right:1px solid #c2c2c2;
}

div#adminNav a:link, div#adminNav a:visited {
	text-align:center;
	color: #3d3d3d;
	font-size: 1.2em;
	text-decoration: none;
	font-weight: bold;
	height: 1.6em;			/*total: 33px*/
	line-height:1.6em;
	padding: 2px 19px;
}

div#adminNav a:hover, div#adminNav li.active {
	color: #3d3d3d;
	text-decoration: none;
	background-color: #ffc211;
}

/*--------------------- Footer ---------------------*/

#footer {
	width: 1000px;
	height: 28px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	background-image:url(../images/blueLineBottom.gif);
	background-repeat:no-repeat;
	padding:5px 0 0 0;
	clear: both;
	font-size: 1.2em;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	}	

p span.note
{
    font-size:0.9em;
    color:#999999;
}
