﻿/* CSS Document */

body{
	margin:0px;
	padding:0px;
	background-image:url('images/bg.jpg');
	background-repeat:repeat-x;
	background-color:#e4e4e4;
}

#site{
	background-image:url('images/sitebg.gif');
	margin:0px auto 0px auto;
	width:990px;
}

#header{
	background-image:url('images/layout_01.gif');
	width:990px;
	height:164px;
}
#banner{
	background-image:url('images/topsection.jpg');
	width:990px;
	height:18px;
}

#content{width:990px;}



#main {
	float:right;
	width:630px;	
	padding-left:10px;
	padding-right:40px;
	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;
	line-height: 17px;
	}
	
#main ul{

line-height: 17px;

	}

	

#menu{
	float:left;
	width:290px;
	padding-left:10px;
}
#footer{
	clear:both;
	background-image:url('images/footer.gif');
	height:164px;
	width:990px;
}
#footerBox{
	width:500px;
	text-align:center;
	padding-left:400px;
	padding-top:80px;
}
#headerBox{
	padding:10px 0px 0px 450px;
}
#headerBox h1{
	font-family:"Times New Roman", Times, serif;
	font-size:1.5em;
	line-height:130%;
	color:#ffffff;
}
/* MENU BOXES */
.menuTitle{
	float:right;
	margin-left:auto;
	margin-right:auto;
	padding-left:6px;
	width:285px;
	height:30px;
	background:#30404f;
}
.menuTitle{
	font-family:"Times New Roman", Times, serif;
	font-variant:small-caps;
	font-weight:bold;
	font-size:1.2em;	
	color:#ffffff;
	border-top-style:solid;
	border-top-color:#FFCC00;	
	border-bottom-style:solid;
	border-bottom-color:#000000;	
}	

.menuBox a{
	float:right;
	margin-left:auto;
	margin-right:auto;
	width:285px;
	height:45px;
	display:block;
}
.menuBox a{
	padding:10px 0px 6px 6px;
	font-family:"Times New Roman", Times, serif;
	font-variant:small-caps;
	font-weight:bold;
	font-size:1.3em;
	text-decoration:none;
	color:#ffffff;
	background:#526373;
}
.menuBox a:hover{
	color:#FFCC00;
	background:#30404f;
}

blockquote{
	padding:20px;
	background:#f8f8f8;
	border:dotted;
}

/* TEXT FORMATTING */
#footerBox{
	font-family:Arial;
	font-size:11px;
	color:#FFFF99;
}
.picpad{
	padding:15px;
}

h1{
	font-family:Arial;	
	font-family:1.5em;
}
h2{
	font-family:Arial;	
	font-family:1.3em;
}
h3{
	font-family:Arial;	
	font-family:1.1em;
}
p,ul{
	font-family: Arial;
	font-size:1em;
	line-height:125%;
}

.makered{
	color:#FF0000;
	}
.makeSmall{
	font-size:75%;
}

 .cssnav
{
	position: relative;
	font-family:Arial, Helvetica, sans-serif;
	background: url('images/button_down.gif') no-repeat;
	white-space: nowrap;
	display: block;
	width: 290px;
	height: 32px;
	margin: 0;
	padding: 0 0 0 0;
}
.cssnav a
{	display: block;
	color: #ffffff;
	font-size: 15px;
	font-weight:bold;
	font-variant:small-caps;
	letter-spacing:1px;
	
	width: 290px;
	height: 32px;
	display: block;
	float: left;
	text-decoration: none;}

.cssnav img
{
	width: 290px;
	height: 32px;
	border: 0;
}

* html a:hover
{visibility:visible;}

.cssnav a:hover img
{visibility:hidden;
}
.cssnav span
{
	position: absolute;
	left: 15px;
	top: 8px;
	margin: 0px;
	padding: 0px;
	cursor: pointer;}	
.smallul{margin:0px; padding:0px; padding-left:25px; padding-top:3px; padding-bottom:3px;
	}

#menu ul li{
	color:#FFFFCC;
}
#menu ul li a{
	font-size:12px;
	color:#FFFFFF;
	text-decoration: none;
}
#menu ul li a:hover
{
	color: #ffff00;
}

A.site:link
{
	color: darkgray;
	text-decoration: none;
}
A.site:visited {color:darkgray; text-decoration: none; }
A.site:hover
{
	color: #ffff00;
	text-decoration: underline;
}