/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	background-image: url(images/blueback_head.gif);
	background-repeat: repeat-x;
}

#wrapper {
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	border: 1px none #999966;
	padding: 0px;
	height: 800px;
}
#title h1 {
	font-size: 22px;
	color: #FFFFFF;
	padding-left: 25px;
	padding-bottom: 0px;
}
#footer {
	margin: 10px;
	padding: 10px;
	width: 800px;
}

#title {
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	height: 112px;
}

#smallcopy {
	float: right;
	width: 800px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 55px;
	color: #FF9900;
	font-size: 14px;
}

#content {
	padding: 15px;
	float: left;
	width: 523px;
	margin-top: 5px;
	margin-bottom: 5px;
	text-align: justify;
}




















/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssmenus.co.uk
Copyright (c) 2009- Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
#menu {
	list-style:none;
	text-align:center;
	font-size:11px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	margin: 0px;
	float: left;
	padding: 0px;
	height: 41px;
}
#menu li {display:inline; margin:0 -2px; text-align:left;}
#master {
	margin-top: 19px;
}

#sidenav {
	float: right;
	width: 250px;
	margin: 12px;
	padding-top: 34px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#sidetext {
	background-image: url(images/photoshop-rounded-corners-box-111.png);
	background-repeat: no-repeat;
	height: 200px;
	width: 200px;
	color: #FFFFFF;
	padding: 50px;
}


#menu li a {display:inline-block; height:36px; margin:5px 0 -4px 0; padding:0 20px 0 0; background:url(images/button.gif) right top; line-height:32px; font-family:arial, sans-serif; font-size:12px; color:#000; text-decoration:none;}
#menu li a b {display:block; height:36px; float:left; padding:0 0 0 20px; background:url(images/button.gif) left top; cursor:pointer;}

#menu li a:hover, 
#menu li a:active,
#menu li a:focus,
.home #menu li#home a,
.single #menu li#single a,
.dropdown #menu li#dropdown a,
.dropline #menu li#dropline a,
.flyout #menu li#flyout a,
.support #menu li#support a,
.contact #menu li#contact a
{background-position:right bottom; color:#fff;}
#menu li a:hover b,
#menu li a:active b,
#menu li a:focus b,
.home #menu li#home a b,
.single #menu li#single a b,
.dropdown #menu li#dropdown a b,
.dropline #menu li#dropline a b,
.flyout #menu li#flyout a b,
.support #menu li#support a b,
.contact #menu li#contact a b
{background-position:left bottom;}

