@charset "utf-8";
/* START COMMON ------------------- */

html, body {
	height: 101%;
}

body {
	/*font-family: Verdana, Arial, Helvetica, sans-serif;*/
	font-family: "Lucida Grande", "Helvetica Neue", Calibri, sans-serif;
	font-size: 15px;
	color: #333;
	background-image:url(../images/background.jpg);
	background-repeat: repeat-x;
	background-color: #575757;
	margin: 0px;
}

h1 {
	color:#333333;
	font-size:26px;
	padding: 10px 0px 0px 0px;
	margin: 0px;
}

h2 {
	color: #4D8E76;
	font-size: 18px;
	line-height: 18px;
	font-weight: bold;
	padding: 10px 0px 0px 0px;
	margin: 0px;
}

h3 {
	color:#006666;
	font-size:15px;
	line-height: 15px;
	margin:3px 3px 18px 0px;
}

h4 {
	color:#000;
	font-size:12px;
}

h5 {
	color:#5093A4;
	font-size:11px;
	text-transform:uppercase;
}

h6 {
	font-size:10px;
	font-weight:bold;
}

p {
	margin:0px;
	padding:4px;
}

a {
	text-decoration:underline;
	color:#333333;
}

a:hover {
	text-decoration:underline;
}

ul {
	margin-top:0px;
}

ul {
	list-style-type: square;
}

hr {
	color:#F36D4B;
	background-color:#F36D4B;
	height:1px;
}

/* END COMMON ------------------- */



#wrapper {
	width: 950px;
	margin: 0px auto 0px auto;
}

#headerwrap {
	width: 950px;
	background-color: #FFFFFF;
}

#contactinfo {
	background-color: #FCFCFC;
	font-size: 16px;
	color: #000000;
	padding: 4px 10px;
	float:right;
	width:350px;
}

#contentwrap {
	background-color: #FFFFFF;
	padding: 0px 0px 20px 0px;
}

#contentwrap li {
	padding: 3px;
}

#section-header {
	width: 950px;
	margin: 24px 0px 0px 0px;
	padding: 0px;
	background-color:#333333;
}

#left-content {
	width: 620px;
	padding: 20px 20px 0px 20px;
	float: left;
}

#left-content #left {
	width: 280px;
	float: left;
}

#left-content #right {
	width: 340px;
	float: right;
}

#right-content {
	width: 230px;
	padding: 20px 20px 0px 10px;
	float: right;
}

#footerwrap {
	color: #666666;
	font-size: 11px;
	width: 950px;
	text-align: center;
	background-color:#f4f4f4;
	padding: 14px 0px 10px 0px;
	margin: 0px;
}









/* START MAIN NAVIGATION ------------------- */

#navwrap {
	font-family: Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	height: 36px; /* Since we float li in this example we must set a height on the div */
	margin: 60px 0px 0px 0px;
	padding: 0px;
	float: right;
}

#navwrap ul {
	margin: 0px auto;
	list-style: none;
	padding: 0px;
}

#navwrap li {
	text-align: center;
	float: left;
	margin: 0px 2px 0px 1px;
	line-height: 36px; /* Aligning text vertically using line-height */
}

#navwrap li a {
	display: block;
	width: 90px; /*Fixed width on the link, the same width as the image width */
	height: 36px;
	color: #999;
	text-decoration: none;
}

#navwrap li a:hover {
	color: #000;
}

#navwrap li .current {
	color: #000;
}

/* IE6 and IE7 hack */
.navwrap li a {
	padding: 0px 0px 0px 10px;
}

/* END MAIN NAVIGATION ------------------- */



/* START MISC ------------------- */

.logo {
	margin:16px 0px 0px 20px;
	float:left;
}

#breadcrumb {
	font-size: 10px;
	color:#999999;
	font-style:italic;
	padding: 6px 0px 4px 10px;
}

#breadcrumb a {
	text-decoration:underline;
}


#footer a {
	color:#666666;
	text-decoration:none;
}

.clear {
	clear:both;
}

#clear {
	clear:both;
}

.submitbutton {
	padding: 5px 30px;
}

.error {
	color: #FF0000;
}

.anchor {
	color: #999999;
	font-size: 10px;
}

/*
#contentwrap p {
	margin:0px;
	padding:4px;
	max-width:500px;
}
*/


/* END MISC ------------------- */
