@charset "utf-8";
/* CSS Document */

body {
	font-size: 1em;
	font-family: "Calibri", "Candara", "Myriad Web", "Trebuchet MS", Arial, Verdana, Helvetica, sans-serif;
	background: #000 url(../img/bgHeaderTile.gif) repeat-x;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFF;
}
h1, h2, h3, h4, h5, h6, h7 {
	font-family: "Candara", "Calibri", "Myriad Web", "Trebuchet MS", Arial, Verdana, Helvetica, sans-serif;
}
h1, h2 {
	font-style: italic;
	font-weight: normal;
}
h1 {
	font-size: 2.4em;
	color: #EAC285;
}


#container {
	margin: 48px 0px 0px 73px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #000;
}
#wrapper {
	padding-left: 80px;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #FAB13F;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FAB13F;
	padding-right: 80px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #FAB13F;
}

#logo {
	position: absolute;
	top: 48px;
	margin: 0px;
	padding: 0px;
}

#header {
	padding: 0px 10px 0px 20px;
	border-right: none;
	border-bottom: none;
	margin: 0px;
}
#navigation {
	height: 35px;
}
#navbar {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFF;
	border-bottom-color: #FFF;
	margin-left: 20px;
	margin-right: 20px;
	clear: both;
	padding-top: 8px;
	padding-bottom: 8px;
}
#navbar ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	list-style-type: none;
	display: block;
	font-size: 0.9em;
	margin: 0px;
	height: 17px;
	padding: 0px;
}
#navbar li {
	display: block;
	float: left;
	padding-right: 15px;
	padding-left: 15px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #EDA83C;
	margin: 0px;
}
#navbar #last_li {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#navbar .currentPage {
	font-style: italic;
	color: #FFFFFF;
	border-bottom: 1px solid #EDA83C;

}
#navbar a {
	color: #EDA83C;
	text-decoration: none;
}
#navbar a:hover {
	color: #FFFFFF;
	text-decoration: none;
}


#mainContent {
	padding: 20px;
	width: 720px;
}
#mainContent img {
	border: 1px solid #FFF;
}
#mainContent .youAre {
	text-align: center;
	font-size: 1.2em;
}


#footer {
	padding: 0px 80px 0px 0px;
}
#footer p {
	margin: 0px; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 5px 0 10px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: .65em;
	color: #CCC;
	font-family: Verdana, Geneva, sans-serif;
}

#footer a {
	color: #CCC;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
#footer .contactinfo {
	font-size: 2em;
}
