/*
======================================================
blue color palette:			alternates:
------------------------------------------------------
blue bg, navs/container	: #7F9CB4;
blue bg, masthead		: #576C7F;
khaki bg, body 			: #CCC5B9;
lt blue bg, tabs		: #A6BBCC;
blue, links				: #287807; #6599C4;
orange, hover			: #576C7F;
off-white bg, content	: #F4F2E9;
------------------------------------------------------

colors tried but not used:
*/
	/*background: #576C7F; */ /* dark blue */
	/*background: #A4C5E0;*/  /* another lighter grayish blue */
	/*background: #87B99B;*/  /* muted green */
	/*background: #978C9E;*/  /* purple */
	/*background: #D6804C;*/  /* orange */
	/*background: #908D56;*/  /* khaki green */
	/*background: #B7D068;*/  /* lime */
	/*background: #B84B4B;*/  /* deep red */
	/*background: #626C76;*/  /* dark gray-blue */
	/*background: #F4F2E9;*/  /* pale yellow  */
	/*background: #B8B295;*/  /* earth */
/*
====================================================== */

* {
	padding: 0;
	margin: 0;
	}

body {
	font: 70% tahoma, verdana, arial, helvetica, sans-serif; 
	text-align: center;
	line-height: 1.5;
	color: #576C7F; 
	background: #666 url('/images/blue/bg_shadow6.gif') center repeat-y;
	}

p, pre, blockquote, form, ul, ol, dl, fieldset, address { margin: 20px 0; } /*, label, h1, h2, h3, h4, h5, h6, */
dd, blockquote { margin-left: 30px; }
/*ul { margin: 20px 10px 0 10px; }*/
ul { margin: 5px; font-size: 1em; }
li { margin: 2px 2px 2px 15px; }
fieldset { padding: 10px; }

a, a:link, a:visited { 
	color: #576C7F; 
	background: inherit;
	text-decoration: none; 
	font-weight: bold; 
	}
a:visited {
	color: #7F9CB4;
	}
a:hover { 
	color: #6599C4;
	background: inherit;
	}
a:active {
	color: #287807; 
	background: inherit;
	text-decoration: none; 
	font-weight: bold; 
	}

#content a:hover, a.nohover:hover { 
	color: #576C7F;
	background: inherit;
	}

a img {
	border: none;
	}
img.left {
	margin: 0px 10px 6px 6px;
	float: left;
	}
img.right {
	margin: 0px 6px 6px 10px;
	float: right;
	}
img.portfolio, img.study {
	float: left;
	margin-right: 8px;
}
img.portfolio {
	width: 120px;
	height: 141px;
}
img.study {
	width: 270px;
	/*height: 500px;*/
}
img.about {
	float: left; 
	margin: 0 8px 8px 0;
	}

h1, h2, h3, h4 { 
	font-family: "trebuchet ms", arial, helvetica, sans-serif;
	margin: 10px 0; 
	padding: 0px;
	line-height: normal;
	vertical-align: middle;
	}

h1 {
	margin: 0;
	text-align: right;
	}

h2 {
	font-size: 1.1em;
	font-weight: bold;
	color: #576C7F;
	background: inherit;
	margin: 10px 0px 4px 0px;
	}

h3 {
	font-size: 1.2em; 
	font-weight: bold;
	text-transform: uppercase; 
	text-align: right;
	margin-top: 0;
	padding: 3px 0 0 0;
	color: #576C7F; 
	border-bottom: 1px solid #576C7F;
}

h4 {
	font-size: 1.1em;
	}

table, tr, td {
	border: 0;
	margin: 0;
	padding: 0;
	font: inherit;
	font-size: 1em;
}

table th {
	font-weight: bold;
	color: #576C7F; 
	background: #7F9CB4;
}

table td {
	padding: 6px;
	vertical-align: top;
	}
table#services {
	background: #F0EBE1;
	}
#services td {
	width: 45%;
	}

form {
	font-size: 100%;
	margin: 0;
	padding: 0;
	}
form#contact  {
	background: url( "/images/blue/pc_graphic_bg2.png" ) 50% 50% no-repeat;
	height: 420px;
	}

