/* CSS Document */

body {

	background:url(../_images/bar_bkg.gif) repeat-x;
	margin-top:0;
	margin-left:20px;
	margin-right:20px;
	margin-bottom:40px;

	font-family:"Lucida Grande",Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#646464;
	line-height:18px;

}

#mainholder {
	width:800px;
}

#header {
	width:800px;
	height:45px;
	

}
h1 {
	color:#000000;
	padding:0;
	margin:0;
	font-size:10pt;

}

/* Navigation */

#globalNav {
	float:left;
	width:198px;
	min-height:400px;
	padding-top:33px;
}

#globalNav a {
	display:block;
	width:196px;
	height:41px;
	margin-bottom:16px;
}

#web a {
	background:url(../_images/nav_web_n.gif);
}
#web a:hover {
	background:url(../_images/nav_web_r.gif);
	cursor:pointer;
}
#print a {
	background:url(../_images/nav_print_n.gif);
}
#print a:hover {
	background:url(../_images/nav_print_r.gif);
	cursor:pointer;
}
#branding a {
	background:url(../_images/nav_branding_n.gif);
}
#branding a:hover {
	background:url(../_images/nav_branding_r.gif);
	cursor:pointer;
}

#illustration a {
	background:url(../_images/nav_illustration_n.gif);
}
#illustration a:hover {
	background:url(../_images/nav_illustration_r.gif);
	cursor:pointer;
}

#about a {
	background:url(../_images/nav_about_n.gif);
}
#about a:hover {
	background:url(../_images/nav_about_r.gif);
	cursor:pointer;
}
#contact a {
	background:url(../_images/nav_contact_n.gif);
}
#contact a:hover {
	background:url(../_images/nav_contact_r.gif);
	cursor:pointer;
}

#sectionNav {
	float:left;
	width:198px;
	padding-top:33px;
}
#sectionNav a {
	color:#646464;
	display:block;
	padding-bottom:9px;
}
#sectionNav a:hover {
	color:#d65100;
	background:none;
	text-decoration:none;
}

/* Content */

#homeContent {
	padding-top:33px;
	float:right;
	min-height:400px;
	width:568px;
	
}
#homeContent img {
	border:#e5e5e5 solid 26px;
}

#mainContent {
	float:left;
	width:398px;
	padding-top:33px;
}
#mainContent img {
	border:#e5e5e5 solid 26px;
}

#footer {
	clear:both;
	padding-top:26px;
}

#footerBox {
	display:block;
	width:200px;
	height:26px;
	background-color:#d65100;
	float:left;
}
#footerTextHome {
	float:right;
	width:569px;
	line-height:18pt;
}
#footerText {
	float:right;
	width:405px;
	line-height:18pt;
}

.highlight {
	color:#000000;
	font-weight:bold;
}

#description {
	padding-top:22px;
}

a {
	text-decoration:none;
	color:#d65100;
}
a:hover {
	cursor:pointer;
	text-decoration:underline;
}




/* Email Form*/

form {
	margin:0;
	margin-top:8px;
	padding:0;
}

/* FORM STYLES */

.formArea {
	background:#e5e5e5;
	padding:20px 20px 10px 20px;
	margin-top:20px;
	width:550px;
}
.formArea p{
	margin-top:0;
	line-height:20px;

}
.formArea h2{
	margin-bottom:15px;
}


label {
	float:left;
	width:9em;
	font-weight:bold;
	line-height:10pt;
	text-align:right;
	padding-right:10px;
}
.required {
	color:red;
}
#submitBTN {
	padding:10px 0 0 126px;
}

.feedback {
	margin-left:1em;
	color:red;
}