body {
	background:#fff;
	color:#20366A;
	margin:0;
	padding:0;
	/* I think this stuff is here for the sliding doors */
	font-size:x-small;
	line-height:1.5;
	font-family: arial, "lucida console", sans-serif;
	voice-family: "\"}\""; voice-family:inherit;
	font-size:small;
	} html>body {font-size:small;}
	
/* high level divs */
/* required for shift-tab in IE6: makes the active styles show*/
A:active {
	BACKGROUND: white; COLOR: black;
}

/* I've gone right off min and max width
#width {
/* this div exists to apply max, min width */
/* Don't add horizontal padding or margins to this div */
/* because it will crash IE! */
/* min-width: 800px;
max-width: 1200px;
} */

#header {
	background: url(../images/fabric.gif) #AABFD5;
	
	/* fixes to make div resize */
	height:100%;
	overflow:hidden;
}

#container {
/* this div holdes the menu and main content */
	clear:both;
	background: url(../images/content_background.gif) #F1F8FA repeat-x;
	min-height:400px;
	height:100%;
}

#menu {
	float:left;
	width:12.5em;   
	height:100%;
	margin:0.5em;
	background: url(../images/menu_fabric.gif) #AABFD5;
}

#content {
	padding:0.5em;
	margin-left:13.5em;
}

#footer {
	height:34px;
	background: url(../images/footer_background.gif)  #AABFD5 repeat-x;
}

/* styles for header */
/* styles for main logo */

#header #logo a {
	float:left;
	background: url(../images/duck.gif) transparent no-repeat;
	background-position: 0 0;
	width: 74px;
	height: 63px;
	margin:4px;
	text-decoration:none;
}

#header #logo a:hover {
	background-position: -74px 0;
}

#header #logo a:active,
#header #logo a:focus {
	background-color:yellow;
}

/* styles for title and links */

#titleandtabs { 
	height:100%;
	overflow:hidden;
}

#titleheader {
	min-height:34px;
	height:100%;
	overflow:hidden;
	padding: 2px 10px 0.3em 10px;
}

#titleheader  h1 {
	font-size: 200%;
	font-weight:bold;
	float:left;
	margin: 0em 0em 0em 0em;
	padding:0em 0.5em 0.2em 0.5em;
	background: url(../images/button_background.gif) #F1F8FA no-repeat left top;
	border: thin outset #4A6089;
	height:1.2em;
}

#titleheader ul {
	float:right;
	padding:0;
	margin: 0;
	list-style-type:none;

	color:#20366A;
	padding:0.2em 0.5em 0.2em 0.5em;
	background: url(../images/button_background.gif) #F1F8FA no-repeat left top;
	border: thin outset #4A6089;
}

#titleheader li { display:inline; }

#titleheader li a:active, 
#titleheader li a:focus {
	background-color:yellow;
	color:#20366A;
}

#titleheader li a:link {
	color:#20366A;
}

/* styles for tab header */
    
#tabheader {
	height:100%;
	background-image:url(tab_border.gif);
	background-repeat:repeat-x;
	background-position:bottom center;

	font-size: 93%;
	float: left;
	width: 100%;
	line-height: normal;
}

#tabheader ul {

	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 0px;
	margin: 0px;
	padding-top: 10px;
	list-style-type: none;
}
#tabheader li {
	padding-right: 0px;
	display: inline;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 0px;
	padding-top: 0px;

}
#tabheader a {
	white-space:nowrap;
	padding-right: 0px;
	padding-left: 9px;
	background: url(../images/left_both.gif) no-repeat left top;
	float: left;
	padding-bottom: 0px;
	margin: 0px;
	padding-top: 0px;
	border-bottom: #6D7B86 1px solid;
	text-decoration: none;
}
#tabheader a span {
	min-height:14px;
	padding-right: 15px;
	display: block;
	padding-left: 6px;
	font-weight: bold;
	background: url(../images/right_both.gif) no-repeat right top;
	float: left;
	padding-bottom: 4px;
	color:white;
	padding-top: 5px;
}
#tabheader a span {
	float: none;
	background-color:#20366A;
}

#tabheader a:hover {
	background-position: 0% -300px;
}

#tabheader a:focus,
#tabheader a:active,
#tabheader #current a:focus,
#tabheader #current a:active  {
	background-position: 0% -450px;
	color:#1A2E5B;

}

#tabheader a:hover span {
	background-position: 100% -300px;
	background-color: #274281;
	color: #FFFF99;
}	

#tabheader a:active span,
#tabheader a:focus span,
#tabheader #current a:active span,
#tabheader #current a:focus span {
	background-position: 100% -450px;
	color:#1A2E5B;
	background-color:yellow;
}	

#tabheader #current a {
	border-top-width: 0px;
	background-position: 0px -150px;
	border-left-width: 0px;
	border-bottom-width: 0px;
	border-right-width: 0px;
}

#tabheader #current a span {
	background-position: 100% -150px;
	padding-bottom: 5px; color:#1A2E5B;
	background-color: #F1F8FA;
}

/* styles for menu */

