@charset "utf-8";
/* CSS Document */


a:link {
	color: #F90;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #F90;
}
a:hover {
	text-decoration: none;
	color: #FFF;
}
a:active {
	text-decoration: none;
	color: #F90;
}

body {
	font: 100% Tahoma, Verdana, Arial, Helvetica, sans-serif;
	background-color: #333;
	
	margin: 0px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0px;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFFFFF;
}
.oneColFixCtrHdr #container {
	width: 1024px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background-color:#333;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	
}
.oneColFixCtrHdr #header {
	background-image:url(images/header4.jpg);
	background-repeat:no-repeat;
	height:149px;
	
	
	
	/*padding: 0 10px 0 20px;   this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	padding: 0;
margin:0 20px 0 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-color:#333;
	width:736px;
	
	float:left;
}
.oneColFixCtrHdr #footer {
	padding: 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background-color:#333;
	font-size: 10px;
	width:736px;
	text-align:center;
margin:0 auto;
	
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0;/* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #666;
}



.oneColFixCtrHdr #sidebar {
	width:240px;
	float:right;
	
}
.oneColFixCtrHdr #whatsNew {
	width:189px;
	background-color:#434343;
	font-size:10px;
	padding-left:10px;
	float:left;
	margin-bottom:20px;
	padding-bottom:10px;
	
}

.oneColFixCtrHdr #whatsNew h4 {
	font-weight: bolder;
	font-size:14px;
	
}

.oneColFixCtrHdr #mainInfoBox {
	background-color:#FFF;
	color:#000;
	font-size:10px;
	width:436px;
	padding-left:10px;
	padding-right:10px;
	padding-top:0px;
	float:left;
	height:171px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

.oneColFixCtrHdr #container #mainContent #mainInfoBox h4 {
	font-size: 16px;
	font-weight: bold;
	
}
.oneColFixCtrHdr #container #mainContent #mainInfoBox h3 {
	font-size: 18px;
}
.oneColFixCtrHdr #container #mainContent #mainInfoBox {
	font-size: 11px;
}

.oneColFixCtrHdr #mainInfoBoxTagline {
	background-color:#f09121;
	width:260px;
	float:right;
	height:151px;
	font-family: Tahoma, Geneva, sans-serif;
	padding:10px;
}

.oneColFixCtrHdr #container #mainContent #mainInfoBoxTagline h3 {
	font-size: 18px;
}
.oneColFixCtrHdr #container #mainContent #mainInfoBoxTagline p {
	font-size: 16px;
}


hr {

	color: #f09121;
	padding-bottom:1px;
	width:200px;
	height: 1px;
}

.oneColFixCtrHdr #container #sidebar #whatsNew #whatsNewul {
	list-style-image: url(images/bullet.gif);
	padding-left:0px;
	margin:0;
	padding:0;
	float:left;
	display:block;
	margin-left:20px;
}

/*----------------------------------------NAV-----------------------*/

#navTop {
	height:30px;
}



ul#navlist
{

	white-space: nowrap;
	font-size:12px;
	font-weight:bold;
	/*background-image:url(images/navbg.gif);*/
	list-style-type: disc;
}

#navlist li
{
	

display: inline;
list-style-type: disc;
}

/*#navlist a { 
padding-top: 5px; 
padding-bottom: 5px;
}*/

#navlist a:link, #navlist a:visited
{
color: #fff;
/*background-image:url(images/navbg.gif);*/
text-decoration: none;
}

#navlist a:hover
{
color: #e7ce20;
/*background-image:url(images/navbg.gif);*/
text-decoration: none;
}


/*-------------------------------------------NEW NAV----------------------------------------------*/

#navbar {
    margin: 0;
    padding: 0;
	font-size:12px;
    height:10px;
text-transform:uppercase }
	
#navbar li {
    list-style: none;
    float: left;  
	
	}
	
#navbar li a {
    display: block;
    padding: 1px 18px;
    background-color: #333;
    color: #fff;
	background-image:url(images/menurh.jpg);
background-repeat:no-repeat;
background-position:right;
	border-bottom-color:#666;
    text-decoration: none; 
	}


#navbar a:hover {
color: #e7ce20;
/*background-image:url(images/navbg.gif);*/
text-decoration: none;

}


#navbar li ul {
    display: none;
    width: 200px; /* Width to help Opera out */
    background-color: #333;
	height:50px;
	margin: 40px;
}

#navbar li:hover ul {
    display: block;
    position: absolute;
    margin: 0;
    padding: 0; 
	
	padding-top:10px;
	height:30px;
}
	
#navbar li:hover li {
	color: #e7ce20;
    float: none; 
	height:30px;

}
	
#navbar li:hover li a {
    background-color: #333;
background-image:none;
	height:30px;
	
 
    color: #fff; 
}
	
#navbar li li a:hover {
    background-color: #444; 
	
}




/*---------------------------------------------------------------------------------------*/

.oneColFixCtrHdr #bigNav1 {
	float:left;
	margin-left:0px;
	margin-bottom:20px;
	
}

.oneColFixCtrHdr #bigNav2 {
	float:left;
	margin-left:25px;
	margin-bottom:20px;
}

.oneColFixCtrHdr #bigNav3 {
	float:right;
	margin-left:15px;
	margin-bottom:20px;
}

