/********* Reset Broswer CSS ************************/


html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
}

/* Tables still need 'cellspacing="0"' in the markup. */
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight:400; }

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

a img { border: none; }

html {
	height:100%;
}

body {
	font-size:76%;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	line-height: 1.5em;
	background-color: #5c221a;
	height: 100%;
}

p, table, li {
	margin:0;
	padding:0;
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size: 1em; /* do not change this value! */
}

h1{
	font-size:1.7em;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-weight: normal;
	margin: 0;
	padding: 0 0 8px 0;
}

h2 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 1.3em;
	color: #000000;
	padding-bottom: 5px;
}

h3 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 1em;
	color: #000000;
	font-weight: bold;
	padding-bottom: 2px;
}

a {
	color:#231f20;
	text-decoration: underline;
}

hr {
	padding: 0;
	margin: 0 0 8px 0;
	border: 0;
	color: #b7cfc2;
    background-color: #b7cfc2;
	height: 1px;
}

.formfield {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #555;
	background-color: #fff;
	border: 1px solid #d1c4a2;
	padding-left: 2px;
}
.formlabel {
	color: #555;
	font-weight: bold;
}

.loginText {
	color: #4c1b1b;
	padding-left: 4px;
	font-size: 1.2em;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.button {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	background-color: #fff;
	border: 2px outset #ccc;
}

/******************* FIELD SETS **********************/

#container {
	width: 940px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/container-bg.gif);
	background-repeat: repeat-y;
	background-position: center top;
	margin-top: 20px;
}

#header {
	height: 102px;
	background-image: url(../images/header-bg.gif);
	background-repeat: repeat-x;
	width: 925px;
	margin-left: 8px;
	position: relative;
}
.headerLogo {
	float: left;
	padding-top: 10px;
	padding-left: 40px;
}

#headerSearch {
	background-image: url(../images/header-search-bg.jpg);
	background-repeat: no-repeat;
	height: 102px;
	width: 435px;
	float: right;
}
#search {
	position: absolute;
	left: 789px;
	top: 56px;
}

#content {
}

#mainContent {
	padding: 15px 12px 20px 15px;
	float: left;
	width: 580px;
}
#news a {
	padding: 8px 0 0 0;
}


#mainContent h2 {
	color: #7a4845;
	margin-bottom: -4px;
}

#mainContent p {
	padding-top: 0px;
}

#column1 {
	float: left;
	width: 283px;
	padding: 20px 12px 0 0;
}

#column2 {
	float: left;
	width: 285px;
	padding: 20px 0 0 0;
}

#rightContent {
	float:left;
	width: 153px;
	margin-left: 2px;
}

#login {
	height: 122px;
	float: right;
	width: 145px;
	padding-bottom: 15px;
	margin-top: 10px;
}


#rightContent h2 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 1.3em;
	color: #000000;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	margin-bottom: 10px;
}
.titleTextImg {
	padding-bottom: 7px;
	margin-left: -5px;
	padding-top: 5px;
}


#rightContent p {
	line-height: 1.5em;
	font-size: 0.95em;
}

.justifiedLineHeight {
	line-height: 1.8em;
	text-align: justify;
}

.lineHeight {
	line-height: 1.8em;
}

#nav {
	height: 100%;
	float: left;
	padding: 15px 6px 0 9px;
}

#content {
	padding-right: 0px;
}
#news {
	padding: 12px;
}

.loginBox {
	height: 16px;
	border: 1px solid #606361;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	width: 115px;
	margin: 3px 0 4px;
}

#header-submit {
	position: absolute;
	left: 880px;
	top: 80px;
}

.loginBtn {
	float: right;
	margin-right: 25px;
	margin-top: 5px;
}

#footer {
	font-size: 11px;
	color: #FFFFFF;
	width: 940px;
	padding: 0;
	background-image: url(../images/footer-bg.gif);
	background-repeat: no-repeat;
	height: 36px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	
}
.footerText {
	position: absolute;
	left: 126px;
	top: 2px;
}

.clearBoth {
	clear: both;
}

.logo-images {
	padding-top: 5px;
	padding-right: 8px;
}


#footer a {
	color: #FFFFFF;
	text-decoration: none;
}

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

html>/**/body #mainContent ul {
	line-height: 1.8em;
	padding-left: 15px;
	list-style-image: url(../images/maincontent-bullet.gif);
	list-style-type: none;
}

#mainContent ul {
	line-height: 1.8em;
	list-style-type: none;
	padding-left: 15px;
	list-style-image: url(../images/maincontent-bullet2.gif);
}

.searchBox {
	height: 14px;
	border: 1px solid #606361;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	width: 115px;
	margin: 3px 0 5px;
}

#mainPageContent {
	padding: 15px 12px 20px 15px;
	float: left;
	width: 580px;
}

#searchresulttable {
	width: 100%;
	border: 0px;
	margin-top: 10px;
}
#searchresulttable th {
	font-weight: bold;
	background-color: #585858;
	color: #fff;
	padding-left: 3px;
}
#searchresulttable th a {
	color: #fff;
	text-decoration: none;
}
#searchresulttable th a:hover {
	color: #fff;
	text-decoration: underline;
}
#searchresulttable td {
	padding: 0px 0px 0px 3px;
	
}
#searchresulttable .row1 {
	background-color: #fff;
}
#searchresulttable .row2 {
	background-color: #c7c7c7;
}
.searchresultpages {
	text-align: center;
	margin-top: 20px;

}
.searchresultpages a {
	border: 1px solid #c7c7c7;
	padding: 5px 10px;
	margin: 2px;
	text-decoration: none;
}
.searchresultpages a:hover {
	background-color: #eee;
}
.searchresultpages .disabledpagelink {
	border: 1px solid #000;
	padding: 5px 10px;
	margin: 2px;
	text-decoration: none;
	font-weight: bold;
	color: #000;
	background-color: #c7c7c7;
}
.searchresultpages .disabledlink {
	border: 1px solid #fff;
	padding: 5px 10px;
	margin: 2px;
	text-decoration: none;
	font-weight: normal;
	color: #c7c7c7;
}
.searchformtable {
	margin-bottom: 20px;
	background-color: #eee;
	width: 100%;
}
.searchformtable th {
	padding: 5px 3px 5px 10px;
	font-weight: bold;
}
.searchformtable td {
	padding: 5px 10px 5px 0px;
}
#news p {
	padding-bottom: 15px;
}
#mainContent td {
	/*
	padding-top: 10px;
	*/
	padding: 5px 0px;
}
#mainContent table {
	margin-bottom: 17px;
}