/* styles for rounded corners */
/* set the image to use and establish the lower-right position */ 
.cssbox, .cssbox_body, .cssbox_head, .cssbox_head h2 {
    background: transparent url(../images/menu_background.gif) no-repeat bottom right; 
} 
.cssbox { 
    width: 11.5em !important; /* intended total box width - padding-right(next) */
    width: 11.0em; /* IE Win = width - padding */
    padding-right: 1.5em; /* the gap on the right edge of the image (not content padding) */
    margin: 0em auto; /* use to position the box */ 
} 

/* set the top-right image */ 
.cssbox_head { 
    background-position: top right;
		margin-right: -1.5em; /* pull the right image over on top of border */
    padding-right: 1.6em; /* right-image-gap + right-inside padding */ 
} 

/* set the top-left image */ 
.cssbox_head h2 { 
    background-position: top left; 
    margin: 0; /* reset main site styles*/ 
    border: 0; /* ditto */ 
    padding: 0.2em 0 1.5em 1.7em; /* padding-left = image gap + interior padding ... no padding-right */ 
    height: auto !important; height: 1%; /* IE Holly Hack */ 
    font-size:100%;
} 

/* set the lower-left corner image */ 
.cssbox_body { 
    background-position: bottom left; 
    margin-right: 0.1em; /* interior-padding right */ 
    padding: 0.2em 0 1.5em 1.7em; /* mirror .cssbox_head right/left */ 
    
    /* this minimizes heading height */
    margin-top:-1.5em;
    
    /* body div seems to need this to be full height */
    overflow:hidden;
    height:100%;
} 

#menu ul {
	padding:0;
	margin:0;
	list-style-type:none;
}

#menu li { display:inline; }

#menu a {
	float:left;
	width:7.5em;
	color:white;
	font-weight:bold;
	padding:0.2em 0.2em 0.2em 0.4em;
	background: url(../images/menu_button_background.gif) #20366A no-repeat left top;
	background-position: 0 0;
	border: thin outset #4A6089;
	text-decoration:none;
}


#menu #selected a {
	border: thin outset #4A6089;
	background-position: 0 -207px;
	background-color: #F1F8FA;
	color:#20366A;
}

#menu a:active, 
#menu a:focus,
#menu #selected a:focus,
#menu #selected a:active
{
	border: thin outset #4A6089;
	background-position: 0 -621px;
		color:#1A2E5B;
	background-color:yellow;;
}

#menu a:hover 
 {
	border: thin outset #4A6089;
	background-position: 0 -414px;
	background-color:#274281;
	color: #FFFF99;
}

#menu img {
	margin-top:0.3em;
	width:8.6em;
	height:8.6em;

}

/* styles for content */

.skiplink { position:absolute; }

#content a:active, #content a:focus {
	background-color:yellow;
	color:#20366A;
}

#content a:link {
	color:#20366A;
}

#content a img {
	padding:2px;
}

#content a:focus img,
#content a:active img {
	border-style:dashed;
	background-color:yellow;
}

#content .imageleft {
	float:left;
	margin: 3px;
}

#content .clearleft {
	clear:left;
}

#content .imageright {
	float:right;
	margin: 3px;
}

#content .caption {
	font-weight:bold;
	text-align:center;
}

#content .clearright {
	clear:right;
}

.clearboth {
	clear:both;
}

.imagecenter {
	margin-left:auto;
	margin-right:auto;
}

/* styles for footer */

address {
	float:right;
	font-weight:bold; 
	font-style:normal;
	margin:0.3em;
	padding:0 0.5em 0.2em 0.5em;
	color:#20366A;
	background-color: #F1F8FA;
	border: 1px solid #20366A;
}

address a:link,
address a:visited,
address a:hover {
	color:#20366A;
}

address a:active, address a:focus {
	color:#20366A;
	background-color:yellow;
}

/* Portfolio */
div.case_study {
	border:1px solid #AABFD5;
	width:auto;
	margin:0 5px 8px 0;
	overflow:hidden;
	background-color:#FFFFEA;
	float:left;
}

.case_text {
	float:left;
	width:480px;
	margin-right:5px;
}

.two_pictures {
	width:267px;
}

.case_study p {
	margin-top:8px;
	padding:0 0 0 8px;
	line-height:110%;
	text-align:justify;
	position:relative;
}

.case_image {
	float:left;
	margin:0 5px 0 0;
	padding:0;
	z-index:100;
}

.case_image a img {
	width:200px;
	height:154px;
}

.case_study h4, .case_study h4 {
	padding:0 5px 0 5px;
	margin:0.1em;
}

.case_study h3 {
	background-color:#AABFD5;
	padding:0 5px 0 5px;
	margin:0;
}

p.webaddress {
	text-align:left;
}

.price {
	font-weight:bold;
}

/* portfolio sketches */
div.sketch {
	border:1px solid #AABFD5;
	margin:0 5px 5px 0;
	float:left;
	background-color:#FFFFEA;
	overflow:hidden;
	width:230px;
}

.sketch p {
	margin-top:5px;
	padding:0 8px 0 8px;
	line-height:110%;
}

.sketch img {
	width:200px;
	height:170px;
	display:block;
	margin:8px auto 8px auto;
}

.sketch h4, .sketch h4 {
	padding:0 5px 0 5px;
	margin:0.1em;
}

.sketch h3 {
	background-color:#AABFD5;
	padding:0 5px 0 5px;
	margin:0;
}

.sketch_border {
	border:1px solid #20366A;
}