
/* ----------------------------------- default ----------------------------------- */
html, body {
	min-width:956px;
	color:#000;
	font-size:17px;
	line-height:19px;
	font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
	background:#f2eaae url(../images/bg.jpg) top left repeat-x;
}
a {			color:#0078ae; text-decoration:none; }
a:hover {	color:#036; text-decoration:underline; }

strong, b { font-weight:bold;}

input { border: 1px solid #aaa;}
.clear {	clear:both !important;	font-size:0; height:0; overflow:hidden; }


/* this makes anything with the attribute of type="hidden" to actually be hidden. ff was not behaving properly. */
[type="hidden"] {
	display:none !important;
	visibility:hidden !important;
}


button {
	border:none;
	background:none;
	margin:0;
	padding:0;
}



/* ------------------------------------------------- bg wrapper ------------------------------------*/
#wrapper {
	margin:0 auto;
	padding:0;
	width:956px;
	background:#fff url(../images/header.jpg) top left no-repeat;
}

/* ------------------------------------------------- header ------------------------------------*/
#header {
	margin:0 auto;
	padding:0;
	width:956px;
	height:225px;
	z-index:100;
	position:relative;
}



/* ------------------- logo ------------------- */
#header h1, #header h2 {
	margin:0;
	padding:0;
	border:none;
}
#header h1 a {
	width:400px;
	height:120px;
	margin:0;
	padding:0;
	text-indent:-1000em;
	display:inline-block;
	float:left;
}
#header h2 a {
	position:absolute;
	top:165px;
	left:0;
	width:160px;
	text-align:center;
	font-size:18px;
	font-weight:bold;
	margin:0;
	padding:0;
	display:inline-block;
	float:left;
	color:#0077b3;
}
#header h3 {
	position:absolute;
	top:209px;
	left:5px;
	width:160px;
	font-size:13px;
	font-weight:normal;
	margin:0;
	padding:0;
	display:inline-block;
	float:left;
	color: #012b3e;
}













/* ------------------------------------------------- content wrap ----------------------------------- */
#contentWrap {
	width:956px;
	overflow:hidden;
	margin:0 auto;
	padding:0;
}

/* ----------------------------- text select / breadcrumb header ----------------------------------- */
#pageHeader {
	width:938px;
	height:50px;
	overflow:hidden;
	margin:3px 15px 0 3px;
	padding:0;
}

#pageHeader ul.textSize {
	float:left;
	display:inline-block;
	list-style:none;
	height:40px;
	width:250px;
	margin:0;
	padding:0;
	overflow:hidden;
}
#pageHeader ul.textSize li {
	float:left;
	display:inline;
	list-style:none;
	margin:0 3px 0 0;
	padding:0;
}


#pageHeader #searchLinksServices{
	/*width:460px;*/
	height:40px;
	overflow:hidden;
	margin:3px 15px 0 3px;
	padding:0;
	display:inline;
	float:right;
}
#pageHeader #searchLinksServices a {
	color:#0077b3;
	text-decoration:none;
}
#pageHeader #searchLinksServices a:hover {
	color:#000;
	text-decoration:underline;
}








/*---------------------- general subpage styles -------------------------*/
h1 {
	width:100%;
	margin:0;
	padding:0;
	font-size:34px;
	line-height:42px;
	color:#006b86;
	font-weight:normal;
	font-family:Garamond, "Times New Roman", Times, serif;
	border-bottom:1px solid #16c2ee;
}

h2, .heading2 {
	font-size:22px;
	line-height:24px;
	color:#356aa0;
	font-weight:bold;
	margin:5px 0;
}

h3, .heading3 {
	font-size:18px;
	line-height:20px;
	color:#356aa0;
	font-weight:bold;
	margin:5px 0 0 0;
}

h4, .heading4 {
	font-size:16px;
	line-height:18px;
	color:#356aa0;
	font-weight:normal;
	margin:5px 0 0 0;
}

h5, .heading5 {
	font-size:14px;
	line-height:16px;
	color:#356aa0;
	font-weight:normal;
	margin:5px 0 0 0;
}


hr {
	clear:both;
	color:#16c2ee;
	background:#16c2ee;
	border:0;
	height:1px;
}
p {
	padding:10px 0;
}

