* {
	margin: 0;
	padding: 0;
}

body {
	margin: 5px;
	margin-bottom: 0;
	font-family: Verdana, Arial, sans-serif;
	font-size: 13px;
	color: #000;
}

p {
	line-height: 1.5em;
	margin-bottom: 10px;
}

a {outline: none;}

a, a:link, a:visited {color: #6e8d82;}
a:hover {color: #09F; text-decoration: none;}

h1, h2, h3, h4, h5, h6 {font-weight:normal;}

h1 {
	font-size: 18px;
	font-style: italic;
	color: #000;
}

h2 {font-size: 16px;}

h3 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 1px;
	margin-top: 15px;
}

h4 {font-size: 13px;}

h5 {
	margin-top: 15px;
	margin-bottom: 5px;
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	color: #6e8d82;
}

h6 {
	margin-top: 15px;
	margin-bottom: 1px;
	font-size: 13px;
	font-style: italic;
	font-weight: bold;
	color: #6e8d82;
}

input, textarea {
	font-family: Verdana, Arial, sans-serif;
	font-size: 13px;
	color: #000;
}

img {border:0;}

ul {
	margin-left: 35px;
	margin-bottom: 15px;
}
	

/*************/
/* container */
/*************/

div#container {
	margin-left: auto;
	margin-right: auto;
	width: 860px;
	background-color: #FFF;
}


/**********/
/* header */
/**********/

div#header {
	padding: 0;
	margin: 0;
	height: 75px;
}

div#logo {
	width: 348px;
	height: 82px;
	padding-top: 1px;
}

#logo img {
	border: none;
	padding: 0;
	margin: 0;
}


/**********/
/* navBar */
/**********/

div#navBar {
	clear: both;
	background: url(../img/head/nav_bg.gif) repeat-x;
	height: 26px;
}

#navBar ul {
	float: left;
	margin: 0;
	margin-left: 10px;
	padding: 0;
	height: 26px;
	list-style: none;
}

#navBar li {
	float: left;
	margin: 0;
	padding: 0;
}

#navBar li a {
	display: block;
	height: 26px;
	overflow: visible;
	text-indent: -5000px;
}
	
/* IE mac hide \*/
#navBar li a {overflow:hidden;}
/**/

#bhome a {
	width: 71px;
	background: url(../img/head/nav_home.gif) left top no-repeat;
}

#bhome a.sel {
	width: 71px;
	background: url(../img/head/nav_home_sel.gif) left top no-repeat;
}
	
#bportfolio a {
	width: 92px;
	background: url(../img/head/nav_portfolio.gif) left top no-repeat;
}

#bportfolio a.sel {
	width: 92px;
	background: url(../img/head/nav_portfolio_sel.gif) left top no-repeat;
}
	
#bservices a {
	width: 86px;
	background: url(../img/head/nav_services.gif) left top no-repeat;
}

#bservices a.sel {
	width: 86px;
	background: url(../img/head/nav_services_sel.gif) left top no-repeat;
}

#babout a {
	width: 74px;
	background: url(../img/head/nav_about.gif) left top no-repeat;
}

#babout a.sel {
	width: 74px;
	background: url(../img/head/nav_about_sel.gif) left top no-repeat;
}

#bcontact a {
	width: 86px;
	background: url(../img/head/nav_contact.gif) left top no-repeat;
}

#bcontact a.sel {
	width: 86px;
	background: url(../img/head/nav_contact_sel.gif) left top no-repeat;
}
	
#navBar a:hover {
	background-position: 0 -26px;
}

#navBar a.sel:hover {
	background-position: 0;
}


/************/
/* home bar */
/************/

div#homebanner {
	width: 860px;
	height: 150px;
	background: url(../img/head/home_banner.jpg) no-repeat 0 0;
	padding: 10px 0 0 10px;
}

div#projList {
	width: 259px;
}

#projList h1 {
	font-size: 14px;
	font-weight: bold;
	font-style: normal;
	color: #000;
	margin: 10px 10px 10px 0;
	border-top: 1px solid #930;
	border-bottom: 1px solid #930;
	background-color: #FFF;
	padding: 5px;
}

#projList ul {
	margin: 5px 0 5px 20px;
	padding: 0;
	list-style: none;
}

#projList li {
	margin: 0;
	padding: 5px 0 5px 17px;
	background: url(../img/bul/diam.gif) no-repeat 0 9px;
}

p#definition {
	width: 529px;
	font-family: courier;
	font-weight: bold;
	border: 1px solid #5E7A70;
	padding: 5px;
	margin: 20px 0;
	text-align: center;
}

/**********/
/* subNav */
/**********/

#subNav {color: #666; font-size: 14px;}

#subNav a {font-size: 14px; font-weight: bold;}

ul#subNav {
	margin: 0;
	padding: 5px 10px 5px 30px;
	list-style: none;
	height: 30px;
	width: 860px;
	background: url(../img/head/subnav_bg.gif) no-repeat 0 0;
}

#subNav li {
	float: left;
	margin: 0;
	padding: 0;
	margin-right: 40px;
}

#subNav li h2 {
	margin: 0;
	padding: 0;
	font-size: 14px;
	font-weight: bold;
	color: #666;
	border-top: 1px solid #930;
	border-bottom: 1px solid #930;
	background-color: #FFF;
	padding: 0 5px 0 5px;
}


/********/
/* main */
/********/

div#main {
	background-color: #FFF;
}

/* KLUDGE: Fixes issue with headline
on home page disappearing in IE for PC */

/* IE5 mac hide \*/
* html div#main {height: 1%;}
/**/

