html, body {
	height:100%;
}

body{
	font-family: Verdana,Arial,sans-serif;
	color: #333333;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
	background-color: #BFC3C4;
	background-image:url('../images/bg.gif');
	background-repeat:no-repeat;
	background-position:top center;
}

a {
	color: #5d996d;
	font-size: 11px;
}

a:hover	{
	color: #6db37f;
	font-size: 11px;
	text-decoration: underline;
}

h3 {
	margin:0px;
	padding:10px 0px 20px 0px;;
	font-family: Tahoma;
	font-size:14px;
	font-weight:bold;
	color:#5d996d;
	letter-spacing:4px;
}

h4 {
	margin:0px;
	padding:7px 0px 7px 0px;;
	font-family: Verdana;
	font-size:11px;
	font-weight:bold;
	color:#5A8394;
	letter-spacing:0px;
}

strong {
	font-weight:bold;
	color:#555555;
}

p {
	margin-top:10px;
	margin-bottom:10px;
}

a img {
	border:none;
}

.clearLeft {
	clear: left;
}

div.informWrapper {
	text-align: center;
}

div.inform {
	width: 90%;
	margin-top: 20px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	border: solid 1px #5d996d;
	padding: 5px;
	text-align: center;
}

div.inform div {
	margin-top: 10px;
	text-align: center;
}

.important {
	color: #AA0000 !important;
	font-weight: bold !important;
}

.delete {
	color: #DD0000;
}


/************** form formating *************/
ul.errors {
	background-color:#FFFFFF;
	border:solid 1px #AA0000;
	margin-left:0px;
	padding-left:0px;
}

ul.errors li {
	list-style-type:disc;
	list-style-position:inside;
	margin:1px;
	padding:3px;
	background-color:#FFCCCC;
	color:#550000;
}

ul.errors li.title {
	font-weight: bold;
}

.error {
	color: #AA0000;
	font-weight: bold;
	line-height: 16px;
	padding-bottom: 3px;
}

.requiredAsterix {
	color:#CC0000;
	font-weight:500;
}

.form {
	width:100%;
	border: solid 1px #677A85;
	background-color: #FFFFFF;
}

.formSeparator {
	color: #677A85;
	background-color: #677A85;
	height: 1px;
}

.formHeader {
	color:#FFFFFF;
	background-color:#677A85;
	text-align:left;
	font-size:12px;
	font-weight:600;
	padding: 2px 2px 5px 5px;
}

.formRow, .formRowInfoFull {
	background-color: #E3EAEE;
	margin:1px;
	border:solid 1px #E3EAEE;
}

.formRowInfoFull {
	background-color: #7f8385;
	color: #FFFFFF;
}

.formRowSubmit {
}

.formLabel {
	display: block;
	margin: 4px 10px;
	padding: 0px;
	font-weight:600;
	text-align:left;
}


.formData {
	padding:0px;
	margin: 2px 10px 6px 10px;
}

.formDataSubmit {
	margin: 2px 10px 6px 10px;
	padding-top:10px;
	padding-bottom:10px;
}


.formInfo {
	color:#3A3A3A;
	font-size:10px;
	text-align:justify;
}


/************* form fields ******************/
form {
	display:block;
	margin-bottom:0px;
}

.formEdit, .formEditSmall, .formEditSmaller, .formEditBig, .formTextarea, .formTextareaBig, .formTextareaBigger, .formSelect, .formSelectSmall, .formSelectSmaller {
	font-family:"Arial","Verdana","MS Sans Serif",sans-serif;
	border: 1px solid #5d996d;
	background-color: #FFFFFF;
	width: 300px;
	font-size: 11px;
}

.formEditSmall {
	width: 120px;
}

.formEditSmaller {
	width: 60px;
}

.formEditBig {
	width: 400px;
}

.formTextarea {
	height: 100px;
	width: 300px;
}

.formTextareaBig {
	height: 200px;
	width: 500px;
}


.formTextareaBigger {
	height: 300px;
	width: 550px;
}

.formSelectSmall {
	width:150px;
}

.formSelectSmaller {
	width:75px;
}

.formCheckbox, .formRadio {
	vertical-align: middle;
}

.formButton, .formSmallButton, .formLongButton {
	background-color: #ffffff;
	border: 1px solid #5d996d;
	height: 22px;
	padding-left: 5px;
	padding-right: 5px;
	margin:1px;
	color: #5d996d;
	font-size: 11px;
	font-weight: bold;
}


.formSmallButton {
	width: 52px;
}


.formLongButton {
	width: 122px;
}

.auto {
	width: auto;
}

.formIframe {
	height: 30px;
	width: 550px;
}

