/* ./_css/style.css */

/* ------------------------
 common and basic tags 
------------------------ */
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#606060;
}


p {
	margin-top:0;
	line-height:18px;	
}

	p.singleSpace {
		line-height:13px;	
	}


strong {
	color:#43505a;
}

a {
	color:#657887;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

input {
	vertical-align:middle;	
}


h1, h2, h3, h4, h5, h6 {
	margin:0;
	padding:0;
	
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a,
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
	text-decoration:none;
}


h1 {
	/* reserved for site name */
}


h2 {
	margin-bottom:6px;
}
h2, h2 a {
	font-size:22px;
	color:#1660a2;
	font-weight:normal;
}

	h2 div, h2 div a {
		font-size:12px;
		font-weight:bold;
		color:#364659;
	}

h2#pageTitle {	
	font-size:24px;
	text-transform:uppercase;	
}

	h2#pageTitle span {
		padding:0 0 0 30px;
		background:url(../_images/_template/bg_h2_pageTitle.gif) no-repeat left 2px;
	}



h3, h3 a {
	font-size:13px;	
	color:#364659;
	font-weight:bold;
}

	h3 div, h3 div a {
		font-size:11px;
		font-weight:normal;
		font-style:italic;	
	}


h4, h4 a {
	font-size:12px;
	color:#404040;
}

	h4 div, h4 div a {
		font-size:11px;
		font-weight:normal;
		font-style:italic;	
	}


h5, h5 a {
	font-size:11px;
}

h6, h6 a {
	font-size:11px;	
}


hr {
	color:#909090;
	background:#909090;
}




/* ------------------------
 boxes (message / error / confirm)
 ------------------------ */
div#message, div#error, div#confirm {
	margin:10px 0 20px 0;
	padding:0 20px 20px 20px;
	border:1px dotted #8CC63F;
	background:#E5F4CE;
}

div#message h3, div#error h3, div#confirm h3 {
	margin-top:20px;
}

div#error {
	border-color:#C1272D;
	background:#F7E2E2
}

div#confirm {
	border-color:#FC3;
	background:#FF9;
	text-align:center;
}

	div#confirm div#confirmButtonHolder {
		margin:20px auto 0 auto;
		width:200px;
	}

		div#confirm div#confirmButtonHolder a {
			display:block;	
			padding:6px 20px;
			font-weight:bold;
			font-size:14px;
			color:#000;
			text-decoration:none;
			border:1px solid #8CC63F;
			background:#E5F4CE;
		}
		
		div#confirm div#confirmButtonHolder a.affirmative {
			
		}
		
		div#confirm div#confirmButtonHolder a.negative {
			background:#F7E2E2;
			border-color:#C1272D;
		}



/* ------------------------
 contact fields for any form
 ------------------------ */	
div.form_col {
	width:360px;
}
 
div.aligned_fields label {
	float:left;
	width:140px;
}



/* ------------------------
 pagination
------------------------ */		
.jPaginate{
	position:relative;
	font-size:11px;	
	width:100%;	
}
.jPaginate a{
	 height:15px;
	 cursor:pointer;
	 padding:2px;
	 margin:2px;
	 float:left;
	 text-decoration:none;
}
.jPag-control-back{
	position:absolute;
	left:0px;
}
.jPag-control-front{
	position:absolute;
	top:0px;
}
.jPaginate span{
	 cursor:pointer;
}
ul.jPag-pages{
	 float:left;
	 list-style-type:none;
	 margin:0px 0px 0px 0px;
	 padding:0px;
}
ul.jPag-pages li{
	 display:inline;
	 float:left;
	 padding:0px;
	 margin:0px;
}
ul.jPag-pages li a{
	 float:left;
	 padding:2px 5px;
}
span.jPag-current{
	 cursor:default;
	 font-weight:normal;
	 height:18px;
	 padding:2px 5px;
	 margin:2px;
	 float:left;
}
ul.jPag-pages li span.jPag-previous,
ul.jPag-pages li span.jPag-next,
span.jPag-sprevious,
span.jPag-snext,
ul.jPag-pages li span.jPag-previous-img,
ul.jPag-pages li span.jPag-next-img,
span.jPag-sprevious-img,
span.jPag-snext-img{
	 height:22px;
	 margin:2px;
	 float:left;
	 line-height:15px;
}

ul.jPag-pages li span.jPag-previous,
ul.jPag-pages li span.jPag-previous-img{
	 margin:2px 0px 2px 2px;
	 font-size:12px;
	 font-weight:bold;
	  width:10px;
}
ul.jPag-pages li span.jPag-next,
ul.jPag-pages li span.jPag-next-img{
	 margin:2px 2px 2px 0px;
	 font-size:12px;
	 font-weight:bold;
	 width:10px;
}
span.jPag-sprevious,
span.jPag-sprevious-img{
	 margin:2px 0px 2px 2px;
	 font-size:18px;
	 width:15px;
	 text-align:right;
}
span.jPag-snext,
span.jPag-snext-img{
	 margin:2px 2px 2px 0px;
	 font-size:18px;
	 width:15px;
	 text-align:right;
}
ul.jPag-pages li span.jPag-previous-img{
	 background:transparent url(../images/previous.png) no-repeat center right;
}
ul.jPag-pages li span.jPag-next-img{
	 background:transparent url(../images/next.png) no-repeat center left;
}
span.jPag-sprevious-img{
	 background:transparent url(../images/sprevious.png) no-repeat center right;
}
span.jPag-snext-img{
	 background:transparent url(../images/snext.png) no-repeat center left;
}





