@import "reset.css";
@import "topnav.css";

body {
	background-color:#FFF;
	color:#000;
	padding-bottom:20px;
	}

/* hard clear */
.hc {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
	}

/* soft clear */
.sc {
	clear:both;
	}

/* TYPOGRAPHY */
a {
    color:#0D3984;
    text-decoration:underline;
    }

a:hover {
    text-decoration:none;
    }

a.plain, a.plain:hover {
    border:none;
    display:inline;
    }

h1 {
	font-family: Times New Roman, serif;
	font-size:165%;
	color:#014286;
	font-weight:normal;
	width:590px;
	padding:10px 0 10px 24px;
	min-height:50px;
	}

h2 {
    font-family: Times New Roman, serif;
    font-size:120%;
    color:#014286;
    font-weight:normal;
}

h2.sep {
    border-top:1px solid #c3cee1;
    padding-top:10px;
}

h3 {
    font-family: Times New Roman, serif;
    font-size:100%;
    color:#014286;
    font-weight:normal;
    margin:15px 0;
}

h4, h3.h4style {
    font-family: Times New Roman, serif;
    font-size:85%;
    color:#58595b;
    font-weight:normal;
    margin:15px 0 5px;
}

#col1 h2 {
    margin:15px 0;
    }

#col1 h2.formTitle {
   border-bottom: 1px solid #c3cee1;
   margin-bottom:5px;
   padding-bottom:6px;
	}

#columns p {
    font-size:75%;
    margin:15px 0;
    line-height:140%;
    }

#columns p.caption {
	position:absolute;
	background:url(/assets/images/tBackground.png);
	line-height:140%;
	padding:6px;
	color:#FFF;
	margin:6px;
	}


#columns hr {
    color:#dce2ed;
    background:#dce2ed;
    height:1px;
    /*clear:both;*/
    border:none;
    margin:0;
    }

#columns ol, #columns ul, #columns #sideLinks ul {
    margin: 10px 0 15px 15px;;
    padding-left:15px;
    }

#col1 blockquote {
    border-left:1px solid #014286;
    margin:40px 0;
    }

#col1 blockquote p {
	padding-left:20px;	
}

#col1 blockquote p.quote {
	background:#c2e5f2;
	padding:5px 20px;
	font-size:80%;
	}

#columns li {
    font-size:75%;
    line-height:140%;
    margin-bottom:5px;
    }

#col1 li li {
    font-size:100%;
    }

#col1 img.al {
    float:left;
    margin:0 10px 10px 0;
    }

#col1 img.boardImage {
    margin-bottom:0;
    }

#col1 img.ar {
    float:right;
    margin:0 0 10px 10px;
    }

#columns .formFeedback {
    color:#00b2b0;
    }


a.pdflink {
    display:block;
	background: transparent url(/assets/images/pdf.png) no-repeat 0 2px;
    padding-left: 25px;
    padding-bottom:2px;
    }


/* PAGE STRUCTURE */
body {
    background: #FFF url(/assets/images/bodyBg.png) repeat-x top center;
    color:#58595b;
    text-align:center;
    }

#holder {
	background: url(/assets/images/contentBg.png) repeat-x left bottom;
	padding:70px 0 40px 0;
	}

.wrap {
	margin: 0 auto;
	width: 940px;
	text-align:left;
	}

#logo {
    position:absolute;
    top:68px;
    margin-left:646px;
    }

#columns {
    background: url(/assets/images/columnsBg.jpg) no-repeat 0 0;
    margin-bottom:1px;
    }

.cb {
    clear:both;
    }

.hidden {
    display:none;
    }

#col1, #col2 {
	float:left;
	}

#col1 {
	width:600px;
	padding:10px 20px 32px;
	}

#col2 {
	width:280px;
	padding-left:10px;
	}

.sideLinkContent {
    margin-bottom:10px;
    }

/* CONTENT ELEMENTS */
#col2 h2 {
	padding:0 10px 6px 10px;
	margin:30px 0 10px 0;
	border-bottom:1px solid #849ac0;
	}

#col2 h2.img, #columns h2.alert {
	background:no-repeat 10px 3px;
	padding-left:30px;
	}

#col2 h2.search {
	background-image: url(/assets/images/search_icon.png);
	}

#s, #iklydi-iklydi {
	border:none;
	font-size:11px;
	color:#666;
	padding:4px;
	background:url(/assets/images/formBg.png) 0 0 no-repeat;
	width:192px;
	height:20px;
	}

.sSubmit {
	background:transparent url(/assets/images/buttonSearch.png) no-repeat scroll 0 0;
	border: none;
	cursor:pointer;
	height:24px;
	margin:0 10px;
	text-indent:-10000px;
	width:25px;
	}

img.blockImage {
	display:block;
	}

