
/*    -----------------------    Main Tags   -----------------------   */  

body {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;	
	background: #ffefc5 url(images/bg.gif) repeat-x;
 }

hr {
	height: 1px;
	width: 100%;
	background: #bfc9b0;
	border: 1px;
	color: #bfc9b0;
}

h1 {
	font: 900 16px/16px Arial, Helvetica, sans-serif;
	color: #556e2b;
	text-align: left;
	margin: 20px 0px 0px 0px;
	text-transform: uppercase;
}

h2 {
	font: 700 14px/14px  "Times New Roman", Times, serif;
	color: #005984;
}

h3 {
	font: 700 14px/14px  "Times New Roman", Times, serif;
	color: #b53e2a;
	margin: 0px;
}

h4 {
	font: 700 15px/18px  "Times New Roman", Times, serif;
	font-style:italic;
	color: #797777;
	margin: 0px;
	border-top: 1px #bfc9b0 dashed;
	border-bottom: 1px #bfc9b0 dashed;
	padding: 10px 30px 10px 30px ;
	background: #f7f7f7;
}


ul {
	margin: 0px;
	padding:0px;
}


/*    -----------------------    Page Structure   -----------------------   */ 

#mc {
	width:934px;
	margin:auto;
}

#pagetile {
	background:  url(images/mc_bg.png) repeat-y 0px 0px !important;
	background:  url(images/mc_bg.gif) repeat-y 0px 0px;
	float:left;
}

#header {
	background: url(images/top.gif) no-repeat 0px 0px;
	width:934px;
	height:292px;
	float:left;
}

#wrapper {
	width: 100%;
	/*background: url(images/top_bg.jpg) no-repeat top center;*/
	float:left;
}
/*    -----------------------    Navigation   -----------------------   */  

#navcontainer {
	width: 575px;
	margin: 244px 0px 0px 320px;
}

#nav, #nav ul {
	width: 645px;
}

#nav ul li {
	list-style: none;
	float: left;
	display: inline;
	margin: 0px;
}

#nav ul li a {
	display: block;
	height: 24px;
	margin: 0px;
	padding: 0px;
}

#nav em {
	display: none;
}

/*    -----------------------   Menu Items   -----------------------   */ 

.about {
	width: 56px;
	background: url(images/m_about.gif) no-repeat 0px 0px;
}	
.abouthl {
	width: 56px;
	background: url(images/m_about.gif) no-repeat 0px -24px;
}

#gallery, #gallery a {
	width: 80px;
	background: url(images/m_gallery.gif) no-repeat 0px 0px;
}	
#gallery a:hover {
	background: url(images/m_gallery.gif) no-repeat 0px -24px;
}
#designers, #designers a {
	width: 94px;
	background: url(images/m_designers.gif) no-repeat 0px 0px;
}	
#designers a:hover {
	background: url(images/m_designers.gif) no-repeat 0px -24px;
}
#currentprojects, #currentprojects a {
	width: 133px;
	background: url(images/m_current_projects.gif) no-repeat 0px 0px;
}	
#currentprojects a:hover {
	background: url(images/m_current_projects.gif) no-repeat 0px -24px;
}
#services, #services a {
	width: 85px;
	background: url(images/m_services.gif) no-repeat 0px 0px;
}	
#services a:hover {
	background: url(images/m_services.gif) no-repeat 0px -24px;
}
#profiles, #profiles a {
	width: 82px;
	background: url(images/m_profiles.gif) no-repeat 0px 0px;
}	
#profiles a:hover {
	background: url(images/m_profiles.gif) no-repeat 0px -24px;
}


#home, #home a {
	width: 58px;
	background: url(images/m_home.gif) no-repeat 0px 0px;
}	
#home a:hover {
	background: url(images/m_home.gif) no-repeat 0px -24px;
}
#contact, #contact a {
	width: 81px;
	background: url(images/m_contact.gif) no-repeat 0px 0px;
}	
#contact a:hover {
	background: url(images/m_contact.gif) no-repeat 0px -24px;
}
#menustart, #menustart a, #menustart a:hover {
	width: 75px !important;
	width: 50px;
	cursor: default;
}

/* ----------------- Submenu -----------------*/  

.subOne a, .subTwo a, .subThree a {
	font: 500 11px/12px  arial, helvetica, sans-serif;
	color: #606366;
	display: block;
	text-decoration:none;
	padding: 7px 1px 1px 25px;
	width: 146px;
	height: 22px;
	background: url(images/submenubg.gif) no-repeat 0px 0px;
	line-height: 18px;
}
.subOne a:hover, .subTwo a:hover, .subThree a:hover {
	color: #000000;
	text-decoration:none;

}
.subOne {
	position: absolute;
	z-index: 15;
	visibility: hidden;
	top: 130px;
	margin-left: 220px;
}
.subTwo {
	position: absolute;
	z-index: 15;
	visibility: hidden;
	top: 70px;
	margin-left: 475px;
}
.subThree {
	position: absolute;
	z-index: 15;
	visibility: hidden;
	top: 70px;
	margin-left: 620px;
}

/*    -----------------------   Content  -----------------------   */  

#content {
	width: 934px;
	text-align: left;
	float:left;
	background: url(images/content_bg.gif) no-repeat 0px 0px;
}

#contentend {
	width: 927px;
	float: left;
	padding: 0px 0px 0px 0px;
	background: url(images/end.jpg) no-repeat right bottom;
}