ul {
	list-style:outside;
	margin-bottom:10px;
	padding-left:30px;
}
ol {
	margin-bottom:10px;
	padding-left:30px;
}
li {
	margin-bottom:10px;
}

ul li {
	background:url(../images/bullet.gif) 0 5px no-repeat;
	list-style:none;
	padding-left:20px;
}






/* ------------------------------------------------ cms form styles ------------------------------------------------ */
div.formText {
	width:100%;
}

form table.cmsForm {/*
	font-size:12px;
	line-height:14px;*/
	width:100%;
}/*
form * {
	font-size:12px;
}



form table.cmsForm input.textInput {
	background:#fff url(../images/bg_input.jpg) bottom left repeat-x;
	border:1px solid #cecece;
	padding:3px;
	margin:0;
	color:#555;
}
*/

form table.cmsForm input, form table.cmsForm select {/*
	color:#666;*/
	margin-right:5px;
}

form table.cmsForm {
	margin:10px auto 0 auto;
}
form table.cmsForm tr td {	
	vertical-align:top;
	margin-top:0;
	padding:0 15px 5px 0;
	text-align:left;
}
form table.cmsForm tr td.formName {
	width:50%;
	text-align:right;
}

form table.cmsForm #checkbox {
	float:left;
	clear:both;
	display:block;
}

form table.cmsForm .required {
	font-size:20px;
	color:#f33;
}

form table.cmsForm textarea {
	width:250px;
}
form table.cmsForm input {
	border:1px solid #999;
}
form table.cmsForm input.radio {
	background:none;
	border:none;
}
form table.cmsForm input.check {
	background:none;
	border:none;
}



table.cmsFormThanks {
	width:100%;
	margin:0;
	padding:0;
}
table.cmsFormThanks td.cmsFormThanksL {
	width:50%;
	text-align:right;
	font-weight:normal;
	padding-bottom:10px;
}
table.cmsFormThanks td {
	vertical-align:top;
	font-weight:bold;
	padding:0 15px 5px 0;
}




/*------------------------------------ sitemap ------------------------------------*/
p.level1 {
	margin:10px 0 5px 0;
	padding:0;
	color:#036;
	font-size:16px; 
	line-height:18px;
	font-weight:normal;
	width:225px;
}
p.level2 {
	margin:5px 0 5px 15px;
	padding:0;
	color:#036;
	font-size:14px; 
	line-height:18px;
	font-weight:normal;
}
p.level3 {
	margin:0 0 5px 30px;
	padding:0;
	font-size:14px; 
	line-height:16px;
	font-weight:normal;
}
p.level4 {
	margin:0 0 0 45px;
	padding:0;
	font-size:14px; 
	line-height:16px;
	font-weight:normal;
}
p.level1 a {
	font-size:16px; 
	line-height:20px;
	font-weight:normal;
}










/*------------------------------------ footer ------------------------------------*/
#footer {
	clear:both !important;
	margin:0 auto;
	padding:0 15px;
	width:926px;
	background:url(../images/bg_footer.gif) top left no-repeat;
}

#footer ul#address {
	width:100%;
	margin:0 0 10px;
	padding:0;
	color:#fff;
	font-size:18px;
	line-height:20px;
	list-style:none;
	line-height:40px;
}
#footer ul#address li {
	display:inline;
	list-style:none;
	background:none;
}

#footer ul#address li a {
	color:#ffd204;
	text-decoration:none;
}

#footer ul#address li a:hover {
	color:#fff;
}


#footer ul#links {
	display:inline;
	width:100%;
	margin:0;
	padding:0;
	color:#333;
	font-size:14px;
	line-height:18px;
	list-style:none;
	text-align:center;
}
#footer ul#links li {
	display:inline;
	list-style:none;
	background:none;
}

#footer ul#links li a {
	display:inline;
	padding:5px;
	margin:0 10px;
	color:#333;
}

#footer ul#links a:hover {
	color:#333;
}

#footer ul#copyright {
	width:100%;
	margin:10px 0 0;
	padding:0;
	color:#666;
	font-size:14px;
	line-height:18px;
	list-style:none;
	text-align:center;
}
#footer ul#copyright a {color:#666;}


#footer ul#copyright li {
	margin:0;
	list-style:none;
	background:none;
}





