/*
  CSS FILE TEST - June 5 2008 
  Layout Summary:
  			Header 
			2 Columns Page (Site Nav + Posts i.e. User Defined Content with feed from FCKeditor)
			FOOTER 
*/ 




body {
	margin: 0;
	padding: 0;
	font-family: Verdana;
	font-size: 10.5pt;
	font-weight: normal;	 
    color: #474f52;
	background: url('images/backNew.png') repeat-x;
	
}

/* WRAPPER */ 

#wrapper{
	width: 900px;
	margin:0px auto;
	position: relative;
 
 
}

#page{
	width: 1000px;
	margin:0px auto;
	position: relative;
	
 
}

/* HEADER */

#header{
	width: 900px;
	height:140px;
	clear:both;
	margin: 0pt auto 10pt;
	background: url('images/logo4.png') no-repeat 20px 0px ;
 	position: relative;
	text-align: right;
	color:#01415B;
 
}

#header h2{
 
	font-weight: bold;
	font-size:150%
	
}

#header h4{
	  
	 font-weight: bold;
	 font-size:95%
}

/* NAVIGATION */

#navigation{
   width:180px;  
   float:left;
   display: inline;
   background-color:white; 
   margin: 38px auto;

}

#navigation ul{
 	list-style: none;
 	display:  block;
 	padding:3px 0 0 0;
 	margin: 3px 0 0 0;
 	
}

#navigation li{
	display:  block;
	 
	background: url('images/navigation_center.png') transparent repeat-y;
 	padding: 3px 0;
 	margin:0;
	text-align:center;
 
}

#navigation .navTop{
	background: url('images/navigation_top.png') transparent no-repeat;
	width: 180px;
	margin:0;
	padding:0;
	height:20px;
}


#navigation .navBottom{
	background: url('images/navigation_bottom.png') transparent no-repeat;
	width: 180px;
	margin:0;
	padding:0;
	height: 25px;
}

#navigation a{
	text-decoration: none;
	width:170px;
	font-size:14px;
	font-weight: 300;
	color:gray;
 
	
}

#navigation a:hover{
	/*color: #5C91A4;*/
	color: #01414B;
}

#navigation .navActive a
{
	color:#4c97b4;
	text-decoration: underline;
}

/* POSTS */

#posts{
	float:right;
	width:700px;
	font-size: 14px;
	padding:0;
	margin:0;
}

.post_top
{
	background: url('images/posts_top.png') transparent top left no-repeat; 
	height:20px;
	margin:0;
	padding:0;
}

.post_bottom
{
	background: url('images/posts_bottom.png') transparent no-repeat; 
	height:30px;
	margin:0;
	padding:0;
}

.post{
	background: url('images/posts_center.png') transparent 0px 0px repeat-y; 
	padding:15px;	 
	background-color:white;
	margin:0;
}

.post a{
	color:#468ca7; 
}

.post a:hover{
	color:#01414B;
}


.arrows{
	text-decoration: none;
	font-size:115%;
	color:black;
}

.title{
	
	font-weight: bold;
	color:#468ca7; 
	text-transform: None;
	font-size:150%;
	background-color:white;
	border: 0px black solid; 
	margin: 5px 0px 5px 5px;
	padding: 5px 0;
	text-align: Left;
}

.postOptions
{
	text-align:center;
}

.postOptions a{
	color: gray;
}

.postOptions a:hover{
	color:#01414B;
}
 

/* FOOTER */ 

#footerRCR{
	height:100px;
	width: 900px;
	background: url('images/RCR.png') no-repeat top;
		clear:both;
	position:relative; 
}

#footer{
	width: 900px;
	margin: 10pt auto ;
 	font-size:75%;
	clear:both;
	position:relative; 
	text-align:center;
	color: gray;
}

/* ERROR */ 

.error{
	color: red;
}