fieldset {
	border: 1px solid #576C7F;
	padding: 16px;
}

legend {
	line-height: 150%;
	}

label {
	color: #576C7F;
	background: inherit;
	float: right;
	font-weight: bold;
	text-align: right;
}

input, select, textarea {
	font-family: tahoma, verdana, arial, helvetica, sans-serif;
	font-size: 1.2em;
	height: 1.4em;
	line-height: 120%;
	border: 1px solid #576C7F;
	padding: 0 2px;
}

select { min-width: 1.5em; }

input.textbox {
	width: 50%;
}

input.radio {
	line-height: normal;
	vertical-align: middle;
	border: none;
}

textarea {
	width: 90%;
	height: 150px;
	}

p.textbox {
	margin: 0px;
	padding: 1px;
	width: 200px;
	height: 12px;
	line-height: normal;
	border: 1px solid #576C7F;
	color: #576C7F;
	background: #ffffff;
}

div.row {
	clear: both;
	width: 99%;
	padding-top: 5px;
	}

div.row .label {
	float: left;
	display: inline;
	width: 25%;
	text-align: right;
	margin-right: 10px;
	}

div.row .formw {
	float: right;
	width: 73%;
	text-align: left;
	}

div.spacer {
	clear: both;
	}

ul p {
	font-weight: normal;
	margin: 5px 0px;
	}
ul#home {
	background: #F0EBE1 url( /images/wood_rose.jpg ) 50% 50% no-repeat;
	}



/*
--------------------------------------------
 IDs
-------------------------------------------- */
#topblock {
	width: 100%;
	height: 64px;
	margin: 0;
	padding: 0;
	background: #666 url( "/images/blue/topblock.gif" ) no-repeat top center;
	}
#container {
	width: 750px;
	color: inherit;
	/*background: url( "/images/blue/masthead_curved.gif" ) no-repeat top left;*/
	background: url( "/images/blue/masthead_curved2.gif" ) no-repeat top center;
	padding: 0;
	margin: 0 auto 0 auto;
	border: 0;
	text-align: left;
	}

#logo {
	width: 258px;
	height: 50px;
	margin: 0;
	padding: 0;
	border: none;
	}

#sidebar { 
	float: right;
	display: inline;
	width: 150px;
	margin: 49px 10px 10px 5px;
	padding: 0;
	border: 0; 
	color: #576C7F;
	background: #7F9CB4;
	}

#nav, #news {
	margin: 0;
	padding: 0;
	color: #F4F2E9;
	background: #576C7F;
	border: 1px solid #F4F2E9;
	}

#nav ul, #nav li {
	list-style: none;
	margin: 0;
	padding: 0;
	background: inherit;
	}

#news, .othernav {
	margin: 10px 0;
	padding: 0;
	color: #666;
	background: #F4F2E9;
	border: 1px solid #576C7F;
	}
#news p {
	margin: 10px 6px;
	}

#w3c {
	text-align: center;
	margin: 0 auto;
	padding: 0.5em 1.5em;
	color: #666;
	background: #7F9CB4;
	border: 0;
	}

#main {
	float: left;
	width: 570px;
	display: inline;
	margin: 20px 5px 10px 10px;
	padding: 0;
	color: #666;
	background: transparent;
	border: 0;
	}

#content {
	clear: both;
	min-height: 566px; 
	height: auto;
	margin: 0;
	padding: 2px 20px;
	color: #666;
	background: #F4F2E9;
	border: 1px solid #576C7F;
	border-top: 0px;
	}

/* for Internet Explorer */
/*\*/
* html #content {
height: 566px;
}
/**/




#footer { 
	clear: both;
	text-align: center;
	height: 50px;
	margin: 0px;
	padding: 12px;
	border: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.90em;
	color: #576C7F;
	background: #576C7F;
	}
#footer ul {
	list-style-type: disc;
	}
#footer li {
	display: inline;
	line-height: 16px;
	/*margin: 0px;
	padding: 0 12px 4px 12px;*/
	vertical-align: top;
	color: #F4F2E9;
	list-style-type: disc;
	}
#footer ul li a, #footer li a:link, #footer li a:visited {
	font-weight: normal;
	color: #F4F2E9;
	}
