﻿
/*---reset---*/

*
{
	vertical-align: baseline;
	font-size: 100%;
	border: 0 none;
	outline: 0;
	padding: 0;
	margin: 0;
}

/*---reset ends---*/

body
{
	font-family: Arial, Sans-Serif;
	background: url("../../media/images/interface/MainBkgSub.jpg");
	background-position: left top;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-color: #000;
}


/*---various global styles---*/

p
{
	font-size: 0.8em;
	line-height: 17px;
	color: #acacac;
	margin-bottom: 1.2em;
}

a
{
	color: #acacac;
	text-decoration: underline;
}

a:hover
{
	color: #acacac;
	text-decoration: none;
}
h3
{
	margin: 0;
	padding: 0;
	padding-top: 5px;
	color: #fff;
	font-size: 1.0em;
	font-weight: bold;
}

h1
{
	text-transform: uppercase;
	font-size: 3.5em;
	color: #fff;
	padding: 0px;
	padding-top: 5px;
	margin: 0px;
	letter-spacing: -1px;
}

h2
{
	text-transform: uppercase;
	font-size: 1.5em;
	padding-top: 5px;
	color: #fff;
}

/*---wrapper styles---*/

#wrapper
{
	width: 100%;
}



#mainContent
{
	width: 888px;
	float: left;
	margin-top: -7em;
	z-index: 1;
	position: relative;
}

#mainContent h1
{
	margin-left: 4.7em;
	letter-spacing: -1px;
}

/*---top styles---*/




#top
{
	width: 100%;
	float: left;
	background: url("../../media/images/interface/topBarWash.jpg");
	background-repeat: repeat-x;
	z-index: 2;
	position: relative;
}

#topContent
{
	width: 888px;
	background: url("../../media/images/interface/");
	background-repeat: no-repeat;
	background-position: top left;
	float: left;
}

#topContent img
{
	float: left;
	width: 249px;
	height: 237px;
}
#topContent ul
{
	float: left;
	width: 620px;
	margin-top: 16px;
	margin-left: 1em;
}


#topContent ul li
{
	display: inline;
	padding-right: 1.5em;
}

#topContent ul li.last
{
	padding-right: 0em;
}

#topContent ul li a
{
	color: #fff;
	font-weight: bold;
	font-size: 0.8em;
	text-decoration: none;
}

#topContent ul li a:hover
{
	border-bottom: 1px dotted #9c875a;
}




#subContent
{
	width: 787px;
	padding: 2em;
	border: 7px solid #7b6b4c;
	margin-left: 5.5em;
	float: left;
	background: url("../../media/images/interface/subcontentBg.gif");
	background-repeat: no-repeat;
	background-position: top left;
	background-color: #685635;
}

ul.subNav
{
	float: left;
	width: 155px;
	margin-right: 1.5em;
	list-style-type: none;
	padding-top: 1em;
}

ul.subNav li
{
	padding-bottom: 1em;
}

ul.subNav a
{
	color: #fff;
	font-size: 0.8em;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
}

ul.subNav a:hover
{
	text-decoration: underline;
}


#subBody
{
	width: 556px;
	padding: 1.5em;
	float: left;
	background-color: #262626;
}
#subBody p
{
	color: #CCC;
	margin-bottom: 0;
	margin-top: 1.2em;
}

#subBody h2
{
	margin-bottom: 0.7em;
}





#share
{
	width: 130px;
	height: 18px;
	background-color: Black;
	font-size: 0.8em;
	padding: 0.5em;
	font-weight: bold;
	margin-top: 1em;
	float: left;
	clear: left;
	margin-left: 1.7em;
}

#share p
{
	color: #fff;
	float: left;
}


#share ul
{
	float: left;
}
#share ul li
{
	display: inline;
	padding-left: 0.5em;
}


