/* All Purpose Elements */

body {
	background: #fff url(/img/page_bg.gif) top left repeat;
	margin: 0px;
	padding: 0px;
	font-family: Georgia,times roman,serif,Verdana, Arial, Helvetica, sans-serif;
}

img {
	display: block;
	border:0px none;
}

.inline {
	display: inline;
	border:0px none;
}


p, td, ul, ol, li, dl, dt, dd {
	font-family:Georgia,times roman,serif,Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}


html p {
	margin-top:0;
	margin-bottom:2em;
}
hr {
color:#CCC;
}
body blockquote {
margin:0;
padding:0 0 0 20px;
}

td{
vertical-align:top;
}
.hide { display: none; }

/* -- */

/* HEADERS */



h1 {
	color:#000;
	font-weight:normal;
	padding:0 0 10px 0;
	margin:15px 0 10px 0;
	font-size:24px;
	font-family: Georgia, Times, Serif;
	border-bottom:1px dashed #ccc;
}

h2 {
	font-weight:normal;
	margin:0;
	margin-bottom:5px;
	color:#333;
	font-size:14px;
	font-weight:bold;
	padding:0;
	
}

h3 {
	font-weight:normal;
	margin:0;
	margin-bottom:5px;
	color:#666;
	font-size:14px;
	font-weight:bold;
	font-family: Georgia, times;
	padding:0;
	
}


h4 {
	font-size:13px;
	color:#666;
font-style:italic;
font-weight:bold;
margin-top:1em;
	margin-bottom:1em;
	
}

h5 {
	font-size:10px;
	color:#666;
	font-weight:normal;
	text-transform:uppercase;
	margin:0 0 3px 0;
	}


h6 {
	font-size:12px;
	color:#666;
	font-weight:bold;
	display:block;
	margin:0 0 3px 0;
	}



/* -- */

/* Linkology */

a:link,a:visited {
	color:#0068b3;
	text-decoration:none;
	font-weight:bold;
}

a:hover {
	color:#000;
	text-decoration:underline;
}

/* -- */


/* Page table info */

td.doc{
background:#fff;
border:1px solid #fff;

}
.bg_l{
background:url(/img/border_l.gif) top right repeat-y;
}

.bg_r{
background:url(/img/border_r.gif) top left repeat-y;
}
.bg_b{
background:url(/img/border_b.gif) top left no-repeat;
}

.logo_header{
height:135px;
background:#fff url(/img/booth_logo2.gif) top left no-repeat;
}

.top_bar{
width:762px;
background:#000;
height:5px;
}

.bottom_bar{
width:762px;
background:#000;
height:0px;
}


.nav_cell{
padding:0px 0px 20px 0px;
font-size:11px;
background:#f0f0f0;
}

.header_img{
display:block;
}

.nav_cell a:link,
.nav_cell a:visited,
.nav_cell a:active{
border-bottom:1px solid #ccc;
font-weight:normal;
display:block;
padding:7px 5px 7px 25px;
color:#011458;
background:#fff;
text-decoration:none;
}

.nav_cell a:hover{
background-color:#d8d3cd;
}

.nav_cell a.on:link,
.nav_cell a.on:visited,
.nav_cell a.on:active,
.nav_cell a.on:hover{
background-color:#000;
color:#fff;
}


.nav_cell a.s_on:link,
.nav_cell a.s_on:visited,
.nav_cell a.s_on:active,
.nav_cell a.s_on:hover{
font-weight:bold;
background-color:none;
}



/* Trail Nav */
.trail-nav,.trail-nav p{
color:#666;
font-size:9px;
font-weight:normal;
}

.trail-nav a{
font-size:9px;
font-weight:normal;
}
/* -- */
/* MAIN NAVIGATION Elements - menu style */

.nav{
border-top:1px solid #fff;
border-bottom:1px solid #fff;
}
.nav td{

}

.grey{
color:#999;
}

.basic_table td{
padding:5px;

}
.label{
text-align:right;
background:#f0f0f0;
font-weight:bold;
border-right:1px solid #ccc;
}
/* Page Stuff */
.client_edit_table {
margin-bottom:10px;
}

#page_low .client_edit_table {
margin-top:0px;
margin-bottom:10px;
}