.oneColFixCtrHdr #container #sidebar #bottomSidebar p {
	font-size: 10px;
	text-align: left;
}

#apDiv1 {
	position: relative;
	left:168px;
	top:118px;
	width:625px;
	height:30px;
	z-index:1;
}
/************************************************
*	Sidebar 		    	        	        * 
************************************************/

#sidebar {
	float: right;
	width: 240px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 10px 0px;
	}
	
#sidebar h2, #sidebar h4 {
	
	font-weight: bolder;
	font-size:14px;
	}
	
#sidebar p {
	margin: 0px;
	padding: 0px 5px 5px 0px;
	}
	
#sidebar a, #sidebar a:visited {
	color: #2255AA;
	text-decoration: none;
	}
	
#sidebar a:hover {
	color: #2255AA;
	text-decoration: underline;
	}
	
#sidebar a img {
	border: none;
	margin: 0px;
	padding: 0px;
	}
	
#sidebar ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	}
	
#sidebar ul li {
	list-style-type: none;
	margin: 0px 0px 10px 0px;
	padding: 5px;

	}

#sidebar ul ul {
	list-style-type: none;
	margin: 5px 0px 0px 20px;
	padding: 0px;
	}
	
#sidebar ul li li {
	list-style-type: square;
	margin: 0px;
	padding: 0px;
	}
	
#sidebar ul li ul li {
	list-style-image: url(images/bullet.gif);
	padding-left:0px;
	
	}
	
#sidebar .widget {
	
	margin: 0px 0px 10px 0px;
	padding: 5px;
	border: 1px solid #333333;
	}
	
.video {
	background: #FFFFFF url(images/sidebar.png) repeat-x;
	float: left;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	border: 1px solid #333333;
	width: 100%;
	}
	
.newsletter {
	background: #FFFFFF url(images/sidebar.png) repeat-x;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
	width: 308px;
	float: left;
	margin: 0px 0px 10px 0px;
	padding: 5px;
	border: 1px solid #333333;
	}

#recent-posts-4
{
width:189px;
	background-color:#434343;
	font-size:10px;
	padding-left:10px;
	float:left;
	margin-bottom:20px;
margin-left:20px;
	padding-bottom:10px;
position:relative;
left:5px;
top:-5px;

}
#recent-posts-4 a
{
color:#ffffff;
text-decoration:none;
}

#recent-posts-4 a:hover
{
color:#ffffff;
text-decoration:underline;
}
/************************************************
*	Left Sidebar                    	        * 
************************************************/

#l_sidebar {
	float: left;
	width: 178px;
	margin: 0px;
	padding: 0px;
	}
	
#l_sidebar p {
	margin: 0px;
	padding: 0px 0px 10px 0px;
	}
	
#l_sidebar a img {
	border: none;
	margin: 0px;
	padding: 0px;
	}

/************************************************
*	Right Sidebar                       	    * 
************************************************/

#r_sidebar {
	float: right;
	width: 132px;
	margin: 0px;
	padding: 0px;
	}
	
#r_sidebar p {
	margin: 0px;
	padding: 0px 0px 10px 0px;
	}
	
#r_sidebar a img {
	border: none;
	margin: 0px;
	padding: 0px;
	}

.postarea img
{
float:left;
}

#dynhp
{
width: 736px; 
height: 270px;

}
/*fading box styles*/
/* class styles */
			.fade-box {
				margin-left: 0px;
				position: absolute;
				top: 164px;
				width: 784px; 
height: 308px; 
			}

.fade-box p {
				width: 300px;
				padding: 142px 0px 0 10px;
				margin: 137px 10px 0 0;
float:right;
text-align:right;
				
			}
			
			.fade-box h2 {
				width: 290px;
				margin-top: 29px;
				padding-left: 10px;
				background: #E0EADF;
			}
			
			/* id styles */
			#content-body {
				margin: 0 auto 0 auto;
				width: 764px;
				background: #FFF;
			}
			#title-box {
				width: 764px;
				height: 30px;
				/* the following is a hack to work around IE's box model */
				//height: 64px;
				padding-top: 34px;
				background: url(images/title-back.gif) repeat-x;
			}
			#page-title {
				margin: 0 0 0 30px;
				display: block;
				width: 160px;
				height: 30px;
				padding: 2px 0px 0px 4px;
				background: url(images/heading-back.gif) no-repeat;

			}
			#crossfade-container {
				margin: 0 0 0 0px;
				width: 736px; 
height:270px; 
				
			}
			#introduction p {
				width: 290px;
				padding: 5px 10px 0 10px;
				margin: 0;
			}
			#introduction h2 {
				width: 290px;
				margin-top: 10px;
				padding-left: 10px;
			}
			
			/* the boxes that fade */
			#box-1 {
				background: transparent url(images/main.jpg) no-repeat scroll 0% 0%; 
width: 736px; 
height:270px; 
			}
			#box-2 {
			background: transparent url(images/homepic2.jpg) no-repeat scroll 0% 0%; 
width: 736px; 
height:270px; 	
			}
			#box-3 {
				background: transparent url(images/homepic3.jpg) no-repeat scroll 0% 0%; 
width: 736px; 
height:270px; 
			}
#box-4 {
background: transparent url(images/homepic4.jpg) no-repeat scroll 0% 0%; 
width: 736px; 
height:270px; 
			}
