/* <![CDATA[ */

/* Basic styles */

/* Global & general styles */

/* Body general */
#outerWrap {
	padding: 0;
	margin: 0;
	text-align: left;
	vertical-align: top;
	width: 100%;
	min-width: 100%;
	height: 100%;
	min-height: 100%;
}

#innerWrap {
	padding: 0px 20px 0 20px;
	width: 970px;
}

#mainWrap {
	margin: 30px 20px 20px 20px;
	padding: 0px;
	text-align: center;
	vertical-align: top;
	height: 100%;
	width: auto;
	max-width: 930px;
}

#mainFirst, #main, #leftCol, #rightCol {
	font-size: 0.90em;
	line-height: 1.45em;
}

#mainFirst {
	padding: 0px 20px 0 20px;
	margin: 0px;
	text-align: left;
	vertical-align: top;
	height: 100%;
	width: auto;
	max-width: 418px;
	min-width: 230px;
} 

#leftCol {
	text-align: left;
	vertical-align: top;
	width: 186px;
	padding: 0px 20px 0 0px;
	margin: 0px;
	height: 100%;
	border-right: 1px dotted #000;
	/* BHM */
	voice-family: "\"}\""; 
	voice-family: inherit;
	width: 165px;
} 

html>body #leftCol {
	width: 165px;
} 

#rightCol {
	text-align: left;
	vertical-align: top;
	width: 246px;
	margin: 0px;
	padding: 0 0px 0 20px;
	height: 100%;
	border-left: 1px dotted #000;
	/* BHM */
	voice-family: "\"}\""; 
	voice-family: inherit;
	width: 225px;
} 

html>body #rightCol {
	width: 225px;
} 

#leftCol div, #rightCol div {
	padding: 0;
	margin: 0 0 5px 0;
}

#leftCol p, #rightCol p {
/*	font-size: 0.85em;
	line-height: 1.4em;
	font-size: 90%;
	line-height: 100%;*/
}

#rightCol div {
/*	font-size: 0.85em;
	line-height: 1.35em;*/
}

#main {
	font-size: 0.95em;
	line-height: 1.55em;
	padding: 0px;
	margin: 0px;
	text-align: left;
	vertical-align: top;
	height: 100%;
	width: auto;
	max-width: 570px;
	min-width: 300px;
} 


/* Header and menu styles */
#headerWrap {
	border-top: 1px solid #9FB6AF;
	width: 100%;
	min-width: 580px;
	height: 103px;
	padding: 0;
	margin 0;
	text-align: left;
	vertical-align: top;
	background-color: #9FB6AF;
	overflow: visible;
	/* BHM */
	voice-family: "\"}\""; 
	voice-family: inherit;
	height: 102px;
} 

html>body #headerWrap {
	height: 102px;
}


#header {
	text-align: left;
	vertical-align: middle;
	width: auto;
	max-width: 930px;
	background: transparent;
	margin: 19px 20px 0 20px;
	padding: 0;
} 

#title, #subTitle {
	width: auto;
	text-align: center;
	padding: 0;
	margin: 0 auto 0 auto;
	font-family: "Futura Medium", Futura, Helvetica, Arial, Verdana, Geneva, "Helvetica Light", sans-serif;
	font-size: 3.32em;
	line-height: 1.0em;
	text-transform: uppercase;
	letter-spacing: 0.2em;
}

#title a, #subTitle a {
	text-decoration: none;
	background: transparent;
	color: #FFF;
}

#subTitle {
	padding: 3px 0 0px 0;
	font-size: 1.32em;
	line-height: 1.5em;
	word-spacing: 0.7em;
}

#subTitle a {
	color: #000;
	background: transparent;
}

#menuWrap {
	background-color: #FFF;
	height: 23px;
	width: 100%;
	min-width: 580px;
	margin: 0px;
	padding: 0px;
	vertical-align: middle;
	text-align: left;
	border-bottom: 1px solid #9FB6AF;
	/*white-space: nowrap;*/
	overflow: visible;
	/* BHM */
	voice-family: "\"}\""; 
	voice-family: inherit;
	height: 22px;
} 

html>body #menuWrap {
	height: 22px;
}

