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;
}
ul {
	list-style: none;
}
ol {
margin: 0 0 0 40px;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
        vertical-align: middle;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a {
	text-decoration	:	none;	
	color			:	#7c0023;
}

p {
   margin: .75em 0;
}
strong {
  font-weight: bold;
}
/* ----------------------------------------- */
body {
	width	:	100%;
	height	:	100%;
	_background:	url(../images/bg1.jpg);
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
}

.wrapper {
	width:1050px;
	
}

#background {
	position:fixed;top:0;left:0;
	z-index:-1;
	color:red;
}

#background img {
}

#navwrapper { width:auto;  }

#header {
	width	:	100%;
	height	:	117px;
	margin	:	20px 0 0 0;
    position:   relative;
	background:	url(../images/navbar.png) 0 0 repeat-x;
	z-index:40;
}

	#header #logo {
		width		:	261px;
		height		:	111px;
        text-indent	:   -9999px;
        overflow	:	hidden;
        display 	:   block;
		float		:	left;
		background	:	url(../images/logo.png) 0 0 no-repeat;
	}

#header #logo a { width:inherit;height:inherit;display:block;}

        #header UL.main_nav {
        	height	:	110px;
			width	:	auto;
			min-width:760px;
			float	:	left;
        }

            #header UL.main_nav LI {
                float		:	left;
				line-height	:	110px;
                                
				vertical-align:	middle;
				width		:	auto;
                                padding: 0 20px;
				text-align	:	center;
                                text-transform: uppercase;
            }
			
				#header UL.main_nav LI:hover {
					background	:	#fff;

				}
#navwrapper a {
  display: block;
  height: 110px;
  width: auto;
}


#tabs {
	color		:	#fff;
	font-size	:	10px;
	position	:	absolute;
	top			:	0;
	right		:	10%;
	width		:	auto;
	height		:	auto;
	z-index		:	50;
}
	#tabs P {
		margin	:	10px 0 6px 0;	
	}

	#tabs #planroom {
		width		:	152px;
		height		:	60px;
		background	:	url(../images/tab-planroom.png) 0 0 no-repeat;
		display		:	block;
		text-align	:	center;
		float:left;
	}
	
		#tabs #planroom P {
			
		}
		
	#tabs #careers {
		width		:	99px;
		height		:	60px;
		background	:	url(../images/tab-careers.png) 0 0 no-repeat;
		display		:	block;
		text-align	:	center;
		float:left;
	}
#content {
	width	:	100%;
	height	:	100%;
        min-height:100%;
}

h2 { font-size:14px; line-height:1.25em; color    :  #820f24; font-weight: bold; padding-bottom: 10px;}

#sidebar {
	position:fixed;
	top: 0;left: 45px;
	width	:	200px;
	height	:	100%;
min-height:100%;
        
	background:	url(../images/sidebarbg.png) 0 0 repeat;
}

	#sidebar UL.navigation {
		float	:	right;
		margin	:	160px 10px 0 5px;
		width	:	auto;
		text-align:	right;
		width:185px;
	}
	
	
	
	#sidebar UL.navigation LI {
		margin	:	0 0 15px 0;	
		width	:	100%;
		font-size:12px;
		line-height:15px;
		color:#666;
	}
	
	
	#sidebar UL.navigation LI .arrow {
		float	:	left;
		margin	:	0 0 0 30px;
		color	:	#eee;
display: none;
	}
	
	#sidebar UL.navigation LI A {
		color	:	#fff;
	}

#sidebar UL.navigation UL LI {
			font-size	:	12px;
			color:#fff;
			line-height:1.5em;
  margin:0;
		}

#sidebar UL.navigation UL {
  margin:10px 0 0 0;
}

.withsidebar {
	width		:	650px;
	
	font-weight	:	normal;
	position	:	absolute;
	top			:	150px;
	left		:	280px;
	color		:	#000 !important;
	font-family:Tahoma, Geneva, sans-serif;
	font-weight:normal;
	font-size	:	12px;
	line-height:150%;
	letter-spacing:.08em;
}
.services {
  width        :    920px;
    
    font-weight    :    normal;
    position    :    absolute;
    top            :    150px;
    left        :    280px;
    color        :    #000 !important;
    font-family:Tahoma, Geneva, sans-serif;
    font-weight:normal;
    font-size    :    12px;
    line-height:150%;
    letter-spacing:.08em;
    background: #fff;
    padding: 10px;
}

