/* 
 * Cascading Style Sheet, for Brian Hall, Inc.
 * Version: v1.0
 */

/* 
 * ========================================
 * global element styles 
 * ========================================
 */

html{
	overflow-x: auto; /* fixes MSIE scrollbar bug DO NOT REMOVE, has no effect in Mozilla, or Opera */
}

body
{
	background-image: url(/images/bhincbg.jpg);
	background-repeat: repeat;
	background-color:#FFFFFF;
	color: #000000;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10px;
	line-height: 200%;
	margin: 10px auto 20px auto;
	padding: 0;
	text-align: center; /* centers board in MSIE */
	width: 746px;
	background-position: center center;
	background-attachment: scroll;
}

a:link, 
a:visited, 
a:active
{
	color: #158496;
	font-size: 9px;
	font-weight: normal;
	text-decoration: none;
}

a:hover
{
	color: #0C3143;
	font-size: 9px;
	font-weight: normal;
	text-decoration: underline;
}

table,
tr,
td{ /* required for text in tables, because tables do not inherit from body */
	background: transparent;
	color: #666666;
	font-size: 10px;
	line-height: 160%;
	vertical-align: top;
}

table{ /* makes all tables 100% wide */
	width: 100%;
}

form
{
	display: inline;
	margin: 0; /* removes mystery form tag gapping */
	padding: 0; /* removes mystery form tag gapping */
}

p
{
	margin: 0px;
	padding: 9px;
	line-height: 12px;
}

img
{
	border: 0; /* makes sure linked images do not have a border */
	vertical-align: middle;
}

/* categories submenu

ul {list-style: none outside; margin: 0; padding: 0 4px 2px 0;}
li {padding-bottom: 1px;}

li a:link, 
li a:visited, 
li a:active
{
	color: #158496;
	font-size: 9px;
	font-weight: normal;
	text-decoration: none;
}

li a:hover
{
	color: #0C3143;
	font-size: 9px;
	font-weight: normal;
	text-decoration: underline;
}
 */

/* 
 * ========================================
 * global hyperlink styles 
 * ========================================
 */
/*
#about a:link,
#about a:visited,
#about a:active{
	background: transparent;
	color: #158496;
	text-decoration: none;
	font-weight: normal;
}

#about a:hover
{
	background: transparent;
	color: #0C3143;
	text-decoration: underline;
	font-weight: normal;
}


#photo a:link,
#photo a:active,
#photo a:visited{
	background: transparent;
	color: #702179;
	text-decoration: none;
	font-weight: normal;
}


#photo a:hover
{
	background: transparent;
	color: #3E1242;
	text-decoration: underline;
	font-weight: normal;
}

#web a:link,
#web a:visited,
#web a:active{
	background: transparent;
	color: #580602;
	text-decoration: none;
	font-weight: normal;
}

#web a:hover
{
	background: transparent;
	color: #340000;
	text-decoration: underline;
	font-weight: normal;
}

#contact a:link,
#contact a:visited,
#contact a:active{
	background: transparent;
	color: #8F5D0D;
	text-decoration: none;
	font-weight: normal;
}

#contact a:hover
{
	background: transparent;
	color: #664007;
	text-decoration: underline;
	font-weight: normal;
}

#print a:link,
#print a:visited{
	background: transparent;
	color: #004960;
	text-decoration: none;
	font-weight: normal;
}
#logos li.logos a,
#broch li.broch a,
#ads li.ads a,
#pop li.pop a,
#packaging li.packaging a,
#newsletters li.newsletters a,
#wayfinding li.wayfinding a,
#outdoor li.outdoor a,
#tradeshows li.tradeshows a {
color:#666666;
text-decoration:underline;
}
#listserv li.listserv a,
#jobops li.jobops a,
#internops li.internops a {
color:#666666;
text-decoration:underline;
}
#about td.about a,
#print td.print a,
#web td.web a,
#webflash td.webflash a,
#photo td.photo a,
#contact td.contact a {
color:#666666;
text-decoration:underline;
}

#print a:hover
{
	background: transparent;
	color: #002130;
	text-decoration: underline;
	font-weight: normal;
}

#webflash a:link,
#webflash a:visited,
#webflash a:active{
	background: transparent;
	color: #595520;
	text-decoration: none;
	font-weight: normal;
}

#webflash a:hover
{
	background: transparent;
	color: #383510;
	text-decoration: underline;
	font-weight: normal;
}
*/