a.top {
	background: url(../images/totop.png) left center no-repeat;
	padding-left:20px;
	}

h2.tight, h3.tight {
	margin-bottom:0;
	}

p.tight {
	margin-top:0;
	}

p.vtight {
	margin:5px 0;
	}

#content ul {
	margin:15px 0;
	padding-left:30px;
	}

#content ul li {
	font-size:	0.85em;
	margin:0 0 5px 0;
	}

/* FORMS */

fieldset {
	border:none;
	margin:0 0 20px 0;
	padding:0;
	}

legend {
	margin:0 10px 0 0;
	color:#0C81FF;
	font-size: 0.9em;
	}

input.button {
	cursor:pointer;
	}

fieldset ol {
	list-style-type:none;
	margin:15px 0 !important;
	padding:0;
	}

fieldset ol li {
	margin:0 0 10px;
	clear:left;
	font-size:0.85em;
	}

fieldset ol li em {
	color:red;
	}

fieldset ol li p {
	margin:5px 0;
	}

fieldset .formLabel {
	float:left;
	padding:4px 10px 4px 4px;
	width:150px;
	}

fieldset .formData {
	float:left;
	padding:4px;
	}

.formBox, .formBoxError {
	border:1px solid #CCC;
	padding:1px;
	padding:2px;
	}

.formBox:focus {
	}

.formBoxError {
	background:#FDDE9D;
	color:#333;
	}

textarea {
	font-size:13px;
	}

/* FOOTER */
#bcp-footer {
	list-style:none;
	padding-top:10px;
	padding-bottom:20px;
	margin-bottom:20px;
	color:#333;
	}

#bcp-footer li {
	display:block;
	float:left;
	width:300px;
	padding:0 20px 0 0;
	margin:0;
	font-size:0.75em;
	}

#bcp-footer li.li-last {
	padding:0;
	}

#bcp-footer h2 {
	font-family: "Times New Roman", Times, serif;
	font-size:15px;
	margin:22px 0 6px 0;
	padding:0 0 6px 10px;
	border-bottom:1px solid #BFBFBF;
	color:#0D3984;
	}


#bcp-footer li p {
	padding:0 10px;
	margin-bottom:15px;
	line-height:150%;
	}

#bcp-signoff 	{
	border-top: 1px solid #CCC;
	clear:left;
	margin-top:20px;
	padding:20px 0;
	text-align:center;
	font-size:0.7em;
	}

#bcp-signoff 	a {
	color:#666;
	}

#bcp-logo {
	margin:26px 0 0 10px;
	}

/* SIDE NAVIGATION */

#subMenus {
	margin-bottom:20px;
	}

#col2 h2.submenu {
	background-image: url(/assets/images/section_icon.png);
	}

#subMenus ul {
    list-style:none;
    padding:0 0 5px 0;
    margin:0 0 15px 0;
    }

#subMenus ul ul {
    border:none;
    background:transparent;
    padding:0;
    margin:0;
    }

#subMenus ul li {
    display:inline;
    }

/* level 1 */
#subMenus ul li a {
	display:block;
	color:#58595b;
	border:none;
	border-bottom:1px solid #dce2ed;
	line-height:24px;
	background:transparent url(/assets/images/subNavArrow.png) no-repeat 19px center;
	padding:2px 10px 2px 33px;
	text-decoration:none;
	}

#subMenus ul li a:hover, #subMenus ul li a.hi {
    color:#000;
    }

#subMenus ul li a.hi {
    /*font-weight:bold;*/
    color:#014286;
    }

#subMenus ul li a.current {
    background-image:url(/assets/images/subNavArrowDown.png);
    /*font-weight:bold;*/
    color:#014286;
    }

/* level 2 */
#subMenus ul li li a {
    padding-left:43px;
    background-position:29px center;
    }

/* level 3 */
#subMenus ul li li li  a {
    padding-left:53px;
    background-position:39px center;
    }

/* Product comparison */
#pcompare {
	border:none;
	border-collapse: collapse;
}

#pcompare td, #pcompare th {
	font-size:75%;
	border-bottom:1px solid #DCE2ED;
	padding:4px;
	vertical-align:top;
}

#pcompare th {
	text-transform:uppercase;
	padding:8px 4px;
	border-bottom-width:2px;
	color:#014286;
	width:180px;
}

#pcompare th.th1 {
	width:240px;
}

#pcompare td p, #pcompare td li {
	font-size:100%;
	margin:0;
}

#pcompare td ul {
	margin: 5px 0 5px 10px;
}

#pcompare th.ac, #pcompare td.cen {
	text-align:center;
}
#pcompare td.cen {
	vertical-align:middle;
}

/* lightbox thumbs */
p.lightbox a {
	display:inline-block;
	margin:5px 20px 0 5px;
}

p.lightbox a img {
	border: 1px solid #CCC;
}
