/*
*************************************************
A Work of Art

Author:		Scott Beatty, sbeatty@northpointdesign.com
Updated:	February 3rd, 2009
Notes:		None

*************************************************
*/
* {
	margin:0;
	padding:0;
}


/* layout */
body {
	font-family: Arial, Helvetica, sans-serif;
	background: #333333 url(../images/bg_body.jpg) repeat-x;
	font-size:62.5%;
	text-align: center;/* ie5 5.5 center fix */
	color: #FFF;
	line-height:1;
}

body#home {
	background: #333333 url(../images/bg_body_home.jpg) repeat-x;
}

#wrapper { 
	width: 1066px;
	margin: 0 auto;	
	text-align: left; /* overrides the text-align: center on the body element. */
}

/* header */
#header {
	width:1066px;
	height:144px;
	margin:0;
	background:url(../images/bg_header.jpg) no-repeat;
} 

body#home #header {
	width:1066px;
	height:144px;
	margin:0;
	background:url(../images/bg_header_home.jpg) no-repeat;
}

#header h1 {
	width:416px;
	height:91px;
	margin:0 325px;
	z-index:0;
}

#header h1 a{
	width:416px;
	height:91px;
	display:block;
	text-indent:-9999px;
	margin:0;
	text-decoration:none;
}

#nav{
   float: left;
   display: inline;
   width: 800px;
   margin-left: 184px;
   list-style: none;
}

#nav li{
   float: left;
}

#nav li:hover, nav li.hover {
	position: static;
}

#nav li a{
   display: block;
   font-size: 1.4em;
   padding: 7px 15px;
   color: #CC9999;
   text-decoration: none;
   background: url(../images/bg_nav_li_a.jpg) no-repeat 0 10px;
}

#nav li a.first {
	padding-left: 0;
	background: none;
}

#nav li a:hover {
	color: #000000;
}

#nav li.current a {
	color: #FFFFFF;
}

#nav li ul{
   position: absolute;
   left: -999em;
   z-index: 999;
   width: 220px;
   list-style: none;
   line-height: 1;
}

#nav li li{
   font-size: 1.2em;
}

#nav li ul ul{
   margin: -22px 0 0 220px;
   border-top: 0;
}

#nav li:hover ul ul,
#nav li.sfhover ul ul{
   left: -999em;
}

#nav li:hover ul,
#nav li li:hover ul,
#nav li.sfhover ul,
#nav li li.sfhover ul{
   left: auto;
}

#nav li li li{
   font-size: 1em;
}

#nav li li a {
	width: 210px !important;
	padding: 7px 15px;
	background: #000000 !important;
	color: #FFFFFF;
	text-indent: 0;
	border-bottom: 1px solid #666666;
	font-size: 1em;
}

#nav li li a:hover {
	background: #666666 !important;
	color: #000000;
}

/* home frame */
#frame {
	clear:left;
	width:1066px;
	height:441px;
	margin:0 auto;
	background:url(../images/bg_frame_home.jpg) top center no-repeat;
	border: 0;
}

#frame-flash {
	width:610px;
	height:310px;
	margin:0 231px 0 225px;
}

#frame-flash #f-content {
	padding-top:11px;
}	
/* content */ 
#content-wrap {
	clear:left;
	width:800px;
	margin:0 133px;
}		

#content {
	width:800px;
	margin:0 auto;
	text-align:left;
}

#content #text {
	padding:0 0 0 5px;
}

#content h2, #content h3, #content h4, #content h5 {
	font-family:"Times New Roman", Times, serif;
	font-weight: normal;
	color:#FF9900;
	margin-bottom:.5em;
}

#content h2 {
	font-size:2.4em;
	width:228px;
	height:46px;
	background: url(../images/bg_h2.jpg) no-repeat;
	text-indent:10px;
	padding-top:8px;
}

#content h3 {
	font-size: 1.8em;
}	
#content h4 {
	font-size: 1.6em;
}
#content h5 {
	font-size: 1.4em;
}

#content p {
	font-size: 1.4em;
	line-height:1.3em;
	margin-bottom:1.2em;
}

#content img{
   float: left;
   margin: 0 10px 5px 0;
   border:1px solid #FFF;
}

#content img.right{
   float: right;
   margin: 0 0 10px 5px;
   border:1px solid #FFF;
}
#content ul,
#content ol {
   margin-left: 3em;
   font-size: 1.4em;
}

#content ul li,
#content ol li {
	line-height: 1.3em;
}

#content ul#byline{
   margin-bottom: 10px;
   font-size: 1.1em;
   list-style: none;
}

#content ul.servicesCol {
	float: left;
	width: 300px;
	margin-bottom: .5em;
	padding-left: 1.1em;
}

#content ul.servicesCol li {
	color: #FF9900;
	padding-bottom: 10px;
}

#content blockquote{
   margin-left: 3em;
}

#content a {
	color: #3399FF;
}

#content a:hover {
	text-decoration:none;
}

#content hr {
   margin: 10px 0;
   height: 1px;
   color: #666666;
   background-color: #666666;   
}

#gallery {
	width:700px;
	margin: 0 auto 20px auto;
}

form#contact {
	background: #444444;
	border: 1px solid #666666;
	width: 400px;
	padding: 10px;
	margin-left: 100px;
}

.orange {
	color: #FF9900;
}

.more {
	clear: left;
}

.center {
	text-align:center;
}
/* =Footer
---------------------------------------------------------------------
*/
#footer-wrapper {
   padding-top:20px;
   height:125px;
   background:#000 url(../images/bg_footer.jpg) top repeat-x;
}

#footer{
   margin:0 auto;
   width: 800px;
   font-size: 1.2em;
}

#footer div#contact{
   	float: left;
	width:400px;
}

#footer div#contact p{
	text-align:left;
   color: #FFF;
   line-height:1.36em;
}

#footer div#np{
   	float: right;
	display:inline;
	width:400px;
}

#footer div#np p{
   text-align: right;
   color: #FFF;
   line-height:1.36em;
}

#footer a{
   color: #3399FF;
   text-decoration: underline;
}

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

#footer #copyright {
	clear:both;
}

#footer #copyright p{
	text-align: center;
	padding-top: 15px;
}

/* Fix IE. Hide from IE Mac \*/
#nav li li { float: left; }
#nav li li a { height: 1%; }
/* End */