.withsidebar P, .services P, .project-description P {color        :    #000 !important;}
.withsidebar UL, .services UL, .project-description UL {
   list-style:disc outside;
   margin: 0 0 0 40px;
}
/* Default styling. Used when JavaScript is unsupported */
.cbb {
	padding:0 10px;
	margin:1em 0;
	background:#fff;
	border:1px solid #666;
	}
.cbb p, .cb p {
	color	:	#820f24;
	
}
.cbb h1 {
	margin:0 -10px;
	padding:0.3em 10px;
	background:#efece6;
	font:bold 1.2em/1 Arial, Helvetica, sans-serif;
	}
/* Insert the custom corners and borders for browsers with sufficient JavaScript support */

/* Two of the boxes are floated just for this demo. Adjust to your needs. */
.cb {
	margin:0.5em 0;
	}
.home {
	width	:	600px;
	margin	:	8%;
	font-size:14px;
	color:	#820f24;
	font-weight:normal;
        line-height:1.3em;
        letter-spacing:.09em;
}
/* Rules for the top corners and border */
.bt {
	background:url(../images/box.png) no-repeat 100% 0;
	margin:0 0 0 29px;
	height:22px;
	}
.bt div {
	height:22px;
	width:29px;
	position:relative;
	left:-29px;
	background:url(../images/box.png) no-repeat 0 0;
	}

/* Rules for the bottom corners and border */
.bb {
	background:url(../images/box.png) no-repeat 100% 100%;
	margin:0 0 0 29px;
	height:20px;
	}
.bb div {
	height:20px;
	width:29px;
	position:relative;
	left:-29px;
	background:url(../images/box.png) no-repeat 0 100%;
	}

/* Insert the left border */
.i1 {
	padding:0 0 0 29px;
	background:url(../images/border1.png) repeat-y 0 0;
}
	/* Right border */
.i2 {
	padding:0 31px 0 0;
	background:url(../images/border2.png) repeat-y 100% 0;
	margin-right:4px;
}
	/* Wrapper for the content. Use it to set the background colour and insert some padding between the borders and the content. */
.i3 {
	display:block;
	margin:0;
	padding:1px 10px;
	background:url(../images/box/box-mid.png) 0 0 repeat;
}

.i3:after {
	content:"."; 
	display:block; 
	height:0; 
	clear:both; 
	visibility:hidden;
}
.i3 {display:inline-block;}
.i3 {display:block;}

#greyout {
	width:	100%;
	height:	100%;
	position:absolute;
	top:0;left:0;
	background:#000;
	opacity:0.5;filter:alpha(opacity=50);
	z-index:100;
	display:none;
}

#login {
	width:	432px;
	height:	297px;
	position:absolute;
	top:30%;
	left:40%;
	background:url(../images/login.png) 0 0 no-repeat;
	display:none;
	z-index:110;
}

#applybutton {
	position:absolute;
	top:180px;
	left:280px;
}

#loginbutton {
	position:absolute;
	top:180px;
	left:80px;
}

#boxxee {
	position:absolute;
	width:100px;height:100px;background:orange;left:900px;	
}

#gallery {
	position:absolute;	
	top			:	250px;
	left		:	300px;
}

.ad-nav {
	
}

.navigation LI, .navigation LI UL LI, .navigation LI A, .navigation LI UL LI A, .navigation A, LI, LI A{
	cursor:pointer !important;
}

#sidebar UL.navigation LI A {
	color:	#999;	
	font-size:12px;
	font-weight:normal;
}

#sidebar UL.navigation UL LI A {
	color:	#fff;
	font-size:12px;
	font-weight:normal;
}
#sidebar UL.navigation LI A:hover {
	color: #dfdfdf;
}
#slideshow {
	width:100%;
	height:100%;
	position:absolute;
	top:0;left:0;
	z-index:0;
}

.fullBg {
  position: fixed;
  top: 0;
  left: 0;
  overflow: hidden;
  min-width: 100%;
  min-height: 100%;
}

#maincontent {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 50;
  min-width:100%;
  min-height:100%;
}

#staff-photo {float:left;margin: 10px 10px 5px 0;}
h2#staff-name {font-size:14px;font-weight:bold;}
h3#staff-experience {font-size:14px;color:#820f24;font-style:italic;}
h4.staff-header {font-size:14px; color:#820f24; line-height:2em;}

.affiliation img { text-indent:center; margin: 10px auto 30px auto; display:block; }
.affiliation h3 { font-size: 14px; color:#820f24; line-height:1.3em; font-style:italic;  }
.affiliation h2 { margin-bottom:1em; }

.home.cb {
  margin-top:80px;
}
#footer {
  position: absolute; bottom: 50px; width: 200px;
}
#footer ul li {
  display: inline;
  list-style-type: none;
  padding: 8px 5px;
}
#footer p { color: #fff; text-align: center; font-family: Arial; font-weight: normal; font-size: 12px;}
p.align-right {
  text-align: right;
  font-weight: bold;
  font-size: 10px;
  font-style: italic;
}
#slogan { position: absolute; top: 200px; width: 200px; height: 100%;}
#slogan p { color: #fff; text-align: center; font-family: Arial; font-weight: normal; font-size: 12px;}  
.sub_desc {width: 300px; padding: 0 100px;}
.sub_desc p, h3, h4 {text-align: center;}
.sub_desc h3.last { margin-bottom: 10px; }
h3 { font-weight: bold; text-transform: uppercase; font-size: 14px;}
h4 { font-weight: bold; font-size: 12px;}
#testimonials {width: 520px; height: 200px; float: left; padding: 10px;}
#project-title { width: 640px; margin: 1em; }
#awards_image { float: right;}
.burgundy {color: #7c0023;}
.details { display: none; }
