


body {
	padding: 0;
	margin: 0;
	background-color: #9BBFBF;
	color: #707070;
	font-family: Trebuchet MS, Arial, Tahoma, sans-serif;
    font-size: 9pt;
	text-align: center;
}

#wrap {
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
}

 
#header-wrap {
	margin: 0 auto;
	padding: 0;
	height: 230px;
   background: #fff url(header-bg.jpg?z=16168) repeat-x;
	
}


#header {
	width: 820px;
	height: 230px;
	background: #FFFFFF url(headerfinal.jpg?z=16168);
	background-position: 0px 0px;
	margin-left: auto;
	margin-right: auto;
}





#header-content {
	padding-top: 40px;
	text-align: left;
	width: 780px;
	margin-left: auto;
	margin-right: auto;
}




#container {
	margin: 0;
	padding: 0;
	text-align: left;
	width: 820px;
	background: #FFFFFF url( bg.jpg?z=16168 ) repeat-y;
	background-position: 0px 0px;
	margin-left: auto;
	margin-right: auto;
}



#content-wrap {
	width: 780px;
	margin: 0px auto;
	padding: 0;
}


#footer-wrap {
	padding: 0;
	margin:0 auto;
	background: #9BBFBF url(footer-bg.jpg?z=16168) repeat-x;


}

#footer {
	width: 820px;
	height: 80px;
	text-align: center;
	margin: 0 auto;
	padding: 0;

	background: #9BBFBF url(footer.jpg?z=16168) no-repeat 50% 0;
}




 #nav1 {
	clear: both;	
	margin: 0 auto; 
	padding: 0;
	background: #0C2426 url(menu.jpg?z=16168) repeat-x;
	font: bold 11px/40px "Trebuchet MS", Arial, Tahoma, Sans-serif;
	height: 40px;
	width: 780px;
	border-top: 2px solid #FFFFFF;
	border-bottom : 2px solid #FFFFFF;
}

#nav1 ul {
	float: left;
	list-style: none;
	margin: 0; 
	padding: 0;
}

#nav1 ul li {
	display: inline;
}

#nav1 ul li a {
	display: block;
	float: left;
	padding: 0 14px;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	border-left: 1px solid #344c4e;
	border-right: 1px solid #000000;	
}


#nav1 ul li a:hover {
	background: #AED3D9 url( selectedMenu.jpg?z=16168 ) repeat-x;
	color: #FF0000;	
}


#nav1 li a.current {
    background: #AED3D9 url( selectedMenu.jpg?z=16168 ) repeat-x;
    color: #000000;
} 

 

#main {
	float: left;
	width: 510px;
	padding: 20px 0 0 0;
	margin: 0px 0px 0px 20px ; 
	display: inline;
	background: url(box.jpg) no-repeat;
        line-height: 18px;
}


#main p, #main h1, #main h2, #main h3, #main ol, #main ul, #main form {
	margin: 10px 0pt 0pt 0pt;
}

#main p, #sidebar p {
	text-align: justify;

}


h1 {
	font-family: Trebuchet MS;
	font-size: 17pt;	
	color: #FF0000;
	letter-spacing: 3px;
        text-align: center;
}


h2 {
	font-family: Trebuchet MS;
	font-size: 13pt;	
	color: #000000;
	letter-spacing: 2px;
    text-align: center;
    font-weight: bold;
}

h3 {
	font-family: Trebuchet MS;
	font-size: 12pt;	
	color: #FF0000;
	letter-spacing: 3px;
     text-align: center;
}

h6 {
	font-family: Trebuchet MS;
	font-size: 9pt;	
	color: #707070;
	letter-spacing: 2px;
    text-align: center;
    font-weight: normal;
}



#main img {
	border: 0px solid #CCC;
	padding: 5px;
}

img {
border: 0px;
}

a, a:visited {
	color: #707070;
	text-decoration: none;
}

a:hover {
	color: #00baff;
	text-decoration: underline;
}


#sidebar {
	float: right;
	width: 230px;
	padding: 0px;
	margin: 10px 0 0 0;	
	font-family: Trebuchet MS, sans-serif;
    font-size: 9pt;
	color: #707070;
    text-align: center;
}


#sidebar *  {
	margin: 10px;
}

#sidebar h3 {
	font-family: Trebuchet MS, sans-serif;
    font-size: 14pt;
	color: #9BBFBF;
}


#sidebar ul.sidemenu {
	list-style: none;
	text-align: left;
	margin: 7px 10px 8px 10px; 
	padding: 0;
	text-decoration: none;	
	border-top: 1px solid #d6d6d6;	
}

#sidebar ul.sidemenu li {
	list-style: none;
	padding: 4px 0 4px 0px;
	margin: 0 2px;	
	color: #777;	
	border-bottom: 1px solid #d6d6d6;
}


* html body #sidebar ul.sidemenu li {
	height: 1%;
}


#sidebar ul.sidemenu li a {
	text-decoration: none;	
	color: #08A2F7;				
}


#sidebar ul.sidemenu li a:hover {	
	color: #303030;
}

#sidebar ul.sidemenu ul { margin: 0 0 0 5px; padding: 0; }
#sidebar ul.sidemenu ul li { border: none; }






#footer-content {
	font: 11px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	margin: 0 auto;
	width: 780px;
	text-align: center;
}

#footer-content a:link, #footer-content a:visited  {
	font: 11px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
}

#footer p {
	text-align: center;
}

/*
p, div, td {
	color: $fontColor;
	font: Trebuchet MS 9;
} 
*/


p, div, td {
	color: #707070;
	font-family: trebuchet ms;
} 



.clear {
	clear: both;
}

#cc {
      text-align: center;
      margin: auto;
      margin-top: auto;
}


.question {
      color: black;
      font-weight: bold;
}

/* contacttable */

.redtext {
color: #ff0000;
}



.blacktextbold {
color: #000000;
font-weight: bold;
}

.redtextbold {
color: #ff0000;
font-weight: bold;
}

#contacttable {
text-align: center;
line-height: 18px;
font-family: trebuchet ms;
margin: auto;
}

/* contacttable */


/* servicestable */

#servicestable {
text-align: center;
line-height: 18px;
font-family: trebuchet ms;
margin: auto;
width: auto;
}

/* servicestable */

/* servicestable2 */

#servicestable2 {
text-align: center;
line-height: 18px;
font-family: trebuchet ms;
margin: auto;
width: auto;
}

/* servicestable2 */


.redtextcenter {
color: #ff0000;
text-align: center;
}


#toptableservices {
background-color: #C5EEFF;
margin: auto;
text-align: center;
border-style: solid;
border-color: #000000;
border-width: 1px;
}