/* global styles
==============================================================================*/
* {
	margin: 0;
	padding: 0;
	}
	body {
		color: #333;
		font-size: 13px;
		font-family: "trebuchet ms", sans-serif;
		background: #eeeeee url(../images/bg-body.gif) repeat-x 0 0;
		height:100%;
		}
blockquote {
margin-left:20px;
}

/* page layout
==============================================================================*/
div#page {
	width: 770px;
	margin: auto;
	background-color:#fff;
	}	
	div#content {
		float: left;
		clear: both;
	background-color:#fff;
		}
		div#main {
			float: left;
			width: 490px;
			padding: 15px;
			background: url(../images/bg-main.jpg) no-repeat top right;
		}
		div#sidebar {
			float: right;
			width: 220px;
			padding: 15px;
			font-size: .93em;
			background: url(../images/bg-sidebar.jpg) no-repeat top left;
		}


/* page header
==============================================================================*/
div#header {
	height: 87px;
	background: url(../images/logo.gif) no-repeat top left;
	}
	div#header h1,
	div#header h2 {
		display: none;
	}
	div#header img {
		position: relative;
		top: 5px; left: 650px;
	}


/* menu navigation
==============================================================================*/
ul#navlist {
	float: left;
	width: 100%;
	list-style-type: none;
	background-color: #bbb;
	}
	ul#navlist li {
		float: left;
		display: inline;
		}
		ul#navlist li a {
			color: #fff;
			float: left;
			display: block;
			font-weight: bold;
			padding: 5px 10px;
			text-decoration: none;
			}
			ul#navlist li a:hover {
				background-color: #c3c3c3;
			}

body#home ul#navlist li#hom a { 
	color: #333;
	padding-bottom: 3px;
	background-color: #fff;
	border-bottom: 2px solid #ff9900;
}
			


/* page footer
==============================================================================*/
div#footer {
	clear: both;
	padding: 10px;
	border-top: 1px solid #d9d9d9;
	}
	div#footer p {
		margin-bottom: 0;
		}
		div#footer p#copyright {
			font-size: .9em;
			font-weight: bold;
		}
		div#footer p#disclaimer {
			width: 420px;
			margin-top: 1em;
			font-size: .85em;
		}


/* typography
==============================================================================*/
a:link { color: #06c; }
a:visited { color: #06c; }

a.pdf {
	padding-right: 23px;
	background: url(../images/pdf.png) no-repeat 100% 0;
}

strong {
	font-weight: bold;
}

p { margin-bottom: 1em; }

#content ul,
#content ol,
#content dl { margin-bottom: 1em; }
#content ul { margin-left: 15px; }
#content ol { margin-left: 25px; }


h1, h2, h3 {
	color: #ff9900;
}
h2 {
	color: #ff9900;
	font-size: 1.6em;
	margin-bottom: 8px;
	padding-bottom: 3px;
	border-bottom: 1px solid #d9d9d9;
}
#main h3 { font-size: 1.3em; }
#sidebar h3 {
	color: #ff8400;
	font-size: 1.1em;
	xfont-weight: normal;
	margin-bottom: 8px;
	padding-bottom: 3px;
	border-bottom: 1px solid #d9d9d9;
}
#sidebar h4 {
	font-size: 1em;
}
#main h3 a, #sidebar h3 a {
	color: #333;
	text-decoration: none;
}

hr {
	margin-bottom: 1em;
	border: 2px solid #d9d9d9;
}



img.left {
	float: left;
	padding: 5px 3px;
	border: 1px solid #d9d9d9;
	background-color: #fff;
	margin: 0 .5em .5em 0;
}




a.popup {
	padding-right: 18px;
	background: url(../images/popup.png) no-repeat 100% 3px;
}

.note { color: #999; font-size: .9em; }





.notice {
	margin: 1em 0;
	font-size: .85em;
	padding: 10px 10px 10px 40px;
	border-top: 1px solid #ebe288;
	border-bottom: 1px solid #ebe288;
	background: #fffde5 url(../images/ico-warning.gif) no-repeat 15px 12px;
}
.notice p + p { margin-bottom: 0; }







/* contact section
==============================================================================*/
div#contact {
	margin-top: 10px;
}
div.vcard {
	margin-bottom: 1em;
	}
	div.vcard .fn {
		font-size: 1.1em;
		font-weight: bold;
	}
	div.vcard .tel {
		margin-left: 3px;
		padding-left: 10px;
		border-left: 3px solid #d9d9d9;
	}
	

/* tables
==============================================================================*/
table {
	font-size: 1em;
	margin-bottom: 1em;
}

table.datatable {
	border-collapse: collapse;
	border-bottom: 1px solid #d9d9d9;
	}
	table.datatable th {
		color: #ffffff;
		text-align: left;
		padding: 3px 8px;
		background-color: #3d80df;
	}
	table.datatable td,
	table.datatable th {
		padding: 4px 8px;
		border-left: 1px solid #d9d9d9;
		border-right: 1px solid #d9d9d9;
		}
		table.datatable th.subheader {
			color: #333;
			background-color: #cce2ff;
		}
	table.datatable .alt {
		background-color: #edf3fe;
	}



/* http://www.positioniseverything.net/bg-centering.html */
	* html div#page { padding-left: 1px; }



/* Button styles added for the surveys */
.formbutton {
margin: 5px 0;
padding: 0 5px;
background-image:   url("../images/submitbuttons.gif");
background-position:bottom;
border: 1px solid #f90;
vertical-align: middle;
text-align:center;
}
.formbutton:hover, .formbutton:focus {
background-image:   url("../images/submitbuttons-over.gif");
background-position:top;
border: 1px solid #f90;
vertical-align: middle;
} 
p.formbutton a:link, p.formbutton a:visited, p.formbutton a:hover, p.formbutton a:active {
color:#666;
text-decoration:none;
}

div#iphone, div#android, div#blackberry {
	border:1px solid #d6d6d6;
	margin-top:.5em;
	padding:.25em 1em;
}

/* footer stick alt
==============================================================================
html, body { height: 100%; }
div#nonfooter { position: relative; min-height: 100%; }
* html div#nonfooter { height: 100%; }
div#footer { position: relative; margin-top: -7.5em; }*/


/*
html, body { height: 100%; }
div#page { position: relative; min-height: 100%; }
* html div#page { height: 100%; }
div#content { overflow: auto; }
div#footer { position: absolute; bottom: 0; width: 750px; }
*/

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}

.TB_overlayMacFFBGHack {background: url(macFFBgHack.png) repeat;}
.TB_overlayBG {
	background-color:#000;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}

* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_window {
	position: fixed;
	background: #ffffff;
	z-index: 102;
	color:#000000;
	display:none;
	border: 4px solid #525252;
	text-align:left;
	top:50%;
	left:50%;
}

* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_window img#TB_Image {
	display:block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

#TB_caption{
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
}

#TB_closeWindow{
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
}

#TB_closeAjaxWindow{
	padding:7px 10px 5px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}

#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
}

#TB_title{
	background-color:#e8e8e8;
	height:27px;
}

#TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}

#TB_ajaxContent.TB_modal{
	padding:15px;
}

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#TB_load{
	position: fixed;
	display:none;
	height:13px;
	width:208px;
	z-index:103;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}

* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_HideSelect{
	z-index:99;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%;
}

* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
}
/* End of the Thickbox code */

