@charset "utf-8";
/* CSS Document */

html{
	height:100%;
}

body{
	margin:0px; padding:0px;
	background-color:#192027;
	background-image:url(../images/pageBkg.png);
	background-position:top;
	background-repeat:repeat-x;
	font-family:Arial, Helvetica, sans-serif;
}

/*START - fixer and container class: make the layout centered on the browser window*/
.fixer {
	margin: 0px auto;
	padding: 0px;
	padding-bottom:1px;
	width: 900px;
	height:auto;
	}
	
.container {
	margin: 0px;
	margin-top:0px;
	padding: 0px;
	width: 900px;
	height:100%;
}
/*END*/

.header{
	position:relative;
	z-index:50;
	margin: 0px;
	padding: 0px;
	width: 900px;
	height:98px;;
}

	.headerImage{position:absolute; z-index:55; }
	.headerElements{
		position:relative;
		z-index:56;
		margin: 0px;
		padding: 0px;
		width: 900px;
		height:98px;;
		top:40px;
	}
		.headerQuicklinks{text-align:right; margin-top:0px;}
		.headerQuicklinks IMG{vertical-align:text-bottom; border:none;}
		.headerQuicklinks a{text-decoration:none; font-size:12px; margin-left:10px;}
		.headerQuicklinks a:link,.headerQuicklinks a:active, .headerQuicklinks a:visited{color:#818b93;}
		.headerQuicklinks a:hover{color:#FFFFFF;}
		.headerMenu{position:relative; margin-left:250px; margin-top:0px; top:12px; color:#426ab2;}
		.headerMenu a{margin:0px 18px 0px 18px; text-decoration:none; font-size:13px;}
		.headerMenu a:link, .headerMenu a:visited{color:#2c3947;}
		.headerMenu a:active{font-weight:bold; color:#426ab2;}
		.headerMenu a:hover{text-decoration:underline; color:#2c3947;}

/*largeBanner class: most of time for the homepage and to promote the company products or services*/
#largeBanner{
	margin:0px;
}

	.largeBannerBkg{
		background-image:url(../images/bannerBody-large.png);
		background-repeat:no-repeat;
		background-position:bottom;
		background-color:#5780be;
		color:#FFFFFF;
		font-size:24px;
		font-family: Geneva, "Trebuchet MS", Arial, sans-serif;
	}
	
	.largeBannerContent{
		font-size:14px;
		color:#FFFFFF;
		padding:30px 0px 0px 50px;
	}
	
	.largeBannerText{
		font-size:14px;
		color:#FFFFFF;
	}
	
	
	.bannerButton{
		background-image:url(../images/button.png);
		background-position:top;
		background-repeat:no-repeat;
		height:30px;
		width:177px;
		padding-top:4px;
		text-align:center;
		margin-left:250px;
		
	}
	
	.bannerButton a, .largeButton a{font-size:15px;}
	.bannerButton a:link, .bannerButton a:active, .bannerButton a:visited,
	.largeButton a:link, .largeButton a:active, .largeButton a:visited
	{color:#333333; text-decoration:none;}
	.bannerButton a:hover, .largeButton a:hover
	{color:#000000; text-decoration:none;}
	
	.largeButton{}
	.largeButton DIV{float:left; display:inline;}
	.buttonImageStart{}
	.buttonImageRest{
		height:31px;
		background-image:url(../images/buttonRest.png);
		background-position:top right;
		background-repeat:no-repeat;
	}
	.largeButtonLink{
		padding-top:5px;
		padding-right:10px;
	}

/*normalBanner class if for the page title*/
#normalBanner{
	margin:0px;
}

	.normalBannerBkg{
		background-image:url(../images/bannerBody-normal.png);
		background-repeat:no-repeat;
		background-position:center;
		background-color:#5780be;
		height:30px;
		padding:10px 0px 0px 20px;
		color:#FFFFFF;
		font-size:18px;
		font-family: Geneva, "Trebuchet MS", Arial, sans-serif;
	}

.contentBackground{
	background-image:url(../images/contentFrameBkg.png);
	background-repeat:repeat-y;
	padding:18px;
	padding-right:25px;
	width:850;
	clear:both;
}

#content{
	padding-right:18px;
}

#sidebar{
	width:250px;
	padding-left:10px;
	border-left:1px solid #CCCCCC;
}

.sidebarBlock{border-bottom:1px dotted #CCCCCC; padding:0px 0px 15px 0px; margin-bottom:10px;}
.sidebarBlockTitle{}
.sidebarBlockContent{font-size:12px; padding:5px 0px 8px 0px;}
.sidebarBlockLinks{}



H1, H2, H3, H4, H5, H6{color:#b77c15; margin:0px; padding:0px; font-weight:normal; font-family: Geneva, "Trebuchet MS", Arial, sans-serif;}
H4, H6{font-family: Geneva, Arial, sans-serif;}

H1{color:#b77c15; font-size:24px; margin-bottom:12px;}
H2{color:#b77c15; font-size:20px; margin-bottom:10px;}
H3{color:#b77c15; font-size:18px; margin-bottom:9px;}
H4{color:#b77c15; font-size:14px; margin-bottom:7px;}
H5{color:#333333; font-size:18px; text-decoration:underline;}
H6{color:#333333; font-size:14px; text-decoration:underline;}

P{color:#333333; font-size:12px; margin:0px; padding:2px 0px 10px 0px;}

a:link, a:active, a:visited{color:#333333; text-decoration:underline;}
a:hover{color:#999999; text-decoration:underline;}

a.gold{font-size:12px;}
a.gold:link, a.gold:active, a.gold:visited{color:#b77c15; text-decoration:underline;}
a.gold:hover{color:#e89d1a; text-decoration:underline;}

a.blue{font-size:12px;}
a.blue:link, a.blue:active, .blue:visited{color:#527ab8; text-decoration:underline;}
a.blue:hover{color:#6a9ff2; text-decoration:underline;}

.specialTable{border:0px; font-family:Geneva, Arial, Helvetica, sans-serif; font-size:12px; color:#333333; background-color:#FFFFFF;}
.specialTable tr{}
.specialTable tr th{background-color:#75A5D9; color:#FFFFFF; text-align:left; padding:4px;}
.specialTable tr td{background-color:#f1f1f1; padding:4px;}


#footer{
	background-image:url(../images/contentFrameBtm.png);
	background-repeat:no-repeat;
	background-position:top;
	padding-top:15px;
	color:#818b93;
	font-size:11px;
}

.cube{
	padding-right:80px;
}

.button {
	cursor:pointer;
	border:outset 1px #ccc;
	background: url(../images/buttonback.png) repeat top left;
	color:#FFF;
	font-weight:bold;
    padding: 2px 8px;
}

form.contactform fieldset {
margin-bottom:10px;
}
form.contactform legend {
font-weight:bold;
padding:0 2px;
}


form.contactform label.error, label.error {
	/* remove the next line when you have trouble in IE6 with labels in list */
	color: red;
	font-style: small;
	font-weight: none;
}

form.contactform label {
display:inline-block;
line-height:1.8;
vertical-align:top;
}

form.contactform fieldset fieldset label {
display:block;
width:auto;
font-size: 14.00;
}
form.contactform fieldset label {
width:130px;
text-align: right;
color:#b77c15;
}
form.contactform fieldset fieldset label {
margin-left:103px;
}
form.contactform label.error {
margin-left:103px;
text-align: left;
font-size: 12.00;
width:300px;
}
form.contactform input.submit {
margin-left:103px;
}


form.contactform fieldset p {
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin:0;
padding:5px;
}


.input {
    border: 1px solid #006;
    background: #E0E0F8;
}
div.error { display: none; }
input.checkbox { border: none }
input:focus { border: 1px dotted black; }
input.error { border: 1px dotted red;
			  background: #E0E0F8;
			}
textarea {
    border: 1px solid #006;
    background: #E0E0F8;
}
textarea:focus { border: 1px dotted black; }
textarea.error { border: 1px dotted red;
			  background: #E0E0F8;
			}

select {
    border: 1px solid #006;
    background: #E0E0F8;
}
select:focus { border: 1px dotted black; }
select.error { border: 1px dotted red;
			  background: #E0E0F8;
			}			
	.largeBannerHeader{
		font-size:24px;
		color:#FFFFFF;
	}

