/* CSS Document */

body {
	margin: 0px 0px 0px 0px;
	cursor: auto;
	width: 100%;
	height: 100%;
	text-align: center;
	background-color: #f9e3b9;
	background-image: url(../images/bkgd_stripes_checker.png);
	font: 14px Georgia, "Times New Roman", Times, serif;
	color: #666666;
}

img {
	border: 0px;
}

p, .text {
	font: 12px Georgia, "Times New Roman", Times, serif;
	color: #828080;
	line-height: 2em;
}

.text {
	line-height: 1.2em;
}

hr {
	color: #cccccc;
	background-color: #cccccc;
	margin: 10px 0px 20px 0px;
}

ul {
	line-height: 1.5em;
}

h2 {
	font: 18px Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #000000;
	margin: 10px 0px 0px 0px;
}

h3 {
	font: 21px Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	color: #1f8159;
	margin: 10px 0px 0px 0px;
}

.red {
	font: 13px Georgia, "Times New Roman", Times, serif;
	color: #FF0000;
}

#container, .container {
	width: 680px;
	text-align: center;
	margin: 0px auto; /*firefox fix to center*/
	clear: right;
	height: 100%;
	padding: 0px 0px 0px 0px;
	position: relative;
	overflow: hidden;
	background-color: #FFFFFF;
	border-left: thick solid #edb43a;
	border-right: thick solid #edb43a;
	border-bottom: thick solid #edb43a;
	border-width: 0px 3px 3px 3px;
}

#navcontainer, #headercontainer {
	width: 680px;
	text-align: center;
	margin: 0px auto; /*firefox fix to center*/
	clear: right;
	height: 100%;
	padding: 0px 0px 0px 0px;
	position: relative;
	overflow: hidden;
	background-color: #FFFFFF;
	border-left: thick solid #edb43a;
	border-right: thick solid #edb43a;
	border-width: 0px 3px 0px 3px;
}

#navbackground {
	width: 100%;
	width: 100%;
	padding: 0px 0px 0px 0px;
}


/*HEADER START*/
#headerbackground {
	width: 100%;
	height: 100%;
	padding: 0px 0px 0px 0px;
}

#headercontainer {
	height: 218px;
	background-color: #FFFFFF;
}

#header {
	width: 100%;
	height: 100%;
	padding: 0px 0px 0px 0px;
	font: 11px Georgia, "Times New Roman", Times, serif;
	position: relative;
	float: left;
}

#headerLeft {
	float: left;
	text-align: left;
	position: absolute;
	top: 35px;
	left: 35px;
	z-index: 101;
}

#headerStripe {
	top: 0px;
	position: relative;
	float: left;
	width: 100%;
	height: 37px;
	background-color:#fdebc8;
	background-image:url(../images/bkgd_nav.png);
	color: #edb43a;
	font-size: 16px;
	font-weight: bolder;
}

#headerImage {
	margin: 0 auto;
	top: 0px;
	position: relative;
	float: left;
	width: 100%;
	height: 89px;
	background-image: url(../images/header_image.png);
}
/*******HEADER END*******/

.logo {
	float: left;
	position: relative;
	top: 0px;
	clear: both;
	overflow: hidden;
}

#headerRight {
	float: right;
	text-align: right;
	position: absolute;
	top: 2px;
	left: 350px;
}

#content {
	width: 100%;
	height: 100%;
	padding: 0px 0px 12px 0px;
	text-align: left;
	line-height: 1.5em;
}

.contentLeft {
	text-align: left;
	width: 240px;
	height: auto;
	float: left;
	position: relative;
	clear: both;
}

.contentLeftText {
	text-align: left;
	width: 228px;
	margin-left: 32px;
	height: 300px;
	position: relative;
	clear: both;
	padding: 0px 0px 0px 0px;
	color: #000000;
	font-weight: bold;
	margin-top: 35px;
}

.contentLeftNav {
	text-align: center;
	margin-left: 42px;
	height: auto;
	float: left;
	position: relative;
	clear: both;
	padding: 0px 0px 0px 0px;
	line-height: 1em;
}

.contentRight {
	width: 345px;
	height: auto;
	position: relative;
	float: right;
	text-align: left;
	margin-right: 32px;
	margin-top: -315px;
}

.grey {
	border: thin solid #cccccc;
	border-width: 1px 1px 1px 1px;

}

a:link {
	color: #1f8159;
	text-decoration: underline;
}

a:visited {
	color: #1f8159;
	text-decoration: underline;
}

a:hover {
	color: #1f8159;
	text-decoration: none;
}

a:active {
	color: #1f8159;
	text-decoration: underline;
}


#footer {
	background-position: bottom;
	width: 100%;
	height: auto;
	padding: 0px 0px 0px 0px;
	position: relative;
	top: 10px;
	overflow: hidden;
}


#footercontainer, .footercontainer {
	width: 680px;
	text-align: center;
	margin: 0px auto; /*firefox fix to center*/
	clear: right;
	height: 90px;
	padding: 0px 0px 20px 0px;
	position: relative;
	overflow: hidden;
}

p.footer {
	text-align: center;
	color: #edb43a;
	font: 12px Georgia, "Times New Roman", Times, serif;
	line-height: 1.5em;
	width: 680px;
	padding-bottom: 20px;
}

a.nav:link {
	color: #edb43a;
	text-decoration: none;
}

a.nav:visited {
	color: #edb43a;
	text-decoration: none;
}

a.nav:hover {
	color: #1f8159;
	text-decoration: none;
}

a.nav:active {
	color: #edb43a;
	text-decoration: none;
}

a.footer:link {
	color: #edb43a;
	text-decoration: none;
}

a.footer:visited {
	color: #edb43a;
	text-decoration: none;
}

a.footer:hover {
	color: #edb43a;
	text-decoration: underline;
}

a.footer:active {
	color: #edb43a;
	text-decoration: none;
}