#contenthome {
	width: 762px;
	text-align: left;
	float:left;
	background: url(images/content_home.jpg) no-repeat 0px 0px;
}

#contentdivide {
	float:left;
  	margin-top: 5px;
  	margin-bottom: 5px;
}

#contentdivide #left {
	width: 400px;
	float: left;
}

#contentdivide #right {
	width: 210px;
	float: right;
}

/*    -----------------------   Small Columns    -----------------------   */  
#smleft { 
	width:160px;
	float:left;
}
#smright {
	width:300px;
	float:right;
}

#equalleft { 
	width:200px;
	float:left;
	padding: 0px 40px 0px 0px;
}
#equalright {
	width:200px;
	float:right;
	padding: 0px 40px 0px 0px;
}

/*    -----------------------   Wide Column    -----------------------   */  

#widecol {
	font: normal 12px/15px  arial, verdana, sans-serif;
	color: #504e4e;
	width: 620px;
	float: right;
	margin: 0px 10px 0px 0px;
	min-height:300px;
	padding: 0 0 40px 0;
}


/*    -----------------------   Left Column    -----------------------   */  

#leftcol {
	font: normal 11px/13px  arial, verdana, sans-serif;
	color: #504e4e;
	width: 235px;
	float:left;
	margin: 0 0 0 20px;
}

 #leftcol a {
	color: #004e75;
	text-decoration:none;
}
 
#leftcol a:hover {
	color: #004e75;
	text-decoration:underline;
}

/*    -----------------------   Mid Column    -----------------------   */  

#midcol {
	font: normal 12px/15px  arial, verdana, sans-serif;
	color: #717171;
	width: 350px;
	float: left;
}

#midcolwide {
	font: normal 12px/15px  arial, verdana, sans-serif;
	color: #717171;
	width: 600px;
	float: left;
}

#midcolwide a:link { 
	font: normal 12px/17px  arial, verdana, sans-serif;
	color: #aa3014;
	width: 350px;
	text-decoration:none; 
}

#midcolwide a:visited { 
	font: normal 12px/17px  arial, verdana, sans-serif;
	color: #cf9f1d;
	width: 350px;
	text-decoration:none;
}


#midcol a {
	color:#b53e2a;
	text-decoration:none;
}	
#midcol a:hover {
	text-decoration:underline;
	color:#b53e2a;
}
#midcol ul li, #midcolwide ul li {
	font: normal 12px/18px  arial, verdana, sans-serif;
	color: #717171;
	list-style-image: url(images/a_bullet.gif);
	margin-left: 45px;
	margin-top: 0px;
	padding: 0px;
}

/*    -----------------------   Right Column    -----------------------   */  

#rightcol {
	font: normal 12px/15px  arial, verdana, sans-serif;
	color: #504e4e;
	width: 240px;
	float: right;
}

#rightcol ul  {
	margin-left: 15px;
	padding: 0px;
}
#rightcol ul li {
	font: normal 12px/15px  arial, verdana, sans-serif;
	color: #5a451b;
	list-style-image: url("images/a_bullet.gif");
	margin-left: 55px;
	padding: 0px;
	list-style-type:disc;
}
 #rightcol a {
	color: #ae852a;
	text-decoration:none;
	}
 #rightcol a:hover {
	color: #ae852a;
	text-decoration:underline;
}

/*    -----------------------   Small Columns    -----------------------   */  
#smleft { 
	width:260px;
	float:left;
}
#smright {
	width:260px;
	float:right;
}

/*    -----------------------   Content Images    -----------------------   */  

.picleft {
	float: left;
    margin-top: 3px;
	margin-right:8px;
	margin-bottom: 10px;
	border: 0px solid #0b0b71;
}

.picright {
  float: right;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 10px;
  margin-left: 10px;
  border: 0px solid #2b5eae;
}

.pic {
  /*margin: 2px;*/
  border: 1px solid #9ace99;
}

.staffpic {
	float: left;
    margin-top: 3px;
	margin-right:8px;
	margin-bottom: 10px;
	border: 1px solid #718da5;
}

.thumb {
	width: 82px;
	height:50px;
}


/*    -----------------------   Footer   -----------------------   */  

#copyright  {
	font: normal 10px/12px arial, verdana;
	color: #556e2b;
	width: 914px;
	height: 80px;
	/*padding: 20px 0px 0px 0px;*/
	margin: 0 0 0 20px;
	float: left;
}
 #copyright a {
	color: #556e2b;
	text-decoration:none;
	font-weight: bold;
}
 #copyright a:hover {
	color: #556e2b;
	text-decoration:underline;
}

#footer  {
	font: normal 10px/12px arial, verdana;
	color: #556e2b;
	width: 644px;
	text-align: right;
	padding: 20px 0px 0px 0px;
	margin: 0 20px 0 0;
	float: right;
	text-decoration:none;
}
#footer em {
	font: normal 10px/12px arial, verdana;
	margin: 0 5px 0 0;
}

/*    末末末末末末末末末  Home Logo Link   末末末末末末末末末  */ 

#gohome {
	position: absolute;
	z-index: 10;
	visibility: visible;
	margin: 70px 0px 0px 30px;
}


#topheaders {
	position: absolute;
	z-index: 10;
	visibility: visible;
	margin: 52px 0px 0px 185px;
	top: 0px;
}

#flashthis {
	position: absolute;
	z-index: 50;
	visibility: visible;
	margin: 0px 0px 0px 267px;
}

