/* global fonts*/
h1, h2, h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
}

#container, body, td, h4 {
	font-family: Geneva, Arial, Helvetica, sans-serif;	
}
#container, body, td, #bottomcurve td {
	line-height: 20px;
	font-size: 90%;
}
#bottomcurve td {
	line-height: 15px;
}
#bottomcurve a {
	font-size: 80%;
}

/* defaults */

body {
	text-align: center;
	background-image: url(../../images/layoutimages/main_background.jpg);
	background-repeat: repeat-x;
	background-color: #C7B59F;
	margin-top: 15px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-position: left top;
}

hr {
	color: #F2B171;
}

a:link, a:active, a:visited {
	color: #C46A11;
	text-decoration: underline;
}
a:hover {
	color: #562F07;
	text-decoration: none;
}

/* headings  */
 
h1 {
	font-size: 20px;
	font-weight: normal;
	color: #E88525;
}
h2 {
	font-size: 16px;
	font-weight: normal;
	color: #A3580E;
}
#rightcolumn h2 {
	font-size: 14px;
	margin: 0px;
	padding: 0px;
	padding-bottom: 10px;
	font-weight: bold;
}
h3 {
	font-size: 12px;
	font-weight: bold;
}
h4 {
	font-size: 11px;
	font-weight: normal;
	color: #EC8421;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 23px;
}

/* containers */

#container {
	width: 794px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(../../images/layoutimages/content_background.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	text-align: center;
}
#header {
	background-position: left top;
	height: 216px;
	text-align: left;
	background-repeat: no-repeat;
	width: 795px;
	margin: 0px;
	background-color: #B2A191;
}
#bottomcurve {
	background-position: center top;
	background-image: url(../../images/layoutimages/footer.jpg);
	background-repeat: no-repeat;
	background-color: #F5BC6B;
	width: 782px;
	padding-top: 64px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	color: #FFFFFF;
	text-align:center;
}
#maincontentblock {
	text-align: left;
	padding: 20px;
	width: 755px;
	margin: 0px;
}
#maincontentblock a:link, #maincontentblock a:visited,#maincontentblock a:active, {
	color: #C16911;
	text-decoration: underline;
}
#maincontentblock a:hover {
	text-decoration: none;
}
#innercontentblock {
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 23px;
	padding-right: 0px;
}

#textheader {
	width: 730px;
	position: relative;
	top: 170px;
	left: 20px;
	float: left;
	height: auto;
}
#printpage {
	float: right;
	width: 100px;
	margin-top: 16px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 0px;
}

/* right column formatting */ 

#rightcolumn {
	width: 190px;
	float: right;
	background-image: url(../../images/perf_line.gif);
	background-repeat: repeat-y;s
	background-position: 0px 50px;
	margin: 20px 0px 20px 10px;
	padding: 0px 0px 0px 10px;
}

#rightcolumn select {
	color: #333333;
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	line-height: 11px;
}
#rightcolumn ul  {
	padding: 0px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 20px;
}
#rightcolumn ul li {
	line-height: 15px;
	padding-bottom: 5px;
}

#rightcolumn ul li a {
	text-decoration: none;
}
#rightcolumn ul li a:hover {
	text-decoration: underline;
}
#rightcolumn .rightcolumnsubheading {
	margin-left: 5px;
	font-weight: bold;
}

/* NAV */ 

#navigation {
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: 33px;
	margin-right: 0px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.navimage {
	vertical-align: middle;
	margin: 0px 7px;
}

#navigation a {
	color: #FFFFFF;
	font-size: 82%;
	margin-left:7px;
	margin-right:2px;
	padding: 0px;
}
#navigation .primarynavigationitem {
	text-decoration:none;
	text-transform:uppercase;
}
#navigation a:hover {
	text-decoration: underline;
}
#bottomcurve a {
	color: #FFFFFF;
}


/* content formatting */

.whitetext {
	color: #FFFFFF;
}
.portaltable {
	background-color: #F5DFC5;
	border: 1px solid #ED8316;
}
.boldredtext {
	font-weight: bold;
	color: #FF0000;
}
.boldredtext {
	font-weight: bold;
	color: #FF0000;
}
.requiredfields {
	color: #FF0000;
}
.inputredborder {
	border: 3px solid #FF0000;
}
.greytableborder {
	border: 1px solid #999999;
}
.orangeheader {
	color: #C46A11;
}
.tenpxtext {
	font-size: 10px;
	font-variant: normal;
}
.eclientresourcelinksdropdown {
	width: 180px;
	border: 1px solid #999999;
	padding: 2px;
	margin: 1px;
}
.eclientresourcelinksheader {
	font-weight: bold;
}
.orangecellheader {
	font-weight: bold;
	background-color: #EC8520;
	color: #FFFFFF;
	border: 1px solid #00CCFF;
}
.clear {
	position:relative;
	clear: both;
	display: block;
}
.inlineimagecontentblock {
	border: 1px none #666666;
	background-color: #FFFFCC;
	width: 500px;
	padding: 10px;
}