/* 
 * ========================================
 * Main wrapper, this controls the overall width of the site in your browser view window. 
 * ========================================
 */

#wrapper
{
	margin: 0;
	text-align: left;
	/* re_aligns text to left second part of two part MSIE centering workaround */
	width: 760px;
	height: auto;
	background-color: #FFF;
	background-image: url(/images/bg_wrapper.gif);
	background-repeat: repeat-y;
}

#frame
{
	text-align: left;
	width: 746px;
	height: auto;
	margin: 0;
	margin-left: 7px;
	margin-right: 7px;
	padding: 0;
}

#footer
{
	width: 760px;
	height: 8px;
	background-image: url(/images/bg_footer.gif);
	background-repeat: no-repeat;
	/*background-color:#FFFFFF; */
}

#showcase
{
	width: 100%;
	height: 150px;
	background-color: transparent;
	margin-top: 1px;
	margin-bottom: 1px;
	background-image: url(/images/flash_temp.jpg);
	background-repeat: no-repeat;
}

#colums
{
	width: 746px;
	height: auto;
	margin: 0;
	padding: 20px 0 0 0;
	border: 0;
	text-align: left;
}

#content_col
{
	width: 423px;
	margin: 0;
	padding:0;
	
}

#left_col
{
	width: 150px;
	height:400 px;
	margin: 0;
	padding: 0;
}

#right_col
{
	width: 173px;
	margin: 0;
	padding:0;
}

#line_height
{
	line-height: 15px;
}

#port_indent
{
	margin: 0 0 0 30px;
}

/* 
 * ========================================
 * Navigation
 * ========================================
 */ 
/* global navigation */
#upper_nav
{
width: 746px;
height: 25px;
background-color: #333;
margin: 0;
padding: 0;
border: 0;
}

#upper_nav td
{
margin: 0;
padding: 0;
border: 0;
}
#upper_nav .about a
{
display: block;
height: 25px;
width: 91px;
background-image: url(../images/upper_nav/about_off.gif);
background-repeat: no-repeat;
background-position:top center;
}

#upper_nav .about a:hover
{
background-image: url(/images/upper_nav/about_on.gif);
}

#upper_nav .photography a
{
display: block;
height: 25px;
width: 125px;
background-image: url(/images/upper_nav/photography_off.gif);
background-repeat:no-repeat;
background-position:top center;
}

#upper_nav .photography a:hover 
{
background-image: url(/images/upper_nav/photography_on.gif);
}

#upper_nav .print a
{
display: block;
height: 25px;
width: 125px;
background-image: url(/images/upper_nav/print_off.gif);
background-repeat:no-repeat;
background-position:top center;
}

#upper_nav .print a:hover
{
background-image: url(/images/upper_nav/print_on.gif);
}

#upper_nav .web a
{
display: block;
height: 25px;
width: 135px;
background-image: url(/images/upper_nav/web_off.gif);
background-repeat:no-repeat;
background-position:top center;
}

#upper_nav .web a:hover
{
background-image: url(/images/upper_nav/web_on.gif);
}

#upper_nav .webflash a
{
display: block;
height: 25px;
width: 135px;
background-image: url(/images/upper_nav/webflash_off.gif);
background-repeat:no-repeat;
background-position:top center;
}

#upper_nav .webflash a:hover
{
background-image: url(/images/upper_nav/webflash_on.gif);
}

#upper_nav .contact a
{
display: block;
height: 25px;
width: 135px;
background-image: url(/images/upper_nav/contact_off.gif);
background-repeat:no-repeat;
background-position:top center;
}

#upper_nav .contact a:hover
{
background-image: url(/images/upper_nav/contact_on.gif);
}
#bottom_nav {
margin:0 auto;
text-align:center;
}
#bottom_nav ul {
margin: 20px 20px 0 20px;
border-top: #DDD solid 1px;
}
#bottom_nav ul li {
display:inline;
padding:0 15px;
}

/* end global navigation */


/* port navigation */
#port_nav
{
	width: 64px;
	background-color: #fff;
	margin: 10px 0px 0px 28px;
	padding: 0;
	border: 0;
}

#port_nav td
{
	margin: 0;
	padding: 0;
	border: 0;
}