div#textbody {
	padding: 0 20px 10px 20px;
}


/*************/
/* home page */
/*************/

div#homeList {
	width: 269px;
	margin: 0;
	padding: 0;
	background: url(../img/misc/home_list_bg.gif) repeat-y 0 0;
}

#homeList h1 {
	font-size: 13px;
	font-weight: bold;
	font-style: normal;
	margin: 10px;
	margin-top: 0;
	padding: 5px;
	border-top: 1px solid #930;
	border-bottom: 1px solid #930;
	background-color: #FFF;
}

#homeList h2 {
	font-size: 13px;
	font-weight: bold;
	margin: 10px;
	padding: 0;
	padding-top: 10px;
}

#homeList h3 {
	background: url(../img/misc/home_list_top.gif) no-repeat 0 0;
	height: 20px;
	margin: 0;
	padding: 0;
}

#homeList h4 {
	background: url(../img/misc/home_list_bottom.gif) no-repeat 0 0;
	height: 20px;
	margin: 0;
	padding: 0;
}

#homeList ul {
	margin: 0;
	padding: 0;
	padding-left: 10px;
	list-style: none;
	font-weight: normal;
}

#homeList li {
	padding: 5px 0 5px 22px;
	background: url(../img/bul/4diam.gif) no-repeat 0 6px;
}

#homeList p.portfoliolink {
	margin: 0;
	padding: 10px 15px 0 0;
	text-align: right;
}

div#flashcontainer {
	float: right;
	padding: 0 10px 0 20px;
}

/* IE5 mac hide \*/
* html div#homeBottom {height: 1%;}
/**/

div#homeBox {
	border: 1px solid #CCC;
	background: url(../img/home_box_bg.jpg) repeat-x;
}

#homeBox h3 {
	margin: 5px 0 5px 15px;
}


/******************/
/* portfolio page */
/******************/
	
#showcaseNav {
	font-size: 12px;
}

div#showcaseNav {
	float: left;
	padding-top: 10px;
	padding-bottom: 20px;
	margin-left: 5px;
	width: 245px;
}

#showcaseNav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border-top: 1px solid #CCC;
}

#showcaseNav li {
	margin: 0;
	padding: 10px;
	border-bottom: 1px solid #CCC;
	border-right: 1px solid #CCC;
}

#showcaseNav li.sel {
	border-right: 0;
	background-color: #FFF;
}

#showcaseNav li h3 {
	border-right: none;
	font-weight: bold;
	font-size: 12px;
	margin: 0;
	padding: 0;
}

div#showcase_wrapper {
	float: left;
	display: inline;
	width: 550px;
	margin-left: 30px;
}

div#slideshow_wrapper {
	width: 550px;
	margin: 10px auto;
}

div#slideshow {
	padding: 5px 0 10px 0;
	text-align: center;
}


/*************************/
/* thumbnail list styles */
/*************************/

div#thumbnails {
	margin: 0 auto;
	width: 495px;
}

#thumbnails ul {
	list-style: none;
	margin: 0;
}

#thumbnails li {
	display: inline;
}

#thumbnails img {
	margin: 5px;
	padding: 2px;
	border: 1px solid #6e8d82;
}

#thumbnails img.thumb {border: 1px solid #6e8d82;}

#thumbnails img.selThumb {border: 2px solid #09F;}


/******************************/
/* playButtons for slideshows */
/******************************/

div#playButtons {
	text-align: center;
	margin: 0 auto;
}

#playButtons ul {
	list-style: none;
	margin: 0;
}

#playButtons li {display: inline;}
	

/*****************/
/* miscellaneous */
/*****************/

.alert {color: #C30;}

img.frame {
	margin: 5px 20px 5px 20px;
	padding: 2px;
	border: 1px solid #6e8d82;
}

table.form {
	margin: 10px 0 10px 0;
}

table.form td {
	padding: 5px;
	vertical-align: top;
}

div.flash {
	padding: 2px;
	border: 1px solid #6e8d82;
}


/**********/
/* footer */
/**********/

div#footer {
	clear: both;
	text-align: left;
	font-size: 12px;
}

#footer p {
	line-height: .75em;
	padding-right: 10px;
	padding-left: 10px;
	color: #999;
}

#footer a:link {text-decoration: none;}
#footer a:visited {color: #6e8d82; text-decoration: none;}
#footer a:hover {color: #09F; text-decoration: underline;}

#footer div.cta {
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	background-color: #6e8d82;
	color: #fff;
	padding: 7px;
	text-align: center;
	font-size: 14px;
	margin-bottom: 10px;
	height: 1%;
}

#footer div.cta p {color: #fff; margin: 0; padding: 0;}

#footer div.cta a, #footer div.cta a:link, #footer div.cta a:visited {text-decoration: underline; color: #FFF;}
#footer div.cta a:hover {text-decoration: none; color: #FFF;}


/******************/
/* Global Classes */
/******************/
 
.clear         { clear:both; }
 
.float-left    { float:left; }
.float-right   { float:right; }
 
.text-left     { text-align:left; }
.text-right    { text-align:right; }
.text-center   { text-align:center; }
.text-justify  { text-align:justify; }
 
.bold          { font-weight:bold; }
.italic        { font-style:italic; }
.underline     { border-bottom:1px solid; }
.highlight     { background:#ffc; }
 
.wrap          { width:960px;margin:0 auto; }
 
.img-left      { float:left;margin:4px 10px 4px 0; }
.img-right     { float:right;margin:4px 0 4px 10px; }
 
.nopadding     { padding:0; }
.noindent      { margin-left:0;padding-left:0; }
.nobullet      { list-style:none;list-style-image:none; }