/* A Free Design by Bryant Smith (bryantsmith.com) */


body {
	margin: 0;
	padding: 0;
	text-align: left;
	font-family:"Adobe Garamond Pro Bold", Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #061C37;
	background: #25060B url(background.png);
	background-repeat:repeat-x;
}
*
{
  margin: 0 auto 0 auto;
 text-align:left;
}

#page
{
  display: block; 
  height:auto;
  position: relative; 
  overflow: hidden; 
  width: 670px;
  
}

ul li

{
list-style-type:none;
list-style:none;
}

li
{
list-style-type:none;
list-style:none;
}

ul#nav li.topNaviagationLink
{
list-style-type:none;
list-style:none;
text-align:center;
position:relative;
margin-top:30px;
font-size:16px;
margin-left:-20px;
width:121px;
height: 35px;
line-height: 35px;
float:left;
color:#000000;
font-family:"Adobe Garamond Pro Bold", Georgia, "Times New Roman", Times, serif;
}


ul#nav li.topNaviagationLink a
{
list-style-type:none;
list-style:none;
text-decoration:none;
color:#000000;
margin-bottom:0px;
border-bottom:dashed 1px;

}

ul#nav li.topNaviagationLink a:hover
{
list-style-type:none;
list-style:none;
text-align:center;
color:#FFFFFF;
display: block;
width:121px;
height: 35px;
line-height: 35px;
background-image:url(tab.png);
border-bottom:none;

}

#mainPicture
{
clear:both;
width:670px;
height:345px;
background-color:#160306;
}

#mainPicture .picture
{
position:relative;
width:650px;
height:325px;
top:10px;
margin-left:10px;
background-image:url(mainImage.jpg);
background-repeat:no-repeat;
}

#headerTitle
{
position:relative;
text-align:left;
top:14px;
left:22px;
font-size:27px;
color:#FFFFFF;
font-family:"Adobe Garamond Pro Bold", Georgia, "Times New Roman", Times, serif;
}

#headerSubtext
{
position:relative;
text-align:left;
top:12px;
left:22px;
font-size:14px;
color:#25060B;
font-family:"Adobe Garamond Pro Bold", Georgia, "Times New Roman", Times, serif;
}

.contentBox
{
margin-top:-15px;
width:670px;
height:auto;
background-color:#160306;
}

.contentBox .innerBox
{
margin-left:10px;
position:relative;
width:650px;
height:auto;
top:10px;
background-image:url(contentBack.png);
background-color:#FFFFFF;
background-repeat:repeat-x;
}

h1
{
font-size:25px;
margin-bottom:10px;
padding-top:18px;
margin-left:15px;
margin-top:15px;
color:#1F1603;
}

.contentText
{
font-size:13px;
line-height:24px;
margin-left:13px;
margin-right:13px;
}

#footer {
text-align:center;
padding-top:30px;
font-size:9px;
font-family:Arial, Helvetica, sans-serif;
color:#C87002;
margin:0px;
}

#footer a
{
color:#C87002;
text-decoration:none;
font-size:9px;
}

a
{
color:#C87002;
text-decoration:none;
}

a:hover
{
list-style-type:none;
list-style:none;
color:#793C06
text-decoration:none;
border-bottom:dotted 2px;
}
a:visited
{
list-style-type:none;
list-style:none;
color:#793C06;

}


blockquote {
	font-size:12px;
	text-align:justify;
	width:400px;
	color:#000000;
	padding:15px;
	margin:10px;
	font-family:Arial, Helvetica, sans-serif;
	background-image:url(blockquote.png);
	background-repeat:no-repeat;
	border:dashed 1px;
	border-color:#C87002;
}


html, body {
text-align: center;
}
p {text-align: left;}



/* ----[ LINKS ]----*/

/* all menu links */
#subMenusContainer a{
	list-style-type:none;
	list-style:none;
	text-decoration:none;
	display:block;
	width:175px;
	padding:5px 20px;
	background-color:#fff ;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border:2px groove #25060B;
	margin-left:-20px;
	
}

/* Just main menu links --[for non-javascript users this applies to submenu links as well]*/



