/*
Author: Marje Cannon Anexio New Media
version 04.05.2006
version 04.21.2006
version 04.22.2006
*/

* {
	margin: 0;
	padding: 0;
}
body {
	margin: 0;
	padding: 0;
   background-image: url(resources/bg-maroon.jpg);
	background-repeat: repeat-x;
	background-color: #670001;
	text-align: center;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #4B6174;
	line-height: 1.4;
}
#wrap {
	width: 804px;
	margin: 35px auto 0 auto;
	background-image: url(resources/bg-shadows.gif);
	background-position: center top;
	background-repeat: no-repeat;
	position: relative;
}
#innerwrap {
	width: 780px;
	margin: 0 auto 0 auto;
	position: relative;
}
#header {
	width: 780px;
	height: 281px;
	background-color: #000000;
	color: #000000;
}
#content {
   clear: both;
	width: 780px;
	margin: 0 auto 0 auto;
	position: relative;
	background-image: url(resources/bg-content.jpg);
	background-repeat: repeat-y;
	text-align: left;
}
#content-left {
	width: 600px;
	float: left;
	background-image: url(resources/bg-content-left.gif);
	background-position: 80% 0;
	background-repeat: no-repeat;
}
#content-left p {
	margin: 10px 70px 4px 70px;
}

#content-left ul {
	margin: 24px 100px 24px 100px;
	padding: 0;
}
#content-left a:link {
	color: #4B6174;
	background-color: transparent;
}
#content-left a:visited {
	color: #68859E;
	background-color: transparent;
}
#content-left a:hover {
	color: #4B6174;
	background-color: transparent;
	text-decoration: none;
}
#content-left a:active {
	color: #4B6174;
	background-color: transparent;
	text-decoration: none;
}
#content-right {
   position: relative;
	width: 178px;
	float: left;
}
#content-right p {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #380001;
  background-color: transparent;
  margin: 12px 2px 2px 10px;
  line-height: 1.5;
}

#content-right a {
  color: #380001;
  background-color: transparent;
}
#content-right a:hover {
  text-decoration: none;
}
#footer {
	clear: both;
	width: 780px;
	height: 92px;
}
#belowwrap {
	clear: both;
	width: 800px;
	height: 100px;
	margin-left: auto;
	margin-right: auto;
}
#belowwrap a:link, #belowwrap a:visited, #belowwrap a:hover, #belowwrap a:active {
	color: #A9676D;
	background-color: transparent;
	text-decoration: none;
}
#belowwrap a:hover, #belowwrap a:active {
	text-decoration: underline;
}
/*-----------subnav-----------------*/

#subnavcontainer {
	width: 510px; /* total is 536 - also see padding below*/
	clear: both;
	margin-right: 26px;
	height: 52px;
	float: right;
	position: relative;
}

ul#subnavlist  {
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px !important;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
	float: right;
}

#subnavlist li {
	border-left: 1px solid #15577C;
   display: inline;
	line-height: 24px;
	padding: 0 5px 0 5px !important;
	margin: 0 5px 0 5px !important;
}

ul#subnavlist a:link {
	color: #4B6174;
	background-color: transparent;
	}
ul#subnavlist a:visited {
	/*color: #1D78AC;*/
	background-color: transparent;
	color: #15577C;
	}
ul#subnavlist a:hover {
	text-decoration: none;
		color: #15577C;
	background-color: transparent;
}
ul#subnavlist a:active{
	text-decoration: none;
	color: #15577C;
	background-color: transparent;
}



/*----------menubottom---------------*/
#menubottom {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	clear: both;

}
#menubottom ul {
	margin: 50px 0 50px 50px !important;
}
#navlistmenubottom li {
	display: inline;
	list-style-type: none;
	padding-right: 10px;
}

#navlistmenubottom a:link {
	color: #4B6174;
	background-color: transparent;
	}
#navlistmenubottom a:visited {
	color: #1D78AC;
	background-color: transparent;
	}
#navlistmenubottom a:hover {
	text-decoration: none;
}
#navlistmenubottom a:active{
	text-decoration: none;
}


h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #89111C;
	background-color: transparent;
	font-weight: normal;
	margin: 20px 0 20px 45px;
	font-size: 26px;
	clear: both;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #89111C;
	background-color: transparent;
	font-weight: normal;
	margin: 20px 0 20px 45px;
	font-size: 20px;
		clear: both;
}
.center {
	text-align: center;
	margin: 0 auto 0 auto;
}

.red {
	color: #89111C;
	background-color: transparent;
}
.redbold {
	color: #89111C;
	background-color: transparent;
	font-weight: bold;
}

.imgleft {
	float: left !important;
	margin: 8px 24px 14px 0;
}
.imgright {
	float: right !important;
	margin: 8px 0 14px 24px;
}

.georgia11 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
}
.georgia12 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}
/*-----------------------menuvertical-------------------------*/

#menuvertical {
  /* float: right; */
	width: 178px;
	margin: 22px 0 50px 0 !important;
	border-style: solid solid none solid;
	border-color: #D8D5D1;
	/* border-size: 1px; */
	border-width: 1px;
	font-size: 11px;
	font-weight: bold;

	border-left: none;
	}
#menuvertical ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}

#menuvertical li a {
	height: 32px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 24px;
	text-decoration: none;
	}	
	
#menuvertical li a:link, #menuvertical li a:visited {
	color: #373C5C;
	display: block;
	background: url(menuvertical/menuvertical.jpg);
	padding: 8px 0 0 24px;
	}
	
#menuvertical li a:hover {
	color: #000000;
	background: url(menuvertical/menuvertical.jpg) 0 -32px;
	padding: 8px 0 0 26px;
	}

/* ---------- forms -------------- */
form {
	margin: 50px 0 50px 78px;
}
label {
	float: left;
	width: 120px;
	font-weight: bold;
}
input, textarea {
	width: 180px;
	margin-bottom: 5px;
	background-color: #EBEBEB;
	color: #000000;
	border: 1px solid #FFCACA;
}
textarea {
	width: 300px;
	height: 250px;
}
.boxes{
	width: 1em;
}
#submitbutton {
	margin-left: 120px;
	margin-top: 5px;
	width: 98px;
	color: #FFFFFF;
	background-color: #89111C;
	font-weight: bold;
}
form br {
	clear: left;
}