#port_nav #about a:link, 
#port_nav #about a:visited, 
#port_nav #about a:active
{
	display: block;
	height: 16px;
	width: 16px;
	background-image: url(/images/portfolio/off_btn.gif);
	background-repeat: no-repeat;
}

#port_nav #about a:hover
{
	display: block;
	height: 16px;
	width: 16px;
	background-image: url(/images/portfolio/orange_btn.gif);
	background-repeat: no-repeat;
}

#port_nav #photography a:link,
#port_nav #photography a:visited, 
#port_nav #photography a:active
{
	display: block;
	height: 16px;
	width: 16px;
	background-image: url(/images/portfolio/off_btn.gif);
	background-repeat: no-repeat;
}

#port_nav #photography a:hover
{
	display: block;
	height: 16px;
	width: 16px;
	background-image: url(/images/portfolio/purple_btn.gif);
	background-repeat: no-repeat;
}

#port_nav #print a:link,
#port_nav #print a:visited, 
#port_nav #print a:active
{
	display: block;
	height: 16px;
	width: 16px;
	background-image: url(/images/portfolio/off_btn.gif);
	background-repeat: no-repeat;
}

#port_nav #print a:hover
{
	display: block;
	height: 16px;
	width: 16px;
	background-image: url(/images/portfolio/blue_btn.gif);
	background-repeat: no-repeat;
}

#port_nav #web a:link,
#port_nav #web a:visited, 
#port_nav #web a:active
{
	display: block;
	height: 16px;
	width: 16px;
	background-image: url(/images/portfolio/off_btn.gif);
	background-repeat: no-repeat;
}

#port_nav #web a:hover
{
	display: block;
	height: 16px;
	width: 16px;
	background-image: url(/images/portfolio/pink_btn.gif);
	background-repeat: no-repeat;
}

#port_nav #webflash a:link,
#port_nav #webflash a:visited, 
#port_nav #webflash a:active
{
	display: block;
	height: 16px;
	width: 16px;
	background-image: url(/images/portfolio/off_btn.gif);
	background-repeat: no-repeat;
}

#port_nav #webflash a:hover
{
	display: block;
	height: 16px;
	width: 16px;
	background-image: url(/images/portfolio/green_btn.gif);
	background-repeat: no-repeat;
}

#port_nav #contact a:link,
#port_nav #contact a:visited, 
#port_nav #contact a:active
{
	display: block;
	height: 16px;
	width: 16px;
	background-image: url(/images/portfolio/off_btn.gif);
	background-repeat: no-repeat;
}

#port_nav #contact a:hover
{
	display: block;
	height: 16px;
	width: 16px;
	background-image: url(/images/portfolio/yellow_btn.gif);
	background-repeat: no-repeat;
}

hr.portfolio_hr {
margin:10px 10px;
background-image:url('/images/portfolio/portfolio_ln.gif');
background-repeat:no-repeat;
background-position:top center;
height:6px;
border:none;
}

/* end port navigation */


/* bottom navigation */

#bottom_nav a:link,
#borrom_nav a:visited,
#bottom_nav a:active{
	background: transparent;
	color: #666666;
	text-decoration: none;
	font-weight: normal;
}

#bottom_nav a:hover
{
	background: transparent;
	color: #666666;
	text-decoration: underline;
	font-weight: normal;
}

#bottom_nav
{
	width: 746px;
	height: 25px;
	background-color: #FFF;
	margin: 0;
	border: 0;
	
	
}

#bottom_nav td
{
	margin: 0;
	padding: 0;
	border: 0;
}


/* end bottom navigation */


#breadcrumb
{
	width: 400px;
	height: auto;
	padding: 0;
	border: 0;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 15px;
	margin-left: 0;
}

#breadcrumb p
{
	margin: 0;
	padding: 0;
	border: 0;
}
/* 
 * ========================================
 * BH Logo Left Side Bar
 * ========================================
 */
