/*
-------------------
GOBAL STYLE RESETS
-------------------
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

body {
	line-height: 1;
	color: black;
	background: white;
}

ol, ul {
	list-style: none;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

/*
-------------------
MAIN ELEMENTS
-------------------
*/

body, html{
	background-color:#000;
	color:#CCC;
	font: .85em/1.5 Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
}

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

a:hover{
	color:#BAC18B;
}

#header_wrapper,
#services_wrapper{
	position:relative;
	top:0;
	background:transparent url(../img/border_line.gif) bottom left repeat-x;
	height:132px;
}

#services_wrapper{
	height:auto;
	background-position:top left;
}

#masthead,
#services{
	position:relative;
	top:0;
	margin:0 auto;
	width:800px;
	height:132px;
	background:transparent url(../img/header_border.gif) bottom left no-repeat;
	padding:0 29px 0 33px;	
}

#services{
	height:auto;
	background:transparent url(../img/service_border.gif) top left no-repeat;
	text-align:left;
	padding:30px 0 80px 0;
}

#content{
	position:relative;
	top:0;
	width:810px;
	margin:31px auto 0 auto;

}

#footer{
	clear:both;
	position:relative;
	top:0;
	background:#BCBCBC url(../img/footer_bg.jpg) top left repeat-x;
	height:125px;
	padding-top:25px;
}

/*
-------------------
NAVIGATION ELEMENTS
-------------------
*/

ul#global_nav{
	position:absolute;
	right:27px;
	bottom:5px;
}

ul#global_nav li{
	display:inline;
	padding-left:2px;
}

ul#global_nav li.last a{
	border-right:none;
}

ul#global_nav li a{
	color:#A7B071;
	padding-right:6px;	
	line-height:1.5;
	border-right:1px solid #A7B071;	
}

ul#global_nav li a:hover{
	text-decoration:underline;
}

ul#side_nav{
	margin-top:20px;
}

ul#side_nav li a{
	display:block;
	height:25px;
	line-height:25px;
	background:transparent url(../img/subnav_bg.jpg) 0 -26px repeat-x;
	text-align:center;
	color:#000;
	font-size:1.2em;
	border-bottom:1px solid #000;
}

ul#side_nav li a:hover,
ul#side_nav li.active a{
	background-position:0 0;
}	

/*
-------------------
CONTENT ELEMENTS
-------------------
*/

h1{
	position:absolute;
	top:49px;
	left:29px;
	height:71px;
	width:160px;
	background:transparent url(../img/logo.jpg) top left no-repeat;
}

h1 a{
	display:block;
	height:71px;
	width:160px;
}

h1 span{
	display:none;
}

h2{
	color:#666;
	font-size:1.4em;
	line-height:1.5em;
}


h2.services{
	background:transparent url(../img/services.jpg) top left no-repeat;
	text-indent:-5000em;
	height:71px;
	margin-bottom:10px;
}

h2.about{
	background:transparent url(../img/about.jpg) top left no-repeat;
	text-indent:-5000em;
	height:71px;
	margin-bottom:10px;

}
h2.press{
	background:transparent url(../img/press.jpg) top left no-repeat;
	text-indent:-5000em;
	height:71px;
	margin-bottom:10px;

}

h2.gallery{
	background:transparent url(../img/gallery.jpg) top left no-repeat;
	text-indent:-5000em;
	height:71px;
	margin-bottom:10px;
}
h2.planning{
	background:transparent url(../img/planning.jpg) top left no-repeat;
	text-indent:-5000em;
	height:71px;
	margin-bottom:10px;
}

h2.contact
{
	background:transparent url(../img/contact.jpg) top left no-repeat;
	text-indent:-5000em;
	height:71px;
	margin-bottom:10px;
}

h3{
	color:#FFF;
	font-size:1.3em;
	font-weight:bold;
	line-height:1.5em;
	
}

#side_bar{
	float:left;
}

#nav_container{
	position:relative;
	float:left;
	width:137px;
	height:246px;
	text-align:left;
	border:1px solid #FFF;
	background-color:#161616;
}

body.interior #nav_container{
	border:1px solid #666;
}

#nav_container p{
	position:absolute;
	bottom:5px;
	left:0;
	color:#999;
	font-size:.85em;
	line-height:1;
	padding-left:5px;
}

#nav_container p em{
	color:#FFF;
	font-style:normal;
}

#service_list{
	clear:left;
	float:left;
	margin-top:20px;
	margin-bottom:60px;
	width:139px;
	text-align:left;	
}

#service_list ul li{
	text-align:left;
}

#main_content
{
	float:left;
	height:245px;
/*	border:1px solid #FFF;*/
	border-left:0;
}

body.interior #main_content{
	float:right;
	width:586px;
	height:auto;
	border:1px solid #666;
	background:#161616 url(../img/main_content_bg.jpg) bottom left repeat-x;
	text-align:left;
	padding:20px;
}

body.interior #main_content img{
	float:right;
	padding:0 0 10px 10px;
}

body.interior #main_content p{
	margin-bottom:1.5em;
	line-height:1.5;
}

body.interior #main_content p a{
	color:#4E8EA7;
	text-decoration:underline;
}

body.interior #main_content p a:hover{
	text-decoration:none;
}

#main_content_bottom{
	background:transparent url(../img/main_content_bottom_bg.jpg) top center no-repeat;
	height:69px;
	width:628px;
	clear:right;
	float:right;
	margin:10px 0;
}

#main_content img{
	display:block;
}

ul#modules{
	float:left;
	width:221px;
}

ul#modules li{
	float:left;
	clear:left;
	border:1px solid #FFF;
}

ul#modules li img{
	display:block;
}

p.view_all{
	clear:both;
	padding:20px 0 40px 0;
	text-align:right;
}

p.view_all a{
	color:#CCC;
	text-decoration:underline;
}

p.view_all a:hover{
	text-decoration:none;
}

#services ul li{
	float:left;
	width:160px;
	line-height:1.2;	
}

#services ul li a{
	font-size:.9em;
	line-height:1.2;
}

body.interior #service_list ul li a{
	font-size:.9em;
}

/*
-------------------
FOOTER ELEMENTS
-------------------
*/

#footer ul{
	margin:0 auto;
}

#footer ul li{
	display:inline;
	padding-left:2px;
}

#footer ul li.last a{
	border-right:none;
}

#footer ul li a{
	color:#CCC;
	padding-right:6px;	
	font-size:.9em;
	line-height:1.5;	
	border-right:1px solid #CCC;	
}

#footer ul li a:hover{
	text-decoration:underline;
}

#footer p{
	color:#CCC;
	font-size:.9em;	
}
#flashcontent
{
/*
	width:538px;
	height:517px;
*/
	
}
.foxlink
{	
	text-align:left;
	margin-bottom: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	
}

.foxlink a:link
{
	text-decoration: underline;
	color:#666;
}
*
{
	 behavior: url(/iepngfix.htc) 
}