/* CSS Document */

/*
Name: Default
Media: Screen,Projection
Version: 1
Created: 2007-01-22
Updated: 2007-01-29
Author: Daniel Conaghan
Intended for: http://www.stonewareconsultants.com/
*/

html {
	height:	100%;
}

body {
	margin: 0;
	padding: 0;
	text-align: center;
	color: #072b61;
	height:	100%;
	font-size: 14px;
	font: normal small Arial, Helvetica, sans-serif;
	background: transparent url("../images/grid.gif") repeat-x;
	background-color: #EEF1F3;
	}
	
* html #wrap {
	/*height:	100%;  for IE5 and IE6 in quirks mode */
	height: expression( this.scrollHeight < 550? "550" : "auto" );
}	

#wrap {
	min-height:	550px;
	position:relative;
	width: 770px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	background-color: #fff;
	}
	
a img {
	border:0;
	}
h1{
	color: #535A52;
	/*font-weight: normal;*/
	font-size: 1.4em;
	margin: 15px 0 25px 0;
}


h2{
	color: #6D0000;
	font-weight: normal;
	font-size: 1.4em;
	margin: 15px 0 10px 0;
}

h2.con {
	color: #6D0000;
	clear: left;
	font-weight: normal;
	font-size: 1.4em;
	margin: 65px 0 10px 0;
}


h2.first {
	margin: 10px 0 10px 0;
}

h2.bolder {
	font-weight: bold;
	font-size: 1.5em;
	}

h3{
	font-weight: bold;
	color: #9B723E;
	font-size: 1.1em;
}

h3.first {
	margin: 10px 0 0 0;
}

h4 {
	font-weight: normal;
	font-size: 1.1em;
}

#content a:link {
	color: #800000;
	text-decoration: underline;
	/*border-bottom: 1px solid #800000;*/
}

#content a:visited {
	color: #800000;
	text-decoration: underline;
	/*border-bottom: 1px solid #800000;*/
}

#content  a:hover,
#content a:active {
	color: #800000;
	text-decoration: underline;
	/*border-bottom: 1px solid #800000;*/
}

/* Layout */

#header {
	height: 109px;
	width: 770px;
	/*border-top: #9B9877 10px solid;*/
	border-bottom: #800000 5px solid;
	background: transparent url("../images/headerbkg_consultants.png") 0 0 no-repeat;
}

#logo {
	display: inline;
	float: right;
	margin: 20px 40px 0 0 ;
	/*border: 1px solid #fff;*/
	}
	
#date {
	display: inline;
	float: left;
	font-size: .85em;
	margin: 20px 0 0 253px;
	color: #fff;
}

#menu {
	float: left;
	position: relative; /* IE/PC Peekaboo fix */
	display: inline;
	width: 182px;
	height: 600px;
	margin-left: 18px;
	margin-top: 5px;
	padding: 10px 9px 10px 9px;
	background: #C8C8B4 url("../images/corner_tl.gif") no-repeat top left;
	}

#menu .tr {
	position: absolute;
	top: 0;
	right: -1px;
	width: 4px;
	height: 4px;
	background: url("../images/corner_tr.gif") no-repeat top right;
	}

#menu .bl {
	position: absolute;
	bottom: -1px;
	left: 0;
	width: 4px;
	height: 4px;
	background: url("../images/corner_bl.gif") no-repeat bottom left;
	}

#menu .br {
	position: absolute;
	bottom: -1px;
	right: -1px;
	width: 4px;
	height: 4px;
	background: url("../images/corner_br.gif") no-repeat bottom right;
	}

ul#nav {
	padding:0;
	margin:0 0 0 0;
}
* html #nav{
	height: 320px;
}
#nav {
	list-style-type:none;
	list-style-image: none;
	/*background-color: #ff0000;*/
	background: transparent url("../images/menubottom.gif") no-repeat bottom;
	padding: 0;
	margin: 0;
	height: 445px;
	width: 180px;
}
#nav li.first {
	margin:0 0 0 0;
}
#nav li {
	margin:1px 0 0 0;
}
#nav li a {
	display:block;
	text-decoration:none;
	color:#fff;
	font-size:0.85em;
	width:170px;
	padding: 8px 0 8px 7px;
}
li span.on {
	display: block;
	color:#fff;
	background-color:#9B723E;
	border-left:solid #800000 5px;
	font-size:0.85em;
	width:170px;
	padding: 8px 0 8px 7px;
}
#p_abo #nav li.on,
#p_why #nav li.on {
	padding: 8px 0 0 7px;
}
#nav li a:link, #nav li a:visited {
	background-color:#9B9877;
	border-left:solid #9B9877 5px;
}
#nav li a:hover, #nav li a:active {
	color:#fff;
	background-color:#9B723E;
	border-left:solid #9B723E 5px;
}

/* Submenu */

#nav ul { /*(ul ul)*/
	list-style-type:none;
	list-style-image: none;
	margin: 0 0 0 0;
	padding: 0;
}
#nav ul li {
	margin-top: 0;
}
#nav ul li a {
	padding: 8px 0 8px 17px;
	width:160px;
	margin: 0;
}
#nav ul li.on {
	color:#535A52;
	background-color:#9B9877;
	font-size:0.85em;
	width:160px;
	border-left: 0;
	border-top: 1px solid #C8C8B4;
	margin: 0 0 0 0;
	padding: 8px 0 8px 22px !important;
}

#nav ul li a:link, #nav ul li a:visited {
	background-color:#9B9877;
	border-left:solid #9B9877 5px;
	border-top: 1px solid #C8C8B4;
	margin: 0 0 0 0;
}

