/* ----------------- */
/*   GLOBAL STYLES   */
/* ----------------- */

body {
	margin:50px 0px; 
	padding:0px;
	background: url(../images/body_bg.gif); background-repeat: repeat-y;
	color: #333333; 
	font: normal 11px verdana; 
}

a {text-decoration: none; color: #006699;}
a:active {text-decoration: none; color: #006699;}
a:visited {text-decoration: none; color: #006699;}
a:hover {text-decoration: underline; color: #6699CC;}

p, dt {
	line-height: 20px;
}

.breadcrumb {
	padding: 20px 10px 20px 10px;
}

h1 {
	margin: 20px 0 20px 20px;
	padding: 0px;
	text-indent: -9999px;
}

.introCopy {
	margin-left: 20px;
	width: 450px;
}

#header {
	float: left;
	margin: 1px 0 0 0;
	border: 0;
}

#main {
	width: 768px;
	margin: 0px auto;
	text-align:left;
}

#navcontainer ul {
	float: right;
	margin: 72px 0 0 0;
	padding: 0;
	color: #063051;
}

#navcontainer ul li { display: inline; }

#navcontainer ul li a {
	float: left;
	padding: 5px 0 5px 0;
	background-color: #063051;
	text-indent: -9999px; 
}

#navcontainer ul li a:hover {background-color: #063051;}

li#home a {width: 77px; background: url(../images/home.gif); background-position: top center; background-repeat: no-repeat;}
li#about a {width: 77px; background: url(../images/about.gif); background-position: top center; background-repeat: no-repeat;}
li#portfolio a {width: 98px; background: url(../images/portfolio.gif); background-position: top center; background-repeat: no-repeat;}
li#clients a {width: 103px; background: url(../images/clients.gif); background-position: top center; background-repeat: no-repeat;}
li#contactus a{width: 103px; background: url(../images/contact.gif); background-position: top center; background-repeat: no-repeat;}

li#home, li#home a:hover {background: url(../images/home.gif); background-position: bottom center; background-repeat: no-repeat;}
li#about, li#about a:hover {background: url(../images/about.gif); background-position: bottom center; background-repeat: no-repeat;}
li#portfolio, li#portfolio a:hover {background: url(../images/portfolio.gif); background-position: bottom center; background-repeat: no-repeat;}
li#clients, li#clients a:hover {background: url(../images/clients.gif); background-position: bottom center; background-repeat: no-repeat;}
li#contactus, li#contactus a:hover {background: url(../images/contact.gif); background-position: bottom center; background-repeat: no-repeat;}

a.active {
	cursor: default;
	}

li#home a.active {background: url(../images/home.gif); background-position: bottom center; background-repeat: no-repeat;}
li#about a.active {background: url(../images/about.gif); background-position: bottom center; background-repeat: no-repeat;}
li#portfolio a.active {background: url(../images/portfolio.gif); background-position: bottom center; background-repeat: no-repeat;}
li#clients a.active {background: url(../images/clients.gif); background-position: bottom center; background-repeat: no-repeat;}
li#contactus a.active {background: url(../images/contact.gif); background-position: bottom center; background-repeat: no-repeat;}

#content {
	width: 766px;
	margin: 0;
	padding: 0;
	border: solid 1px #AAADBC;
	background: #ffffff url(../images/content_bg.gif); background-position: top right; background-repeat: repeat-y;
	float:left;
	}

.text{
	float: left;
	width: 766px;
	background: url(../images/int_bg_photo.jpg); background-position: 385px -2px; background-repeat: no-repeat;
	}

.footer {
	width: 746px;
	margin-top: 4px;
	padding: 10px;
	border: solid 1px #AAADBC;
	background-color: #ffffff;
	float:left;
	}

.footer span {
	float: right;
	padding-left: 20px;
	background: url(../images/small_grid.gif); background-position: center left; background-repeat: no-repeat;
	}

.footer span#address {
	float: left;
	}

.footer span#phone {
	padding-right: 15px;
	}

.footer span#fax {
	padding-right: 15px;
	}

.clearFloat:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
	}

.clearFloat {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}h
.clearFloat {display: block;}
/* End hide from IE-mac */


/* ----------------- */
/*  HOME PAGE STYLES */
/* ----------------- */

h1#homeHeader {
	background: url(../images/header_home.gif); background-position: center left; background-repeat: no-repeat;
	}

img#slogan {
	border: 0;
	margin-left: 30px;
}	
	
.homeText{
	float: left;
	width: 766px;
	background: url(../images/home_bg_photo.jpg); background-position: 412px 0px; background-repeat: no-repeat;
	min-height: 350px;
	}
	
* html .homeText{
	height: 350px;
	}	
	
.homeText p {
	width: 425px;
	padding-left: 20px;
}	
	

h1#homeHeader {
	background: url(../images/header_home.gif); background-position: center left; background-repeat: no-repeat;
	}
	
h1#clientHeader {
	background: url(../images/header_client.gif); background-position: center left; background-repeat: no-repeat;
	}		
	
h1#portfolioHeader {
	background: url(../images/header_portfolio.gif); background-position: center left; background-repeat: no-repeat;
	}	

h1#contactHeader {
	background: url(../images/header_contact.gif); background-position: center left; background-repeat: no-repeat;
	}	

/* ----------------- */
/* ABOUT PAGE STYLES */
/* ----------------- */

h1#aboutHeader {
	background: url(../images/header_about.gif); background-position: center left; background-repeat: no-repeat;
	}

ul#aboutList {
	margin-top: 10px;
	margin-left: 30px;
	margin-bottom: 0px;
	padding: 0;
	width: 600px;
	float: left;
	border: solid 0px green;
	}

ul#aboutList li {
	display: inline;
	}

