/* General Options */
* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 75%;
	line-height: 18px;
	color: #555;
	background: url(../images/bg.jpg) top repeat-x #fff;
}

hr {
	float: left;
	width: 100%;
	height: 1px;
	border: 0;
	border-top: 1px solid #eee;
	margin-bottom: 20px;
	overflow: hidden;
}

h1, h2, h3, p, ul, ol {
	margin-bottom: 20px;
}

h1 {
	color: #56A8A6;
	font-size: 1.7em;
}

h2 {
	color: #56A8A6;
	font-size: 1.5em;
}

h3 {
	color: #56A8A6;
	font-size: 1.3em;
}

a {
	color: #56A8A6;
}

a:hover {
	color: #F06EAA;
	text-decoration: none;
}

img {
	border: 0;
}

/* Common Classes */
.left {
	float: left;
}

.right {
	float: right;
}

.txtAC {
	text-align: center;
}

.txtAR {
	text-align: right;
}

.txtAL {
	text-align: left;
}

.imgLeft {
	float: left;
	margin: 0 15px 15px 0;
}

.imgRight {
	float: right;
	margin: 0 0 15px 15px;
}

.nB {
	border-width: 0 !important;
}

.nP {
	padding: 0 !important;
}

.clear {
	clear: both;
}

.introdiv {
	margin: 0 auto;
	width: 400px;
}

.introh3 {
	margin-bottom: 0;
	padding-top: 30px;
}

/* Basic Structure */
#container {
	width: 1000px;
	margin: 0 auto;
}

#header {
	clear: both;
	float: left;
	width: 750px;
	overflow: hidden;
	padding: 0 125px;
	height: 230px;
	background: url(../images/header.jpg);
}

#content {
	clear: both;
	float: left;
	width: 1000px;
	background: url(../images/cbg.gif) repeat-y;
}

#wrap {
	width: 750px;
	padding: 30px 125px;
	min-height: 310px;
	height: auto !important;
	height: 310px;
	background: url(../images/maincbg.jpg) top no-repeat;
}

#footer {
	clear: both;
	float: left;
	width: 730px;
	font-size: 0.9em;
	color: #555;
	padding: 70px 135px 0;
	background: url(../images/footer.jpg) top no-repeat;
	height: 66px;
}

/* Header Stuff */
#header h1 {
	float: left;
	width: 750px;
	margin-bottom: 0;
}

#header h1 a {
	float: left;
	width: 425px;
	height: 180px;
}

#header h1 a span {
	display: none;
}

#header ul {
	float: right;
	list-style: none;
	padding: 0 18px 0 0;
	margin: 0;
}

#header ul li {
	float: left;
}

#header ul li a {
	float: left;
	background-image: url(../images/nav.jpg);
	height: 31px;
}

#header ul li a span {
	display: none;
}

#header ul li.nav1 a {
	width: 62px;
	background-position: top left;
}

#header ul li.nav1 a:hover, #header ul li.nav1 a.active {
	background-position: bottom left;
}

#header ul li.nav2 a {
	width: 145px;
	background-position: 558px 0px;
}

#header ul li.nav2 a:hover, #header ul li.nav2 a.active {
	background-position: 558px 31px;
}

#header ul li.nav3 a {
	width: 131px;
	background-position: 414px 0px;
}

#header ul li.nav3 a:hover, #header ul li.nav3 a.active {
	background-position: 414px 31px;
}

#header ul li.nav4 a {
	width: 158px;
	background-position: 284px 0px;
}

#header ul li.nav4 a:hover, #header ul li.nav4 a.active {
	background-position: 284px 31px;
}

#header ul li.nav5 a {
	width: 126px;
	background-position: top right;
}

#header ul li.nav5 a:hover, #header ul li.nav5 a.active {
	background-position: bottom right;
}

/* Content Stuff */
#main {
	float: left;
	width: 485px;
	padding: 30px 30px 0;
}

#sidebar {
	float: left;
	width: 185px;
	padding: 45px 0px 20px 20px;
}

#sidebar ul {
	flaot: left;
	width: 185px;
	list-style: none;
}

#sidebar ul li {
	float: left;
	width: 185px;
	clear: both;
}

#sidebar ul li a {
	text-transform: capitalize;
	text-decoration: none;
	display: block;
	padding: 5px 10px;
	color: #11597D;
}

#sidebar ul li a:hover {
	text-decoration: line-through;
	color: #F06EAA;
}

/* Contact Form */
#contact-form label {
	float: left;
	width: 100px;
	clear: both;
}

#contact-form input, #contact-form textarea {
	width: 374px;
	border: 1px solid #ddd;
	background: #FFFEF6;
	padding: 3px;
	color: #777;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.0em;
}

/* Footer Stuff */
#footer p {
	margin: 0;
}

#copyright {
	float: left;
	width: 500px;
}

#xlib_logo a {
	float: right;
	width: 105px;
	height: 50px;
}

#xlib_logo a span {
	display: none;
}
