/**************** Body and tag styles ****************/
* {margin: 0;}
body, h1, h2, h3, h4, h5, h6, p, blockquote, label, fieldset, ul, ol, dl, li, object, table, th, tr, td  {padding: 0;}
body {
	color: #333;
	background-color: #F7F9E9;
	background-image: url(../images/main/bg-stripe.gif);
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 100%;
	line-height: 1.2;
	background-repeat: repeat-x;
	background-position: top;
}
img {border:none;
}
h1 {font-size: 1.2em;
	margin-bottom: .5em;
	font-weight: normal;
	color: #999966;
}
h2 {font-size: 0.9em;
	font-weight: bold;
}
h3 {font-size: 1em;
	border-bottom: 1px solid #f00;
}
h4 {font-size: .9em;
	color: #f00;
}
h5 {font-size: .9em;
	color: #3A1D5C;
	text-align: center;
	margin-top: 1em;
}
p, ol {font-size: .8em;
	margin-bottom: 1em;
}
a {text-decoration: underline;}
a:link, a:visited {color: #872131;}
a:hover,a:active {color: #c00; text-decoration: none;}
/**************** Container styles ****************/

#containertop {
	width: 980px;
	height: 106px;
	margin: 0 auto;
}
#containerbody {
	width: 100%;
	background-color: #FFFFFF;
}
#containerfooter {
	width: 100%;
	padding-top: 15px;
	background-image: url(../images/main/address-bg.gif);
	background-repeat: repeat-x;
}
/**************** Header styles ****************/
#header {
	margin-top: 34px;
	height: 16px;
	float: left;
	width: 980px;
}
#navigation {
	margin-top: 25px;
	height: 30px;
	clear: both;
	float: left;
	top: 0px;
	width: 980px;
}
#subnavigation {
	clear: both;
	height: 20px;
}
/**************** Navigation styles ****************/

ul#headernav {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding: 0px;
}
ul#headernav li {
	margin-top: 1px;
	display: inline;
	list-style: none;
	height: 16px;
	float: left;
	padding-right: 10px;
	padding-left: 10px;
	border-right: 1px solid #996633;
	position: relative;
	z-index: 100;
}
ul#headernav li a {
	display: block;
	height: 16px;
	text-align: center;
	width: 100%;
	color: #996633;
	font-size: 11px;
}
ul#headernav li a:link, ul#headernav li a:visited {
	text-decoration: none;
}
ul#headernav li a:hover, ul#headernav li a:active {
	text-decoration: none;
	color: #333;
}
ul#headernav li.lastlink {
	border-right: none;
}
ul#headernav li.lastlink a:hover, ul#headernav li.lastlink a:active {
	text-decoration: none;
	color: #333;
}

ul#navbar {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding: 0px;
}
ul#navbar li {
	margin-top: 1px;
	display: inline;
	list-style: none;
	height: 28px;
	float: left;
	width: 244px;
	border-right: 1px solid #fff;
	position: relative;
	z-index: 100;
}
ul#navbar li a {
	display: block;
	height: 28px;
	text-align: center;
	width: 100%;
	line-height: 28px;
	color: #333;
	font-size: 12px;
	background-color: #D9DDC7;
}
ul#navbar li a:link, ul#navbar li a:visited {
	text-decoration: none;
}
ul#navbar li a:hover, ul#navbar li a:active {
	text-decoration: none;
	color: #333;
	background-color: #E8EDD9;
}
ul#navbar li.lastlink {
	border-right: none;
	width: 244px;
}
ul#navbar li.lastlink a:hover, ul#navbar li.lastlink a:active {
	text-decoration: none;
	width: 244px;
	color: #333;
	background-color: #E8EDD9;
}

/*Sub menu*/
ul#navbar li ul {
	position: absolute;
	left: 0px; top: 28px;
	width: 244px;
	margin-left: 0;
}

ul#navbar li ul li {
	float: left;
	display: none;
	position: relative;
	list-style-type: none;
	height: 25px;
/*	border-right: 1px solid #000;*/
	border-bottom: 1px solid #D9DDC7;
	margin-top: 0px;
}
ul#navbar li:hover ul li {
	display: block;
	background-color: #E8EDD9;
}
ul#navbar li ul li a {
	display: block;
	height: 25px;
	line-height: 24px;
	background-color: #E8EDD9;
}
ul#navbar li ul li a:hover {
	background-color: #D9DDC7;
	color: #000;
}
ul#navbar li.lastlink ul li a:hover {
	background-color: #D9DDC7;
	color: #000;
}
ul#navbar li ul li.firstlistitem {
	margin-top: 2px;
/*	border-top: 1px solid #000;*/
}

/**************** Content styles ****************/
#maincontent {
	clear: both;	
	float: left;
	width: 430px;
	margin: 50px 0px 0px 62px;
	height: 340px;
	overflow: auto;
}
#mainbody {
	width: 980px;
	margin: 0 auto;
	padding: 28px 0px 28px 0px;
}
#slideshow {
	/*float: right;*/
	position: relative;
	width: 630px;
	height: 340px;
	margin: 0px 0px 0px 0px;
}
#slideshow img {
	display: none;
	position: absolute;
	top: 0; left: 0;
}
/**************** Footer styles ****************/
#footer {
	margin: 0 auto;
	width: 980px;
	height: 120px;
	font-size: .8em;
	text-align: left;
	color: #872131;
	line-height: 20px;
	background-image: url(../images/main/logo-address.gif);
	background-repeat: no-repeat;
	}
#footer a:link, #footer a:visited {color: #872131; text-decoration: none;}
#footer a:hover, #footer a:active {color: #0083C7; text-decoration: underline;
}
/**************** Misc classes and styles ****************/
.boldtext {font-weight: bold;}
.italictext {font-style: italic;}
.normaltext {font-weight: normal;}
.floatleft {float: left;}
.textcentre {text-align: center;}
.textright {text-align: right;}

.smallitalic {
	font-size: 10px;
	font-style: italic;
}
.imageright {
	float: right;
	margin-left: 10px;
	border: thin solid #872131;
}


ul#genlist{
	font-size: 12px;
	list-style-position: outside;
	list-style-type: square;
	margin-left: 15px;
	padding-bottom: 5px;
}
ul#genlist li ul li{
	font-size: 12px;
	list-style-position: outside;
	list-style-type: disc;
	margin-left: 20px;
	padding-bottom: 5px;
}
ul.bullets{
	font-size: .8em;
	list-style-position: outside;
	list-style-type: square;
	margin-left: 15px;
	padding-bottom: 5px;
}