ul#aboutList li a {
	float: left;
	padding: 5px 15px 5px 15px;
	}

ul#aboutList li a.active {
	border-top: solid 1px #DCDBDB;
	border-right: solid 1px #DCDBDB;
	border-left: solid 1px #DCDBDB;
	background-color: #F7F5F5;
	font-weight: bold;
	}

.aboutText {
	width: 550px;
	min-height: 400px;
	padding: 0px 10px 0 10px;
	border: solid 0px blue;
	background: url(../images/top_bracket.gif); background-position: 19px 33px; background-repeat: no-repeat;
	}

.aboutText p, .aboutText dl  {
	margin-top: 7px;
	}	

.aboutText div {
	display: none;
	float: left;
	width: 515px;
	min-height: 280px;
	margin: 20px 0 15px 9px;
	padding: 0 5px 10px 10px;
	border-left: solid 1px #DCDBDB;
	border-right: solid 1px #DCDBDB;
	border-bottom: solid 1px #DCDBDB;
	background-color: #FFFFFF;
	}

dl {
	width: 100%;
	overflow: auto;
	margin-top:7px;
	}

dt {
	float: left; 
	width: 150px; 
	margin:0;
	padding:0;
	font-weight: bold;
	}

dd {
	margin:0;
	float: left; 
	padding-top: 4px;
	}
	

/* ----------------------- */
/* PORTFOLIO LIST PAGE STYLES */
/* ----------------------- */

ul.portfolio {
	width: 350px;
	margin: 0 0 0 20px;
	padding: 0;
	list-style: none;
	float: left;
	}		

ul.portfolio li {
	height: 82px;
	margin: 6px 0 6px 0;
	padding: 3px;
	border: solid 1px #DCDBDB;
	background-color: #F5F4F4;
	}
	
ul.portfolio li p {	
	margin: 0;
	padding: 3px 0 3px 0;
	border-bottom: dashed 1px #DCDBDB;
}

ul.portfolio li img {	
	float: left;
	margin-right: 6px;
	border: solid 1px #DCDBDB;
}

ul.portfolio li a {	
	display: block;
	float: left;
	margin-top: 8px;
	padding-left:20px; 
	background: url(../images/arrow.gif); background-position: center left; background-repeat: no-repeat;
}

/* --------------------------- */
/* PORTFOLIO POPUP PAGE STYLES */
/* --------------------------- */

body.popUp {
	margin: 20px; 
}

div#popup {
	float: left;
	width: 580px;
	border: 1px solid #999999;
	border-right: 1px solid #999999;
	padding: 8px;
	background: #ffffff url(../images/content_bg.gif); background-position: top right; background-repeat: repeat-y;
	}

.popPhotos {
	width: 270px;
	float: left;
	}

.popPhotos div {
	padding-top: 4px;
	}

.popPhotos div .popThumbMiddle {
	margin: 0 1px 0 1px;
	}
	
#popMainImage {
	padding: 4px;
	border: solid 2px #cccccc;
	background-color: #eeeeee;
}

.popPhotos div a img {
	border: solid 2px #cccccc;
	}	
	
.popPhotos div a:hover img {
	border: solid 2px #336699;
	}		
		
.popDetails	{
	float: left;
	padding-left: 10px;
	width: 300px;
	border: solid 0px red;
}

.popDetails p {	
	margin: 0;
	padding: 3px 0 3px 15px;
	border-top: dashed 0px #DCDBDB;
	background: url(../images/bullet.gif); background-position: 2px 9px; background-repeat: no-repeat;
}

.popDetails h1 {	
	margin: 0;
	padding: 8px 0 15px 0px;
	text-indent: 0;
	font-size: 14px;
}

.popDetails h2 {	
	margin: 0;
	padding: 8px 0 2px 0px;
	text-indent: 0;
	font-size: 11px;
}

#close_win {
	float: right; 
	background: url(../images/close.gif) no-repeat center left; 
	padding-left: 20px; 
	}


/* ----------------------- */
/* CLIENT LIST PAGE STYLES */
/* ----------------------- */

ul.clients {
	width: 150px;
	list-style: none;
	float: left;
	}		

ul.clients li {
	padding: 7px 0 7px 0;
	}


/* ------------------- */
/* CONTACT PAGE STYLES */
/* ------------------- */


div.contact {
	float: left;
	margin: 15px 0 30px 20px;
	border: solid 1px #DCDBDB;
	padding: 15px;
	background-color: #F5F4F4;
}

* html div.contact {
	margin-top: 5px;
	margin-left: 10px;
}
div.contact p {
	margin: 0;
}

form.contact {
	padding: 0px 10px 0 0px;
	float: left;
	margin: 5px 20px 30px 20px;
	}
	
* html form.contact {
	margin-left: 10px;
	}	

form.contact p label {
	float: left;
	width: 50px;
	padding: 3px 0 3px 0;
	}  

form.contact p input {
	width: 175px;
	font: normal 11px verdana; 
	border: solid 1px #DCDBDB;
	background-color: #F5F4F4;
	padding: 3px;
	}  


form.contact p #comments {
	float: none;
	width: 230px;
	padding: 3px 0 3px 0;
	}

form.contact p textarea {
	display: block;
	width: 232px;
	height: 120px;
	font: normal 11px verdana; 
	border: solid 1px #DCDBDB;
	background-color: #F5F4F4;
	padding: 3px;
	}


div#error div {
	color: #FF0000;
	width: 240px;
	}	

div#error div p {
	margin: 2px;
	}
	
#submit {
	border: solid 1px #DCDBDB;
	background-color: #3F6888;
	color: #ffffff;
	font: normal 11px verdana; 
	padding: 2px;
}	


