@charset "utf-8";
/* CSS Document */

html,
body {
   margin:0;
   padding:0;
   height:100%;
   background: #FFFFFF;
   background-image:url(../images/bg.jpg);
   background-repeat:repeat-x;
}


/****************************************** Begin Outer Container & Footer *********************************************/
#outerContainer {
   min-height:100%;
   position:relative;
}
#footer {
    position:absolute;
    bottom:0;
	left:0;
    width:100%;
    height:60px;
	background-image:url(../images/footer_bg.jpg);
    background-repeat:repeat-x;
}
#footer p {
    font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#000000;
	margin: 0; 
	padding: 8px 15px;
}
#footer a {
	font-size:10px;
	color:#000000;
	text-decoration:none;
}
#footer a:hover {
	font-size:10px;
	color: #3366FF;
	text-decoration:underline;
}
#top {
    position:absolute;
	bottom:0;
	width: 50%;
	padding: 8px 15px;
}
#copyright {
    position:absolute;
    left:0;
	bottom:0;
	padding: 8px 15px;
}
#visualsymmetry {
    position:absolute;
	right:0;
	bottom:0;
	padding: 8px 15px;
}

/*CSS rule for IE 6 and 5.5*/
#container {
   height:100%;
}


/****************************************** Begin Inner Container *********************************************/ 
#body {
   padding:0px;
   padding-bottom:60px;   /* Height of the footer */
   text-align:center;
}
#innerContainer { 
	width: 980px;
	background: none;
	margin: 0 auto;
	text-align: left;
}
#header {
	width: 980px;
	background: none;
	margin:0;
	padding-top:20px;
}
#headerWrapper {
   position:relative;
   min-height:160px;
   width:980px;
}
#logo {
    position:absolute;
	left:0;
}
#phone {
	position:absolute;
	top:0;
	left: 840px;
}
#phone p {
    font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:normal;
}
#nav {
    position:absolute;
	top:100px;
	left: 310px;
}


/****************************************** Begin Main Content *********************************************/ 
#mainContent { 
	margin: 0;
	padding: 20px 0px 20px 0px;
}
#mainContent p {
    font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#000000;
	padding-left:20px;
	padding-right:20px;
}
#mainContent p.style1 {
	font-size: 14px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color: #000000;
}
#mainContent p.style2 {
	font-size: 18px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color: #1679BC;
	text-align:center;
	line-height:24px;
}
#mainContent p.style3 {
	font-size: 14px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color: #CC0000;
	text-align:center;
}
#mainContent h1{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:26px;
	font-weight:normal;
	color:#1679BC;
	padding-left:20px;
	padding-right:20px;
}
#mainContent h2{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:20px;
	font-weight:normal;
	color:#1679BC;
	padding-left:20px;
	padding-right:20px;
}
#mainContent h3{
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:normal;
	color:#1679BC;
	padding-left:20px;
	padding-right:20px;
}
#mainContent h4{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	color:#CC3300;
	padding-left:20px;
	padding-right:20px;
}
.fltrt {
	float: right;
	margin-left: 20px;
}
.fltlft {
	float: left;
	margin-right: 20px;
}
.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;
}


/****************************************** Home Page Wrapper *********************************************/

#homeWrapper {
    width:980px;
    height:auto;
}

#homeLeft {
	width:490px;
	height:100%;
	float:left;
	margin-bottom:10px;
	background-color:#D2E6F2;
	/*border-right: 2px dotted #D3EBFA;*/
}

#homeRight {
    width:488px;
    height:auto;
    float:right;
	margin-bottom:10px;
	padding-top: 10px;
}


/****************************************** Contact Us Page Wrapper *********************************************/

#contactWrapper {
    width:980px;
    height:auto;
}

#contactLeft {
	width:490px;
	height:100%;
	float:left;
	margin-bottom:10px;
	/*border-right: 2px dotted #D3EBFA;*/
}

#contactRight {
    width:488px;
    height:auto;
    float:right;
	margin-bottom:10px;
	padding-top: 10px;
}



/****************************************** Contact Us Form *********************************************/
fieldset {
    margin: 0px 20px;
	width:400px;
    border: 1px solid #999999;
}
input {
    background-color: #EAEAEA;
    color: #000000;
}
.inputSubmit{
    background-color: #1679BC;
    color: #FFFFFF;
	font-weight: bold;
	width:80px;
	height:24px;
}
textarea {
    background-color: #EAEAEA;
    color: #000000;
}
