@charset "UTF-8";
/* CSS Document */

body {
font-family: Tahoma, Verdana, Century Gothic, Arial, Helvetica, sans-serif;
font-size:11px;
margin-left: 0px;
margin-top: 10px;
margin-right: 0px;
margin-bottom: 0px;
background-color:#ccddbb;
text-align:center;
}

a:link {color: #339933;text-decoration: underline;}
a:visited {text-decoration: underline;color: #339933;}
a:hover {text-decoration: underline;color: black;}
a:active {text-decoration: underline;color: #339933;}

a.bottom:link {color: #42443B;text-decoration: none;}
a.bottom:visited {text-decoration: none;color: #42443B;}
a.bottom:hover {text-decoration: none;color: #000000;border-bottom-width:1px;border-bottom-style:dotted;}
a.bottom:active {text-decoration: none;color: #42443B;
}

li {
padding:0px 30px 10px 0px;
}

#dotline {
margin:0px auto;
text-align:center;
height:20px;
background:url(images/line_brk.gif) no-repeat;
}

#top {
margin:0px auto; 
width:750px;
}

#main {
margin:0px auto; 
background:#FFFFFF;
width:750px;
}

#splash {
margin:0px auto; 
width:750px;
background:url(images/splash_main.gif) no-repeat;
}

#about {
margin:0px auto; 
width:750px;
height:66px;
background:url(images/header_about.jpg) no-repeat;
}

#abouttop {
margin:0px auto;
width:696px;
}

#aboutmain {
margin:0px auto;
width:696px;
}

#aboutleft {
margin:0px auto;
width:270px;
float:left;
}

#aboutright {
margin:0px auto;
width:417px;
float:right;
font-family: Tahoma, Arial, Helvetica, sans-serif;
font-size: 8pt;
font-style: normal;
font-weight: normal;
color: #333;
text-align:left;
}

#services {
margin:0px auto; 
width:750px;
height:66px;
background:url(images/header_services.jpg) no-repeat;
}

#servicetop {
margin:0px auto;
width:696px;
}

#servicemain {
margin:0px auto;
width:686px;
text-align:left;
}

#contact {
margin:0px auto; 
width:750px;
height:66px;
background:url(images/header_contact.jpg) no-repeat;
}

#mid {
margin:0px auto; 
width:714px;
text-align:center;
background:#FFFFFF;
}

#midLeft {
margin:0px auto; 
width:357px;
text-align:left;
float:left;
}
 
#midRight {
margin:0px auto; 
width:357px;
text-align:left;
float:right;
}

#bottom {
margin:0px auto;
width:714px;
text-align:center;
}

#bottomLeft {
margin: 0px auto;
background:url(images/hand.gif) left no-repeat bottom;
float:left;
width:484px;
text-align:left;
}

#bottomRight {
margin: 0px auto;
background:url(images/vline.gif) left no-repeat;
float:right;
width:230px;
text-align:left;
}

#bflash {
margin: 0px auto;
width:750px;
background-color:#FFFFFF;
text-align:right;
}

#bottomflash {
margin: 0px auto;
width:750px;
text-align:right;
padding-bottom:28px;
}

#copy {
margin:0px auto;
width:750px;
}

#copyright {
margin:0px auto;
width:400px;
float:left;
text-align:left;
}

#oe {
margin:0px auto;
width:350px;
float:right;
text-align:right;
}

.mtxt {
font-family: Tahoma, Arial, Helvetica, sans-serif;
font-size: 8pt;
font-style: normal;
font-weight: normal;
color: #fff;
text-align:left;
padding:56px 356px 40px 24px;
}

.txt1 {
font-family: Tahoma, Arial, Helvetica, sans-serif;
font-size: 8pt;
font-style: normal;
font-weight: normal;
color: #333;
text-align:left;
padding:0px 20px 10px 10px;
}
.txt2 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 8.5pt;
	font-style: normal;
	font-weight: bold;
	color: #333333;
}

.txt3 {
font-family: Tahoma, Arial, Helvetica, sans-serif;
font-size: 8pt;
font-style: normal;
font-weight: normal;
color: #333;
}


#outer {
	width:60em;
	margin-left:auto;/* centre for compliant browsers */
	margin-right:auto;/* centre etc */
	text-align:right;
	position:relative;
	vertical-align:bottom;
}
ul#nav{
	margin:0;
	padding:0;
	list-style:none;
	width:100%;
	height:1.5em;
}
ul#nav li {
	height:2em;
	width:6em;
	float:right;
	margin:0;
	padding:0;
	text-align:center;
}

ul#nav li a{
	height:1.5em;
	width:6em;
	display:block;
	text-decoration:none;
	color:#000;
}
ul#nav li a:hover {color:#666; text-decoration:underline;}
/* drop down styling */
ul#nav ul {
	position:absolute;
	top:auto;
	width:60em;
	margin:0;
	padding:0;
	list-style:none;
	overflow:visible;
	left:-999em;
	height:1.8em;
	line-height:2em;	
	z-index:2;
}
ul#nav li.current {color:white;}
ul#nav li.current a {color:white;}


ul#nav li.current ul{left:0;z-index:1;top:auto;}/* display the submenu for the current page in case js is disabled*/

ul#nav ul li{
	position:relative;
	display:inline;
	width:auto;
	text-align:right;
}
#outer ul#nav ul li a{
	font-size:11px;
	color:#000;
	width:auto;
	height:auto;
	display:inline;
	padding:0 8px;
	border-right:1px solid #f6f7eb;
}
/* mac hide \*/
* html ul#nav ul li,
#outer ul#nav ul li a
{height:1%}/* for ie5*/
/* end hide*/

#outer ul#nav ul li a.final{border-right:0px solid #000;}/*remove border from last sublist */

#outer ul#nav ul li a:hover{color:black;}/*subnav list text change on hover*/

ul#nav li:hover ul, ul#nav li.over ul { left:0; } /* The magic */

/* this subnav just sets the background onto which the subnav is placed */
#subnavbg{
	margin:3px;
	width:100%;
	height:1.8em;
	line-height:2em;
}


/* mac styles \*//*/
ul#nav ul {
	left:0;
	display:none;
}
ul#nav li.current ul{display:block;z-index:1;}
ul#nav li:hover ul, ul#nav li.over ul { display:block;background:silver; } 


/* end mac styles */

#nav_1{
margin:0px auto;
width:600px;
text-align:right;
}

#navtop{
margin:0px auto;
width:600px;
height:57px;
}

#navbt{
margin:0px auto;
width:600px;
height:43px;
}

