
/* ----------------------------------- default ----------------------------------- */
html, body {
	min-width:980px;
	color:#554d49;
	font-size:14px;
	line-height:16px;
	font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
	background:#fff;
}
body {
	width:980px;
	margin:0 auto;
}
a {			color:#163769; text-decoration:none; }
a:hover {	color:#0055a4; 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;
}




/* ------------------------------------------------- header ------------------------------------*/
#header {
	margin:0 auto;
	padding:0;
	width:980px;
	height:135px;
	z-index:100;
}



/* ------------------- logo ------------------- */
#header h1 {
	margin:0;
	padding:0;
}
#header h1 a {
	width:175px;
	height:135px;
	margin:0;
	padding:0;
	text-indent:-1000em;
	display:inline-block;
	float:left;
	background:url(../images/logo.jpg) top left no-repeat;
}



/* ------------------- live support ------------------- */
#header h2 {
	float:left;
	display:inline;
	margin:0 0 0 230px;
	padding:0;
	width:200px;
	height:30px;
	font-size:12px;
	line-height:12px;
}
#header h2 span {
	font-weight:normal;
	font-size:11px;
}
#header h2 a {
	display:block;
	padding:3px 0 3px 45px;
	background:url(../images/bg_chat_icon.jpg) 0 0 no-repeat;
}

#header h2.offline a { background-position: 0 -30px; }



/* ------------------------------- search tab ------------------- */
#searchTab {
	float:right;
	display:inline;
	margin:0 20px 0 0;
	padding:0;
	height:30px;
	width:350px;
	overflow:hidden;
	background:url(../images/bg_search_tab_tile.jpg) top left repeat-x;
	position:relative;
	font-size:12px;
	line-height:18px;
}
#searchTab .left {
	top:0;
	left:0;
	margin:0;
	padding:0;
	height:30px;
	width:20px;
	overflow:hidden;
	background:url(../images/bg_search_tab_left.jpg) top left no-repeat;
	position:absolute;
}
#searchTab .right {
	top:0;
	right:0;
	margin:0;
	padding:0;
	height:30px;
	width:20px;
	overflow:hidden;
	background:url(../images/bg_search_tab_right.jpg) top right no-repeat;
	position:absolute;
}

/* ------------------- links ------------------- */
#searchTab a {	color:#fff; }

#searchTab ul {
	list-style:none;
	top:0;
	right:20px;
	margin:0;
	padding:0;
	position:absolute;
}

#searchTab li {
	list-style:none;
	display:inline;
	margin:0;
	padding:0 10px;
	line-height:24px;
}

/* ------------------- search field ------------------- */
#searchTab fieldset .left {
	background:url(../images/bg_search_field_left.gif) top left no-repeat;
	display:block !important;
	width:10px;
	height:20px;
	margin:0;
	padding:0;
	position:absolute;
	top:2px;
	left:20px;
}
#searchTab fieldset .right {
	background:url(../images/bg_search_field_right.gif) top right no-repeat;
	display:block !important;
	width:10px;
	height:20px;
	margin:0;
	padding:0;
	position:absolute;
	top:2px;
	left:150px;
}
#searchTab fieldset {
	display:inline-block;
	height:20px;
	margin:2px 0;
	padding:0 0 0 20px;
}
#searchTab fieldset input.prettysearch {
	position:absolute;
	top:2px;
	left:30px;
	width:120px;
	height:20px;
	line-height:16px;
	margin:0;
	padding:2px 0;
	color:#999;
	background:url(../images/bg_search_field_tile.gif) top left repeat-x;
	border:none;
}











/* ------------------------------------------------- content wrap ----------------------------------- */
#contentWrap {
	width:980px;
	overflow:hidden;
	margin:0 auto;
	padding:0;
}









/*---------------------- general subpage styles -------------------------*/
h1 {
	margin:15px 0;
	padding:0;
	font-size:16px;
	line-height:18px;
	color:#356aa0;
	font-weight:normal;
}

h2, .heading2 {
	font-size:22px;
	line-height:24px;
	color:#356aa0;
	font-weight:bold;
	margin:-10px 0 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 {
	color:#dcd3bf;
	background:#b3a7a0;
	border:0;
	height:1px;
}
p {
	padding:10px 0;
}

ul {
	list-style:outside;
	margin-bottom:10px;
}
ol {
	margin-bottom:10px;
}
li {
	margin-left:30px;
	padding:2px 0;
}







/* ------------------------------------------------ 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:15px auto;
	padding:15px 20px;
	width:940px;
	border-top:1px solid #ccc;
}

#footer ul#links {
	float:left;
	display:inline;
	width:600px;
	margin:0;
	padding:0;
	color:#fff;
	font-size:11px;
	line-height:16px;
	list-style:none;
}

#footer ul#links li {
	display:inline;
	margin:0 15px 0 0;
}

#footer ul#copyright {
	float:right;
	display:inline;
	width:175px;
	margin:0;
	padding:0;
	color:#777;
	font-size:11px;
	line-height:16px;
	list-style:none;
	text-align:right;
}
#footer ul#copyright a {color:#777;}


#footer ul#copyright li {
	display:inline;
	margin:0;
}





