html,
body {
	/*min-height: 100%;
	_height: 100%;*/
	height: 100%;
	width: 100%;
	
	
}

html,
body, 
p {
	padding: 0;
	margin: 0;
}

h1.headertext {
	color: white;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	margin-bottom: 15px;
	/*line-height: 15px;*/
	
}

/*#container {
	height: 100%;
	width: 100%;
}*/

body {
	background-color: black;
	background-repeat: no-repeat;
	background-position: top right;
	min-height: 100%;
}


body#our_story,
body#contact,
body#services {
	background-image: url(Images/bg-site-gradient.jpg);
}

body,
table,
td,
li {
	font-family: arial,verdana,sans serif;
	font-size: 12px;
	color: #aaaaaa;
}

p {
	margin-bottom: 10px;
}

a {  
	color: white;
	text-decoration: none;
}

a:hover {
	color: white;
	text-decoration: underline;
}

#container {
	position: relative;
	width: 100%;
	min-width: 980px;
	_width: 980px;
	
	height:auto !important; /* real browsers */
	_height:100%; /* IE6: treaded as min-height*/

	min-height:100%; /* real browsers */

	display: block;
	border: 0px solid red;
	/*overflow: visible;
	overflow-x: hidden;
	overflow:scroll;*/
}

#banner {
	position: relative;
	width: 100%;
	height: 556px;
	display: block;
}

.content {
	/*position: relative; */
	/*display: block;*/
	width: 980px;
	min-height: 1px;
	text-align: left;
}

/*------ Homepage Featured ----------*/

#featured-projects {
	margin-bottom: 25px;
}

#featured-projects h1 {
	width: 180px;
	color: white;  
	font-size: 13px;
	margin-top: 10px;
	margin-bottom: 6px;
	padding-bottom: 6px;
	border-bottom: 1px solid #404040;
}

#featured-projects ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}	

#featured-projects li {
	margin-left: 5px;
	padding-left: 10px;
	list-style-type: none;
	background: url(Images/icon-arrow-right-white.gif) 0px 4px no-repeat;
	color: white;
}

#featured-projects li a {  
	color: white;
	text-decoration: none;
}

#featured-projects li a:hover {
	color: white;
	text-decoration: underline;
}

#featured-column1,
#featured-column2,
#featured-column3,
#featured-column4,
#featured-column5 {
	float: left; 
	display: block;
	width: 180px;
	margin: 0px;
	padding: 0px;
	_overflow:visible; /* Fix for ie6 spacing issue */
	_overflow-x:hidden; /* Fix for ie6 spacing issue */
}

#featured-column1 {
	width: 166px;

}

#featured-column2,
#featured-column4 {
	margin-right: 31px;
}

#featured-column3 {
	margin-right: 32px;
}

/*------- LATEST BLOGMA ---------------*/

#lb-title {
	border-bottom: 1px solid #333333;
	width: 100%;
	padding-bottom: 10px;
}

#lb-content {
	margin-top: 18px;
	/*margin-bottom: 95px;*/
}

#lb-column1 {
	float: left;
	width: 346px;
}

#lb-column2 {
	float: right;
	width: 603px;
}

.lb-item-header {
	position: relative;
	border-bottom: 1px solid #333333;
	width: 100%; 
	height: 30px;
}

.lb-item-title { 
	width:100%; 

	font-size: 14px;
	color: white;
	padding-top: 7px;
}

.lb-item-date {
	position: absolute;
	right: 0px;
	top: 0px;
	white-space: nowrap; 
	width:auto; 
	border-left: 1px solid #333333; 
	border-top: 1px solid #333333; 
	height: 30px; 
	_height: 27px;
	background-color: black;
	_margin-top: 3px;
	font-size: 13px;
	color: white;
}

.lb-item-date-inner {
	padding-left: 6px; 
	padding-top: 6px;
}

.lb-item-content {
	width: 100%;
	margin-top: 10px;
	margin-bottom: 25px;
}

#lb-featured-article {
	margin-top: 25px;
}

#lb-featured-article h1 {
	color: white;
	font-size: 14px;
	font-weight: bold;
}

#lb-news-links a {
	color: white;
	text-decoration: none;
}

#lb-news-links a:hover {
	text-decoration: underline;
}

/*---------------- OUR STORY ---------------------*/

#page-title {
	/*margin-top: 27px;
	margin-bottom: 44px;*/
	text-align: left;
}

#os-column1,
#contact-column1 {
	float: left;
	width:203px;
	margin-right: 48px;
}

#os-column2,
#contact-column2 {
	float: left;
	width: 500px;
	margin-right: 20px;
	line-height: 160%;
}

#os-column2 {
	width: 727px;
	margin-right: 0px;
}

#os-column3,
#contact-column3 {
	float: left;
	width: 207px;
	line-height: 160%;
}

#our-story-sub-nav ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#our-story-sub-nav li {
	width: 100%;
	text-align: right;
	border-bottom: 1px solid #262626;
	padding-bottom: 7px;
	margin-bottom: 10px;
}

/*--------- CONTACT PAGE --------------------------------*/

#contact-column1 h1 {
	border-bottom: 1px solid #262626;
	width: 100%;
	min-height: 20px;
}

#contact-column2 {
	width: 729px;
	margin-right: 0px;
}

#contact-column3 {

}

/*------- MANAGER DROP DOWNS ------*/

#managers-container {
	
}

	

/*---------------- WORK PAGE ---------------------*/

#work-background {
	background: url(Images/bg-work-title.jpg) no-repeat top center;
	/*min-width: 980px;
	_width: 980px;*/
}

#title-work {
	padding-top: 26px;
	padding-bottom: 36px;
}

#work-bottom-column1 {
	float: left;
	width: 480px;
	margin-top: 20px;
	margin-bottom: 20px;
}

#work-bottom-column2 {
	float: right;
	width: 480px;
	margin-top: 20px;
	margin-bottom: 20px;
}


/*---------------- SERVICES PAGE ---------------------*/

#services-column1 {
	float: left;
	width: 480px;
	/*margin-top: 20px;*/
	margin-bottom: 20px;
}

#services-column2 {
	float: right;
	width: 480px;
	/*margin-top: 20px;*/
	margin-bottom: 20px;
}
  
#services-column1 ul,
#services-column2 ul {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}

#services-column1 ul li,
#services-column2 ul li {
	padding-top: 8px;
	padding-bottom: 8px;
	text-indent: 10px;
}

#services-column1 ul li:hover,
#services-column2 ul li:hover {
	background-color: #4d4d4d !important;
}
#services-column1 ul li a,
#services-column2 ul li a {
	text-decoration: none;
	width: 100%;
	display: block;
}


/*#services-column1 ul li:hover {
	background-color: #666666;
}*/