#bh_logo {
width: 150px;
height: 110px;
background-image: url(/images/bh_sections/bh_about.gif);
background-repeat: no-repeat;
margin:0 0 32px 8px;
}/* 
#about #bh_logo
{
background-image: url(/images/bh_sections/bh_about.gif);
}
#photo #bh_logo 
{
background-image: url(/images/bh_sections/bh_photo.gif);
}
#web #bh_logo 
{
background-image: url(/images/bh_sections/bh_web.gif);
}
#print #bh_logo 
{
background-image: url(/images/bh_sections/bh_print.gif);
}
#webflash #bh_logo 
{
background-image: url(/images/bh_sections/bh_webflash.gif);
}
#contact #bh_logo 
{
background-image: url(/images/bh_sections/bh_largeformat.gif);
}
#coopershawk #bh_logo {

background-image: url(/images/bh_sections/bh_coopers.gif);

}

#ringwood #bh_logo {

background-image: url(/images/bh_sections/bh_ringwood.gif);

}

#hyatt #bh_logo {

background-image: url(/images/bh_sections/bh_hyatt.gif);

}

#sister #bh_logo {

background-image: url(/images/bh_sections/bh_sister.gif);

}
#fractional #bh_logo {

background-image: url(/images/bh_sections/bh_fractional.gif);

}
#mcgill #bh_logo {

background-image: url(/images/bh_sections/bh_mcgill.gif);

}
 */
/* 
 * ========================================
 * BH Logo Left Side Bar
 * ========================================
 */
ul#cs_list {
background-image:url(/images/cs_about.gif);
background-repeat:no-repeat;
background-position: top left;
margin:0 0 0 7px;
padding:15px 0 0 4px;
list-style: none outside;
}
ul#cs_list li {padding:0;}
/*
#about ul#cs_list {
background-image:url(/images/cs_about.gif);
}
#photo ul#cs_list {
background-image:url(/images/cs_photo.gif);
}
#web ul#cs_list {
background-image:url(/images/cs_web.gif);
}
#print ul#cs_list {
background-image:url(/images/cs_print.gif);
}
#webflash ul#cs_list {
background-image:url(/images/cs_webflash.gif);
}
#contact ul#cs_list {
background-image:url(/images/cs_largeformat.gif);
}  */
/* 
 * ========================================
 * BH Logo Left Side Bar
 * ========================================
 */
 ul.categories {
 list-style:none;
 text-align: left;
 margin: 0 0px 0 30px;
 padding:0;
}
/* 
 * ========================================
 * Headers
 * ========================================
 */
#header
{
	width: 760px;
	height: 75px;
	background-image: url(/images/headers/header_about.gif);
	background-repeat: no-repeat;
}
 /*
#about #header
{
	width: 760px;
	height: 75px;
	background-image: url(/images/headers/header_about.gif);
	background-repeat: no-repeat;
}

#photo #header
{
	width: 760px;
	height: 75px;
	background-image: url(/images/headers/header_photo.gif);
	background-repeat: no-repeat;
}

#web #header
{
	width: 760px;
	height: 75px;
	background-image: url(/images/headers/header_web.gif);
	background-repeat: no-repeat;
}

#contact #header
{
	width: 760px;
	height: 75px;
	background-image: url(/images/headers/header_largeformat.gif);
	background-repeat: no-repeat;
}

#print #header
{
	width: 760px;
	height: 75px;
	background-image: url(/images/headers/header_print.gif);
	background-repeat: no-repeat;
}

#webflash #header
{
	width: 760px;
	height: 75px;
	background-image: url(/images/headers/header_webflash.gif);
	background-repeat: no-repeat;
}
 
#coopershawk #header {

	width: 760px;
	height: 75px;
	background-image: url(/images/headers/header_coopers.gif);
	background-repeat: no-repeat;

}

#ringwood #header {

	width: 760px;
	height: 75px;
	background-image: url(/images/headers/header_ringwood.gif);
	background-repeat: no-repeat;

}

#hyatt #header {

	width: 760px;
	height: 75px;
	background-image: url(/images/headers/header_hyatt.gif);
	background-repeat: no-repeat;

}


#fractional #header
{
	width: 760px;
	height: 75px;
	background-image: url(/images/headers/header_fractionals.gif);
	background-repeat: no-repeat;
}

 
 #sister #header
{
	width: 760px;
	height: 75px;
	background-image: url(/images/headers/header_sister.gif);
	background-repeat: no-repeat;
}

 #mcgill #header
{
	width: 760px;
	height: 75px;
	background-image: url(/images/headers/header_mcgill.gif);
	background-repeat: no-repeat;
} */

/* 
 * ========================================
 * Footers
 * ========================================
 */
