
/*    -----------------------   Content  -----------------------   */  
body {
	background: #e6e1cf url(imgs/bg.jpg) repeat-x top center;
}
#content {
	text-align: left;
	float:left;
	background: url(imgs/content_bg.png) no-repeat 0px 0px;
}
#contentend {
	float: left;
	padding: 0px 0px 20px 0px;
	background: url(imgs/content_end.png) no-repeat bottom;
}
#contentdivide {
	float:left;
  	margin-top: 5px;
  	margin-bottom: 5px;
}
#contentdivide #left {
	width: 290px;
	float: left;
}
#contentdivide #right {
	width: 100px;
	float: right;
}

#col1 {
	font: normal 12px/15px  arial, verdana, sans-serif;
	color: #232323;
	width: 400px;
	margin:20px 0 0 0;
	float:left;
}

#col2 {
	font: normal 12px/15px  arial, verdana, sans-serif;
	color: #504e4e;
	width: 520px;
	float: right;
	margin: 20px 20px 10px 0;
}

#col3 {
	font: normal 12px/15px  arial, verdana, sans-serif;
	color: #232323;
	width: 450px;
	float: left;
	padding:0 0 0 40px;
	border-left:1px solid #bfbdb4;
	text-align:justify;
}

#col4 {
	font: normal 12px/15px  arial, verdana, sans-serif;
	color: #504e4e;
	width: 225px;
	float: right;
}

#col5 {
	font: normal 12px/15px  arial, verdana, sans-serif;
	color: #504e4e;
	width: 950px;
	float: right;
}
/* Link Styling */
#col1 a , #col2 a, #col3 a, #col4 a, #col5 a  {
	color:#A13F1D;
	text-decoration:none;
}	
#col1 a:hover, #col2 a:hover, #col3 a:hover, #col4 a:hover, #col5 a:hover {
	text-decoration:underline;
}

/* Ordered Lists */
#col1 ul, #col2 ul, #col3 ul, #col4 ul  {
	margin: 0 0 0 15px;
	padding: 0;
}
#col1 ul li, #col2 ul li, #col3 ul li, #col4 ul li {
	list-style-image: url(/imgs/a_bullet.gif);
	margin:0 0 0 15px;
	padding: 0;
}

/* nav */

#navcontainer {
	width: 750px;
	margin: 5px 0 0 150px;
}
#nav, #nav ul {
	width: 750px;
}
#nav ul li {
	list-style: none;
	float: left;
	display: inline;
	margin: 0px;
}
#nav ul li a {
	display: block;
	height: 17px;
	margin: 0px;
	padding: 0px;
}
#nav em {
	display:none;
}

/*    -----------------------   Menu Items   -----------------------   */ 

#about, #about a {
	width: 55px;
	background: url(imgs/nav/about.gif) no-repeat 0px 0px;
}	
#about a:hover {
	background: url(imgs/nav/about.gif) no-repeat 0px -17px;
}
#services, #services a {
	width: 70px;
	background: url(imgs/nav/services.gif) no-repeat 0px 0px;
}	
#services a:hover {
	background: url(imgs/nav/services.gif) no-repeat 0px -17px;
}
#portfolio, #portfolio a {
	width: 176px;
	background: url(imgs/nav/portfolio.gif) no-repeat 0px 0px;
}	
#portfolio a:hover {
	background: url(imgs/nav/portfolio.gif) no-repeat 0px -17px;
}
#testimonials, #testimonials a {
	width: 114px;
	background: url(imgs/nav/testimonials.gif) no-repeat 0px 0px;
}	
#testimonials a:hover {
	background: url(imgs/nav/testimonials.gif) no-repeat 0px -17px;
}
#home, #home a {
	width: 47px;
	background: url(imgs/nav/home.gif) no-repeat 0px 0px;
}	
#home a:hover {
	background: url(imgs/nav/home.gif) no-repeat 0px -17px;
}
#contact, #contact a {
	width: 76px;
	background: url(imgs/nav/contact.gif) no-repeat 0px 0px;
}	
#contact a:hover {
	background: url(imgs/nav/contact.gif) no-repeat 0px -17px;
}
#mdivider, #mdivider a, #mdivider a:hover {
	width: 39px;
	cursor: default;
	background: url(imgs/nav/m_divider.gif) no-repeat;
}

/*  infrastructure */


/*
#content { border: 1px solid black;}
#leftcol {border: 1px solid orange;}
#widecol {border: 1px solid red;}
#midcol {border: 1px solid green;}
#rightcol {border: 1px solid blue;}
*/

body {
	margin: 0;
	padding: 0;	
 }

hr {
	height: 1px;
	width: 100%;
	background: #bfc9b0;
	border: 1px;
	color: #bfc9b0;
}

h1 {
	font: normal 24px/24px Georgia, "Times New Roman", Times, serif;
	color: black;
	text-align:left;
	margin: 20px 0px 0px 0px;
}
h2 {
	font: bold 13px/14px Georgia, "Times New Roman", Times, serif;
	color: #7a5632;
}
h3 {
	font: 700 14px/14px Arial, Helvetica, sans-serif;
	color: #b53e2a;
	margin: 0px;
}
ul {
	margin: 0;
	padding:0;
}

#gohome {
	position: absolute;
	z-index: 10;
	visibility: visible;
	margin:0;
}

#mc, #header, #content, #contentend, #copyright {
	width:950px;
}
#wrapper {
	width: 100%;
	/*background: url(images/top_bg.jpg) no-repeat top center;*/
	float:left;
}
#mc {
	margin:auto;
}
#pagetile {
	background: white /*url(/imgs/mc_bg.gif) repeat-y*/;
	float:left;
}
#header {
	background: url(/imgs/top.jpg) no-repeat 0px 0px;
	height:300px;
	float:left;
}

#copyright  {
	font: normal 10px/12px arial, verdana;
	color: #211907;
	height:111px;
	background:  url(imgs/end.png) no-repeat;
	padding:5px 0 0 0;
	float: left;
	text-decoration:none;
	text-align:right;
}
 #copyright a {
	color: #A13F1D;
	text-decoration:none;
	font-weight: bold;
}
 #copyright a:hover {
	color: #A13F1D;
	text-decoration:underline;
}

/* extra */