/*******************************************************************
 *                        Global                                   *         
 ******************************************************************/


* {
	padding: 0;
	margin: 0;
}

img {
	display: block;
	border: 0;
}

img.framed {
	display: inline;
	border: 2px solid #d4cabe;
	padding: 10px;
}

img.floatRight {
	float: right;
	margin: 0 0 10px 10px;
}

img.floatLeft {
	float: left;
	margin: 0 10px 10px 0;
}

img.bordered {
	margin: 0 0 10px 0;
	border: 1px solid #336;
}

.clearAll {
	clear: both;
}

.hide {
	display: none;
}

.inline {
	display: inline;
}

.noMargin {
	margin: 0;
}


html, body {
	padding: 0;
	width: 100%;
}

body {
	margin: 10px auto;
	background: #fff;
	width: 760px;
}

hr {
	color: #ccc;
	height:1px;
}

ul {
	margin: 0 0 1em 0;
}

ul li {
	padding: 0 0 0 0.5em;
	font-weight: normal;
	line-height: 120%;
	font-size: 0.75em;
	margin: 0 0 0.5em 2.5em;
	color:#000;
}

ol {
	margin: 0 0 1em 0;
}

ol li {
	padding: 0 0 0 0.5em;
	font-weight: normal;
	line-height: 120%;
	color:#000;
	font-size: 0.75em;
	margin: 0 0 0.5em 2.5em;
}

li li {
	font-size: 1em;
}

li ul {
	margin: 0.5em 0 0.5em 0;
}

li ol {
	margin: 0.5em 0 0.5em 0;
}







/*******************************************************************
 *                        Typography                               *         
 ******************************************************************/

body {
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
}

a {
	color: #333;
	text-decoration: underline
}

a:hover {
	color: #039;
	text-decoration: underline
}

p {
	line-height: 120%;
	font-size: 0.8em;
	margin-top: 0;
	margin-bottom: 1em;
}

h1 {
	color: #039;
	font-size: 0.8em;
	font-style: normal;
	margin-top: 0;
	margin-bottom: 0.25em;
}

h2 {
	color: #999;
	font-weight: bold;
	font-style: italic;
	font-size: 0.8em;
	margin-top: 0;
	margin-bottom: 0.25em;
}

h3{
	color: #000;
	font-weight: bold;
	font-style: normal;
	font-size: 0.8em;
	margin-top: 0;
	margin-bottom: 1em;
}

.error, .messages {
	color: #c00;
	font-size: 0.8em;
	font-weight: bold;
}



/*******************************************************************
 *                       Main Structure                            *         
 ******************************************************************/

#logo {
	margin: 0 0 10px 0;
}

#mainNav {
	background: #7189c6;
	margin: 0;
	padding: 0 10px;
	margin-bottom: 5px;
}

#mainNav ul{
	margin: 0;
	padding: 0;
}

#mainNav ul li {
	font-size: 0.75em;
	margin: 0;
	padding: 0;
	display: inline;
}

#mainNav ul li a {
	line-height: 170%;
	color: #fff;
	padding: 0 1em 0 10px;
	margin: 0;
	text-decoration: none;
	background: url(../images/menuArrowRightWhite.gif) no-repeat 0 center;
}

#mainNav ul li a:hover {
	color: #003;
	background: url(../images/menuArrowRightBlue.gif) no-repeat 0 center;
}

#subNav {
	background: #ccc;
	margin: 0;
	padding: 0 10px;
	margin-bottom: 5px;
}

#subNav ul{
	margin: 0;
	padding: 0;
}

#subNav ul li {
	font-size: 0.75em;
	margin: 0;
	padding: 0;
	display: inline;
}

#subNav ul li a {
	line-height: 170%;
	color: #000;
	padding: 0 1em 0 12px;
	margin: 0;
	text-decoration: none;
	background: url(../images/menuArrowRightGrey.gif) no-repeat 0 center;
}

#subNav ul li a:hover {
	color: #fff;
	background: url(../images/menuArrowRightWhite.gif) no-repeat 0 center;
}

#homeWrapper {
	background: no-repeat right top;
	width: 760px;
	height: 293px;
	margin-bottom: 5px;
}

#homeContent {
	width: 300px;
	margin: 10px 0 10px 0;
}

#mainContent {
	margin-bottom: 5px;
}

#messageBox {
	/*border: 1px solid red;
	padding: 1em;*/
	text-align: left;
	margin-bottom: 2em;
}

#messageBox p, #messageBox li {
	text-align: left;
	color: red;
	font-weight: bold;
}

#messageBox p {
	margin-bottom: 0.5em;
}

#messageBox ul {
	margin: 0;
}

#messageBox li {
	list-style-image: none;
	margin: 0 0 0.5em 2.5em;
}

#messageBox li li {
	font-size: 1em;
}

#messageBox li ul {
	margin: 0.5em 0 0.5em 0;
}

#back {
	font-size: 0.8em;
	margin: 1em 0;
	float: left;
}

#top {
	font-size: 0.8em;
	margin: 1em 0;
	float: right;
}

#footer {
	clear: both;
	margin-top: 0;
	margin-bottom: 1em;
	border-top: 1px dotted #ccc;
	padding-top: 3px;
}

#footer p {
	color: #aaa;
	line-height: 120%;
	font-size: 0.7em;
	margin-top: 0;
	margin-bottom: 0;
}

#footer.home {
	border: 0;
}

#footer p strong {
	color: #039;
	font-weight: normal;
}

#footer p a {
	color: #aaa;
	text-decoration: underline;
}
#footer p a:hover {
	color: #039;
}


#footerIcons {
	list-style-image: none;
	float: right;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 200px;
}

#footerIcons li {
	list-style-image: none;
	float: right;
	margin: 0 0 0 5px;
	width: 80px;
	height: 15px;
}

#footerIcons li a {
	display: block;
	text-indent: -1000px;
	height: 15px;
	width: 80px;
}

#footerIcons #validXhtml a {
	background: url(../images/w3c-xhtml.gif) no-repeat 0 -15px;
}

#footerIcons #validXhtml a:hover {
	background: url(../images/w3c-xhtml.gif) no-repeat 0 0;
}

#footerIcons #validCss a {
	background: url(../images/w3c-css.gif) no-repeat 0 -15px;
}

#footerIcons #validCss a:hover {
	background: url(../images/w3c-css.gif) no-repeat 0 0;
}







/*******************************************************************
 *                            Home page                            *         
 ******************************************************************/

.homeTitleSub {
	color: #c00;
	font-weight: bold;
	font-style: normal;
	font-size: 11px;
}





/*******************************************************************
 *                         Contact page                            *         
 ******************************************************************/

#contactFormTable {
	width: 370px;
	border-collapse: collapse;
	margin-bottom: 30px;
}

#contactFormTable td {
	padding: 3px;
	font-size: 0.8em;
}



