/* Basic Styling
=======================*/

body {
	font: 76%/1.8 Verdana, Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
}

img {
	border: none;
}

h1 {
	font-size: 1.4em;
	color: #FAA819;
	text-transform: uppercase;
}

h2 {
	font-size: 1.2em;
	margin-bottom: 0;
}

p {
	margin-top: 0;
}

hr {
	clear: both;
	border: none;
	color: #e5e5e5;
	background-color: #e5e5e5;
	height: 2px;
	width: 100%;
}

#intro {
	font-weight: bold;
	font-size: 1.2em;
}

a:link, a:visited {
	color:#003399;
	font-weight: bold;
}

a:hover {
	color:#0066CC;
}

a.definition:hover {
	cursor: help;
}

/* Form elements */
input, textarea {
	COLOR: #000000;
	border-color : #000000;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	FONT-SIZE: 11px;
	word-wrap:break-word;
}

input.post, textarea.post {
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	FONT-SIZE: 11px;
	COLOR: #FFFFFF;
	background-color: #003399;
}

input.fill, textarea.fill, select.fill {
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	FONT-SIZE: 11px;
	border: thin #B3B9C3;
	border-style: solid;
	background-color: #FFFFFF;
}

P.whois {
	FONT-FAMILY: Courier, Arial, Verdana, Helvetica, sans-serif;
	FONT-SIZE: 11px;
	border: solid 1px #000000;
	padding: 3px;
	background-color: #cdcdcd;
	line-height: 1.2em;
}

A.whois {
	text-decoration: underline overline;
}
A.whois:hover {
	text-decoration: none;
}

/* Layout
=======================*/

body {
	text-align: center;
	min-width: 778px;
}

#wrapper {
	width: 778px;
	margin: 0 auto;
	text-align: left;
}

#logo {
	margin: 0;
	padding: 10px 0;
	background: #fff;
}

#branding {
	width: 778px;
	height: 150px;
	background: url('images/top-banner.jpg') no-repeat right top;
	clear: both;
}

#branding p, #branding ul {
	position: absolute;
	left: -1000em;
}

#subNav {
	width: 200px;
	float: left;
}

#content {
	width: 560px;
	float: right;
}
#content P {
	text-align: justify;
}

#mainContent {
	width: 350px;
	margin: 0;
	float: left;
}
#mainContent P {
	text-align: justify;
}

#secondaryContent {
	margin-top: 50px;
	width: 170px;
	float: right;
}


#footer {
	clear: both;
	line-height: 1;
}

/* hide this style from IE5 Mac \*/
#footer {
	margin-left: 180px;
	margin-top: 20px;
	text-align: center;
}
/* Stop hiding */

#footerNav, #footerNav li {
	display: inline;
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#footerNav a {
	padding: 0px 5px;
	border-left: 1px solid #000;	
}

#footerNav .first a {
	border-left: none;
}

#copyright {
	text-align: center;
}


/* mainNav */

#mainNav a:link, #mainNav a:visited {
	text-decoration: none;
	color: #fff;
}

#mainNav a:hover {
	color: #330300;
}

#mainNav {
	margin: 0;
	padding: 0;
	float: left;
	width: 100%;
	background: orange url('images/main-nav-bg.gif') repeat-x;
	list-style: none;
	text-transform: uppercase;
	border: 1px solid #868686;
}

#mainNav li {
	float: left;
}

/* Hide from IE5 mac \*/

#mainNav li a {
	display: block;
}
/* end hack */

#mainNav li a {
	margin: 0;
	padding: 0 2em;
	line-height: 2.1em;
	background: url('images/main-nav-c.gif') repeat-y left top;
}

#mainNav .first a {
	background: none;
}

/* subNav */

#subNav {
	color: #0000CD;
	border-bottom: 1px solid #868686;
}

#subNav a:link, #subNav a:visited {
	text-decoration: none;
	color: #003399;
}

#subNav a:hover {
	color: #000000;
	text-decoration: underline;
}

#subNav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#subNav li {
	background: #E4E4E4 url('images/sub-nav-bg.gif') repeat-x left bottom;
	font-size: 0.9em;
	border-left: 1px solid #868686;
	border-right: 1px solid #868686;
}

#subNav li a {
	display: block;
	margin: 0;
	padding: 0 10px 0 20px;
	background: url('images/arrow-item-subnav.gif') no-repeat 10px center;
}
#subNav h2 {
	color: #CC6400;
	margin: 0;
	padding: 0 10px;
	font-size: 1em;
	line-height: 30px;
	background: #E4E4E4 url('images/sub-nav-bg.gif') repeat-x left top;
	border-left: 1px solid #868686;
	border-right: 1px solid #868686;
}

/* Faux column */

#wrapper {
	/*background: url('images/bg-grey.gif') repeat-y left top;*/
}

.errormessage {
	color: red; border:
}

P.answer {
	font-weight: normal;
	line-height: 120%;
	text-align: justify;
}

P.question {
	font-weight: bold;
	line-height: 120%;
}

.required {
	color: blue;
}

.nobreak {
	white-space: nowrap
}

#contactform {
	border: 1px solid #336699;
	clear:both;
	width: 500px;
	border-spacing: 1px;
	font-weight: normal;
}

#contactform td {
	padding: 3px;
	background-color: #E4E5E5;
}
#contactform td.colleft {
	width: 40%;
}
#contactform td.colright {
	width: 60%;
}