/* All menu links on hover or focus */
	list-style-type:none;
	list-style:none;
#subMenusContainer a:hover{
	background-color:#FCAA00;
	color:#FFF;

}

/* Parent Sub Menu Links ---[javascript users only]*/
.subMenuParentBtn{ 
	background: url(../img/arrow_right.gif) right center no-repeat;  
}

/* Parent Sub Menu Links on hover or focus ---[javascript users only]*/
.subMenuParentBtnFocused{ 
	background: url(../img/arrow_right_over.gif) right center no-repeat;  
}

/* Parent Main Menu Links ---[javascript users only]*/
.mainMenuParentBtn{	
	 background: url(../img/arrow_down.gif) right center no-repeat; 
}

/* Parent Main Menu Links on hover or focus ---[javascript users only]*/
.mainMenuParentBtnFocused{	
	background: url(../img/arrow_down_over.gif) right center no-repeat; 
}

/* ----[ OLs ULs, LIs, and DIVs ]----*/

/* Submenu Outer Wrapper - each submenu is inside a div with this class - javascript users only */
.smOW{ 
	text-decoration:none;
	list-style-type:none;
	style-type:none;
	display:none; 
	position: absolute; 
	overflow:hidden; 
	/*the 2px left & right padding lets you have a 1px border 
	  on the ul or ol inside since overflow is set to hidden*/
	padding:0;
	
}

#subMenusContainer{
	text-decoration:none;
	list-style-type:none;
	style-type:none;	
display:block; 	
position:absolute;	
top:5px;	
left:-50px;	
width:100%;	
height:0;	
overflow:visible;	
z-index:1000000000; 
}


/* --------------------------[ The below is just for non-javscript users ]--------------------------*/
#nav li li{	

	text-decoration:none;
	list-style-type:none;
	style-type:none;
float:none; }

#nav li li a{ /* Just submenu links*/	
		text-decoration:none;
		list-style-type:none;
		style-type:none;
	position:relative;
	float:none;
}

#nav li ul { /* second-level lists */
			text-decoration:none;
			list-style-type:none;
			style-type:none;
	position: absolute;
	width: 10em;
	margin-left: -1000em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	margin-top:2.2em;
}

/* third-and-above-level lists */
#nav li ul ul { 
	text-decoration:none;
	list-style-type:none;
	style-type:none;
margin: -1em 0 0 -1000em; }


#nav li:hover ul ul {	
	text-decoration:none;
	list-style-type:none;
	style-type:none;
margin-left: -1000em; }

 /* lists nested under hovered list items */
#nav li:hover ul{	
	text-decoration:none;
	list-style-type:none;
	style-type:none;
margin-left: 0; }


#nav li li:hover ul {	
	text-decoration:none;
	list-style-type:none;
	style-type:none;
margin-left: 10em; margin-top:-2.5em;}

/* extra positioning rules for limited noscript keyboard accessibility */
#nav li a:focus + ul {  margin-left: 0; margin-top:2.2em; }
#nav li li a:focus + ul { left:0; margin-left: 1010em; margin-top:-2.2em;}
#nav li li a:focus {left:0;  margin-left:1000em; width:10em;  margin-top:0;}
#nav li li li a:focus {left:0; margin-left: 2010em; width: 10em;  margin-top:-1em;}
#nav li:hover a:focus{ margin-left: 0; }
#nav li li:hover a:focus + ul { margin-left: 10em; }




/* --------------------------[ Download Table(s) ]--------------------------*/


td.downloads {
font-size: 11px;
font-family:Tahoma;
font-weight:bold;
line-height:13px;
}



/* ----------------------[ For Pages with more than 50% text(s) ]-----------------------*/

div#textpage {

font-family:Tahoma, Verdana, sans-serif;
font-size:12px;
font-weight:normal;
line-height:14px;
}



/* ----------------------[ UL UNORDERED LISTS ]-----------------------*/

ul#ul li {

list-style-type:none;
list-style:none;
width:550px;
vertical-align:top;
padding-bottom:12px;

}


/* ----------------------[ images padding ]-----------------------*/
img.space5 {
 
margin:0 10px 10px 10px;

}