/* BASICS */


body {
	font: small/1.4em "Lucida Grande", Verdana, sans-serif;	
	text-align: left;
	min-width: 760px;
	margin: 0;
	padding: 0;
	background-color: #2B0407;
}

img {
	border: 0;
	display: block;
}

.bgHome {
	background-image:  url("images/bg_home_main.gif");
	background-repeat: repeat-x;
}

.bgSecondary {
	background-image:  url("images/bg_second_main.gif");
	background-repeat: repeat-x;
}

.bgPhi {
	min-width: 300px;
}

br {
	clear: both;
}

a:link, a:active, a:visited {
	color: #D5D585;
}

h1 {
	color: #D5D585;
	font: normal 1.4em/1.4em "Georgia", serif;
	font-style: italic;
}

h2 {
	color: #D5D585;
	font: normal 1em/1.4em "Georgia", serif;
}

h3 {
	color: #D5D585;
	font: normal 1em/1.4em "Georgia", serif;
	font-style: italic;
}



/* LAYOUT */

#wrapper {
	width: 760px;
	margin: 0;
	text-align: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-color: #2B0407;
}

#footer {
	background-color:#2B0407;
	clear: both;
}

#footer p {
	color: #715961;
	font-size: 10px;
	text-align: right;
	margin: 0 auto;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 185px;
}


/* HOME PAGE */




#mainNav img {
	display: block;
}

#Primary {
	width: 575px;
	float: right;
}

#homeHeader {
	height: 350px;
	background-color:#2B0407;
}

#content {
	width: 575px;
	background-color: #4B292C;
	padding-top: 15px;
	padding-bottom: 20px;
	margin-top: 4px;
	background-image: url(images/bg_content.gif);
	background-repeat: no-repeat;
}

#content p, p {
	font-family: "Lucida Grande", Verdana, sans-serif;
	font-size: 11px;
	color: #fff;
	padding-left: 20px;	
	padding-right: 15px;

}

#content li {
	font-family: "Lucida Grande", Verdana, sans-serif;
	font-size: 11px;
	color: #fff;

}

#content td {
	font-family: "Lucida Grande", Verdana, sans-serif;
	font-size: 11px;
	color: #fff;

}

#content a {
	text-decoration: underline; 
	color: #999;
}

#content a:hover {
	text-decoration: underline; 
	color: #62493B;
}

#content h1 {
	padding: 0px 5px 10px 20px;	


}

#content h2, h3, h4 {
	padding: 0px 0px 0px 20px;	
	
}

#homeSide {
	list-style: none;
	width: 185px;
	height: 100px;
	float: left;
	padding-top: 210px;
	padding-bottom: 60px;
	margin-bottom: 12px;
	background-image: url(images/bg_home_side.gif);
	background-repeat: no-repeat;
}
#secondarySide {
	list-style: none;
	width: 185px;
	height: 100px;
	float: left;
	padding-top: 160px;
	padding-bottom: 60px;
	margin-bottom: 12px;
	background-image: url(images/bg_second_side.gif);
	background-repeat: no-repeat;
}


/* SECONDARY PAGES */


#contentLeft {
	width: 280px;
	float: left;
}

#contentRight {
	width: 280px;
	float: right;
}

#indent {
	width: 200px;
	float: left;
}

#contentProfileLeft {
	width: 125px;
	float: left;
}

#contentProfileRight {
	width: 425px;
	float: right;
	text-align: left;
}

#contentProfileLeft img {
	border: 6px solid #3C2123;
	float: left;
	margin-left: 20px;
}

#subhead {
	list-style: none;
	width: 500px;
	float: left;
	text-align: left;
	color: #D5D585;
	font: normal 1.4em/1.4em "Georgia", serif;
	font-style: italic;
	padding: 10px 15px 10px 20px;
	margin-bottom: 12px;

}

#subheadHome {
	list-style: none;
	width: 500px;
	float: left;
	text-align: left;
	color: #D5D585;
	font: normal 1.4em/1.4em "Georgia", serif;
	font-style: italic;
	padding: 10px 15px 10px 20px;
	margin-bottom: 12px;

}


#numbersNav {
	list-style: none;
	width: 170px;
	float: right;
	text-align: right;
	color: #fff;
	font: normal 1em/1.4em "Georgia", serif;
	padding: 15px 10px 10px 0px;
	margin-bottom: 12px;

}


#numbersNav .numbers {


}

#numbersNav .numbers a {
	text-decoration: none; 
	color: #fff;
	font: normal 1em/1.4em "Georgia", serif;
	padding: 1px 2px 1px 2px;
}

#numbersNav .numbers a:hover {
	color: #D5D585;
	background-color: #62493B;
	text-decoration: none; 
		

}

#numbersNav .numbersOver {
	color: #D5D585;
	background-color: #62493B;	
	padding: 1px 2px 1px 2px;

}

#textNav {
	list-style: none;
	width: 280px;
	float: right;
	text-align: right;
	color: #fff;
	font: normal 1em/1.4em "Georgia", serif;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 10px;
	margin-bottom: 12px;

}

#textNav .title {
	font-style: italic;
	color: #D5D585;
	
}

#textNav .buttons {
	background-color: #3C2123;
	padding: 5px 5px 5px 5px;
	font: normal .9em/1.4em "Georgia", serif; 
}

#textNav .buttons a {
	text-decoration: none; 
	padding: 0px 0px 0px 0px; 
	font-style: normal;
	color: #fff;
}

#textNav .buttons a:hover {
	text-decoration: underline;	
	color: #fff;
}

#phiLine {
	width: 575px;
	height: 60px;
	background-image: url(images/bg_phi.gif);
	background-repeat: no-repeat;
}


#footer a {
	text-decoration: none;
	color: #FFFFFF;
}

#footer a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}


.boxRight {
	padding-right: 15px;
}


/* LISTS */

#content ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}


#content li {
	padding-left: 40px;
	padding-right: 10px;
	background-image:  url("images/bullet.gif");
	background-repeat: no-repeat;
	background-position: 20px 6px;
	text-decoration: none;
	
}
#content li a {
	color: #fff;
	text-decoration: none;
	display: block;
	
	
}
#content li a:hover {
	color: #D5D585;
	text-decoration: none;
	background: #3C2123;
	display: block;
}

.arrow {
	color: #D5D585;
	font-size: 1.4em;
}

.bold {
	color: #D5D585;
	font-weight: bold;
	text-transform: uppercase;
}




/*
P.I.E. FLOAT CLEARING
See http://www.positioniseverything.net/easyclearing.html 
--------------------- */

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