@charset "utf-8";
/* CSS Document */

*{
	margin: 0px;
	padding: 0px;
	border: 0px;
	font-family: Arial, Verdana, Sans-serif;
	font-size: 100%;
	font-style: normal;
	text-decoration: none;
}


body
{
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
  	color:#666666;
	font-style: normal;
	padding: 0;
	position: relative;
	margin-left:auto;
	margin-right: auto;
	background-position: top;
	background-repeat: repeat-x;
	background-image: url(images/bg1.jpg);
	background-color: #ffffff; 
	background-attachment: fixed;
	font-size:small;
	margin-top: 0px;
	margin-bottom: 30px;

}


.transparent_class {
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
	
}



#header {
	position: relative;
	top:5px;
	width: 1026px;
	margin-left:auto;
	margin-right: auto;
	height:617px;
	background:url(images/header_bg.jpg);
	background-repeat:no-repeat;
	z-index:3;

}
	

#main {
	position: relative;
	top:5px;
	width: 1026px;
	height: auto;
	margin-left:auto;
	margin-right: auto;
	background-image: url(images/main_bg.jpg);
	background-repeat: repeat-y;
	
}


#footer {
	position: relative;
	top:5px;
	width: 1026px;
	height: 92px;
	margin-left:auto;
	margin-right: auto;
	font-size: xx-small;
	background-image: url(images/footer_bg.jpg);
	background-repeat:no-repeat;
	
}


#rightImage {
	float:right;
	margin-left:15px;
	margin-bottom:15px;

}

#leftImage {
	float:left;
	margin-right:15px;
	margin-bottom:15px;

}

#flashText {
    
	position: absolute;
	top: 200px;
	width: 970px;
	height:400px;
	left:28px;
	z-index:1;
	
}

#flash {
    
	position: absolute;
	top: 200px;
	width: 970px;
	height:400px;
	left:28px;
	z-index:5;
	
}

#mainText {
	margin-left:20px;
	margin-right:20px;
	margin-top:0px;
	margin-bottom:0px;
	width:675px;

}

div.conTop {	
		width: 972px;
		height: 35px;
		margin-left:auto;
		margin-right:auto;
		padding-top: 15px;
		padding-left: 40px;
		padding-right: 0px;		
		background: url(images/conTop972x50.png) no-repeat center top;}


div.conMid {
		margin-left:auto;
		margin-right:auto;
		padding-left: 0px;
		padding-right: 0px;		
	width: 972px;	background: url(images/conMid972x5.png) repeat-y center center;
	}


div.conBottom {
		margin-left:auto;
		margin-right:auto;
		padding-left: 45px;
		padding-right: 0px;		
	background: url(images/conBottom972x30.png) no-repeat center bottom;	width: 972px;	height: 30px;}


.style2 {
    font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size:medium;
	color:#000000; 
	
}

.style3 {
	color: #54849e;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: large;
}

.style4 {font-size: x-small}

.italic {font-style:italic;}

.button {
    border: 1px solid #006;
    background: #ccf;
}
.button:hover {
    border: 1px solid #f00;
    background: #eef;
}


#navigation {
    font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	color:#020169; 
	font-size:medium;
	font-weight: normal;
	position: absolute;
	top: 145px;
	width: 970px;
	left:28px;
	height:42px;
	background:url(images/navigation_bg.png);
	background-repeat:no-repeat;
	z-index:10;
		
}

#topLogo {
	position: absolute;
	top:15px;
	width: 750px;
	height: 100px;
	left: 28px;
	background:url(images/Logo_Small.jpg);		
}

#topDetails {
	font-family:"Times New Roman", Times, serif;
	font-size:small;
	color:666666;
	position: absolute;
	top:10px;
	width: 196px;
	height: 100px;
	left: 800px;
			
}

#content {
	font-size:small;
	position: absolute;
	top:320px;
	width: 625px;
	height: 565px;
	left: 20px;
	padding:15px;
	overflow: auto;
	overflow-x: hidden; 		
}



#contactForm{
	background-image: url(images/background-request-information.png);
	background-repeat: no-repeat;
	width: 972px;
	height: 276px;
	position: absolute;
	top: 520px;
	left: 27px;
}

#formLeft
{
	position: absolute;
	width: 450px;
	top: 13px;
	left: 12px;
}
#formRight
{
	position: absolute;
	width: 450px;
	top: 53px;
	left: 500px;
}



