
/* This stylesheet is for About, Contact, etc. */

/*
-------------------------------------
HTML & Main DIVS
-------------------------------------
*/

body
{
	font: 10px Verdana, sans-serif; 
	color: #262626;
	background: #fff;
	padding:0;
}
	  
a 
{	
	text-decoration: none;
	border: 0;
}

li
{
	list-style-type: none;
}

h1
{
	font: 24px courier;
	color: #4f4f4f;
	text-align:center;
	padding-bottom:10px;
	font-weight: bold;
	padding-top:10px;
}


#wrapper
{
	margin: 0px auto; 
	width: 790px;
	height: 100%;
	padding:0;
	
}

/*
-------------------------------------
Header & Navigation
-------------------------------------
*/

#logo
{ 	
	width: 218px;
	height: 93px;
	margin: 0;
	padding: 0;
	float: left;
}

#follow
{
	float: right;
	border: 0;
	margin: 10px;

	padding: 0;
}


#menu
{
	width: 470px;
	height: 50px;
	float: right;
	border: 1px black;
	
	text-align: right;
}

.menu_item
{
    margin-bottom:10px;
   
}

#menu li, #menu li a
{
	margin: 0;
	padding:5px;
	display: inline;
	list-style-type: none;
}

/*
-------------------------------------
Content
-------------------------------------
*/

#main_content
{
	width: 770px;
	height: 520px;
	margin: 0;
	background: url(../images/bg2_fade.jpg) no-repeat;
	clear:both;
	padding: 15px;
	border-top: 6px solid #1e1e1e;
	border-bottom: 2px solid #5a5a5a;
}

#left
{	  
	width:550px;
	height:450px;
    	margin: 0px;
	padding: 0;
	float:left;
	border: 0px;
}

#content .eventInfo
{
	font: 16px tahoma;
	font-weight: bold;
	color:#65090a;
}


#subMenu-bg
{
	float:left;
	width:120px;
	height:100px;
	border: 0;
	background: #ccc;
	/* for IE */
	filter:alpha(opacity=90);
 	/* CSS3 standard */
	opacity:0.9;
} 

#subMenu
{
 float:left;
 position: relative;
 border: 0px;
 margin-left: -125px;
 margin-top: 5px;
 padding: 0px;
}

#navlist
{
	margin: 0;
	border: 0;
}

#navlist li, #navlist li a
{
	font: 13px courier;
		font-weight:bolder;  
	color: #1f1f1f;
	margin: 0;
	padding: 1px;
	
	list-style-type: none;
}

#navlist li a:hover
{
	color:#666600;
}

.selected 
{
	list-style-image: url(../images/bullet2.gif);
}

#content
{
	float:right;
	width:430px;
	height:520px;
	background: white;
	margin:0;
	padding: 0px;
	overflow: auto;
	border-top: 2px solid #1e1e1e;
	
}

#content p, #content img
{
	font: 11px Verdana, sans-serif;
	padding-left:20px;
	padding-right:20px;
	padding-top:1px;
	padding-bottom:5px;
	text-align:justify;
}



#content a
{
	color: #333;
	font-weight: bold;
}

#content a:hover
{
	color: #666600;
	font-weight: bold;
}

/*
-------------------------------------
Content - QuoteBox
-------------------------------------
*/

#quoteBox
{
    	margin: 0px;
	float: right;
	width:210px;
	height:250px;
	border: 0;
}

/*
-------------------------------------
Footer
-------------------------------------
*/

#footer
{ 	
	font: 11px Verdana, sans-serif;  
	background: white;
	color: #333;
	width:800px;
  	height:20px; 
	clear:both;
	border: 0;
	margin: 0;
	padding-top:5px;
}

.footer-links
{ 	  
	float: left;
	border: 0;
	margin: 0;
	padding:0px;
}


.footer-links li, .footer-links li a
{
	margin: 0px;
	padding: 3px;
	color: #333;
	display: inline;
	list-style-type: none;
}

.footer-links li a:hover
{
	color: #666600;
}


.copyright
{ 	
	border: 0;
	margin: 0;
	padding: 0;
	float: right;
	text-align: right;
}


.pressquote
{
	font: 12px courier;
	padding-left:10px;
	padding-right:10px;
	padding-top:1px;
	padding-bottom:5px;
	text-align:justify;
}


