
/* ----------------------------------- default ----------------------------------- */
html, body {
	width:95%;
	color:#000;
	font-size:14px;
	line-height:18px;
	font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
	background:#fff;
}
a {			color:#0078ae; text-decoration:none; }

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;
	padding:0;
	width:100%;
	background:#fff;
}

/* ------------------------------------------------- header ------------------------------------*/
#header {
	margin:0;
	padding:0;
	width:100%;
	height:40px;
	overflow:hidden;
}

#header h1 {
	width:100%;
	height:40px;
	text-indent:0;
	visibility:visible;
	display:block;
	font-size:30px;
	line-height:40px;
	font-weight:bold;
	color:#000;
}
#header h1 a {
	font-size:30px;
	line-height:40px;
	font-weight:bold;
	color:#000;
	text-indent:0;
}
#header h2, 
#header h3, 
#header #dynamicmenu {
	display:none;
	visibility:hidden;
}















/* ------------------------------------------------- content wrap ----------------------------------- */
#contentWrap {
	width:100%;
	margin:0;
	padding:0;
}

/* ----------------------------- text select / breadcrumb header ----------------------------------- */
#pageHeader {
	width:100%;
	height:50px;
	overflow:hidden;
	margin:0;
	padding:0;
}
#pageHeader ul {
	display:inline-block;
	float:left;
	list-style:none;
	height:20px;
	margin:0;
	padding:0;
	overflow:hidden;
}
#pageHeader ul li {
	display:inline;
	float:left;
	list-style:none;
	margin:0;
	padding:0;
	white-space:nowrap;
	background-image:none;
}
#pageHeader ul li a {
	display:inline;
	float:left;
}


#pageHeader ul.printRow li.vertLine {
	padding:0 10px;
	margin:0;
	color:#0078ae;
}


#pageHeader ul.breadcrumb {
	clear:right;
}
#pageHeader ul.breadcrumb li {
	padding:0 0 0 5px;
	margin:0;
}
#pageHeader ul.textSize {
	display:none;
	visibility:hidden;
}


#pageHeader #searchLinksServices{
	height:40px;
	overflow:hidden;
	margin:3px 15px 0 3px;
	padding:0;
	display:inline;
	float:right;
}
#pageHeader #searchLinksServices a {
	color:#0077b3;
	text-decoration:none;
}

/* ------------------------------------------------- content ----------------------------------- */
#content {
	width:100%;
	margin:0;
	padding:0;
}

#content.noSidebar {
	width:100%;
	padding:0;
}

#content img {
	margin:15px;
}


/* ------------------------------------------------- sidebar ----------------------------------- */
#sidebar {
	width:100%;/*
	min-height:180px;*/
	margin:0;
	padding:0;
	border-bottom:1px solid #16c2ee;
	display:block;
}

#sidebar p {
	float:left;
	display:inline-block;
	width:33%;
	padding:0;
	margin:0;
}

#sidebar p.sidePhoto,
#sidebar img,
#sidebar ul.thumbs  {
	display:none;
	visibility:hidden;
}




/*---------------------- general subpage styles -------------------------*/
h1 {
	width:100%;
	margin:0;
	padding:0;
	font-size:28px;
	line-height:32px;
	color:#006b86;
	font-weight:normal;
	font-family:Garamond, "Times New Roman", Times, serif;
	border-bottom:1px solid #16c2ee;
}

h2, .heading2 {
	font-size:18px;
	line-height:24px;
	color:#356aa0;
	font-weight:bold;
	margin:5px 0;
}

h3, .heading3 {
	font-size:16px;
	line-height:20px;
	color:#356aa0;
	font-weight:bold;
	margin:5px 0 0 0;
}

h4, .heading4 {
	font-size:14px;
	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;
}







/* ------------------------------------------------- summary sheet ----------------------------------- */
p.back {	
	display:none;
	visibility:hidden;
}

table.summary {
	width:100%;
	margin-bottom:15px;
}
table.summary tr th {	
	vertical-align:middle;
	margin:0;
	padding:10px 5px;
	text-align:center;
	font-weight:bold;
	color:#356aa0;
	background:#cce4ef;
	border-bottom:3px solid #cce4ef;
}
table.summary tr td {	
	vertical-align:top;
	margin:0;
	padding:10px 5px;
	text-align:left;
	border:1px solid #cce4ef;
}
table.summary tr td.question {	
	width:40%;
}



/* ------------------------------------------------ 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:100%;
	background:#fff;
	font-size:14px;
}

#footer ul#address {
	width:100%;
	margin:0 0 10px;
	padding:0;
	color:#000;
	list-style:none;
	line-height:40px;
	font-size:14px;
}
#footer ul#address li {
	display:inline;
	list-style:none;
	background:none;
}

#footer ul#address li a {
	color:#000;
	text-decoration:none;
}


#footer ul#links {
	display:none;
	visibility:hidden;
}
#footer ul#copyright {
	display:none;
	visibility:hidden;
}





