* {
	margin: 0;
	padding: 0;
}


body {
background: #9A9378 url(images/bg5.jpg) repeat-x; /* xxx */
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
line-height: 17px;
color: #000000;
}

a {
text-decoration: none;
color: #565434;
}
a:hover {
text-decoration: underline;
color: #111;
}

#wrap {
margin: 0 auto;
width: 800px;
}

#header {
height: 249px;
background: #9A9378 url(images/header5.jpg) no-repeat;
text-align: right;
}
#header h1 { 
font-size: 25px;
letter-spacing: 1px;
padding: 180px 40px 0 0;
color: #fff;
}

#header h1 span
    {
    color:#CBC198;
    letter-spacing:.2em;
    }
	
#header h1 a { 
color: #fff;
text-decoration: none;
font-weight: 100;
letter-spacing: -2px;
}
#header h1 a:hover {
color: #111;
}
#header h2 {
font-size: 18px;
color: #6A7C98;
padding: 7px 40px 0 0;
letter-spacing: -1px;
font-weight: 100;
}

#header h2 a { 
color: #6A7C98;
text-decoration: none;
font-weight: 100;
letter-spacing: -2px;
}
#header h2 a:hover {
color: #6A7C98;
}


#nav { 
	margin-bottom: 0px; 
	width: 100%; height: 30px; 
	background: #9A9378; /* xxx */
	font: bold 7pt/30px verdana, sans-serif; 
	text-transform: uppercase;		
	border-top: 3px solid #565434; border-bottom: 3px solid #565434; /* xxx */
	border-left: 3px solid #565434; border-right: 3px solid #565434;

	}
	
#nav ul { 
	list-style-type: none; 
	text-align: center; }
	
#nav li { display: block; display: inline; }
	
#nav a:link,
#nav a:visited,
#nav a:active { 
	padding: 15px 16px 10px 16px !important; padding: 15px 20px 10px 20px; 
	height: 30px; 
	text-decoration: none; 
	font-weight: bold; color: #fff; }
#nav a:hover { background: #565434; color: #fff; }


/* Content in the middle of page */
#content {
background: #9EA1AA url(images/content5.jpg) repeat-y;
padding: 0 20px;
	top: 0px; 
}

/* Content in the middle of page */
.middle {
float: right;
width: 440px;
text-align: justify;
margin-right: 10px;
}
.middle h2 {
font-size: 18px;
font-weight: 100;
padding-left: 10px;
height: 26px;
line-height: 26px;
}
.middle h2 a {
text-decoration: underline;

}
.middle h2 a:hover {

}

middle ul {
padding: 10px 0 15px 40px;
color: #000;
list-style-type: disc;
}

.articles { padding: 20px; }


.articles ul {
padding: 10px 0 15px 40px;
color: #000;
list-style-type: disc;
}

.articles ul li a {
text-decoration: underline;
}

/* Content on the left side */
.left {
float: left;
width: 120px;
padding: 10px 0 15px 40px;
height: 26px;
line-height: 26px;
font-style: italic;
color: #fff;
font-size: 13px;
}
.left h2 {
margin: 10px 0 0 0;
padding-left: 50px;
height: 26px;
line-height: 26px;
color: #000;
font-size: 13px;
}
.left ul {
padding: 10px 0 15px 40px;
color: #fff;
list-style-type: none;
}
.left ul li a {
text-decoration: none;
font-weight: 600;
}
.left ul li a:hover {

}

/* Content on the right side of page */
.menu {
float: right;
width: 145px;

}
.menu h2 {
margin: 10px 0 0 0;
padding-left: 10px;
height: 26px;
line-height: 26px;
color: #000;
font-size: 13px;
}
.menu ul {
padding: 10px 0 15px 20px;
color: #fff;
list-style-type: none;
}
.menu ul li a {
text-decoration: none;
font-weight: 600;
}
.menu ul li a:hover {

}


#bottom {
background : #9A9378 url(images/bottom5.jpg) no-repeat;
padding: 10px 0;
text-align: center;
font-size: 12px;
color: #fff;
}

#bottom a { color: #fff; }
#bottom a:hover { color: #111; }

