/* CSS Document */

body{
	font-family:Tahoma, Arial;
	color: #333333;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
	background: #cccccc url(../p_images/b_grad.jpg) fixed;
	/*background-color:#F1D183;*/	
}
/******* hyperlink and anchor tag styles *******/

a:link, a:visited{
	color: #005FA9;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

/************** header tag styles **************/

h1{
 font: bold 120% Arial,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h2{
 font: bold 114% Arial,sans-serif;
 color:#000000;
 margin: 0px;
 padding: 0px;
}

h3{
 font: bold 100% Arial,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h4{
 font: 90% Arial,sans-serif;
 color: #333333;
 margin: 0px;
 padding: 0px;
 text-align:center;
}

h5{
 font: 100% Arial,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}


/* Layout Divs                                 */
/***********************************************/

#wrapper
{
	width: 774px;/*Sets width of wrapper container*/
	height:759px;/*Sets height of wrapper container*/
	background-color:#FFFFFF;/*Sets background colour*/
	margin: 0 auto;/*This centers wrapper in Mozilla!!*/
	text-align:left;/*Sets default text align*/
	border:groove #CCCCCC;
}

#header
{
	width:774px;/*Sets width of banner container*/
	height:175px;
	background-color:#FFFFFF;
	background-image:url(../p_images/skyline7.jpg);
}

#topper
{
	width:774px;
	height:30px;
	margin: 0px;
	padding: 0px;
	border: 0px;
	background-image:url(../p_images/top_bg.jpg);
}

#names
{
height:30px;
vertical-align:middle;
}

#buttons
{
width:774px;
height:28px;
background-color:#8A6666+;
}

#main
{
	width:774px;/*Sets width of main container*/
	height:500px;/*Sets height of main container*/
	margin: 0px;
	padding: 0px;
	border: 0px;
}

#left
{
	width:178px;/*Sets width of left container*/
	height:499px;/*Sets height of left container*/
	float:left;/*Sets left container to float to the left of the main container*/
	padding: 0px;
	background-color: #fld183;
	font: small Verdana,sans-serif;
	border-right-width: 2px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #F1D184;
	border-bottom-color: #F1D184;
}

#right
{
	width:580px;/*Sets width of right container*/
	height:500px;/*Sets height of right container*/
	float:right;/*Sets right container to float to the right of the main container*/
	overflow:auto;
	overflow-x:hidden;
	overflow-y:auto;
	text-align:justify;
	padding-right:6px;
	font-size:75%;
	background-color: #fld183;
}

#container
{
width:560px;
margin-left:6px;
margin-right:8px;
}

#right_contact
{
	width:580px;/*Sets width of right container*/
	height:500px;/*Sets height of right container*/
	float:right;/*Sets right container to float to the right of the main container*/
	text-align:justify;
	padding-right:6px;
	font-size:70%;
	vertical-align:text-top;
}

#footer
{
	width:770px;/*Sets width of footer container*/
	height:24px;/*Sets height of footer container*/
	clear: both;
	border-top: 1px solid #F1D183;
	font-size: small;
	color: #cccccc;
	padding: 2px 2px 2px 2px;
	margin-top: 0px;
	text-align:center;
	background-color:#fld183;
	float:left;/*Ensures that footer follows immediately after main in all browsers (fudge)*/
}

#pageNav{
	float: left;
	width:178px;
	padding: 0px;
	background-color: #fld183;
	border-right: 1px solid #F1D184;
	border-bottom: 1px solid #F1D184;
	font: small Verdana,sans-serif;
}

/************ sectionLinks styles **************/

#sectionLinks{
	margin: 0px;
	padding: 0px;

}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
	border-bottom: 1px solid #F1D184;
}

#sectionLinks a:link, #sectionLinks a:visited {
	display: block;
	border-top: 1px solid #F1D184;
	border-bottom: 1px solid #F1D184;
	background-image: url(../p_images/b_nav.jpg);
	font-weight: bold;
	padding: 3px 0px 3px 10px;
	color: #21536A;
}

#sectionLinks a:hover{
	border-top: 1px solid #F1D184;
	background-color: #86959C;
	background-image: none;
	font-weight: bold;
	text-decoration: none;
}

/************* relatedLinks styles **************/

.relatedLinks{
	margin: 0px;
	padding: 0px 0px 10px 10px;
	border-bottom: 1px solid #F1D184;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}

.relatedLinks a{
	display: block; 
}
#advert{
	padding: 10px;
	text-align:center;
}

.mar
{
	margin-left:5px;
	margin-right:5px;
}

#tl {
float:left;
vertical-align:top;
}

#tr {
float:right;
vertical-align:top;
}

.rt
{
float:right;
margin-left:5px;
}

.lt
{
float:left;
margin-right:5px;
}

td
{
vertical-align:top;
}

.top
{
vertical-align:top;
}

.guts
{
background-color:#EFEFEF;
margin-left:5px;
}
.nodec
{
	text-decoration:none;
	background-color:#FFFFFF;
}
