@charset "utf-8";
body  {
	font: 75% Arial, Helvetica, sans-serif;
	
	background: #014178;
	background-image:url(images/bg.gif); background-repeat:repeat-y; background-position:center;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

h1{ font-size:14px; font-weight:bold; width:95%; border-bottom:0.5pt #666666 solid; padding:10px; text-align:left;}
h2 { font-size:16px;}
h3 {border-bottom:0.5pt #666666 solid; padding:5px; font-size:14px;}
.pad20 {padding:0 5px;}
.rec { border:#014178 solid thin; padding:20px;}
.twoColFixRtHdr #container { 
	width: 1001px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixRtHdr #header { 
	padding: 0  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 

 
.twoColFixRtHdr #menu {
	background: #003265;
	position:relative;
	margin-top:1px;
height:100%;
padding:5px;
}
.twoColFixRtHdr #menu ul { list-style:none; margin:0; position:relative;margin-top:5px;}
.twoColFixRtHdr #menu li { display:inline; 	background: #003265; border-right:0.5pt #FFFFFF solid; padding:5px;height:26px;}
.twoColFixRtHdr #menu a {
text-decoration:none;margin:0 15px; font-size:12px;
  color: #FFFFFF; 

}
.twoColFixRtHdr #menu a:hover {
color:#CCCCCC;}

.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 190px; /* the background color will be displayed for the length of the content in the column, but no further */
margin-top:12px;
}
.twoColFixRtHdr #fader{
	width:171px;
	height:245px;
	background-image:url(images/client_bg.jpg);
	padding:5px 0 0 0;
	margin-bottom:5px;
}
.twoColFixRtHdr #mainContent {
	margin: 10px 0 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	text-align:center;
	height:725px;
	width:764px;
} 

.twoColFixRtHdr #services {width:748px; background-image:url(images/services_bg.jpg); background-repeat:no-repeat; margin:10px; height:400px;}

.twoColFixRtHdr #services img { margin:0 15px;}

.twoColFixRtHdr #index {width:748px; background-image:url(images/services_bg.jpg); background-repeat:no-repeat; margin:10px;}

.twoColFixRtHdr #index img { margin:0 15px;}

.twoColFixRtHdr #about {width:748px; background-image:url(images/services_bg.jpg); background-repeat:no-repeat; margin:10px; height:700px; text-align:left;}
.twoColFixRtHdr #about img { margin:0 15px;}



.twoColFixRtHdr #main_text {width:708px; text-align:left; margin:0 30px; padding:5px 0 0 0;}

.twoColFixRtHdr #footer {
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#003265;
	color:#FFFFFF;
	text-align:center;
	width:774px;
	margin: 0;

} 
.twoColFixRtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	
}

a{ text-decoration:none; color:#014178}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/*Start of Contact Form */

#contact_form {
	width:300px;
	border: 1px solid #D2D2D2;
	background-image: url(image/form_bg.gif);
	background-repeat: repeat-x;
	height:500px;
	text-align:center;
	border:#000000 solid 1px;
	padding:20px;
	margin-left:20px;
	margin-top:20px;
	}

label {
margin: 0;
padding:0.1em;
margin-top:0.2em;
text-align:right;
width:70px;
float:left;
  }
fieldset {
  border:solid 1 #000; /* Opera doesn't get border:none or border:0 on fieldsets */
  width:300px;
  }

.br {display:none;}  
  
.textfield {
font:1.1em  Verdana, Arial, Helvetica, sans-serif ;
color:#333 ;
margin:2px;
height:20px;
	border:#014178 solid 1px;
padding: 1px 5px;
width:200px;
background:eaece8;
}
input.textfield {
background: eaece8;
	border:#014178 solid 1px;
width:190px;
}
textarea {
font:1.1em Verdana, Arial, Helvetica, sans-serif;
color:#333 ;
margin:3px;
height:165px;
border:#014178 solid 1px;;
padding: 0 8px;
width:200px;
}
textarea {
background: eaece8;
}
.submit {
margin:3px;
height:20px;
	border:#014178 solid 1px;
width:80px;
font:1.1em Verdana, Arial, Helvetica, sans-serif;
color:#666;
text-transform:uppercase;
 }
 /*End of Contact Form */
