/* CSS Document */

*
{
	padding:0px;
	margin:0px;
}



/* Text Styles-------------------------------------------- */


p, ul
{
	font-family:"Trebuchet MS";
	color:#333333;
	font-size:15px;
	line-height:130%;
}



h1
{
	font-family:"Trebuchet MS";
	font-size:24px;
	color:#C60000;
	margin-bottom:10px;
	font-weight:normal;
}



.top
{
	font-family:"Trebuchet MS";
	font-size:12px;
	color:#C60000;
}



.red
{
	color:C60000;
}




/* BANNER -------------------------------------------- */

#banner
{
	width:722px;
	height:140px;
	margin-left:auto;
	margin-right:auto;
}




/* NAVIGATION  -------------------------------------------- */

#greyNav
{
	height:30px;
	background-color:#D1D1D1;
}


#redNav
{
	height:10px;
	background-color:#C60000;
}





/* CONTENT CONTAINER -------------------------------------------- */


#content
{
	width:722px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
}





/* LEFT COLUMN -------------------------------------------- */

#left
{
	width:366px;
	height:auto;
	float:left;
	margin-top:20px;
	padding-bottom:50px;
}





/* RIGHT COLUMN -------------------------------------------- */

#right
{
	width:309px;
	height:auto;
	float:right;
	margin-top:20px;
}





/* NAVIGATION MENU STYLE -------------------------------------------- */

#navigation
{
	width:722px;
	height:30px;
	margin-left:auto;
	margin-right:auto;	
}




#nav
{
	width:870px;
	height:30px;
	margin-left:auto;
	margin-right:auto;	
}



ul#menu
{
	margin:0px;
	padding-left:20px;
}


ul#menu 
{
	list-style-type: none;
	background-image: url(navi_bg.png);
	height:55px;
	width:100%;
	margin: auto;
	padding:0px;
	margin:0px;
}



#navigation ul#menu li 
{
	float: left;
}




#navigation ul#menu a, #navigation ul#menu li.current
{
	background-image:url(../images/menu_divider.jpg);
	background-repeat: no-repeat;
	background-position: right;
	padding-right:12px;
	padding-left: 12px;
	margin-top:6px;
	display: block;
	text-decoration: none;
	font-family:"Trebuchet MS";
	font-size:13px;
	font-weight:bold;
	color: #371C1C;
}




/* NAVIGATION LINK STYLES  -------------------------------------------- */

#navigation ul#menu li a:hover,  #navigation ul#menu li.current
{
	color:#000000;
}


ul#menu li.current 
{
	color:#000000;
}


#navigation ul#menu a:link
{ 
	text-decoration:none;
	color:#000000;
}


#navigation ul#menu a:visited
{ 
	text-decoration:none;
	color:#000000;
}



#navigation ul#menu a:active
{ 
	text-decoration:none;
	color:#000000;
}


#navigation ul#menu li a:hover
{ 
	color:#ffffff;
	background-color:#C60000;
	display:block;
	height:30px;
	padding-top:6px;
	margin:0px;
}


#navigation ul#menu li a.current
{ 
	color:#ffffff;
	background-color:#C60000;
	display:block;
	height:30px;
	padding-top:6px;
	margin:0px;
}




/* IMAGES  -------------------------------------------- */


img
{
	margin-bottom:20px;
}


/* FOOTER  -------------------------------------------- */

#footerContainer
{
	width:100%;
	height:40px;
	background-color:#C60000;
	float:left;	
}


p.footer
{
	color:#FFFFFF;
	text-align:center;
	font-size:13px;
	margin-top:10px;
}


/* PARAGRAPH LINK STYLES  -------------------------------------------- */



a:link 
{
	color:#C60000;
	text-decoration:none;
}
      
	  
	  
a:visited 
{
	color:#C60000;
	text-decoration:none;
}  


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


a:active 
{
	color:#C60000;
	text-decoration:none;
}



/* FOOTER LINK STYLES  -------------------------------------------- */



p.footer a:link 
{
	color:#ffffff;
	text-decoration:none;
}
      
	  
	  
p.footer a:visited 
{
	color:#ffffff;
	text-decoration:none;
}  


p.footer a:hover 
{
	color:#ffffff;
	text-decoration:underline;
}  


p.footer a:active 
{
	color:#ffffff;
	text-decoration:none;
}



/* BULLET LINK STYLES  -------------------------------------------- */



ul.bullet
{
	text-indent:0px;
	padding:0px;
	margin:0px;
	list-style:none;
}


ul.bullet li
{
	text-indent:0px;
	padding:0px;
	margin:0px;
	margin-bottom:10px;
	background-image:url(../images/star_bullet.gif);
	background-repeat: no-repeat;
	background-position: 0 .3em;
	padding-left:20px;
}
.activityimage {
	border: 5px solid #CCC;
	position: static;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