#footer {
text-align: center;
font-size: 11px;
color: #000;
padding-bottom: 10px;
}
#footer a { color: #6A7C98; }
#footer a:hover { color: #111; }

#mainForm 
{
	position: relative;
	border: 1px;
	border-style: solid;
	margin: 0 auto;
	text-align: left;
	width: 50%;
	background-color: #ffffff;
}

ul.mainForm
{
	list-style-type: none;
	font-family: Tahoma, Arial, Verdana, sans-serif;
	font-size:15px;	
}

li.mainForm
{
	padding-bottom: 10px;
}


#mainFormError
{
	position: relative;
	border: 1px;
	border-style: solid;
	margin: 0 auto;
	text-align: left;
	width: 70%;
}



input.mainFormError
{
	background-color: #fff;
}


textarea.mainFormError
{
	background-color: #fff;
}


select.mainFormError
{
	background-color: #fff;
}


#formHeader
{
	position: relative;
	width: 100%;
	background-color: #fff;
	margin:0 0 0 0;
	padding-bottom: 10px;
}

p.formHeader
{
	text-align: right;
	margin:0 0 0 0;
	font-family: Tahoma, Arial, Verdana, sans-serif;
	font-weight:normal;
	color: #000;
	font-size:25px;
	position:relative;
	left:-5px;
	top:4px;
	letter-spacing: 2px;
}



#formInfo
{
	position: relative;
	width: 100%;
	background-color: #ffffff;
	margin:0 0 0 0;
}

h2.formInfo
{
	text-align: left;
	margin:0 0 0 0;
	font-family: Tahoma, Arial, Verdana, sans-serif;
	font-weight:normal;
	font-size:20px;
	position:relative;
	left:20px;
	top:0px;
	letter-spacing: 1px;
	line-height:150%;
	color: #000;
}


p.formInfo
{
	text-align: left;
	margin:0 0 0 0;
	font-family: Tahoma, Arial, Verdana, sans-serif;
	font-weight:normal;
	color: #000000;
	font-size:12px;
	position:relative;
	left:20px;
	top:0px;
	color: #ffffff;
}

#formFields
{
	position: relative;
	width: 100%;
	background-color: #ffffff;
	margin:0 0 0 0;

}

label.formFieldQuestion
{
	line-height:125%;
	padding:0 4px 1px 0;
	border:none;	
	display:block;
	font-size:95%;
	font-weight:bold;
}

label.formFieldOption
{
	font-size:90%;
	display:block;
	line-height:1.0em;
	margin:-19px 0 0 25px;
	padding:4px 0 5px 0;
	width:90%;
}



input.formFieldStyle
{
	display:block;
	line-height:1.4em;
	margin:8px 0 0 3px;
	width:13px;
	height:13px;
}


/* tooltip */
a.info {
	font-family: Tahoma, Arial, Sans-Serif;
	text-decoration:none; 
	position: relative;
}

a.info span {
	position: relative;
	display:none;
}

a.info:hover {
	position: relative;
	cursor:default;
}

a.info:hover .infobox {
	font-weight: normal; 
	display:block; 
	position:absolute; 
	top:20px;;
	left:25px;
	width:205px; 
	height:70px; 
	border: 1px solid #ccc; 
	background:#f4f4f4 url(question.gif) no-repeat bottom right; 
	color:#000; 
	text-align:left; 
	font-size:0.7em; 
	padding-left:10px; 
	padding-top:10px;
}

/* pop-up calendar */
button.calendarStyle
{
	background-color: transparent;
	border: 0;
	height:22px;
	width:22px;
	background-image:url(imgs/calendar.png);
	cursor: pointer;
	cursor: hand;
}


p.footer
{
	text-align: right;
	margin:0 0 0 0;
	font-family: Tahoma, Arial, Verdana, sans-serif;
	font-weight:normal;
	color: #ffffff;
	font-size:9px;
	position:relative;
	top:4px;
	left:-140px;
	letter-spacing: 2px;
}

a.footer
{
	text-align: right;
	margin:0 0 0 0;
	font-family: Tahoma, Arial, Verdana, sans-serif;
	font-weight:normal;
	color: #ffffff;
	font-size:9px;
	position:relative;
	top:4px;
	letter-spacing: 2px;
}
