/* ------------- "basic" styles */

body {
	margin: 0; padding: 0;
	background-image: url(images/bk_tile.gif);
	background-repeat: repeat-x;
	background-color: #7c746d;
	color: #7c746d;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	font-size:11px;
	
}

a {
    color:#3f75bc;
	text-decoration: underline;
}

a img {
	border: none;
}

#container {
	text-align: center;
	width: 1000px;
	/*padding-top: 10px;*/
	margin: auto;
	background-color: #f7f6f2;  
	}

/* ------------- masthead and navigation styles */

#masthead {
	background-image: url(images/bk_nologo.jpg);
	background-repeat: repeat-x;
	text-align: left;
	height: 139 px;
	padding-left: 30px;
	
}
 #homelink{
 position: relative;
	left: 1%;
	top: 1px;
 }

#nav {
    font-family: Georgia, Times New Roman, Times, serif;
	font-weight: bold;
	font-size: 11px;
	margin: 10px;
	width: 570px;
	position: absolute;
	left: 48%;
	top: 63px;
}


#nav li {
padding-right: 1em;
display: inline;
margin-right: 1em;
border-right: 1px solid #333;
}

#nav a {
    text-transform: uppercase;
	color: #312d29;
	text-decoration:none;
}

#nav a:hover {
color: #fff;
text-decoration: none;
}


#nav a.active {
color: #fff;
text-decoration: none;
}

/*------------------------Text Styles----------------*/

h1 {
font-family: Georgia, Times New Roman, Times, serif;
font-weight: normal;
font-size:14px;
 text-transform: uppercase;
 color: #af6905;
 padding-top: 5px;
}

h2 {
font-family: Georgia, Times New Roman, Times, serif;
font-size: 12px;
font-weight: normal;
 text-transform: lowercase;
 color: #a3a29b;
 margin-top: -.7em;
}

h3{
font-family: Georgia, Times New Roman, Times, serif;
font-size:10px;
 text-transform: uppercase;
 font-weight: normal;
}

h4 {
font-family: Georgia, Times New Roman, Times, serif;
font-weight: normal;
font-size:12px;
 text-transform: uppercase;
 color: #8d9e5e;
}


/* ------------- main column styles-------------- */

#content {
float: left;
width: 60em;
padding: 0;
text-align: left;
line-height: 150%;
margin: 2em;

}

#content_subtext {
float: left;
width: 640px;
padding: 0;
text-align: left;
line-height: 180%;
margin: 3em 1em 3em 4em;
}

#content_text {
float: left;
width: 520px;
padding: 0;
text-align: left;
line-height: 180%;
margin: 3em 3em 3em 4em;
}



.mainimage{
border: 10px solid black;
}

.dlimage{
border: 10px solid #dbd3cb;
}

/* ------------- sidebar styles----------- */
/*#sidebar {
float: right;
width: 290px;
margin: 2em 2em 2em 0;
text-align:left;
border: 1px solid red;
}*/



ul {
list-style-type: none;
/*padding-left: -10px;*/

}

ol {
list-style-type: circle;
list-style-position:inside;
/*margin-left: -2em;*/

}






/*-------------------------------Portfolio Sidebar--------*/

#portfoliosidebar{
float: left;
width: 240px; 
font-family: Georgia, Times New Roman, Times, serif;
line-height: 180%;
margin: 2em 10px 2em 10px;
text-align:left;
padding: 0 0 0 0;
}


#portfoliosidebar a {
color: #7c746d;
text-decoration: none;
}

#portfoliosidebar a:hover {
color: #7c746d;
text-decoration: underline;
}

#portfoliosidebar h1 a {
color: #af6905;
text-decoration: none;
}


#portfoliosidebar h1 a:hover {
color: #af6905;
text-decoration: underline;
}

#portfoliosidebar a.active {
color: #8d9e5e;
font-weight: bold;
text-decoration: none;
}

#portfoliosidebar .containerTopLeft 
{ width: 22px; height: 23px; }

#portfoliosidebar .containerTop { 
background-image: url(images/c_top.gif); 
width: 240px; 
height: 23px;}

#portfoliosidebar .containerTopRight 
{ width: 23px; height: 23px; }

#portfoliosidebar .containerLeft { 
background-image: url(images/c_left.gif);
width: 22px; 
height: 400px; 
}
#portfoliosidebar .containerCenter { 
background-color: #fff;
width: 240px; 
height: 400px;
padding-left: 20px;
}

#portfoliosidebar .containerRight 
{ background-image: url(images/c_right.gif);
width: 23px; height: 400px;}