.textfield_effect    {   
    border-width: 1px;    
	border-style: solid;    
	border-color: #999999;   
	background-image: url(back_field.gif);    
	background-repeat: repeat-x;    
	font-family: Arial, Helvetica, sans-serif;    
	font-size: 12px;    
	color: #333333;    
	width: 200px;    
	height: 15px;    
	} 
	
.textfield_effect:hover    {    
	border-color: #64acd8;    
	border-width: 1px;    
	
	} 
	
.textfield_effect:focus    {    
	border-color: #64acd8;    
	border-width: 1px;    
	}
	

.textarea_effect    {   
    border-width: 1px;    
	border-style: solid;    
	border-color: #999999;   
	background-image: url(back_field.gif);    
	background-repeat: repeat-x;    
	font-family: Arial, Helvetica, sans-serif;    
	font-size: 12px;    
	color: #333333;    
	width: 330px;    
	height:70px;    
	} 
	
.textarea_effect:hover    {    
	border-color: #64acd8;    
	border-width: 1px;    
	
	} 
	
.textarea_effect:focus    {    
	border-color: #64acd8;    
	border-width: 1px;    
	}


#logos {
	position: fixed;
	top: 208px;
	width: 114px;
	left:25px;
	height:auto;
}	
	

#topright {
	position: absolute;
	top: 15px;
	width: 270px;
	left:735px;
	height:auto;
}



#toprighttext {
font-family:Verdana, Arial, Helvetica, sans-serif; font-size:small; color:#000000;
	position:absolute;
	top:27px; 
	width:260px;
	height:550px;
	overflow:auto;
	overflow-x: hidden;  
	left:25px;
	
} 

#bottomright {
    
	position: absolute;
	top: 800px;
	width: 1px;
	left:660px;
	height:1px;
	
	
}

#bottomrighttext {
font-family:Verdana, Arial, Helvetica, sans-serif; font-size:small; color:#000000;
	
	
} 

a:link {
	color: #111111;
	text-decoration: none;
	font-size:small;
}

a:visited {
	color: #111111;
	text-decoration: none;
	font-size:small;
}

a:hover {
	color: #076a3c;
	text-decoration: none;
	font-size:small;
	
}

a:active {
	color: #111111;
	text-decoration: none;
	font-size:small;
}



a.linkNavigation:link {
	font-weight: normal;
	font-family:"Times New Roman", Times, serif
	color: #050505;
	text-decoration: none;
	font-size:large;
}

a.linkNavigation:visited {
	font-weight:normal;
	font-family:"Times New Roman", Times, serif
	color: #050505;
	text-decoration: none;
	font-size:large;
}

a.linkNavigation:hover {
	font-weight: bold;
	font-family:"Times New Roman", Times, serif
	color: #118811;
	text-decoration: none;
	font-size:large;
	
}

a.linkNavigation:active {
    font-weight:bold;
	font-family:"Times New Roman", Times, serif
	color: #111111;
	text-decoration: none;
	font-size:large;
}


a.linkFooter:link {

color:#7F7F81;
text-decoration:none;
font-size: x-small;

}

a.linkFooter:visited {

color:#7F7F81;
text-decoration:none;
font-size: x-small;
}

a.linkFooter:hover {

color:#ff9900;
text-decoration:underline;
font-size: x-small;
}

a.linkFooter:active {

color:#ff0000;
text-decoration:underline;
font-size: x-small;
}


.textfield_effect    {   
    border-width: 1px;    
	border-style: solid;    
	border-color: #999999;   
	background-image: url(back_field.gif);    
	background-repeat: repeat-x;    
	font-family: Arial, Helvetica, sans-serif;    
	font-size: 12px;    
	color: #333333;    
	width: 200px;    
	height: 15px;    
	} 
	
.textfield_effect:hover    {    
	border-color: #64acd8;    
	border-width: 1px;    
	
	} 
	
.textfield_effect:focus    {    
	border-color: #64acd8;    
	border-width: 1px;    
	}
	
.textarea_effect    {   
    border-width: 1px;    
	border-style: solid;    
	border-color: #999999;   
	background-image: url(back_field.gif);    
	background-repeat: repeat-x;    
	font-family: Arial, Helvetica, sans-serif;    
	font-size: 12px;    
	color: #333333;    
	width: 330px;    
	height:70px;    
	} 
	
.textarea_effect:hover    {    
	border-color: #64acd8;    
	border-width: 1px;    
	
	} 
	
.textarea_effect:focus    {    
	border-color: #64acd8;    
	border-width: 1px;    
	}	
