/*defaults & classes*/
body {
	background:#326C58 url('../images/tile.gif') repeat;
	color:#000000;
	margin:20px 0;
	padding:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	}
	
p {
	margin:0;
	padding:0 0 15px 0;
	text-indent: 20px;
	}
	
a {
	color:#000000;
	text-decoration:underline;
	font-weight:bold;
	}
	
a:hover	{
	color:#326C58;
	text-decoration:none;
	}

li {
	margin-left:30px;
	list-style: square;
}

.noindent {
	text-indent:0px;
}
/*end defaults & classes*/

/*basic structural elements*/
#container {
	margin:0px auto;
	text-align:center;
	padding:10px;
    background: #fff;
	width:800px;
	}

html>body #container { 	padding:10px 15px 10px 10px; }
	
#holder	{
	width:100%;
	border: 3px solid #000000;
background: #fff;
	text-align:left;
	}
/*end basic structural elements*/
	
/*header css*/
#header {
	height:200px;
	background: #FFFFFF;
	padding:0px;
	}

#header img{
	padding:5px;
	margin-top:10px;
	}
/*end header css*/

/*navigation css*/
#topnav	{
	text-align:center;
	padding:7px 0px;
	background: #000;
	color: #FFFFFF;
	font-family:"Times New Roman", Times, serif;
	}
	
#topnav ul {
	margin:0;
	padding:0;
	}
	
#topnav li {
	margin:4px;
	padding:0;
	list-style:none;
	display:inline;
	font-size: 122%;
	font-variant: small-caps;
	font-weight:800;
	font-family:"Times New Roman", Times, serif;
	letter-spacing:2px;
	}
	
#topnav a {
	color:#FFFFFF;
	padding:0 0px 0 0;
	text-decoration:none;
	margin:0 20px 0 0;
	}
	
#topnav a:hover	{
	color:#326C58;
	border-bottom: 2px solid #FFF;
	}
/*end navigation css*/


#contentHome {
	float:left;
	width:100%; 
	padding:0px 0px 0 0;
	line-height:150%;
	background: url('../images/new_background.jpg') top right no-repeat;
	}

#contentHome p{
	margin: 0 10px;
	}
	
#contentHome h1 {
	font-size:140%;
	font-weight:normal;
	line-height:130%;
	margin:10px;
	padding: 0 0 5px 0;
	}

#contentHome h2 {
	font-size: 180%;
	font-weight:bold;
	text-align:left;
	line-height: 110%;
	font-variant: small-caps;
	letter-spacing: 1px;
	margin-top: 45px;
	padding-left: 20px;
	}
#contentHome h4{
	font-size: 130%;
	font-weight:normal;
	margin-left:100px;
	letter-spacing: 1.5px;
	margin-top: -5px;
}

#content {
	float:left;
	width:100%; 
	padding:0px 0px 0 0;
	line-height:150%;
	background: url('../images/background_no_compass.jpg') top right repeat-y;
	}

#content p{
	margin: 0 10px;
	}
	
#content h1 {
	font-size:140%;
	font-weight:normal;
	line-height:130%;
	margin:10px;
	padding: 0 0 5px 0;
	}

#content h2 {
	font-size: 180%;
	font-weight:bold;
	text-align:left;
	line-height: 110%;
	font-variant: small-caps;
	letter-spacing: 1px;
	margin-top: 45px;
	padding-left: 20px;
	}
#content h4{
	font-size: 130%;
	font-weight:normal;
	margin-left:100px;
	letter-spacing: 1.5px;
	margin-top: -5px;
}
/*end content css*/

/*left navigation css*/	
#leftnav{
	float:left;
	width:295px;
	height:100%;
	color:#000;
	padding: 0 0 10px 0; 
	margin: 0 10px 0 0;
	background:#326C58 url('../images/corner.gif') bottom right no-repeat;
	}

html>body #leftnav { width:280px; }

.leftnav h1{
	padding-bottom:0px;
	margin-bottom:0px;
	}

.leftnav h3 { font-size: 14px; font-weight: bold; margin: 0 0 -5px 0; padding: 10px 0 0 10px; }
	
.leftnav ul{
	padding: 10px 0 0 7px;
	margin: 0 0 0 5px;
	list-style-type: square;
	}

#leftnav strong { font-weight: bold; }

.leftnav li{
    margin: 0 0 0 15px;
	list-style-type:square;
	}

.leftnav a{
	color:#FFF;
    font-weight: bold;
	}

html>body .leftnav a{ font-weight: normal; }

.leftnav a:hover{
	color:#000;
	}

/*end left navigation css*/	

/*footer css*/
#footer {
	clear:both;
	color:#FFF;
	width:100%;
	font-size:85%;
	background:#000;
	text-align:center;
	line-height: 60%;
	padding: 10px 0px 0px 0px;
	}
	
#footer a {
	color:#FFF;
	font-weight:bold;
	padding:0 5px 0 0;
	text-decoration:underline;
	}
	
#footer a:hover	{
	color:#326C58;
	text-decoration:underline;
	}
/*end footer css*/

/*eternity footer css*/
#eternity{
	clear: left;
	width: 100%;
	color: #000;
	text-align: center;
	font-size: 85%;
	}

#eternity a{
	clear: left;
	color: #000;
	text-align: center;
	font-variant:small-caps;
	}
	
#eternity a:hover{
	clear: left;
	color:#0D422E;
	}
#eternity b {
	font-weight: bold;
}
/*end eternity footer css*/

/*clearing stuff*/
.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
	}
.clearfix {
	display:inline-block; 
	}
* html .clearfix { /* Hides from IE-mac */
	height:1%; 
	}
.clearfix { /* End hide from IE-mac */
	display:block; 
	}
/*end clearing stuff*/

