@charset "utf-8";
/* CSS Document */

body {
	background-color: #FFFFFF;
	background-image: url(../images/pageBg.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
}

#header{
	background-image: url(../images/mainImage.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 14px 0 0 55px;
	height: 300px;
	width: 1000px;
}

#logo{
	margin: 0 0 127px 0;
	padding: 0px;
	float: left;
	height: 118px;
	width: 386px;
}

#nav {
	background-image: url(../images/navBg.jpg);
	background-repeat: repeat-x;
	clear: left;
	height: 43px;
	padding: 4px 0 0 1px;
	width: 600px;
}

#nav-containers {
	padding: 15px 10px 0 10px;
	margin: 0 1px 0 0;
	background-image: url(../images/navBgOff.jpg);
	background-repeat: repeat-x;
	float: left;
	height: 39px;
}

#nav-containers:hover {
	background-image: url(../images/navBgOn.jpg);
	background-repeat: repeat-x;

}

#nav-containers img {
	border: 0;

}
/* content styles */
#content-container {width: 1000px;}
#content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 20px;
	color: #333333;
	clear: left;
	width: 586px;
	min-height: 380px;
	padding: 14px 0 0 55px;
}

#content a{color: #00CCFF; text-decoration: none;}
#content a:hover{color: #00CCFF; text-decoration: underline;}
#content h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
	font-weight: bold;
	color: #333333;
}

#content h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #333333;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #eeeeee;
	padding-bottom: 10px;
}

#content h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #333333;
}

#content img {
	padding: 4px;
	border: 1px solid #eeeeee;
}

#sidebar {
	width: 240px;
	left: 700px;
	top: 330px;
	position: absolute;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 20px;
	color: #333333;
}

#sidebar h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #00CCFF;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333333;
	padding-bottom: 15px;
}

/* footer styles */

#footer {
	background-image: url(../images/footerBg.jpg);
	background-repeat: repeat-x;
	height: 105px;
	width: 100%;
	text-align: left;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}

#footer-nav {padding: 30px 0 0 55px; font-family: Arial, Helvetica, sans-serif;}
#footer-nav a {color: #00CCFF; text-decoration: none;}
#footer-nav a:hover {color: #FFFFFF; text-decoration: none;}
#footer-text {clear: left; padding: 10px 0 0 55px; font-family: Arial, Helvetica, sans-serif;}
#footer-text a {color: #00CCFF; text-decoration: none;}
#footer-text a:hover {color: #FFFFFF; text-decoration: none;}
#footer-text img {padding: 0 10px 0 0;}