.client_edit_table .header{
background:#000;
padding:15px 10px 15px 30px;
}

.client_edit_table td.content{
padding:10px 15px 0 31px;
line-height:1.6em;
}
.client_edit_table td.content p{
line-height:1.6em;
}

#page_low .client_edit_table td.content{
padding-top:25px;
}

/* Callout */

.main_callout{
margin-bottom:15px;
margin-top:-10px;}

.main_callout .callout_content{
background:url(/img/main_callout_bg.gif) top left repeat-y;
padding:10px 20px;

}

.main_callout .callout_content,
.main_callout .callout_content p{
font-size:18px;
color:#000;
font-family:Georgia,times;
}

.callout_holder{
padding:0 10px 0 5px;

}

#page_low .callout_holder{
padding-top:15px;
}

.callout_content{
background:url(/img/callout_bg.gif) top left repeat-y;
padding:0 10px 10px 10px;
}

 .callout .callout_content,
 .callout .callout_content p{
font-size:10px;
}
.callout_holder .callout .callout_content h3{
background:#525962;
font-weight:bold;
font-size:11px;
color:#fff;
margin:5px -10px;
padding:3px 10px;
text-transform:none;
}


.project_callout{
float:right;
background:#000;
padding:10px;
margin-left:10px;
margin-right:10px;
}

.project_callout td{
padding:5px;
text-transform:uppercase;
color:#fff;
}

.project_callout .title{

font-weight:bold;
}

.project_callout .desc{
font-size:10px;
}

.project_callout .photo img{
border:1px solid #fff;
text-align:center;
}

.project_callout td.button{
vertical-align:middle;
text-align:center;
}

/* Sub Menu Stuff */

.subnav_holder{
background:#bec0c2;
font-size:10px;
}

.subnav_holder .top{
background:#000 url(/img/subnav_top.gif) top left no-repeat;
height:57px;
}
.subnav_holder a:link,
.subnav_holder a:visited,
.subnav_holder a:active{
display:block;
margin-top:1px;
padding:5px 10px;
color:#fff;
font-weight:bold;
background:#29437f;
text-decoration:none;
}

.subnav_holder a:hover{
background:#333;
text-decoration:none;
}

.subnav_holder a.on:link,
.subnav_holder a.on:visited,
.subnav_holder a.on:active,
.subnav_holder a.on:hover{
background:#000;
text-decoration:none;
}
/* -- */


table.image_thumb_table {
margin:0px 0 5px 0;
}
table.image_thumb_table td {
border:1px solid #DEDFDF;
border-top:none;
padding:5px 10px 10px 10px;
font-size:9px;
background:#fff;
font-weight:bold;
color:#333;
}
#image_holder{
margin:10px 0 0 0;
padding:10px 0;
text-align:center;
width:555px;
overflow:none;
border-top:1px dashed #999;
}
#image_holder img{
border:1px solid #333;
}


.big_image{
display:none;
}


table.image_thumb_table td.thumb_holder img{
border:1px solid #666;
margin-top:5px;
}

table.project_specs {
margin-left:10px;
margin-top:0px;
}

table.project_specs td{
background:#f0f0f0;
padding:8px;
font-size:10px;
border-bottom:1px solid #fff;
border-right:1px solid #fff;
vertical-align:top;

}
table.project_specs td p{
font-size:10px;
}

table.project_specs td.project_specs_hdr{
background:transparent url("http://imageserve.goboxx.com/mb/low-project-name-hdr-bg.gif") top left no-repeat;
font-family:georgia, times, serif;
font-size:16px;
color:#fff;
padding:10px;
}
table.image_thumb_table td.hdr,
table.project_specs td.hdr{
background:#fff;
border:none;
font-weight:bold;
border-bottom:1px solid #DEDFDF;
padding:10px 0 5px 0;
background:none;

}
/* Form Elements */



/* -- */

/* FOOTER */

.footerbar{
height:10px;
background:#011458;
border-top:1px solid #fff;
}

.footer  {
padding:10px;
	text-align:center;
	color:#333;
	font-size:9px;
}

.footer  a:link, .footer a:visited {
color:#000;
text-decoration:none;
}

#footer td a:hover {
color:#999;
text-decoration:none;
}
 /*-- */


