html {
	height: 100%;
	overflow-x: hidden;
}

body {
	background: url(/images/background.jpg) right -360px no-repeat #FFFFFF;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin: 0px; padding: 0px;
	font-size: 14px;
	line-height: 19px;
	color :#444444;
	min-width: 995px;
	height: 100%;
}
body.home {
	background-position: right -300px;
}
body.frontpage {
	background: url(/images/background.jpg) center center #FFFFFF;
}
#background {
	background: url(/images/back_page.png) left top repeat-x #FFFFFF;
}
#background.home {
	background-image: url(/images/back_home.png);
}

#javascript-warning {
	width: 90%;
	margin: 2em auto;
	background: #FFEEEE;
	border: 1px solid #FF3333;
	font-size: 12pt;
	color: #FF0000;
	text-align: center;
	padding: 2em 0em 2em 0em;
}

a { color: #30429A; text-decoration: underline; }
a:hover { color: #7C8EB7; text-decoration: none; }
a img { border: 0px; }
a h2, h2 {
	font-weight: normal;
	font-size: 36px;
	margin-top: 0px;
	margin-bottom: 6px;
	text-decoration: none;
	line-height: 30px;
	color: #774F87;
}
h3 {
	font-weight: normal;
	font-size: 20px;
	margin-top: 0px;
	margin-bottom: 6px;
	text-decoration: none;
	line-height: 8px;
	color: #774F87;
}
p { margin: 0em; margin-bottom: 1.5em; }
strong, h4 { color: #454545; }
hr { color: #774F87; height: 1px; }

div#header   { height: 60px; }
div#logo     { float: left; width: 290px; margin: 5px; }
div#logo img { width: 284px; height: 45px; border: 0px; }
div#mute     { float: right; margin: 1.2em 1em 0em 0em; }

ul#mainmenu {
	margin: 1.3em 0em 0em 0em; padding: 0em;
	float: right;
}
ul#mainmenu li {
	margin: 0px; padding: 0px;
	list-style: none;
	display: inline;
}
ul#mainmenu li a {
	margin-right: 1.2em;
	font-family: "News Gothic MT", "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 15px;
	text-decoration: none;
	text-transform: lowercase;
	color: #A5B1DD;
}
ul#mainmenu li a:hover, ul#mainmenu li a.active { color: #FFFFFF; }

#orientation {
	background-image: url(/images/panel_page.png);
	background-repeat: no-repeat;
	height: 165px;
}
#orientation.home {
	background-image: url(/images/panel_home.png);
	background-repeat: no-repeat;
	height: 165px;
}
#orientation h2.title {
	display: block;
	position: relative;
	left: 50px;
	top: 90px;
	font-style: italic;
	color: #FFFFFF;
	margin-right: 60px;
}
#orientation h2.title span.highlight { color: #30429A; }
#orientation a:hover, #orientation a#moreinfo:hover { color: #FFFFFF; }
#orientation a#moreinfo {
	display: block;
	position: relative;
	left: 175px;
	top: 127px;
	width: 270px;
	text-decoration: none;
	font-size: 15px;
	color: #30429A;
}
#icon.home {
	position: relative;
	top: 55px;
	width: 215px;
	float: right;
	margin-right: 2em;
}
#icon.page {
	position: absolute;
	z-index: 10;
	left: 600px;
	top: 60px;
	width: 215px;
	height: 186px;
}
#icon.home img, #icon.page img { width: 192px; height: 200px; border: 0px; }

#content { margin: 1em 2em 0em 15em; min-height: 350px; _height: 350px; }
#content #left  {
	position: absolute;
}
#content #left2 {
	position: relative;
	left: -14em;
	z-index: 1000; 
	width: 12em;
}

#categories {
	margin: 1em 0em 1em 0em; border: 1px solid #BCBCBC;	
}
#categories a small {
	padding-left: 2px; text-transform: uppercase;
	font-style: normal; font-size: 9px;
}
#categories ul {
	margin: 0em; padding: 1em 0em 2em 0em;
}
#categories ul li {
	margin: 0em; padding: 0em 1em 0em 1em;
	list-style: none;
	line-height: 0px;
}
#categories ul li a {
	display: block; height: 18px;
	border-bottom: 1px solid #E6E6E6;
	padding: .3em 0em .3em 0em;
	text-decoration: none;
	line-height: 18px;
}

