@charset "utf-8";
/* CSS Document */

html, body, div, span, ul, ol, li, object, a, p, h1, h2, h3, h4, h5, h6 {
	border:0;
	margin:0;
	padding:0;
	outline:0;
}
html{
	height: 100%;
} 
body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	width: 100%;
	background-image: url(img/bkgr-body.png);
	background-repeat: repeat-x;
	background-position: left top;
	height: 100%;
	background-color: #C5AA8F;
}

div, td, th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-align: left;
	line-height: 20px;
}
#container {
	width: 840px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}

#header {
	height: 184px;
	background-image: url(img/bkgr-header.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#content {
	padding-bottom: 42px;
	background-color: #F7EDD7;
	padding-right: 46px;
	padding-top: 36px;
	min-height: 350px;
	_height: 350px;
	padding-left: 46px;
	margin-top: 28px;
	background-image: url(img/bkgr-content.png);
	background-repeat: no-repeat;
	background-position: center top;
}

#innercontent {

}
#flashcontent, #flashcontent2 {
	float: right;
	height: 240px;
	width: 300px;
	margin-bottom: 4px;
	margin-left: 14px;
	border: 3px solid #FFF;
	margin-top: 8px;
}

#rightbar, #rightbar2 {
	position: absolute;
	left: 526px;
	top: 248px;
	z-index: 1;
	width: 300px;
	font-family: "Times New Roman", Times, serif;
	font-size: 36px;
}
#rightbar2 {
	left: 485px;
}
#rightbar2 iframe {
	border: 1px solid #6C614D;
}

#footer {
	position: relative;
	height: 40px;
	width: 840px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 4px;
}

/* MENU */

#nav {
	height: 28px;
	position: absolute;
	left: 0px;
	top: 184px;
	width: 845px;

}

/* TEXT STYLES */

p {
	font-size: 11px;
	margin-bottom: 16px;
}
p.smallmargin {
	margin-bottom: 8px;
}


#rightbar p, #rightbar2 p{
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	letter-spacing: 1px;
}

.gallery p {
	margin-right: 250px;
	
}

#footer p {
	font-size: 12px;
	letter-spacing: 1px;
	font-family: "Times New Roman", Times, serif;
	margin: 0px;
	color: #E2E2E2;
}

h1 {
	letter-spacing:-1px;
	font-weight:normal;
	font-family: "Times New Roman", Times, serif;
	font-size: 30px;
	color: #AC815E;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 18px;
	padding-left: 0;
}

h2 {
	font-weight:normal;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	color: #72811D;
	margin-bottom: 8px;
}

h3 {
font:12px arial, helvetica, sans-serif;
font-weight:bold;
}

ul, ol {
	margin:0;
	list-style:none;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 18px;
	padding-left: 24px;
}
.gallery ul {
	margin-right: 250px;
}

li {
	list-style-type: square;
}

#asterisk li {
	background-image: url(img/asterisk.gif);
	background-repeat: no-repeat;
	padding-left: 18px;
	background-position: 0px 5px;
}



/* LINK STYLES */

#content a, #content a:visited, #footer a, #footer a:visited  {
	text-decoration: none;
	color: #EC7600;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #EC7600;
}

#content a:hover, #footer a:hover {
	text-decoration: none;
	color: #C30;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C30;
}
#footer a {
	color: #E2E2E2;
	border-bottom-color: #E2E2E2;
}
#footer a:hover {
	color: #FFF;
	border-bottom-color: #FFF;
}


a.z, a.z:visited {
	text-decoration: none;
	color: #D7D7D7 !important;
	border-bottom-style: none !important;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

a.z:hover {
	text-decoration: none;
	color: #EC7600 !important;
}

/*FORMSTYLES */
form {
	display:inline;
}
input, select, textarea {
	padding: 2px;
	color: #333333;
}
.textfield {
	line-height:1.25;
	width: 350px;
	background-color: #C5AA8F;
	border: 1px solid #6C614D;
	color: #333333;
}

textarea {
	line-height:1.40;
	width: 350px;
	background-color: #C5AA8F;
	border: 1px solid #6C614D;
}

.button {
	padding: 2px;
	width: 8em;
	border: 1px solid #000000;
	font-weight: bold;
	color: #333333;
	cursor: pointer;
	background-color: #C5AA8F;
}

label {
	cursor:pointer;
}


/***** Global Classes *****/

.clear 			{ clear:both; }

.float-left 	{ float:left; }
.float-right 	{ float:right; }

.text-left 		{ text-align:left; }
.text-right 	{ text-align:right; }
.text-center 	{ text-align:center; }
.text-justify 	{ text-align:justify; }

.bold 			{ font-weight:bold; }
.italic 		{ font-style:italic; }
.underline 		{ border-bottom:1px solid; }
.highlight 		{ background:#ffc; }

.img-left 		{ float:left;margin:4px 10px 4px 0; }
.img-right 		{
	float:right;
	margin-top: 4px;
	margin-right: 0;
	margin-bottom: 4px;
	margin-left: 14px;
}

.nopadding 		{ padding:0; }
.noindent 		{ margin-left:0;padding-left:0; }
.nobullet 		{ list-style:none;list-style-image:none; }
.display-none		{ display:none; }
