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

body {
	margin: 0px;
	padding: 0px;
	background-image: url(../back.jpg);
	background-repeat: repeat-x;
	background-color:#212121;
	font-family:Tahoma, Arial, sans-serif;
	font-size: 12px;
}

#cms_content{
	width: 450px;
}

#wrapper {
	margin: 0 auto;
	padding: 0px;
	width: 687px;
}

#header {
	margin: 0px;
	padding: 0px;
}

#nav {
	margin: 0px;
	padding: 0px;
}

#nav ul {
	margin: 0px;
	padding: 0px;
}

#nav ul li {
	display: block;
	float: left;
}

#nav a{
	background-image:url(../images/nav.jpg);
	height: 33px;
	display: block;
	overflow: hidden;
	float: left;
}

#nav .hidden {
	display: none;
}

a#home {
	background-position: 0 0;
	width: 84px;
}

a#home:hover {
	background-position: 0 -33px;
}

a#qualifications {
	background-position: -84px 0;
	width: 166px;
}

a#qualifications:hover {
	background-position:  -84px -33px;
}

a#services {
	background-position: -250px 0;
	width: 103px;
}

a#services:hover {
	background-position: -250px -33px;
}

a#recent {
	background-position: -353px 0;
	width: 138px;
}

a#recent:hover {
	background-position: -353px -33px;
}

a#faq {
	background-position: -491px 0;
	width: 83px;
}

a#faq:hover {
	background-position: -491px -33px;
}

a#contact {
	background-position: -574px 0;
	width: 113px;
}

a#contact:hover {
	background-position: -574px -33px;
}

#flash {
	clear: both;
	margin: 0px;
	padding: 0px;
	padding-left: 5px;
	padding-top: 1px;
	height: 689px;
	background-image:url(../images/flash_bg.jpg);
	background-repeat: no-repeat;
}

#middle {
	margin: 0px;
	padding: 0px;
	background-image:url(../images/middle_back.jpg);
	background-repeat: repeat-y;
}

#side {
	margin: 0px;
	padding: 0px;
	width: 173px;
	float: left;
}

#content {
	margin: 0px;
	padding: 0px;
	width: 514px;
	float: right;
}

#content_text{
	padding: 0px 15px;
}

#footer {
	clear: both;
	margin: 0px;
	padding: 15px;
	color:#CCCCCC;
	font-size: 10px;
	text-align: right;
}

#footer a{
	color:#CCCCCC;
	text-decoration: none;
}

#footer a:hover {
	color:#CC6600;
}

h1 {
	font-family:Helvetica, Arial, sans-serif;
	font-size: 16px;
	color:#333;
	font-weight: normal;
	text-transform:uppercase;
}

h2 {
	font-family:Helvetica, Arial, sans-serif;
	font-size: 13px;
	color:#CC9900;
	font-weight: normal;
	text-transform:uppercase;
}

h3 {
	font-family:Helvetica, Arial, sans-serif;
	font-size: 11px;
	color:#333333;
	font-weight: normal;
	text-transform:uppercase;
}

h3 a{
	color:#333;
	text-decoration: underline;
}

h3 a:hover {
	color:#CC6600;
}

a{
	color:#c69b00;
	text-decoration: none;
}

a:hover {
	color:#996600;
}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.suckertreemenu {
  width:687px;
  height:33px;
}

.suckertreemenu ul{
margin: 0;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.suckertreemenu ul li{
position: relative;
display: inline;
float: left;
width: auto;
}

/*Top level menu link items style*/
.suckertreemenu ul li a{
padding: 0px;
text-decoration: none;
display:inline;
}

.suckertreemenu ul li a:hover{
background-color: black;
color: white;
}
  /*1st sub level menu*/
.suckertreemenu ul li ul{
left: 0;
position: absolute;
top: 1em; /* no need to change, as true value set by script */
display: block;
visibility: hidden;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.suckertreemenu ul li ul li{
display: list-item;
float: none;
}

/* Sub level menu links style */
#nav .suckertreemenu ul li ul li a{
display: block;
width: 103px; /*width of sub menu levels*/
color: #000;;
text-decoration: none;
padding: 1px 5px;
background-image: none;
background-color:#efefef;
height: 20px;
font-size: 10px;
text-transform: uppercase;
}

#nav .suckertreemenu ul li ul li a:hover{
display: block;
width: 103px; /*width of sub menu levels*/
color: #d18e3f;
text-decoration: none;
padding: 1px 5px;
background-color:#efefef;
}

* html p#iepara{ /*For a paragraph (if any) that immediately follows suckertree menu, add 1em top spacing between the two in IE*/
padding-top: 1em;
}
  /* Holly Hack for IE \*/
* html .suckertreemenu ul li { float: left; height: 1%; }
* html .suckertreemenu ul li a { height: 1%; }
/* End */

