html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}


/* Tables still need 'cellspacing="0"' in the markup. */
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }
table, td, th { vertical-align: middle; }

/* Remove possible quote marks ("") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

/* Remove annoying border on linked images. */
a img { border: none; }
ul, ol, dl {position: relative; } 

body  {
	background: #666666;
	text-align: center;
	color: #333333;
	font-family: "Century Gothic", Arial, Helvetica;
	font-size: 100%;
   line-height: 1.5;
}
/* content */

h1 {
	font-family: "Century Gothic", Arial, Helvetica;
	font-size: 14px;
	color: #000000;
	font-weight: lighter;
	letter-spacing: 5px;
	margin-bottom: 15px;
}
h2 {
	font-family: "Century Gothic", Arial, Helvetica;
	font-size: 12px;
	color: #333333;
}

h3 {
	font-family: "Century Gothic", Arial, Helvetica;
	font-size: 12px;
	color: #f60;
	font-weight: bold;
	margin-bottom: 10px;
}
p {
	font-family: "Century Gothic", Arial, Helvetica;
	font-size: 11px;
	margin-bottom: 15px;
}
p.subhead {
	margin-bottom: 10px;
}
#mainContent ul, #mainContent ul.projects {
	margin: 0 20px 20px 20px;
}
#mainContent ul li, #mainContent ul.projects li {
	list-style: disc;
	padding: 0 0 7px 4px;
	font-size: 11px;
}
#mainContent ul.projects li {
	font-weight: bold;
}
#mainContent ul.projects li ul {
	margin: 7px 20px;
}
#mainContent ul.projects li ul li {
	list-style: none;
}
#mainContent ul.projects li p {
	font-weight: normal;
	margin-bottom: 8px;
}
#mainContent .double {
	width: 220px;
	float: left;
}
a {
	color: #FF6600;
	text-decoration: none;
}
#container {
	width: 780px;
	margin: 0 auto;
	text-align: left;
	border: 0;
	position: relative;
} 
#header, #headerhome {
	border: 0;
	position: relative;
	z-index: 5;
	margin: 0;
	height: 218px;
	background: #fff;
}
#headerhome {
	height: 332px;
}
#contentwrap {
	background: #fff url(../media/background.gif) no-repeat right bottom;
	margin: 0;
} 
#contentwraphome {
	background: #fff url(../media/background2.gif) no-repeat right bottom;
	margin: 0;
}
#content {
	width: 100%;
	position: relative;
	background: url(../media/content_bg.jpg) no-repeat;
	padding-top: 50px;
	margin: 0;
}
#sidebar1 {
	float: left; 
	width: 180px; 
	padding: 10px 10px 250px 40px;
}
#submenu {
	font-size: 10px;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	width: 175px;
}
#submenu li a {
	color: #FF6600;
	text-decoration: none;
}
#submenu li a:hover {
	color: #666666;
	text-decoration: none;
}
#submenu li {
	border-bottom: 1px dotted #666;
	padding: 5px 0;
	list-style-type: none;
	margin: 0px;
}
#submenu li.on a {
   font-weight: bold;
   color: #666;
}
#submenu li.on a:hover {
	cursor: default;
	color: #666;
}
#submenu li ul li.sub {
	border-bottom: 0;
	padding-bottom: 0;
	padding-left: 7px; 
}
#submenu li ul li a {
	color: #8D8D8D;
	text-decoration: none;
}
#submenu li ul li a:hover {
	color: #333333;
	text-decoration: none;
}

#mainContent {
   float: right; 
   width: 510px;
	padding: 10px 20px 20px 0;
}
#mainContent p.narrow {
	width: 400px;
}
#mainContent #sidebar2 {
	float: right; 
	width: 180px; 
	padding: 10px 0 30px 20px;
}
#mainContent #sidebar2 ul {
	float: right;
}
#mainContent #sidebar2 ul li {
	padding-left: 0;
}
.contact {
	border-top: 1px dotted #ccc;
	padding-top: 15px;
	width: 300px;
}
.contact p {
	margin-bottom: 20px;
}
#endpage {
	height: 45px;
	background-image: url(../media/endPage.gif);
	background-repeat: no-repeat;
	background-color: #666666;
}
#footer {
	background-image: url(../media/footer.gif);
	background-repeat: no-repeat;
	background-color: #666666;
	height: 30px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
} 

.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;
}

#gap {
	background-color: #666666;
	height: 10px;
}
 #footer {
	padding: 5px 10px 0 20px;
	background-image: url(../media/footer.gif);
	background-repeat: no-repeat;
	background-color: #666666;
} 
#footer a {
	text-decoration: none;
	color: #FF0000;
}
span.orange {
	color: #f60;
	font-weight: bold;
}

/* navigation */
#navcontainer {
	padding: 0;
	margin-left: 0px;
	}


/* Hide from IE5-mac. Only IE-win sees this. Fixes the peek-a-boo bug!!! */
 
* html #navcontainer {
  margin-right: 10px;
  }
 
* html p {
  height: 1%;
  margin-left: 0;
  }
 
/* End hide from IE5/mac */

div #active {
	width: 160px;
	color: #f95f30;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #666666;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 3px;
	font-weight: bold;
	font-size: 10px;
	}
#headerNAV {
   position: absolute;
	top: 245px;
	right: 0;
	z-index: 50;
}
#headerNAVsmall {
   position: absolute;
	top: 160px;
	right: 0;
}
#headerNAV ul, #headerNAVsmall ul {
	margin: 0;
	padding: 0;
	height: 36px;
	list-style: none;
	float: right;
	z-index: 100;
}
#headerNAV ul li, #headerNAVsmall ul li {
	float: left;
	background: url(../media/nav_bg.jpg) no-repeat left top;
}

#headerNAV ul li a:link, #headerNAV ul li a:visited, #headerNAVsmall ul li a:link, #headerNAVsmall ul li a:visited {
	display: block;
	padding: 0 0.9em;
	line-height: 36px;
	text-decoration: none;
	color: #fff;
	font-size: 13px;
	font-variant: small-caps;
	float: left;
}
#headerNAV ul li.current a, #headerNAVsmall ul li.current a {
	color: #fa8e15;
}
#headerNAV ul li a:hover, #headerNAVsmall ul li a:hover {
	color: #fa8e15;
	cursor: default;
}

#bottomNav {
	background-color: #666666;
	list-style-type: none;
	list-style-image: none;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	clear: both;
	height: 40px;
} 
#bottomNav li {
	font-family: "Century Gothic", Arial, Helvetica;
	font-size: 10px;
	text-decoration: none;
	list-style-type: none;
	float: left;
	line-height: 100%;
}
#bottomNav a:hover {
	color: #CCCCCC;
}
#bottomNav li a {
	color: #FA8E15;
	text-decoration: none;
	float: left;
	display: block;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 15px;
}

/* Floats */

.clearfloat:after {
	display:block;
	visibility:hidden;
	clear:both;
	height:0;
	line-height: 0;
	content:".";
	}
	
.clearfloat {
	display:inline-block;
	}	

.clearfloat {
	display:block;
	}
.clear {
	clear: both;
}


