/* Css originally by mejobloggs  Design by Aran @ stuio7designs.com  Please email me if you use this, as I would love to see how it is being used, also you can join my linkshare to help you with your google ranking */

body {
	font-family:trebuchet ms, verdana, arial, tahoma;
	font-size:90%;
	color:#00284d;
	background-color:#ffffff;
	line-height:180%;
	margin:0px;
	padding:0px;
	text-align:center;
}

a:hover {
	color:#bd0618;
}

div#header-main {
	height:192px;
	margin:0px 30px 0px 30px;
	width:auto;
	border:solid #a8a8a8 1px;
	border-top:none;
}

div#menu-top {
	margin:0px 30px 0px 30px;
	width:auto;
	height:1px;
	background-color:#d4d4d4;
}

div#menu {
	border:solid #d4d4d4 1px;
	border-top:none;
	border-bottom:none;
	margin:0px 30px 0px 30px;
	width:auto;
	background:#fbfafa;
	overflow:hidden; /* no idea why this works, but it fixes a FF problem */
}

div#menu-bottom {
	background:url(../i/menu_bottom.gif) no-repeat right top;
	margin:0px 30px 0px 30px;
	width:auto;
	height:1px;
	background-color:#d4d4d4;
}

div#nav ul {
	text-align:left;
	list-style:none;
	font-size:85%;
	float:left;
}

div#nav li {
	display:inline;
	float:left;
}

div#nav a {
	float:left;
	background:url(../i/menu_left.gif) no-repeat left top;
	padding-left:4px;
	margin-right:3px;
	margin-bottom:3px;
	text-decoration:none;
	line-height:22px;
}

div#nav a span {
	background:transparent url(../i/menu_right.gif) no-repeat right top;
	padding:0px 15px 0px 6px;
	color:#2b6490;
	display:block;
	float:left;
	cursor:pointer; /* IE doesnt display the hand when you roll over the link for some reason. This fixes it */
}

div#nav a:hover { 
	background-position:0% -22px; 
}

div#nav a:hover span {
	background-position:100% -22px;
}

div#subnav {
	float:right;
	width:211px;
	margin:-10px 3px 0px 0px;
	padding:0px;
	text-align:right;
	font-size:11px;
	line-height:15px;
}

div#subnav img {
	padding:5px 0px 5px 5px;
}

div#subnav h3 {
	font-size:10px;
	text-transform:uppercase;
	color:#2b6490;
	font-weight:normal;
	letter-spacing:1px;
	line-height:20px;
	margin-bottom:20px;
	text-align:center;
}

div#subnav ul {
	list-style:none;
	margin:0px;
	line-height:20px;
}

div#subnav ul li {
	margin-left:-30px;
	font-size:11px;
}

div#subnav-top{
	background:url(../i/subnav_top.gif) no-repeat center top;
	height:20px;
	width:auto;
	margin:0px;
	padding:0px;
}

div#subnav-wrapper{
	background:url(../i/subnav_wrap.gif) repeat-y center top;
	width:auto;
	margin:0px;
	padding:1px 28px 15px 28px;
}

div#subnav-bottom{
	background:url(../i/subnav_bottom.gif) no-repeat center bottom;
	height:15px;
	width:auto;
	margin:0px;
	padding:0px;
}

div#footer {
	background:transparent url(../i/footer_right.gif) no-repeat right top;
	margin:0px 30px 10px 30px;
	width:auto;
	height:51px;
	font-size:10px;
	color:#2b6490;
	line-height:15px;
	text-align:left;
}

div#footer-cap {
	background:url(../i/footer_left.gif) no-repeat left top;
	text-align:left;
	height:51px;
	width:11px;
	float:left;
}

div#footer a {
	font-weight:bold;
	color:#2b6490;
}

div#footer a:hover {
	font-weight:bold;
	color:#bd0618;
}

/*******************************************************************************
									CONTENT
*******************************************************************************/

div#content-wrapper {
	border:solid #d4d4d4 1px;
	border-top:none;
	border-bottom:none;
	margin:0px 30px 0px 30px;
	width:auto;
	padding:10px 10px 10px 10px;
	text-align:left;
}

h1 { font-size: 150%; margin-bottom:0px; }
h2 { font-size: 125%; margin-bottom:0px; }
h3 { font-size: 100%; margin-bottom:0px; }
h4 { font-size: 90%; margin-bottom:0px; }

a:link, a:visited { color: #005ccd; text-decoration: none; }
a:hover{ color: #bd0618; text-decoration: none; }

.picfloatleft {
	float:left;
	padding:8px;
	}

.picfloatright {
	float:right;
	padding:8px;
	}

.style1 {color: #FFFF00}


/*******************************************************************************
									FORMS
*******************************************************************************/

fieldset, legend {
	border: none;
	font-size:90%;
}

fieldset div input, fieldset div textarea  {
	color: #333;
	font-weight: normal;
	border: 1px solid #aaa;
	padding: 1px
}

legend {
	margin: 1em 0;
	padding: 0 .5em;
	background: transparent;
	font-size: 1.3em;
	font-weight: bold;
}

label {
	float: left;
	padding: 0 1em;
	text-align: right;
}

fieldset div {
	margin-bottom: .5em;
	padding: 0;
	display: block;
}

fieldset div select {
	padding: 1px;
}

form fieldset div {
	clear: both;
}

div.submit {
	clear: both;
	text-align: left;
	width: auto;
}

div.multi input {
	width: auto;
	border: 0;
}

div.textarea {
	float:right;
	padding:1px;
	width:57%;
}

form 							{ width: 98%; background: url(../i/layout/form-bg.gif) repeat-x;}
form fieldset				{ padding: 10px; }
label		 					{ float: left;	width: 40%;	height: 22px; color: #01496B; }
fieldset div input,
fieldset div textarea  	{ width: 40% }

div.req label 				{ color: #01496B; font-weight: bold }
div.multi label 			{ height: 22px }
p.notice 					{ color: #d22 }


div.req label:before, div.req p:before {
	content: "* ";
}

input:focus, textarea:focus {
	background: #fafafa;
	color: #000;
}

div.submit input {
	border: 1px solid #01496B;
	padding: 0px .7em;
	color: #000;
	width: auto;
	font-weight: normal;
}

form fieldset legend {
	background: url(../i/layout/topbar.gif) repeat-x;
	color: #000;
}

fieldset {
	border: 1px solid #01496B;
}

label input {
	margin-left:-16%;
	margin-right:-20%;
}