#nav ul li a:hover, #nav ul li a:active {
	color:#535A52;
	background-color:#9B9877;
	border-left:solid #9B9877 5px;
	border-top: 1px solid #C8C8B4;
	margin: 0 0 0 0;
}

/*copyright*/


#copy {
	font-size: 10px;
	margin: 0 0 0 10px;
	padding: 0;
}

#copy p {
	color: #535A52;
	line-height: 0.9em;
	margin: 0 0 2px 0;
	padding: 0;
}

#copy ul{
	list-style: none;
	width: 160px;
	padding: 0;
	margin: 10px 0 0 0;
}

#copy li{
	display: inline;
	padding: 0;
	margin:  0 0 0 -3px;
}

#copy ul a{
	color: #9B723E;

}

#copy address {
	color: #535A52;
}

#content {
	margin: 10px  0 0 35px;
	display: inline;
	width: 480px;
	font-size: 0.85em;
	min-height: 420px;
	height: expression( this.scrollHeight < 420? "420px" : "auto" );
	float: left;
	color: #000;
	}

#p_con #content {
	min-height: 390px;
	height: expression( this.scrollHeight < 390? "390px" : "auto" );
	}

#p_inv #content {
	min-height: 390px;
	height: expression( this.scrollHeight < 390? "390px" : "auto" );
	}

#content ul{
	margin: 0 0 0 0;
	padding: 0;
}	

#p_tea #content ul{
	margin: -12px 0 0 0;
	padding: 0;
}

#content ul.indent {
	margin-left: 25px;
}

#content ul ul{
	margin: 7px 0 0 10px;
	padding: 0;
}	

#content li{
	list-style: none;
	margin: 7px 0 0 0;
	padding: 0 0 0 10px;
	background: transparent url(../images/bullet_red.gif) 0 5px no-repeat;
}

#content ul ul li{
	list-style: none;
	margin: 3px 0 0 12px;
	padding: 0 0 0 10px;
	background: transparent url(../images/hyphen_red.gif) 0 5px no-repeat;
}
	

#p_hom #content p {
	margin: 10px 0 0 0;
	font-size: 1.4em;
	line-height: 1.5em;
	color: #9B723E;
}

p.first {
	font-size: 1.1em;
	color: #800000;
}
#p_hom #content strong {
	color: #535A52;
}

strong.burg{
	color: #800000;
}

#p_dis #content {
	margin: 10px  0 0 35px;
	width: 700px;
}

p.registered {
	margin: 31px  35px 0 35px;
	float: right;
	display: inline;
	font-style: italic;
	line-height: 1em;
	width: 480px;
	font-size: 0.75em;
	color: #8C8C8C;
}

#p_con p.disclaimer {
	margin: 10px  35px 0 35px;
}

p.disclaimer {
	margin: 32px  35px 0 35px;
	float: right;
	display: inline;
	font-style: italic;
	line-height: 1em;
	width: 480px;
	font-size: 0.75em;
	color: #8C8C8C;
}

* html p.disclaimer {
	margin: 32px  35px 0 35px;
	float: right;
	display: inline;
	font-style: italic;
	line-height: 1em;
	width: 480px;
	font-size: 0.75em;
	color: #8C8C8C;
}

p.small_note_first {
	margin: 30px  35px -20px 35px;
	float: right;
	display: inline;
	font-style: italic;
	line-height: 1em;
	width: 480px;
	font-size: 0.75em;
	color: #8C8C8C;
}

* html li.notes {
	margin: 10px 10px 0 0;
}

#p_inv p.disclaimer {
	margin: 10px  35px 0 35px;
}

#p_new p.disclaimer {
	margin: 10px  35px 0 35px;
}

#p_pre p.disclaimer {
	margin: 10px  35px 0 35px;
}

#p_new #content {
	min-height: 420px;
	height: expression( this.scrollHeight < 420? "420px" : "auto" );
	}

#p_pre #content {
	min-height: 420px;
	height: expression( this.scrollHeight < 420? "420px" : "auto" );
	}

address {
	font-style: normal;
}

.vcard {
	float: left;
	width: 250px;
	display: inline;
}

.vcard .address{
	padding: 0;
	line-height: 1.3em;
}

.vcard dl {
	width: 250px;
	float: left;
	display: inline;
	margin: .5em 0;
	/*font-size: 0.9em;*/
	font-size: 1em;
	line-height: 1.4em;
	}

.vcard dt {
	float: left;
	width: 60px;
	display: inline;
	padding: 0;
	margin: 0 0 0 0;
	}

.vcard dd {
	/*width: 250px;*/
	padding: 0;
	margin: 0 0 0 10px;
}

#map {
	margin: -25px 0 30px 0 ;
	padding: 0;
	width: 190px;
	display: inline;
	float: right;
}

/* universal*/
	
.clearer {
	clear:both;
}

.clearerl {
	clear:left;
}

.clearerr {
	clear:right;
}

.hide,
.web_hide, 
.print,
.titlehide {
	display: none;
}

kbd {
	margin: 0 0 0 30px;
	padding: 0.5px .2em;
	font-size: .8em;
	font-family: tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
	background-color: #f6f6f6;
	border: 1px solid #ddd;
	border-right-color: #666;
	border-bottom-color: #666;
}

#accesskeys {
	display: block;
	margin-bottom: 1em;
}

#accesskeys dt {
	float: left;
	clear: left;
	}

#accesskeys dd {
	margin: 1em 0 1em 50px;
	padding-top: .1em;
	}

#struc kbd {
	margin: 0 0 0 0px;
}

#struc2 kbd {
	margin: 0 0 0 0px;
}