/* ------------------------
 layouts used in editor templates
------------------------ */	

div.layoutInfo_left {
	float:left;
	margin:0 15px 0 0;
	width:570px;
	overflow:hidden;
}

	div.layoutInfo_left h3 {
		padding:0 0 3px 0;
		margin:0 0 10px 0;
		border-bottom:1px solid #d8dde1;
	}

div.layoutInfo_right {
	float:left;
	padding:2px 0 0 0;
	width:180px;
	overflow:hidden;
}


div.layoutHalfCol {
	float:left;
	width:45%;
	overflow:hidden;
}


/* ------------------------
 objects used in editor templates
------------------------ */

h3.header {
	margin:0 0 10px 0;
	border-bottom:1px solid #d8dde1;
}

.altColor,
a.altColor {
	color:#1660A2;	
}

a.fwd {
	padding:0 14px 0 0 ;
	background:url(../_images/icons/arrow_fwd.gif) no-repeat right 1px;
	color:#404040;
	font-weight:bold;
	text-decoration:none;
}

.hr,
.hr2 {
	background:#e2e7e6;
}

.hr2 {
	background:#d5d5d5	
}


div.img_topLeft {
	float:left;
	margin:0 18px 10px 0;
}


/* sub-feature */
div.subFeature {
	float:left;
	margin:0 25px 20px 0; 
	padding:0 0 0 95px;
	width:165px; /* 260px minus padding */
	height:135px;
	overflow:hidden;
}


	div.subFeature img {
		float:left;
		position:relative;
		margin:0 0 0 -95px;
	}

	
		div.subFeature h4 {
			margin:0 0 4px 0;
			line-height:12px;
			text-indent:12px;
			background:url(../_images/icons/arrow_fwd_smaller.gif) no-repeat 0 1px;	
		}
		
		div.subFeature h4 a {
			color:#404040;
			text-decoration:none;
		}
		
		div.subFeature p {
			line-height:13px;	
		}
	



/* section sub-feature */
div.sectionSubFeature {
	float:left;
	margin:0 25px 20px 0; 
	width:260px;
	height:195px;
	overflow:hidden;
}

	div.sectionSubFeature h3 {
		margin:0 0 10px 0;
		border-bottom:1px solid #d8dde1;
	}
	
		div.sectionSubFeature h3 a {
			color:#364659;
			text-decoration:none;
		}
		
	div.sectionSubFeature img {
		float:left;
		margin:0 10px 10px 0;
	}
	
	div.sectionSubFeature div {
		width:150px;
		float:left;
	}


/* styled list */
ul.styled {
	padding:0;
	list-style:none;
}

	ul.styled li {
		margin:0;
		padding:0 0 3px 16px;	
		background:url(../_images/_template/bg_li_standard.gif) 6px 3px no-repeat;
	}


div.listBox {
	margin:0 0 20px 0;
}

	div.listBox h3 {
		padding:9px 6px 9px 25px;
		margin:0;
		font-size:14px;
		color:#1660a2;
		background:url(../_images/_template/bg_listBox_h3.gif) no-repeat 9px 9px #f4f7f9;
		border:1px solid #b7babb;
		border-bottom:0px;
		-moz-border-radius-topright:5px;
		-moz-border-radius-topleft:5px;
		-webkit-border-radius-topright:5px;
		-webkit-border-radius-topleft:5px;		
	}
	
	div.listBox ul {
		margin:0;
		padding:0;
		border:1px solid #b7babb;
		border-top:0px;
		-moz-border-radius-bottomright:5px;
		-moz-border-radius-bottomleft:5px;
		-webkit-border-radius-bottomright:5px;
		-webkit-border-radius-bottomleft:5px;
		list-style-type:none;
	}
	
		div.listBox ul li {
			margin:0;
			padding:4px 8px 4px 18px;
			background:url(../_images/_template/bg_li_standard.gif) 8px 7px no-repeat;
			border-top:1px solid #b7babb;
		}


/* success story */
div.successStory {
	
}

	div.successStory h4 {
		padding:0 0 4px 0;
		margin:0 0 10px 0;
		border-bottom:1px solid #d8dde1;
	}
	
	div.successStory em {
		line-height:16px;	
	}


/* related information */
div.relatedInformation {
	
}

	div.relatedInformation h4 {
		padding:4px 0 6px 32px;
		border-bottom:1px solid #d8dde1;
		background:url(../_images/icons/icon_page.gif) no-repeat 9px 0;
	}
	
	div.relatedInformation ul {
		list-style:none;	
	}
	
		div.relatedInformation ul li {
			padding:0 0 4px 17px;
			background:url(../_images/icons/arrow_fwd_smaller.gif) no-repeat 4px 2px;	
		}