#portfoliosidebar .containerBottomLeft 
{ width: 22px; height: 23px;}

#portfoliosidebar  .containerBottom {
background-image: url(images/c_bottom.gif);
width: 240px;
height: 23px;
}

#portfoliosidebar .containerBottomRight 
{width: 23px; height: 23px;}

/*-------------------------------Text Sidebar--------*/

#text_sidebar{
width: 290px; 
font-family: Georgia, Times New Roman, Times, serif;
line-height: 180%;
float: right;
width: 290px;
margin: 2em 4em 2em 0;
text-align:left;

}

#text_sidebar .containerTopLeft 
{ width: 22px; height: 23px; }

#text_sidebar .containerTop { 
background-image: 
url(images/c_top.gif); 
width: 280px; 
height: 23px;}

#text_sidebar .containerTopRight 
{ width: 23px; height: 23px; }

#text_sidebar .containerLeft { 
background-image: url(images/c_left.gif);
width: 22px; 
height: 400px; 
}
#text_sidebar .containerCenter { 
background-color: #fff;
width: 280px; 
height: 400px;
padding-left: 20px;
/*padding: 1em 1em 1em 4em;*/

}
#text_sidebar .containerRight 
{ background-image: url(images/c_right.gif);
width: 23px; height: 400px;}

#text_sidebar .containerBottomLeft 
{ width: 22px; height: 23px;}

#text_sidebar  .containerBottom {
background-image: url(images/c_bottom.gif);
width: 280px;
height: 23px;
}

#text_sidebar .containerBottomRight 
{width: 23px; height: 23px;}

/*---------------------contact-------------*/

/*-------------------------------Text Sidebar--------*/

#text_contact{
width: 290px; 
font-family: Georgia, Times New Roman, Times, serif;
line-height: 180%;
float: right;
width: 290px;
margin: 2em 2em 2em 0;
text-align:left;

}

#text_contact .containerTopLeft 
{ width: 22px; height: 23px; }

#text_contact .containerTop { 
background-image: 
url(images/c_top.gif); 
width: 280px; 
height: 23px;}

#text_contact .containerTopRight 
{ width: 23px; height: 23px; }

#text_contact .containerLeft { 
background-image: url(images/c_left.gif);
width: 22px; 
height: 400px; 
}
#text_contact .containerCenter { 
background-color: #fff;
width: 280px; 
height: 400px;


}
#text_contact .containerRight 
{ background-image: url(images/c_right.gif);
width: 23px; height: 400px;}

#text_contact .containerBottomLeft 
{ width: 22px; height: 23px;}

#text_contact  .containerBottom {
background-image: url(images/c_bottom.gif);
width: 280px;
height: 23px;
}

#text_contact .containerBottomRight 
{width: 23px; height: 23px;}



/*------------------------------------------Featured projects-------*/

#featured {
padding: 3em 0;
width: 620px;
}

#featured img{
border: 10px solid #dbd3cb;
 margin-right:7px;
}

.featured_text{
  /*margin-top:6px;*/
  width:280px;
  float:left;
  font-size:9pt;
  padding-left:10px;
  padding-right:10px;
  text-align: right;
}

/* .featured margin{
  margin-right:10px;
}*/


/*-----------------Portfolio pages----------------*/
#portfolio {
float: left;
width: 690px;
text-align: left;
line-height: 150%;
margin: 2.5em 0 2em 2em;
}

#portfolio img{
border: 15px solid #dbd3cb;
margin-bottom: 7px;
}

/*---------description-----------*/
#descript {
width: 190px;
float: left;
background-color: #fff; 
border: 15px solid #dbd3cb;
margin: 2.5em 0 5em -23em;
padding: 10px 10px 5em 12px;
line-height: 180%;
text-align: left;
}

#descript h4, h2 {
text-align: center;
}

#descript a {
text-align: center;
color: #3f75bc;
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 10px;
text-decoration: none;
text-transform:uppercase;
}

#descript a:hover {
text-align: center;
color: #3f75bc;
text-decoration: underline;
}


/* ------------- footer styles */


#footer {
    clear: both;
	background-image: url(images/footer.jpg);
	padding: 1.5em 3em;
	text-align:center;
	background-repeat: no-repeat;
	
}

#footer p {
color: #662200;
	margin: 0;
	font-size: 11px;
}
#footer a {
color: #dbd3cb;
	
}




/*#footer {
	clear: both;
	padding: 1.5em 3em;
	background: #57493a;
	border-top: 3px solid #af6905;
}

#footer p {
color: #fff;
	margin: 0;
	font-size: 10px;
}*/
