
/* ----------------------------------- default ----------------------------------- */
html, body {
	min-width:980px;
	color:#565656;
	font-size:14px;
	line-height:16px;
	font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
	background:#ebebeb url(../images/bg-tile-x.jpg) top left repeat-x;
}
body {
	width:980px;
	margin:0 auto;
}

a {			color:#3974b0; text-decoration:none; }
a:hover {	color:#223983; text-decoration:underline; }

strong, b { font-weight:bold;}

.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;
}


/*------------------------------------ knowledge center menu v1 ------------------------------------ */

#slidemenubar, #slidemenubar2{
position:absolute;
border-top:1px solid #777;
border-top:1px solid #777;
border-right:1px solid #777;
border-bottom:1px solid #777;
border-left:none;/*
line-height:20px;*/
z-index:1000;/*
width:198px;
height:258px;*/
overflow:hidden;
padding:0;
margin:0;
}
#slidemenubar * {border:none;}
#slidemenubar2 * {border:none;}




/* ------------------------------------------------- bg wrappers ------------------------------------*/
#bgTile {
	margin:0 auto;
	padding:0;
	width:980px;
	z-index:100;
	background:url(../images/bg-tile-y.jpg) top left repeat-y;
}
#bgTop {
	margin:0 auto;
	padding:0;
	width:980px;
	z-index:100;
	background:url(../images/bg-top.jpg) top left no-repeat;
}




/* ------------------------------------------------- layout divs ------------------------------------*/
#header {
	margin:0 45px;
	padding:30px 0 0;
	width:890px;
	height:145px;
	z-index:100;
	border-bottom:7px solid #000;
	position:relative;
}

#content {
	padding:0;
	width:890px;
	z-index:1;
	border-bottom:7px solid #cacaca;/*
	position:relative;*/
}

#flash {
	margin:0 0 15px;
	padding:0;
	width:890px;
	height:320px;
	overflow:hidden;
}





/* ------------------------------------------------- header ------------------------------------*/
/* ------------------- logo ------------------- */
#header h1 {
	position:absolute;
	top:30px;
	left:0;
	margin:0;
	padding:0;
}
#header h1 a {
	width:165px;
	height:105px;
	margin:0;
	padding:0;
	text-indent:-1000em;
	display:inline-block;
	float:left;
	background:url(../images/logo.jpg) top left no-repeat;
}



/* ------------------------------- search ------------------- */
form#searchForm {
	position:absolute;
	top:30px;
	right:0;
	margin:0;
	padding:0;
	height:30px;
	text-align:right;
}
form#searchForm fieldset {
	display:inline-block;
	margin:0;
	padding:0;
}
form#searchForm input {
	width:150px;/*
	height:24px;*/
	line-height:18px;
	margin:0 5px;
	padding:2px;
	border:1px solid #898989;
}

form#searchForm button {
	margin:0;
	padding:0;
	border:none;
	background:none;
	height:auto;
	vertical-align:top;
}














/*---------------------- general subpage styles -------------------------*/
h1 {
	margin:0;
	padding:0;
	font-size:24px;
	line-height:28px;
	color:#223983;
	font-weight:normal;
}

h2, .heading2 {
	font-size:18px;
	line-height:20px;
	color:#223983;
	font-weight:bold;
	margin:0;
	padding:0;
}

h3, .heading3 {
	font-size:18px;
	line-height:20px;
	color:#223983;
	font-weight:normal;
	margin:5px 0 0 0;
}

h4, .heading4 {
	font-size:16px;
	line-height:18px;
	color:#223983;
	font-weight:normal;
	margin:5px 0 0 0;
}

h5, .heading5 {
	font-size:14px;
	line-height:16px;
	color:#223983;
	font-weight:normal;
	margin:5px 0 0 0;
}


hr {
	color:#dcd3bf;
	background:#b3a7a0;
	border:0;
	height:1px;
}
p {
	padding:5px 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:30%;
	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 #898989;
	padding:2px;
}
form table.cmsForm input.radio {
	background:none;
	border:none;
}
form table.cmsForm input.check {
	background:none;
	border:none;
}
form table.cmsForm input.button {
	background:#223983;
	font-size:13px;
	line-height:20px;
	color:#fff;
	padding:0 5px;
	
}



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;
	padding:10px 45px 35px;
	width:890px;
	background:url(../images/bg-footer.jpg) bottom left no-repeat;
}

#footer ul#links {
	float:left;
	display:inline;
	width:600px;
	margin:0;
	padding:0;
	font-size:13px;
	list-style:none;
}

#footer ul#links li {
	display:inline;
	margin:0 25px 0 0;
}

#footer ul#copyright {
	float:right;
	display:inline;
	margin:0;
	padding:0;
	color:#8b8b8b;
	font-size:13px;
	list-style:none;
	text-align:right;
}
#footer ul#copyright a {color:#8b8b8b;}


#footer ul#copyright li {
	margin:0;
}





