/* General Options */
* {
	margin: 0;
	padding: 0;
}

html, body {
	height: 100%;
}

body {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 75%;
	line-height: 18px;
	color: #555;
	background: url(../images/mainbg.jpg) top center no-repeat #0F0000;
}

hr {
	float: left;
	width: 100%;
	height: 1px;
	border: 0;
	border-top: 1px solid #EEE2D5;
	margin-bottom: 20px;
	overflow: hidden;
}

h1, h2, h3, p, ul, ol {
	margin-bottom: 20px;
}

h1, h2, h3 {
	color: #81415B;
	font-weight: normal;
	font-family: Georgia, monotype, serif;
}

h1 {
	font-size: 2.3em;
}

h2 {
	font-size: 2.0em;
}

h3 {
	font-size: 1.7em;
}

a {
	color: #81415B;
}

a:hover {
	color: #FBB615;
	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;
}

/* Basic Structure */
/* #wrapper {
	float: left;
	width: 100%;
	background: url(../images/mainbg.jpg) top center repeat-x;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}

/* #wrap2 {
	background: url(../images/bg-head.jpg) top center no-repeat;
}*/



#container {
	width: 850px;
	margin: 0 auto;
}

#header {
	clear: both;
	float: left;
	width: 800px;
	overflow: hidden;
	height: 300px;
	padding: 0 25px;
	background: url(../images/header.jpg);
}

#content {
	clear: both;
	float: left;
	width: 800px;
	padding: 0 25px;
	background: url(../images/cbg.jpg) top no-repeat;
}

#footer {
	clear: both;
	float: left;
	width: 800px;
	padding: 30px 25px 0;
	background: url(../images/fbg-top.jpg) center top no-repeat;
	font-size: 0.9em;
	color: #333;
}

/* Header Stuff */
#header h1 {
	float: left;
	width: 800px;
	margin: 0;
}

#header h1 a {
	float: left;
	width: 800px;
	height: 251px;
}

#header h1 a span {
	display: none;
}

#nav {
	float: left;
	width: 800px;
}

#nav ul {
	float: left;
	width: 800px;
	list-style: none;
}

#nav ul li {
	float: left;
}

#nav ul li a {
	float: left;
	height: 49px;
}

#nav ul li a span {
	display: none;
}

#nav ul li.nav1 a {
	width: 76px;
	background-position: top left; 
}

#nav ul li.nav2 a {
	width: 114px;
	background-position: 724px 0; 
}

#nav ul li.nav3 a {
	width: 98px;
	background-position: 610px 0; 
}

#nav ul li.nav4 a {
	width: 87px;
	background-position: 512px 0; 
}

#nav ul li.nav5 a {
	width: 65px;
	background-position: 425px 0; 
}

#nav ul li.nav6 a {
	width: 141px;
	background-position: 360px 0; 
}

#nav ul li.nav7 a {
	width: 100px;
	background-position: 219px 0; 
}

#nav ul li.nav8 a {
	width: 119px;
	background-position: top right; 
}

#nav ul li a:hover, #nav ul li a.active {
	background-image: url(../images/nav.jpg);
}

#nav ul li.subnav div {
	display: none;
	position: absolute;
	float: left;
	z-index: 10;
	width: 200px;
	top: 300px;
	background: #3D0000;
	clear: both;
	border-bottom: 0;
}

#nav ul li.subnav ul {
	float: left;
	width: 200px;
	margin: 0;
}

#nav ul li.subnav ul li {
	float: left;
	clear: both;
	width: 200px;
	border-bottom: 1px solid #582929;
}

#nav ul li.subnav ul li a {
	float: left;
	width: 180px;
	padding: 10px 10px;
	height: auto;
	color: #8E6666;
	text-decoration: none;
	background: #3D0000;
	clear: both;
}

#nav ul li.subnav ul li a:hover, #nav ul li.subnav ul li a.active {
	background: #532323;
	color: #fff;
}

/* Content Stuff */
#content .wrap {
	float: left;
	width: 800px;
	background: url(../images/cbg.gif);
}

#main {
	float: left;
	width: 510px;
	padding: 40px 30px 30px;
	background: url(../images/cbg2.jpg) top left no-repeat;
}

#sidebar {
	float: right;
	width: 190px;
	padding: 15px 20px 30px;
}

#sidebar h3 {
	text-transform: uppercase;
	font-weight: normal;
	font-size: 1.1em;
	margin: 0px 0 10px;
	padding: 15px 0 0;
}

#sidebar ul {
	display: block;
	list-style: none;
	border-top: 1px solid #ddd;
}

#sidebar ul li {
	display: block;
	border-bottom: 1px solid #eee;
	padding: 7px 10px;
}

#sidebar #latest_tweets {
	margin-bottom: 20px;
}

/* Contact Form */
#contact-form p {
	margin: 0 0 7px 0;
}

#contact-form label {
	float: left;
	width: 100px;
	clear: both;
}

#contact-form input, #contact-form textarea {
	width: 378px;
	border: 1px solid #CBBBAA;
	background: #F3E7D9;
	padding: 3px;
	color: #333;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.0em;
}

/* Footer Stuff */
#footer .wrap {
	float: left;
	width: 800px;
	background: url(../images/fbg.gif);
}

#footer #footerlinks {
	float: left;
	width: 530px;
	padding: 30px 20px 30px;
}

#footer #footerlinks ul {
	display: block;
	list-style: none;
	text-align: left;
}

#footer #footerlinks ul li {
	float: left;
	width: 135px;
	border-bottom: 1px solid #280F0F;
	border-top: 1px solid #280F0F;
	margin: 0 10px;
	padding: 5px 10px;
	margin-top: -1px;
}

#footer #footerlinks ul li a {
	color: #604D4D;
	text-decoration: none;
}

#footer #footerlinks ul li a:hover {
	color: #fff;
	text-decoration: underline;
}

#footer #social_media {
	float: right;
	width: 190px;
	padding: 30px  20px 20px;
}

#footer #social_media h3 {
	margin-bottom: 10px;
}

#footer #social_media ul {
	float: left;
	list-style: none;
}

#footer #social_media  ul li {
	float: left;
}

#footer #social_media ul li a {
	float: left;
	height: 36px;
	background-image: url(../images/social_icon.jpg);
}

#footer #social_media ul li.facebook_icon a {
	width: 37px;
	background-position: top left;
}

#footer #social_media ul li.facebook_icon a:hover {
	background-position: bottom left;
}

#footer #social_media ul li.blogger_icon a {
	width: 40px;
	background-position: 153px 0;
}

#footer #social_media ul li.blogger_icon a:hover {
	background-position: 153px 36px;
}

#footer #social_media ul li.twitter_icon a {
	width: 38px;
	background-position: 113px 0;
}

#footer #social_media ul li.twitter_icon a:hover {
	background-position: 113px 36px;
}

#footer #social_media ul li.myspace_icon a {
	width: 39px;
	background-position: 75px 0;
}

#footer #social_media ul li.myspace_icon a:hover {
	background-position: 75px 36px;
}

#footer #social_media ul li.flickr_icon a {
	width: 36px;
	background-position: top right;
}

#footer #social_media ul li.flickr_icon a:hover {
	background-position: bottom right;
}

#footer #social_media ul li a span {
	display: none;
}

#footer #copyright {
	text-align: center;
	color: #777;
	float: left;
	margin: -20px 0 0 0;
	width: 800px;
	background: url(../images/footer.jpg) top no-repeat;
	padding: 100px 0 30px;
	overflow: hidden;
}