#menuContainer {
/*	position: relative;*/
	background: transparent;
	margin: 0 20px 0 20px;
	padding: 0;
	width: auto;
	max-width: 930px;
	height: 22px;
	vertical-align: middle;
}

#menuWrap ul {
	display: inline;
}

#menuWrap li {
	list-style: none;
	display: inline;
}

#menu {
	float: left;
	vertical-align: middle;
	text-align: left;
	height: auto;
	background: transparent;
	padding: 0;
	margin: 0;
}

#menu ul {
	/*margin: auto 0 auto 0;*/
}

#menu li {
	margin: 0 16px 0 0;
	vertical-align: middle;
}

/*#menu a:link, #menu a:visited, #menu a:hover, #menu a:active, #menu a:visited:hover, #menu a:visited:active {*/
#menu a, #menu li a {
	text-decoration: none;
	color: #9FB6AF;
	background: transparent;
	font-family: "Futura Medium", Futura, Helvetica, Arial, Verdana, Geneva, "Helvetica Light", sans-serif;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	border-bottom: none;
	font-size: 1.25em;
	line-height: 2.10em;
}

#menu li a:link, #menu li a:visited {
	text-decoration: none;
}

#menu li a:hover, #menu li a:active, #menu li a:visited:hover, #menu li a:visited:active {
	text-decoration: underline;
}

.clear {
	clear: both;
	height: 0px;
	line-height: 0px;
	font-size: 0.5px;
	margin: 0;
	padding: 0;
	margin-bottom: -1px; /* for Gecko-based browsers */
	overflow: hidden;
	padding-bottom: 1px; /* for Gecko-based browsers */
}

.clear:after {
	clear: both; 
	content: "."; 
	display: block; 
	height: 0; 
	visibility: hidden;
}

.clear {display: inline-table;}

/* Hides from IE-mac \*/
* html .clear {height: 1px;}
.clear {display: block;}
/* End hide from IE-mac */

#footerSep {
	padding: 20px 0px 0px 0px;
	margin: 0px 0px 20px 0px;
	border-bottom: 1px dotted #000;
	clear: both;
}

.footer {
	font-size: 0.70em;
	line-height: 0.85em;
	padding: 2px 0px 10px 0px;
	margin: 0px 0 0px 0;
	letter-spacing: 0em;
	text-align: center;
}

/* Content */
.sectionSep1 {
	padding: 0px;
	margin: -5px 0px 15px 0px;
	border-bottom: 1px dotted #000;
	clear: both;
}

.imgSection {
	padding-top: 10px;
}

.minusmargin {
	padding: 0px 0 0px 0;
	margin: -10px 0 0px 0;
}

.edit {
	padding: 0px 0 0px 0;
	margin: 0px 0 0px 0;
}

.auto {
	padding: 0px;
	margin: 0;
	width: auto;
}

.ol {
	list-style-type: square;
	padding: 0px;
	margin: 0;
}

.noBorder a {
	text-decoration: none;
	border: none;
}

.nobr {
	white-space: nowrap;
}

.error {
	padding: 0px;
	margin: 0;
	color: #ff0000;
}

.ulList {
	margin-left: 1em;
	font-size: 1.05em;
	line-height: 1.60em;
}

.ulList ul {
	list-style: square inside;
	display: block;
	/*text-indent: -1em;*/
	margin-left: 1em;
	margin-bottom: 6px;
}

.ulList li {
	list-style: square inside;
	display: block;
}

.byline {
	font-size: 0.80em;
	line-height: 1.3em;
}

.small {
	font-size: 80%;
	line-height: 100%;
}

.intro {
	font-size: 1.2em;
	line-height: 1.5em;
	width: 60%;
	margin-bottom: 6px;
}

/* Text styles */
h1, h2, h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
}

a h1, a h2, a h3, a h4, a h5, a h6 {
	text-decoration: none;
	border-bottom: none;
}

h1 {
	font-size: 2.00em;
	line-height: 1.20em;
	margin: 4px 0 8px 0;
}

a h1, h1 a:link, h1 a:visited, a h2, h2 a:link, h2 a:visited, a h3, h3 a:link, h3 a:visited, a h4, h4 a:link, h4 a:visited, a h6, h6 a:link, h6 a:visited {
	text-decoration: none;
	border-bottom: none;
}

