/* @override 
	http://harlockarch.com/css/main-ha.css
	http://www.harlockarch.com/css/main-ha.css
*/

a {
	color: #b5b138;
	text-decoration: none;
}
body  {
	font: 100% Arial, Helvetica, sans-serif;
	background: #ffffff;
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #333333;
	
}
.twoColumn #container { 
	width: 960px;
	margin: 0 auto; 
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	/*background: url(../images/common/bg-columns.gif) repeat-y;*/
	font-size: 11px;
	/*background: url(/images/home/bg.gif) no-repeat 700px 0px;*/
	
} 


/* @group Header */

.twoColumn #header { 
	/*background: #bfc492;*/ 
	padding: 0; 
	margin-bottom: 49px;
} 

#bodyPortfolio.twoColumn #header { 
	margin-bottom: 42px;
} 


#bodyHome #container { 
	background: url(/images/home/bg.gif) no-repeat 709px 0px;
	
} 
#bodyHome.twoColumn #header { 
	padding: 0; 
	margin-bottom: 49px;
	padding-top: 25px;
} 

/*.twoColumn #header h1 { // USE FOR LOGO MAYBE
	margin: 0; 
	padding: 10px 0;
}*/

#header ul {
	list-style: none;
	width: 600px;
	margin: 0;
	margin-top: 12px;
	margin-left: 343px;
	padding: 0;
	font-size: 12px;
	/*background: pink;*/
}

#bodyHome #header ul {
	list-style: none;
	width: 550px;
	margin: 0;
	margin-top: 12px;
	margin-left: 396px;
	/*background: pink;*/
}
#header li {
	display: inline;
	margin: 0;
	padding: 0;
}
#header li a {
	color: #333333;
	text-decoration: none;
	margin-right: 63px;
}

#header li a:hover {
	color: #b5b138;
}
#header a#currentpage {
	color: #b5b138;
	}
/* @end */

/* @group Left Sidebar */

.twoColumn #leftSidebar {
	float: left; 
	width: 344px; 
	margin: 0;
	padding: 0;
}



/* @end */

/* @group Left Nav */

#leftNav {
	margin-left: 16px;
	font-size: 11px;
	line-height: 1.9em;
	color: #333333;
}
#leftNav a {
	color: #333333;
	text-decoration: none;
}

#leftNav a:hover {
	color: #b5b138;
}

#leftNav a:active {
	color: #b5b138;
}

#leftNav a.on {
	color: #b5b138;
}
/* @end */

#leftNewList {
	margin-left: 24px;
}
#leftRenoList {
	margin-left: 24px;	
}
/* @group Main Content */

.twoColumn #mainContent { 
	margin: 0;
	/*margin: 0 16px 0 344px;*/ 
	padding: 0; 
	/*background: yellow;*/
	/*padding-top: 6px;*/
	/*border: 1px dotted red;*/
	}
	

#bodyPortfolio #mainContent { 
	margin: 0 16px 0 344px; 
	padding: 0; 
	/*background: yellow;*/
	padding-top: 6px;
	/*border: 1px dotted red;*/
	}

#mainContent p { 
	line-height: 20px;
		}
/* @end */

/* @group Footer */

.twoColumn #footer { 
	padding: 0;
	margin-top: 9px; 
	/*background: gray;*/	
}

.twoColumn #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
#bodyHome.twoColumn #footer  {
	margin-top: 0;
}

/* @end */
.fltrt { 
	float: right;
	margin-left: 8px;
}



.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.imageNav {
	font-size: 11px;
	color: #333333;
	text-decoration: none;
	margin-right: 9px;
	vertical-align: top;
	/*font-weight: bold;*/
	width: 20px;
}
.imageNav a:hover {
	color: #333333;
	text-decoration: none;
	font-weight: normal;
}

.imageNavOn {
	font-size: 11px;
	color: #b5b138;
	text-decoration: none;
	margin-right: 10px;
	vertical-align: top;
	/*font-weight: bold;*/
}
.numSpace {
	/*background: yellow;*/
	width: 1.8em;
	float: left;
}

#numbersImages {
	width: 168px;
	margin-top: 8px;
	float: left;
	/*background: yellow;*/
}

#numbersImages a:hover {
	color: #333333;
}
#imageText {
	width: 196px;
	float: left;
	margin-top: 8px;
	/*background: beige;*/
}
#portText {
	width: 236px;
	float: right;
	margin-top: 8px;
	/*background: gray;*/
}
#leftOne {
	/*background: greenyellow;*/
	width: 344px;
}
#bodyContact #leftOne {
	float: left;
	width: 295px;
	height: 415px;
	margin-top: 8px;
	
}
#bodyContact #rightOne {
	float: left;
	width: 600px;
	margin-left: 48px;
}
#bodyContact #rightOne p {
	margin-bottom: 1.8em;
}

#bodyHome #leftOne {
	float: left;
	width: 463px;
	margin-top: 6px;
}

#bodyHome #leftOne p {
	margin-top: 3px;
	text-align: right;
	margin-bottom: 1.6em;
}

#bodyHome #rightOne {
	float: left;
	width: 310px;
	margin-left: 68px;
}

#bodyHome #rightOne p {
	line-height: 20px;
	margin-bottom: 1.8em;
}
#bodyServices #leftOne {
	float: left;
	width: 295px;
}
#bodyServices #rightOne {
	float: left;
	width: 547px;
	margin-left: 48px;
}
#bodyServices #rightOne p {
	margin-bottom: 1.8em;
}


#bodyProfiles #leftOne {
	float: left;
	width: 295px;
}
#bodyProfiles #rightOne {
	float: left;
	width: 547px;
	margin-left: 48px;
	/*background: pink;*/
}

/* @group tester */

#bodyProfiles2 #oneHolder {
	display: inline;
}
#bodyProfiles2 #leftOne {
	float: left;
	width: 295px;
}
#bodyProfiles2 #rightOne {
	float: left;
	width: 547px;
	margin-left: 48px;
}
#bodyProfiles2 #leftTwo {
	float: left;
	width: 295px;
	/*margin-top: 5px;*/
}
#bodyProfiles2 #rightTwo {
	float: left;
	width: 547px;
	margin-left: 48px;
}

/* @end */
/*#bodyServices #rightOne p {
	margin-bottom: 1.8em;
}*/
h2 {
	font-size: 12px;
	font-weight: normal;
	line-height: 1.4em;
	color: #b5b138;
	text-align: right;
	text-transform: uppercase;
}
ul {
	margin-top: 2px;
	line-height: 1.8em;
}