@charset "utf-8";
body  {
	font: 1.0em Verdana, Arial, Helvetica, sans-serif;
	background: #000;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333;
	line-height: 110%;
}
#container { 
	width: 860px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #000;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 

#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 190px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #000; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 100px 0px 15px 0px; /* padding keeps the content of the div away from the edges */
	color: #fff;
}

#sidebar1 p { padding-right: 20px; font-size: 80%; }
#sidebar1 h3 { padding-right: 20px; font-size: 80%; }

#sidebar1 #siteNavigation {
	padding: 25px 20px 0 0px;
	margin:0;
	text-align:right;
	font-size: 90%;
	color:#fff;
	list-style-type: none;
}

#sidebar1 #siteNavigation ul{
	margin-left:10px;
	padding-left:10px;
	list-style:none;

}

#sidebar1 #siteNavigation li {
	display:block;
	margin:0;
	color:#fff;
	font-weight: bold;
	line-height: 200%;
}

#sidebar2 #siteNavigation ul li {
	text-align:left;
	color:#fff;
}


#sidebar1 #siteNavigation ul li a {
	text-decoration: none;
	color: #fff;
	font-weight: bold;
}

#sidebar1 #siteNavigation ul li a:hover {
	text-decoration:underline;
	color: #fff;
}	

#sidebar1 #siteNavigation a {
	border-bottom: 1px dotted #707070;
	text-decoration: none;
	color: #fff;
}

#sidebar1 #siteNavigation a:hover {
	border: none;
	color: #ccc;
}



#sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 190px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #000; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 200px 0px 15px 0px; /* padding keeps the content of the div away from the edges */
	color: #fff;
}

#sidebar2 p { padding-left: 20px; font-size: 70%; line-height: 120%; text-align: justify; }
#sidebar2 h3 { margin-left: 20px; padding-left: 20px; padding-top: 30px; font-size: 90%; text-align:right; border-bottom:1px solid #ccc; }
#sidebar2 a { color: #fff; text-decoration: underline; }
#sidebar2 a:hover { color: #ccc; }

#sidebar2 #servicesList {
	padding: 0px 0px 0 0px;
	margin:0;
	text-align:right;
	font-size: 80%;
	color:#fff;
	list-style-type: none;
}

#sidebar2 #servicesList ul{
	margin-left:10px;
	padding-left:10px;
	list-style:none;

}

#sidebar2 #servicesList li {
	display:block;
	margin:0;
	color:#fff;
	line-height: 140%;
}



#mainContent { 
	margin: 0 190px 0px 190px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 0 0 10px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #fff;
}

#mainContent #header {
    background: url(images/bw_header.jpg) no-repeat center;
	height: 326px;
	margin: 0;
	padding:0;

}


#mainContent h1 { font-size: 95%; padding: 0 30px; color: #990000; }
#mainContent h2 { font-size: 70%; margin-left: 30px; margin-right: 30px; margin-top: 20px; color: #990000; }
#mainContent p { font-size: 70%; margin-left: 30px; margin-right: 30px; }
#mainContent a { color: #666; text-decoration: underline; }
#mainContent a:hover { color: #ccc; }


#mainContent ul { margin-left: 20px; margin-right: 20px; padding-left: 30px; padding-right:30px; }
#mainContent ul li { font-size: 70%; line-height: 140%; margin-left: 0px; list-style-image:url(images/arrow.gif) }

table#contactDetails { font-size: 100%; width: 400px; margin-left:30px; padding: 0 20px 0 20px; color: #990000; background: #eee; }
form {padding-top: 0; }
#contactDetails td.form_left { width: 90px; text-align: left; font-size:80%; }
#contactDetails td.form_right { text-align: left; }
.contact {	padding-top: 10px; }


#portfolio { text-align: center; margin-left: 10px; padding-left: 20px; }
#portfolio img {
	border: 1px solid #999999;
	padding: 3px;
	
}
#portfolio td { vertical-align: top; text-align: left; line-height: 100%; }
#portfolio a { border: none; }
#portfolio a:hover { border: none; }


.table { 
	text-align: left; 
	margin-left: 30px;
	margin-right: 30px;
	font-size: 70%; }

.table a { border: none; }
.table a:hover { border: none; }

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 10px;
	margin-right: 30px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 10px;
	margin-left: 30px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

#footer { font-size: 70%; text-align:right; padding: 10px 0 0px 0; color: #666; margin-top: 20px; margin-left: 30px; margin-right: 30px;  }
#footer a { color: #666; }
#footer a:hover { color: #990000; }

strong { color: #666;  }

.divider {
	border-bottom: 1px solid #ccc; 
	margin-bottom: 20px;
	margin-left: 30px;
	margin-right: 30px;
	margin-top: 20px;

}