@charset "UTF-8";

body  {
	background: #FFF;
	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: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#logo {
	width: 1000px;
	height: 136px;
	position: relative;
}

#logo h1 {
	background: transparent url(../images/header.jpg) no-repeat;
	width: 1000px;
	height: 136px;
	margin: 0px;
	padding: 0px;
}

#logo a {
	width: 1000px;
	height: 136px;
	display: block;
	text-indent: -999999px;
}

#container {
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
 #header {
	height: 136px;
} 

 #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 354px; /* 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: #EBEBEB; /* padding keeps the content of the div away from the edges */
	margin: 0px;
	padding: 0px;
	height: 527px;
	position: relative;
}
 #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 600px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 40px 15px 15px 20px; /* padding keeps the content of the div away from the edges */
}
#sidebar2 #main_paragraph {
	float: left;
	width: 250px;
	line-height: 25px;
}
#sidebar2 #featuredservices {
	width: 325px;
	float: right;
}
 #container #sidebar2 h3 {
	font-size: 15px;
	color: #666;
	font-weight: normal;
	border-bottom: 2px dotted #999;
	padding-left: 10px;
}
 #container #sidebar2 p {
	padding-left: 10px;
	padding-right: 15px;
}
 #container #mainContent p {
	line-height: 25px;
	padding: 40px 35px 20px;
	color: #303032;
}
 #mainContent {
	margin: 30px 354px 0;
	padding: 10px 10px 0;
} 
 #footer {
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#303032;
	height: 80px;
	border-top: 8px solid #F9B846;
} 
 #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 */
}
.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: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.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;
}
#page_content #servive_image p {
	float: right;
}
#footer #client_login {
	color: #CCC;
	width: 335px;
	float: left;
	margin-top: 10px;
}
#footer #bottom_nav {
	color: #FFF;
	width: 600px;
	float: right;
	margin-top: 10px;
}
#footer #bottom_nav a {
	font-size: 11px;
	color: #FFF;
	text-decoration: none;
	font-weight: normal;
}
#footer #bottom_nav a:hover {
	color: #FC3;
	text-decoration: underline;
}
#container #footer #bottom_nav p {
	font-size: 14px;
}
#copyright {
	width: 1000px;
	margin-top: 15px;
	margin-right: auto;
	margin-left: auto;
}

#copyright a:link {
	color: #000;
	text-decoration: none;
}

#copyright a:visited {
	color: #000;
	text-decoration: none;
}
#client_login form table tr td input {
	color: #666;
	background: #CCC;
	padding: 2px;
	border: 1px solid #000;
}
 #container #footer #bottom_nav p a {
	font-size: 14px;
}
#sidebar2 ul {
	list-style: url(../images/bullet.jpg) outside;
	line-height: 40px;
}
#sidebar2 ul li a {
	color: #4D4D4F;
	text-decoration: none;
}

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

#page_content #servive_image {
}

#page_content #servive_image img {
	float: left;
	margin-right: 15px;
}

#page_content {
	width: 850px;
	padding: 25px;
	margin: 15px auto;
}

#page_content #column_small {
	float: left;
	width: 328px;
}

#page_content #column_large {
	width: 480px;
	margin-left: 0px;
	float: right;
}
#page_content #column_large ul li {
	font-size: 14px;
	line-height: 18px;
}

#page_content h1 {
	font-size: 22px;
	color: #4D4D4F;
	border-bottom: 2px dotted #4D4D4F;
	padding-bottom: 2px;
	margin-top: 20px;
}

#page_content h2 {
	color: #4D4D4F;
	font-size: 18px;
}
#page_content #column_large p {
	font-size: 14px;
	line-height: 22px;
	font-family: Arial, Helvetica, sans-serif;
}
#column_small a {
	background-color: #606062;
	height: 35px;
	width: 145px;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #F8C458;
	padding: 10px;
	color: #FFF;
	text-decoration: none;
	margin-top: 10px;
}
#column_small p {
	padding-top: 10px;
}

#column_small a:hover {
	background-color:#CCC;
	color:#000;
}