h1 a:hover, h1 a:active, h2 a:hover, h2 a:active, h3 a:hover, h3 a:active, h4 a:hover, h4 a:active, h6 a:hover, h6 a:active {
	text-decoration: none;
	border-bottom: 1px dotted #9FB6AF;
}

a h5, h5 a:link, h5 a:visited {
	text-decoration: none;
	border-bottom: 1px dotted #9FB6AF;
}

h5 a:hover, h5 a:active {
	text-decoration: none;
	border-bottom: 1px solid #9FB6AF;
}

h2 {
	font-size: 1.90em;
	line-height: 1.30em;
}

h3 {
	font-size: 1.25em;
	line-height: 1.2em;
}

h4, a h4, #leftCol h4, #rightCol h4 {
	margin: 0 0 4px 0;
	font-family: "Futura Medium", Futura, Arial, Verdana, Geneva, "Helvetica Light", Helvetica, sans-serif;
	font-size: 1.05em;
	line-height: 1.23em;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 0.15em;
	text-decoration: none;
}

h5 {
	font-family: Verdana, Helvetica, Geneva, Arial, Trebuchet, sans-serif;
	font-size: 1.00em;
	line-height: 1.10em;
}

/* Alignment & tables */
.middle {
	vertical-align: middle;
}

.bottom {
	vertical-align: bottom;
}

.right {
	text-align: right;
}

.center {
	text-align: center;
}

.borderbl {
	border: 1px solid #000;
}


/* Form parts */
input, textarea, select, option {
	background-color: #FFF;
	color: #000;
	padding: 1px 1px 1px 1px;
	margin: 0;
	border: 1px #9FB6AF solid;
	font-size: 1.00em;
}

form {
	margin: 0px;
	padding: 0px;
}

select, option {
	font-size: 0.9em;
}

textarea {
	font-size: 1.2em;
}

.formBtn {
	background-color: #FFF;
	border: none;
	padding: 0px;
	margin: 0px;
	color: #9FB6AF;
	/*height: 11px;*/
}

.searchBtn {
	border: 1px #9FB6AF solid;
}

.searchTxt {
	background-color: #FFF;
	color: #000;
	padding: 1px 1px 1px 1px;
	margin: 0;
	border: 1px #9FB6AF solid;
	height: 11px;
	width: 120px;
}

#search {
	float: right;
	padding: 0;
	margin: 0;
	height: 22px;
	text-align: right;
	vertical-align: middle;
	/*height: auto;*/
	white-space: nowrap;
	border: 0px solid #F00;
}

#search ul {
	display: inline;
}

#search li {
	font-size: 1.10em;
	line-height: 2.20em;
	text-align: right;
	padding: 0px 0 0 5px;
	margin: 0;
	list-style: none;
	display: inline;
	/*line-height: 1.5em;*/
}

.menuSearchBtn {
	font-size: 1.00em;
	border: none;
	background-color: #FFF;
	color: #9FB6AF;
	height: 18px;
}


/* Spacing & misc */
.imgright {
	padding: 0 0 0 10px;
	margin: 0px;
}

.imgleft {
	padding: 0 10px 0 0;
	margin: 0px;
}

.imgnormal {
	padding: 5px 0 5px 0;
	margin: 0px;
}

.navSelect {
	margin-bottom: 3px;
}


/* Colors */
.white {
	background: transparent;
	color: #FFF;
}

/* This is where the magic happens for floats to clear properly. We define the clearfix here rather than setting it as class="clearfix" in each instance needed, making it much more flexible and keeping the mockup cleaner. Just add the instance needing the clearfix below */

/* float clearing for IE6 */
* html #outerWrap, 
* html #headerWrap, 
* html #main, 
* html #mainWrap {
	height: 1%;
	overflow: visible;
}

/* float clearing for IE7 */
*+html #outerWrap, 
*+html #headerWrap, 
*+html #main, 
*+html #mainWrap {
	min-height: 1%;
}

/* float clearing for everyone else */
#outerWrap:after, 
#headerWrap:after, 
#main:after, 
#mainWrap:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}


/* ]]> */