#footer li a:hover {
	color: #FFF;
	}
#footer li a:active {
	color: #576C7F;
	}

/*
---------------------------------------
 CLASSES
--------------------------------------- */

.description { 
	color: #9DA1AA; 
	background: transparent;
	font-family: "trebuchet ms", arial, helvetica, sans-serif;
	font-size: 1em; 
	font-weight: bold; 
	height: 12px;
	line-height: normal;
	margin: -8px 10px 0 0;
	padding: 0;
	text-align: right;
	} 

a.navbutton, a.navbutton:link, a.navbutton:visited {
	display: block;
	height: 1%;
	margin: 0; 
	padding: 0;
	padding-left: 3px;
	border: 0;
	border-left: 4px solid #576C7F;
	color: #CCC5B9;
	background: #576C7F; 
	font-family: "trebuchet ms", arial, helvetica, sans-serif;
	font-size: 1.1em; 
	font-weight: bold; 
	text-transform: capitalize;
	}

a.navbutton:hover {
	color: #576C7F;
	background: #F4F2E9;
	text-decoration: none;
	border-left: 4px solid #CCC5B9;
	}

a.navbutton#currentbutton {
	border: 0;
	padding-left: 3px;
	color: #576C7F;
	background: #CCC5B9;
	text-decoration: none;
	border-left: 4px solid #F4F2E9;
	}


.services {
	margin: 12px 0px;
	width: auto;
	}

.services img {
	margin: 0 0 16px 16px;
	}
.services ul {
	display: inline;
	width: 200px;
	}

.portfolio {
	margin: 0px 12px 0px 140px;
	width: auto;
	}

.menuheader {
	margin: 0px;
	padding: 4px 6px;
	color: #F4F2E9;
	background: #576C7F;
	}

.formbutton {
	height: 1.5em;
	line-height: normal;
	padding: 0 2px 2px 0;
	color: #F4F2E9;
	background: #7F9CB4;
	}

.formbutton:hover {
	color: #F4F2E9;
	background: #CCC5B9;
	}

.entry {
	display: block;
	width: 420px;
	height: auto;
	padding: 10px 0px 10px 0px;
	text-align: left;
	}

.divider {
	clear: both;
	line-height: normal;
	height: 10px;
	border-bottom: 1px dotted #576C7F;
	}

.contentbody { 
	clear: both;
	color: #666; 
	background: inherit;
	text-align: left;
	margin: 20px 0;
	padding: 0;
	/*border-bottom: 1px solid #576C7F;*/
	}

.contentbody a, .contentbody a:link, .contentbody a:visited, .contentbody a:active, .contentbody a:hover { 
	text-decoration: underline; 
	}
.contentbody form {
	clear: both;
	width: auto;
	}

.left {
	float: left;
	margin-right: auto;
	}
.right {
	float: left;
	margin-right: auto;
	}
.center {
	text-align: center;
	margin: 0 auto;
	}
.bold {
	font-weight: bold;
	}

.u { text-decoration: underline; }





/*
3D Tabs
---------------------------- */

#tablist {
	float: left;
	display: inline;
	margin: 0;
	padding: 0;
	font-size: 95%;
	text-transform: capitalize;
	line-height: normal;
	background: transparent url("/images/blue/tablist_bg.gif") repeat-x bottom;
	}

#tablist ul {
	margin: 0;
	padding: 6px 10px 0 0;
	list-style: none;
	background: transparent;
	}

#tablist li {
	float: left;
	margin: 0;
	padding: 0 0 0 13px;
	list-style: none;
	background: url("/images/blue/tab_left_off2.gif") no-repeat left top;
	}

#tablist a, #tablist a:link, #tablist a:active, #tablist a:visited {
	display: block;
	color: #666;
	background: url("/images/blue/tab_right_off2.gif") no-repeat right top;
	padding: 5px 15px 4px 2px;
	}
#tablist a:hover {
	color: #FFF;
	}

#tablist #current {
	background: url("/images/blue/tab_left_on2.gif") no-repeat left top;
	}

#tablist #current a {
	color: #336699;
	background: url("/images/blue/tab_right_on2.gif") no-repeat right top;
	padding-bottom: 5px;
	}

