/* Design by Ambalogic - 2008*/
/* Main Styles for page architecture*/

body {
	background-color: #0C0006;
	margin: 0px;
	padding: 0px;
	width: 100%;
	font-size: 16px;
	color: #FFFFFF;
	font-family: "Lucida Grande", Helvetica, Arial, Verdana;
	line-height: 24px;
	font-style: normal;
	font-weight: normal;
	z-index: -1;
	
}
.fullImg{
	width: 100%;
	z-index: 1;
	position: absolute;
}
.container {
	width: 975px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	z-index: 20;
}

/* Main Navigation*/

.nav {
	float: left;
	width: 239px;
	height: 500px;
	margin-top: 10px;

}
#navList {
	list-style: none;
	background: repeat-x left bottom;
	float: left;
	padding-top: 5px;
	padding-left: 45px;
	margin-left: 0px;
	margin-top: 0px;
	}
#navList li {
	float: left;
	margin: 0px;
	padding: 0px;
	}
#navList a {
	float: left;
	display: block;
	margin: 0px;
	color: #FFFFFF;
	text-decoration: none;
	list-style-type: none;
	}
#t-home a {
	background-image: url(Images/nav/home-off.gif);
	background-repeat: no-repeat;
	height: 31px;
	width: 105px;
	background-position: center top;
	float: left;
}	
#t-about a {
	background-image: url(Images/nav/about-off.gif);
	background-repeat: no-repeat;
	height: 31px;
	width: 105px;
	background-position: center top;
	float: left;
}	
#t-contact a {
	background-image: url(Images/nav/contact-off.gif);
	background-repeat: no-repeat;
	height: 31px;
	width: 105px;
	background-position: center top;
}	
#navList a:hover, body#home #t-home a  {
	background-position: center bottom;
	}
#navList a:hover, body#about #t-about a  {
	background-position: center bottom;
	}
#navList a:hover, body#contact #t-contact a  {
	background-position: center bottom;
	}
		
		
.navTop {
	background-image: url(Images/nav-top-logo.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 139px;
	padding: 0px;
	margin: 0px;
}
.navTopNoLogo {
	background-image: url(Images/nav-top-no-logo.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 29px;
	padding: 0px;
	margin: 0px;
}
.navMiddle {
	background-image: url(Images/nav-middle-loop.png);
	background-repeat: repeat-y;
	background-position: 0% 0%;
	height:140px;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 5px;
	padding-bottom: 0px;
	margin: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	color: #FFFFFF;
	text-align: center;
	font-weight: normal;
}
.navMiddleRods {
	background-image: url(Images/nav-middle-loop.png);
	background-repeat: repeat-y;
	background-position: 0% 0%;
	height:300px;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 15px;
	margin: 0px;
	padding-bottom: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	color: #FFFFFF;
	font-weight: normal;
}
.navMiddleRods a, .navMiddleRods a:visited {
	color: #FFFF99;
	text-decoration: underline;
}
.navBottom {
	background-image: url(Images/nav-bottom.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 24px;
}
.nav  p{
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.navMiddle  p{
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}



/* Twitter */


#twitter_div{
	margin: 0px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 30px;
	font-family: "Lucida Grande";
	font-size: 1.2em;
	line-height: 1.3em;
	font-weight: normal;
	color: #FFFFFF;
}
#twitter_div li{
	padding-top: 10px;
}
#twitter_div a{
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;	
}
#twitter_update_list{
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	font-family: "Lucida Grande";
	font-size: .7em;
	line-height: 1.2em;
	font-weight: normal;
}



/* Main Content */

.main {
	float: left;
	width: 726px;
	margin-top: 64px;
	/*margin-top: 54px;*/

}
.mainTop {
	background-image: url(Images/main-top.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 45px;
}
.mainMiddle {
	background-image: url(Images/main-middle.png);
	background-repeat: repeat-y;
	background-position: 0% 0%;
	height:670px;
	padding-right: 50px;
	padding-left: 60px;
	padding-top: 0px;
	margin: 0px;
	padding-bottom: 0px;
}
.mainMiddleBorder{
	border: 3px double #FFFFFF;
	padding: 3px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 7px;
	margin-left: 0px;
}

.mainLeft {
	float: left;
	width: 360px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	padding-right: 15px;
	padding-top: 15px;
}
.mainLeft a, .mainMiddle a{
	color: #DAD35F;
	text-decoration: underline;	
}
.mainRight {
	float: right;
	width: 200px;
}
.mainRightSmall {
	font-size: 0.8em;
	line-height: 1.1em;
	padding: 0px;
	margin: 0px;
}
.mainRight img{
	border: 3px double #FFFFFF;
	padding: 6px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 7px;
	margin-left: 0px;
}

.mainBottom {
	background-image: url(Images/main-bottom.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 28px;
}
.main  p{
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}



/* Main Content */

.mainText {
	font-family: "Lucida Grande", Helvetica, Arial, Verdana;
	font-size: 25px;
	color: #FFFFFF;
	line-height: 30px;
	font-style: normal;
	font-weight: normal;
}
h1 {
	font-size: 25px;
	font-style: normal;
	line-height: 30px;
	font-weight: normal;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
h2 {
	font-size: 1.2em;
	font-style: normal;
	line-height: .8em;
	font-weight: normal;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}

/* Main Content */

#navList li, .navTop ,.navTopNoLogo,.navMiddleRods,.navMiddle, .navBottom, .mainTop, .mainMiddle, .mainBottom   { behavior: url("iepngfix.htc") }

hr {
	height: 1px;
	width: 100%;
	border-bottom-width: 3px;
	border-bottom-style: double;
	border-bottom-color: #FFFFFF;
}
.names {
	font-size: 1.3em;
	margin: 0px;
	padding: 0px;
}
