/* GLOBAL ELEMENTS
==========================================================================*/

* {
	/*universal selector*/
	margin: 0px;
	padding: 0px;
}

body {
	background: #5570a2;
	/*Below sets a base for em percentage used. x-small generally is about 11px*/
	font-size: x-small;	
}

	
/* This sets a default font for all of our tag selectors. We set the text align back to left so it won't center (based on the body tag to compensate for IE.) */


/* TYPOGRAPHY
==========================================================================*/

p, h1, h2, h3, h4, h5, h6, a, ul, li, ol, dt, dd, td {
	font-family: Arial, Helvetica, sans-serif;
}
/* Redefines the p tag */
p { 	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 130%;
	color: #333;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 15px;
	line-height: 1.6;
}

p.indent {width:75%; margin:auto;}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size:200%;
	color: #5e394d;
	margin: 10px 10px 5px 10px;
	padding: 0px 0px 5px 0px;
	text-transform: uppercase;
}

h1.mixedcase {text-transform:none;}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size:140%;
	color: #000;
	margin: 10px 10px 5px 10px;
	padding: 0px 0px 5px 0px;
	text-transform: uppercase;
}


ul{
  	

}


li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 120%;
	color: #333;
	line-height: 2em;
	list-style: url(images/arrow.gif);
	/*
	list-style-image:url(images/arrow.gif);*/
}


.list{
	margin-left: 50px;
}

span.color {color:#f00;}
div#logo {position:absolute;}
div#logo img {border:none;}

/* Creates the general link style for the site. This is not the main navigation.  */

 a {
	color: #f27600;
	text-decoration: underline;
}
 a:visited {
	color: #f27600;
	text-decoration: underline;	
}
 a:hover {
	color: #f27600;
	text-decoration: underline;
}
 a:active {
	text-decoration: none;	
}


blockquote{
	 width: 90%;
		 border-top: 1px dashed #808080;
	 border-bottom: 1px dashed #808080;
	 color: #333;
	 margin-bottom: 10px;
}

blockquote p{
    font-family: Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	 font-size: 200%;
}



/* PAGE LAYOUT
==========================================================================*/

	div#container { 
	width:960px; 
	background: url(images/bg_wrapper.gif);
	margin: 0px auto;
	position: relative;
	}
	
	
	div#content{
	width: 960px;

	}
	
	
	
	div#audio{
	position: absolute;
	left: 801px;
	top: 53px;
 }

div#header {
	width: 960px;
	height: 290px;
	margin:0px auto;
	position: relative;
	background: url(images/header.jpg);
 }


div#flash{
	width: 454px;
	height: 199px;
	position: absolute;
	left: 500px;
	top: 90px;
}


div#bottom{
	width: 960px;
	position: relative;
	background: url(images/footer.jpg);
	height: 40px;
	margin: 0px auto;
}


#pagetext {
	width: 960px;

}

#pagetext li{
	margin-left:50px;
}

#sidebar{
	float: left;
	display: inline;
	width: 240px;
	margin: 20px 10px 20px 0px;	
}


#sidebar h2{
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #462135;
	font-size: 180%;
	margin: 10px 0px 20px 20px;
	border-bottom: 1px solid #ccc;
	text-align:center;
}

#textbox{
	float: left;
	display: inline;
	width: 700px;	
	margin-top: 10px;

}




#textbox strong{
	font-weight:bold;
}

#textbox a{
	color: #f27600;
}


.column1{
	float: left;
	margin: 10px 20px 20px 20px;
	width: 265px;
	display: inline;
	text-align: center;
	font-size: 12px;
}


.column2{
	float: left;
	margin: 10px 20px 20px 20px;
	width: 250px;
	display: inline;
}


#linkbox{

}


#contactinfo{

}

#contactinfo p{

}



 /* Address
==========================================================================*/
address{
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 110%;
	font-style: normal;
	margin: 0px 0px 10px 20px;

}

address a{
	 color: #000;
	 
	 }

  
 /* IMAGE ELEMENTS
==========================================================================*/

.right{
	float: right;
	margin-right: 10px;
}

.right img{
	margin: 5px;
	border: 1px solid #ccc;
	padding: 2px;
	
}

img.right { float: right; border: 1px solid #ccc; padding: 2px; margin-right: 10px; margin-left:10px; }
img.left { float:left; border: 1px solid #ccc; padding: 2px; margin-left: 10px; margin-right:10px; }

.left{
	float: left;
	margin-left: 10px;
}

.left img{
	margin: 5px;
	border: 1px solid #ccc;
	padding: 2px;
	
}
 
.images{
	margin-left: 30px;
	border: 1px solid #ccc;
	padding: 2px;
	margin-bottom: 10px;
}

	
/*  MAIN NAVIGATION
==========================================================================*/


#navcontainer{
		width: 960px;
		height: 30px;
		position: relative;
		background: none;

	}



  #mainnav {
	width:944px;
	background: url(images/nav_bg.jpg);
	font-family: Tahoma, Helvetica, sans-serif;
	font-weight:bold;
	line-height:normal;
	margin-left: 9px;
	height: 30px;
      }
	  
    #mainnav ul {
	margin:0;
	padding:0px 10px 0px 0px;
	list-style:none;
      }
    #mainnav li {
      display:inline;
      margin:0;
      padding:0;
      }
    #mainnav a {
      float:left;
   	  border-right: 1px solid #593548;
	   color:#fff;
      padding:3px 15px 3px 15px;
      text-decoration:none;
	
	
      }
   
   
    #mainnav a:hover {
      background: #222c3f;
	   color:#fff;
      }

	  
	 #mainnav a.current {
	   color: #ff0;
	   background: #222c3f;
      }
	  
	  
/*  UTILITY NAVIGATION
==========================================================================*/


	ul#utilitynav {
	position: absolute;
	padding: 0px;
	width: 875px;
	height: 24px;
	left: 40px;
	top: -1px;
	
	}
	
	
	ul#utilitynav li {
		display: inline; 
		list-style: none;
	}
	
	ul#utilitynav li a:link, ul#utilitynav li a:visited, ul#utilitynav li a:active {
		color: #fff;
		display: block;
		float: left;
		font-size: 11px;
		font-weight: bold;
		padding: 4px 10px 6px 10px;
		text-decoration: none;	
	
	}
	
	
	ul#utilitynav li a:hover {
		color: #fff;
		width: auto;
		text-decoration: underline;
	}
	
	ul#utilitynav li a.current:link, ul#utilitynav a.current:visited {
		color: #fff;
		width: auto;
		text-decoration: underline;
	}


	/* ----------------------Copyright---------------------- */  
	#copyright {
 	width: 944px;
	height: 35px;
 	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
	margin: 0px auto;
 	font-size:9px;
 }
 
 	#copyright a{
		color: #fff;
	}
 
 	#copyright img{
		float: right;
		margin-top: -25px;
	}
	
/* ---------------------- CUSTOM CLASSES---------------------- */

.clear{
	clear: both;
}

strong{
	color: #462135;
}

.center{
	text-align: center;
}