iframe.hidden {
	visibility: hidden;
	width:0px;
	height:0px;
}

.selectOptionDisabled {
	color: #BBBBBB;
}

/********* tables ***********/
.tableBorder {
	width:100%;
	border: solid 1px #677A85;
	background-color: #FFFFFF;
}

.tableBorderHeader {
	color:#FFFFFF;
	background-color:#677A85;
	text-align:left;
	font-size:12px;
	font-weight:600;
	padding: 2px 2px 5px 10px;
}

.tableHeader {
	background-color:#D3DCE3;
	padding:4px;
}

.tableDataDark {
	background-color: #F2F5F7;
	padding:4px;
}

.tableDataLight {
	background-color: #E3EAEE;
	padding:4px;
}

.tableData {
	background-color: #E3EAEE;
	padding:4px;
}

.tableDataOver, .tableDataClick {
	background-color: #CCCCCC;
	padding:4px;
}

.tableTitle {
	padding: 5px 2px;
}

.find {
	padding:3px 2px;
	text-align:right;
}

.pagingExtendedSearchBlock {
	display: none;
	position: absolute;
	background-color: #FFFFFF;
	border: double 3px #677A85;
}

.formHeader a, .formHeader a:hover {
	color: #FFFFFF;
	font-weight: bold;
}

.paging {
	padding:5px 2px;
	background-color:#D3DCE3;
}

.pages {
	text-align:right;
}

.select {
	font-family:"Arial","Verdana","MS Sans Serif",sans-serif;
	font-size:11px;
}

tr.trTableHeader td {
	background-color:#677A85;
	color:#FFFFFF;
	font-weight:500;
	padding:1px 2px 2px 2px;
}

tr.trTableHeader td a, tr.trTableHeader td a:hover {
	color:#FFFFFF;
	font-weight:500;
}

div.tableHeaderText {
	color:#FFFFFF;
}

.tableAction {
	background-color:#677A85;
}

.tableAction td {
	text-align:right;
}

.tableFooter {
	background-color:#E3EAEE;
	padding: 3px 2px;
}

/*** Site specific ***/
.mainWrapper {
	width: 798px;
	height:100%;
	margin-top:0px;
	margin-bottom:0px;
	background-color: #FFFFFF;
}

#mainContainer {
	background-image:url('../images/content_bg.gif');
	background-repeat:repeat-y;
	background-position:center center;
	vertical-align:top;
	//height:672px;
}

#mainContainerInnerTable {
	height:100%;
	//height:672px;
}

#tdContent {
	height:100%;
	//height:672px;
}

#menu {
	margin-top:15px;
	vertical-align:top;
}

#menu a {
	display:block;
	margin-bottom:2px;
}

.menu {
	width: 218px;
	vertical-align: top;
	padding-top:0px;
	padding-left: 12px;
}

.contentWraper {
	width: 545px;
	padding-top: 15px;
	padding-bottom: 10px;
	background-image: url('../images/content_middle.gif');
	background-repeat:repeat-y;
	color:#4e5457;
}

.content {
	text-align:left;
	margin-left: 17px;
	margin-right: 15px;
	line-height:16px;
}

#bottomMenu {
	height:60px;
	vertical-align:bottom;
}

.bottomMenu {
	margin-right: 10px;
	margin-top: 10px;
	margin-bottom:5px;
	text-align: right;
	vertical-align:bottom;
	color: #5a8394;
}

.bottomMenu a {
	color: #5a8394;
}

.emphasized {
	color:#0070A1;
	font-weight:900;
	font-size:12px;
}

div.subheader {
	color:#0070A1;
	font-size:13px;
	font-weight:600;
	padding-top:10px;
	padding-bottom:10px;
}

.quote {
	background-image:url('../images/quote.gif');
	background-repeat:no-repeat;
	padding:7px;
	padding-left:40px;
	background-color:#EEEEEE;
	font-family:Arial;
}

.portfolioList td {
	padding:10px;
	vertical-align:top;
}

.portfolioList td div.subheader {
	padding:0px;
	margin:0px;
	padding-bottom:5px;
}

.emphasized1 {
	color:#67A56B;
	font-weight:600;
	padding-top:10px;
	padding-bottom:10px;
}

.emphasized2 {
	color:#CC0000;
	font-weight:600;
	padding-top:10px;
	padding-bottom:10px;
}

.contactUsForm td {
	padding-top:10px;
}

table.tech {
	margin-right:8px;
}
table.tech td {
	text-align:justify;
}

td.left {
	width:17%;
	padding-top:5px;
	padding-bottom:5px;
}

td.right {
	width:83%;
	padding-top:5px;
	padding-bottom:5px;
}