#container {
	position: relative;
	min-height: 100%;
}
* html #container {
	height: 100%;
}
#footer {
	position: relative;
	background: url(/images/footer_page.png) repeat-x;
	height: 80px;
	margin: -80px 0px 0px 0px;
}
#footer div.inner  { padding: 0em 2em 0em 2em; line-height: 3em; color: #666666; }
#footer span       { float: right; margin-left: 1em; }
#footer span.text  { float: left; margin: 0em; }
#footerfix         { clear: both; height: 100px; }

div.padd { height: 1em; }
div.post div.title h2 { text-transform: capitalize; font-size: 20px; line-height: 8px; }
div.post { margin-bottom: 2em; }
div.text { margin-top: .8em; }
span.post_details {
	font-size: 9px;
	font-family: Verdana,  Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #7C8EB7;
}
div.center { text-align: center; }

.scroll-list {
	height: 250px;
	overflow: auto;
}

div#team {
	text-align: center;
	width: 710px;
	font-size: 9pt !important;
}
div#team div.employee {
	float: left;
	width: 175px;
	margin: 0em auto 1em auto;
	border-right: 1px solid #b7bedf;
	border-top: none;
	border-bottom: none;
}
div#team div.block1 {
	float: left;
	width: 175px;
	height: 188px;
	border-right: 1px solid #b7bedf;
	border-top: none;
	border-bottom: none;
}
div#team div.block2 {
	float: left;
	width: 0px;
	height: 188px;
	border-right: 1px solid #b7bedf;
	border-top: none;
	border-bottom: none;
}
div#team div.block3 {
	float: left;
	width: 88px;
	height: 188px;
	border-right: 1px solid #b7bedf;
	border-top: none;
	border-bottom: none;
}
div.employee span, div.employee a {
	display: block;
	width: 175px;
}
div.employee img {
	width: 100px;
	height: 150px;
}

small.required {
	color: #FF0000 !important;
	font-weight: bold !important;
}
.table {
	width: 90%;
	margin: 0em auto 2em auto;
}
.table-left {
	padding-left: 10px;
	_padding-bottom: 0px;
	background: url(/images/table/left.gif) center left repeat-y;
}
.table-right {
	padding-right: 10px;
	_padding-bottom: 20px;
	background: url(/images/table/right.gif) center right repeat-y;
}
.table-top {
	height: 10px;
	background: url(/images/table/top.gif) top center repeat-x;
}
.table-bottom {
	height: 10px;
	background: url(/images/table/bottom.gif) bottom center repeat-x;
}
.table-title {
	text-align: center;
	line-height: 34px;
	background: url(/images/table/title.gif) bottom center repeat-x;
}
.table-title h3 {
	margin: 0em; padding: 0.2em;
	padding-bottom: 0.5em;
	text-transform: capitalize;
}
.table-question {
	background: #CBE0EC;
	height: 33px;
	margin-bottom: 7px;
	clear: both;
}
.table-answer { clear: both; padding: 0px 7px 20px 7px; }
.table-answer-right { text-align: right; }
.table-question h4 { float: left; margin: 5px; padding: 0px; }
.table-question h4 small { color: #5185A3; }
.table-question input, .table-question select { float: right; margin: 5px; }
.table-question input.number { text-align: center; }

.table-content {
	background-color: #EFF5F9;
}
.table-top-left {
	padding-left: 10px;
	background: url(/images/table/top-left.gif) top left no-repeat;
}
.table-top-right {
	padding-right: 10px;
	background: url(/images/table/top-right.gif) top right no-repeat;
}
.table-bottom-left {
	padding-left: 10px;
	background: url(/images/table/bottom-left.gif) bottom left no-repeat;
}
.table-bottom-right {
	padding-right: 10px;
	background: url(/images/table/bottom-right.gif) bottom right no-repeat;
}

#filedump table {
	width: 100%;
	border-spacing: 0;
	border-collapse: 0;
}
#filedump td, #filedump th {
	text-align: left;
	color: #000000;
	padding: 3px;
}
#filedump table tr:first-child th {
	border-bottom: 1px solid #1F3173;
}
#filedump tr td:first-child, #filedump tr th:first-child {
	padding-left: 1em;
}
#filedump hr {
	display: hidden;
	border: 0;
	height: 0px;
}
