
/*-------------------| GLOBAL |-------------------*/


* { margin: 0; padding: 0; }
* a:focus { outline: none; }

body { 
	background: url(../images/body_bg.gif) center top repeat-y #432b6a;
	font-family: lucida grande, tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	}
.splash {
	background: #432b6a;
	text-align: center;
	padding-top: 20px;
	}
* img, a img {
	border: none;
	}

.clear { clear: both; }

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

/*-------------------| HIT COUNTER |-------------------*/

body.splash table {
	margin: 50px auto 0;
	}
body.splash table td {
	border: 0;
	}
body.splash font {
	display: none;
	}
body.splash table img {
	border: #fff solid 2px;
	}


/*-------------------| HEADER |-------------------*/

#header {
	background: #d0ce9a;
	border-bottom: #655383 solid 1px;
	}



/*-------------------| NAVIGATION |-------------------*/

#nav {
	width: 188px;
	float: left;
	margin: 20px 0 0 20px;
	}



#nav ul {
	list-style-type: none;

	}
#nav ul li {

	}
#nav ul li a {
	padding: 10px 10px;
	display: block;
	border-bottom: #b1ad77 dotted 1px;
	}
#nav ul li a:link,
#nav ul li a:visited {
	color: #b31617;
	text-decoration: none;
	}
#nav ul li a:focus,
#nav ul li a:hover,
#nav ul li a:active {
	color: #7E2217;
	text-decoration: none;
	background: #d6d4b2;
	}

#nav ul li.current a {
	font-weight: bold;
	}

/*-------------------| CONTENT |-------------------*/

#mainContent {
	background: url(../images/content_bg.jpg) center top no-repeat #e9e8d4;
	border-top: #fff solid 1px;
	}

#content {
	width: 670px;
	float: left;
	margin: 0 40px;
	color: #4d4b12;
	padding: 30px 0 0 0;
	min-height: 830px;
	}

#content a:link,
#content a:visited {
	color: #432b6a;
	border-bottom: #432b6a dotted 1px;
	text-decoration: none;
	}

#content a:focus,
#content a:hover,
#content a:active {
	color: #432b6a;
	border-bottom: #432b6a solid 1px;
	text-decoration: none;
	}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #432b6a;
	font-weight: normal;
	font-size: 32px;
	text-align: center;
	padding-bottom: 30px;
	margin-bottom: 10px;
	background: url(../images/h1_glyph.gif) center bottom no-repeat;
	}

h2 {
	color: #8064AE;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 20px;
	margin-bottom: 10px;
	}
h3 {
	margin-bottom: 10px;
	font-size: 14px;
	}
#content p {
	margin: 0 0 20px 0;
	line-height: 2em;
	}
#content ul {
	margin: 0 0 10px 40px;
	}
#content ul li {
	margin: 0 0 10px 0;
	line-height: 1.5em;
	}
#content ol {
	margin: 0 0 20px 40px;
	}
#content ol li {
	margin: 0 0 10px 0;
	line-height: 1.5em;
	}
#content img {
	padding: 3px;
	background: #fff;
	border: #b2b06a solid 1px;
	}
#content .imageRight {
	float: right;
	margin: 0 0 10px 10px;
	}
#content .imageLeft {
	float: left;
	margin: 0 10px 10px 0;
	}
#content a:hover img {
	border: #432b6a solid 1px;
	}
#content .imageTrans {
	background: none;
	border: none;
	}

#content .quote {
	color: #fff;
	font-style: oblique;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #432b6a;
	margin: 0 0 10px 250px;
	line-height: 1.5em;
	text-align: right;
	}
#content .quoteCite {
	font-weight: bold;
	text-align: right;
	font-size: 10px;
	}
#content .split {
	width: 50%;
	float: left;
	}
#content .shadeBox {
	background: #e2e0c3;
	border: #d2cfa8 solid 1px;
	margin: 0 0 20px;
	padding: 20px;
	}

#content .button a {
	display: block;
	float: right;
	padding: 20px 25px;
	font-size: 16px;
	font-weight: bold;
	background: #8064AE;
	border: #432B6A solid 2px;
	color: #fff;
	margin: 0 0 20px 0;
	}
#content .button a:hover {
	background: #9A81C4;
	}
#content .newsFeature {
	margin: 0 0 20px 70px;
	}
#content .newsDate {
	float: left;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	margin: 0;
	width: 30px;
	background: #e2e0c3;
	border: #d2cfa8 solid 1px;
	padding: 0 10px 10px;
	}
#content .newsDay {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 28px;
	color: #8064AE;
	font-weight: normal;
	}

#flashPlayer {
	float: left;
	margin: 0 10px 0 0;
	}

table {
	width: 670px;
	border-collapse: collapse;
	}

th {
	background: #e2e0c3;
	border: #d2cfa8 solid 1px;
	padding: 10px;
	text-align: left;
	}
td {
	padding: 5px 10px;
	border: #d2cfa8 solid 1px;
	}
#content .order {
	width: 150px;
	float: right;
	padding: 10px;
	margin: 0 0 10px 10px;
	background: #e9e8d4;
	border: #d2cfa8 solid 1px;
	}
#content .order img {
	padding: 0;
	border: none;
	}
#content .order ul {
	margin: 0;
	}
#content .order ul li {
	list-style-type: none;
	text-align: center;
	margin: 0;
	}
#content .order ul li a {
	padding: 5px 0;
	display: block;
	}
#content .order ul li a:hover {
	background: #e2e0c3;
	}


/*-------------------| FOOTER |-------------------*/

#footer {
	height: 40px;
	padding: 20px 0 0 0;
	color: #4d4b12;
	text-align: center;
	background: #e2e0c3;
	border-top: #d2cfa8 solid 1px;
	}


