#footer
{
	width: 760px;
	height: 75px;
	background-image: url(/images/footers/footer_about.gif);
	background-repeat: no-repeat;
}
 /*
#about #footer
{
	width: 760px;
	height: 75px;
	background-image: url(/images/footers/footer_about.gif);
	background-repeat: no-repeat;
}

#photo #footer
{
	width: 760px;
	height: 75px;
	background-image: url(/images/footers/footer_photo.gif);
	background-repeat: no-repeat;
}

#web #footer
{
	width: 760px;
	height: 75px;
	background-image: url(/images/footers/footer_web.gif);
	background-repeat: no-repeat;
}

#contact #footer
{
	width: 760px;
	height: 75px;
	background-image: url(/images/footers/footer_largeformat.gif);
	background-repeat: no-repeat;
}

#print #footer
{
	width: 760px;
	height: 75px;
	background-image: url(/images/footers/footer_print.gif);
	background-repeat: no-repeat;
}

#webflash #footer
{
	width: 760px;
	height: 75px;
	background-image: url(/images/footers/footer_webflash.gif);
	background-repeat: no-repeat;
}


#coopershawk #footer
{
	width: 760px;
	height: 75px;
	background-image: url(/images/footers/footer_coopers.gif);
	background-repeat: no-repeat;
}
 
 #ringwood #footer
{
	width: 760px;
	height: 75px;
	background-image: url(/images/footers/footer_ringwood.gif);
	background-repeat: no-repeat;
}

 
 #hyatt #footer
{
	width: 760px;
	height: 75px;
	background-image: url(/images/footers/footer_hyatt.gif);
	background-repeat: no-repeat;
}

 
 #fractional #footer
{
	width: 760px;
	height: 75px;
	background-image: url(/images/footers/footer_fractionals.gif);
	background-repeat: no-repeat;
}

 
 #sister #footer
{
	width: 760px;
	height: 75px;
	background-image: url(/images/footers/footer_sister.gif);
	background-repeat: no-repeat;
}

 #mcgill #footer
{
	width: 760px;
	height: 75px;
	background-image: url(/images/footers/footer_mcgill.gif);
	background-repeat: no-repeat;
}
  */
	/*******************Contact Form Styles**************************/

#contentForm {
  display: block;
  width: 500px;
  /*margin: 25px auto;/*this line will center the page*/
  padding: 25px;
}

/* and now the form formatting itself */
label {
  display: block;
  float: left;
  clear: left;
  width: 150px;
  line-height: 20px;
  margin-bottom: 10px;
  margin: 5px 0;
}

input, textarea, select {
  margin: 0;
  padding: 2px;
  font-size: 1em;
  color: #666666;
  background: #F5F5F5;
  border: 1px solid #ccc;
  margin: 5px 0;
}   

input:focus, textarea:focus, select:focus {
  border: 1px solid #999;
  background-color: #FFFFFF;
}

input.button {
  cursor: pointer;
  font-weight: bold;
  width: 90px;
  height: 28px;
  margin-left: 150px;
}

span.required{
  font-size: 13px !important;
  color: red !important;
}

.errormsg {
  display: block;
  width: 90%;
  height: 22px;
  line-height: 22px;
  color: #FFFFFF;
  font-weight: bold;
  background: #FF9D9D url(/images/stop.gif) no-repeat 10px center;
  padding: 3px 10px 3px 40px;
  margin: 10px 0;
  border-top: 2px solid #FF0000;
  border-bottom: 2px solid #FF0000;
}

.msgSent {
  font-size: 20px;
  text-align: center;
}
#bottomcontentcase {
	margin:0 auto;
position:relative;
width:540px
}
#boxinbottomcontent{
margin:0 auto;
width:500px;
}

#boxinbottomcontent p{
margin: 0px;
	padding-left:0px;
	line-height: 12px;
}
#botcontent{

	width: 460px;
	float: left;
	margin-right: 20px;
	margin-left: 20px;
}
.floatleft {
float:left;
}
.floatright {
float:right;
}
.clear {
clear:both;
}
.headlineimage{
margin-top:8px;
}
.contactheadline{
margin-top:50px;
}
div.form-message {
	background:#960000;
	border:2px solid #7E0000;
	color:#ffffff;
	padding:5px;
	width:90%;
}