/* @group reset */

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}


table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* @end */

/* @group fonts */

@font-face {
	font-family: 'GaramondClassicFSBold';
	src: url('../fonts/GaramondClassic-Bold-webfont.eot');
	src: url('../fonts/GaramondClassic-Bold-webfont.eot?iefix') format('eot'),
		url('../fonts/GaramondClassic-Bold-webfont.woff') format('woff'),
		url('../fonts/GaramondClassic-Bold-webfont.ttf') format('truetype'),
		url('../fonts/GaramondClassic-Bold-webfont.svg#webfontcMGoVEf7') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'GaramondClassicFSRegular';
	src: url('../fonts/GaramondClassic-Regular-webfont.eot');
	src: url('../fonts/GaramondClassic-Regular-webfont.eot?iefix') format('eot'),
		url('../fonts/GaramondClassic-Regular-webfont.woff') format('woff'),
		url('../fonts/GaramondClassic-Regular-webfont.ttf') format('truetype'),
		url('../fonts/GaramondClassic-Regular-webfont.svg#webfontcMGoVEf7') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'ProximaNovaRegular';
	src: url('../fonts/ProximaNova-Reg-webfont.eot');
	src: url('../fonts/ProximaNova-Reg-webfont.eot?iefix') format('eot'),
		url('../fonts/ProximaNova-Reg-webfont.woff') format('woff'),
		url('../fonts/ProximaNova-Reg-webfont.ttf') format('truetype'),
		url('../fonts/ProximaNova-Reg-webfont.svg#webfontZam02nTh') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'ProximaNovaSemibold';
	src: url('../fonts/ProximaNova-Sbold-webfont.eot');
	src: url('../fonts/ProximaNova-Sbold-webfont.eot?iefix') format('eot'),
		url('../fonts/ProximaNova-Sbold-webfont.woff') format('woff'),
		url('../fonts/ProximaNova-Sbold-webfont.ttf') format('truetype'),
		url('../fonts/ProximaNova-Sbold-webfont.svg#webfontZWd5BY6k') format('svg');
	font-weight: normal;
	font-style: normal;
}


@font-face {
	font-family: 'ProximaNovaThin';
	src: url('../fonts/ProximaNova-Thin-webfont.eot');
	src: url('../fonts/ProximaNova-Thin-webfont.eot?iefix') format('eot'),
		url('../fonts/ProximaNova-Thin-webfont.woff') format('woff'),
		url('../fonts/ProximaNova-Thin-webfont.ttf') format('truetype'),
		url('../fonts/ProximaNova-Thin-webfont.svg#webfontOmb6oXeh') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'ProximaNovaLight';
	src: url('../fonts/ProximaNova-Light-webfont.eot');
	src: url('../fonts/ProximaNova-Light-webfont.eot?iefix') format('eot'),
		url('../fonts/ProximaNova-Light-webfont.woff') format('woff'),
		url('../fonts/ProximaNova-Light-webfont.ttf') format('truetype'),
		url('../fonts/ProximaNova-Light-webfont.svg#webfontBtAcCspH') format('svg');
	font-weight: normal;
	font-style: normal;

}


/* @end */

/* @group basic style */

body {
	background: #183257 url(../images/structure/bg.body.png) 50% 0 repeat-x;
	color: #505050;
	font: 13px/21px Arial, sans-serif;
}

a {
	color: #2f74ca;
	text-decoration: none;
}

a:hover,
a:visited {
	color: #0d2a65;
}

em {
	font-style: italic;
}

strong {
	font-weight: bold;
}



.implied {
	left: -9999px;
	position: absolute;
	top: -9999px;
}

.button-wrapper,
.select-wrapper {
	display: inline-block;
	overflow: hidden;
	position: relative;
}

.button-wrapper input,
.select-wrapper select {
	border: none;
	cursor: pointer;
	font-size: 100;
	height: 100%;
	left: 0;
	opacity: 0.001;
	-moz-opacity: 0.001;
	filter:alpha(opacity=1);
	position: absolute;
	top: 0;
	width: 100%;
}
	
/* @end */

/* @group basic layout and structure */

.page-wrapper {
	background: url(../images/structure/bg.page-wrapper.jpg) 50% 43px no-repeat;
	position: relative;
}

.layout-wrapper {
	margin: 0 auto;
	position: relative;
	width: 980px;
}

	
	
	/* @group header */

	.header {
	overflow: hidden;
	position: relative;
	width: 100%;
	padding-top: 43px;
	}

	.logo {
		background-image: url(../images/structure/assets.png);
		height: 84px;
		margin-top: 22px;
		width: 359px;
	}
	
		

	/* @end */
	
	/* @group nav */

	.nav,
	.main-nav,
	.sub-nav {
		width: 100%;
	}
	
	.nav {
		
		height: 44px;
		background-image: url(../images/nav-bg.jpg);
		color: #fff;
		font-size: 16px;
		}
	
	.nav a:link {color:#fff;}
	.nav a:visited {color:#fff;}
	.nav a:hover {color:#74acf4;}
	
	
	
	.main-nav li         {
	width:137px;
	padding:10px;
	text-align:center
}
	
	.nav-button {
	border-right-width: 3px;
	border-right-style: groove;
	border-right-color: #24578C;
	}

		
	.main-nav {
	list-style: none;
}
	
	.nav li {
		float: left;
	}
	
	.nav .alt {
		background-image: url(../images/structure/assets.png);
		height: 44px;
	}
	
	
	/* @end */
	
	/* @group content */

	.content {
	background: #fff;
	min-height: 100px;

	position: relative;
	width: 980px;
	z-index: 0;
	/* [disabled]padding:20px; */
	}
	
	
	
	td.main-left {
	padding:20px 20px 30px 20px;
	}
	
	
	td.main-right {
	padding:20px;
	background: #ffffff url(../images/structure/bg.detail.png) 100% 0 repeat-y; 
	vertical-align: top;
	}
	
	
	.aside .th {
    border-bottom: solid 1px;
    margin-bottom: 10px;
    border-color: #d3d3d3;
    }
	
	.aside .bh {
    border-bottom: solid 1px;
    margin-bottom: 10px;
    border-color: #d3d3d3;
    }
	
	
	.aside li {
	background: url(../images/structure/blt.arrow.png) 0 6px no-repeat;
	margin-bottom: 0.2em;
	padding-left: 14px;
	list-style:none;
	}

	/* @end */
	
	
	
	
	
	
	
	/* @group footer */

	.footer {
		background: url(../images/structure/bg.footer.png) 0 0 repeat;
		margin-bottom: 50px 20px 20px 20px;
	}
	
	.legal {
		color: #9d9d9d;
		padding: 22px 20px;
	}
	
		
		
		/* @group sitemap */

		.sitemap {
			font-size: 12px;
			margin-bottom: 10px;
			overflow: hidden;
			padding: 0 20px;
			width: 940px;
			list-style:none;
		}

		.sitemap a {
			color: #fff;
		}
		
		.sitemap a:hover {
			color: #74acf4;
		}
		
		.sitemap a:visited {
			color: #fff;
		}

		.sitemap li {
			float: left;
			margin-right: 20px;
			width: 170px;
			
		}
		
		.lte6 .sitemap li {
			margin-right: 10px;
		}

		.sitemap li.last {
			margin-right: 0;
		}

		.sitemap li li {
			float: none;
			margin-bottom: .2em;
			
		}
		
		
		.sitemap ul {
			list-style:none;
		}

		.sitemap .gh {
			margin-bottom: .4em;
			list-style:none;
		}
		
		
		

		/* @end */
		
		
	
		/* @group quick links */

		.footer .quick-links {
			background: #112440;
			border-top: 1px solid #223a56;
			font-family: 'ProximaNovaSemibold', Arial, sans-serif;
			overflow: hidden;
			padding: 15px 20px;
			width: 940px;
			list-style:none;
		}
		
		.footer .quick-links a {
			color: #84b5e5
		}
		
		.footer .quick-links a:hover {
			color: #fff;
		}
		
		.footer .quick-links li {
			float: left;
			text-align: center;
			width: 33%;
		}

		.footer .quick-links .first {
			float: left;
			text-align: left;
		}
		
		.footer .quick-links .last {
			float: right;
			text-align: right;
		}

		/* @end */

	/* @end */
	
/* @end */


/* @end */

/* @group assets */

	/* @group headers */

	/* page headers */
	.ph {
		color: #333;
		font: 30px 'GaramondClassicFSBold', Georgia, serif;
	}

	/* secondar headers */
	.sh {
		color: #333;
		font: 26px 'GaramondClassicFSBold', Georgia, serif;
	}
	
	/* tertiary headers */
	.th {
		color: #333;
		font: 21px 'GaramondClassicFSRegular', Georgia, serif;
	}
	
	/* block headers */
	.bh {
		color: #333;
		font: 18px 'GaramondClassicFSRegular', Georgia, serif;
	}
	
	/* article sub-headers */
	.ah {
		color: #b1953a;
		font: 18px 'ProximaNovaRegular', Georgia, serif;
		text-transform: uppercase;
	}
	
	/* category headers */
	.ch {
		font: 12px 'ProximaNovaSemibold', Georgia, serif;
		text-transform: uppercase;
	}
	
	/* group headers */
	.gh {
		color: #cbab43;
		font: 13px 'ProximaNovaLight', Arial, sans-serif;
		text-transform: uppercase;
	}
	
	/* alternate headers (white on dark) */
	.alt-header {
		background: #555;
		color: #fff;
		padding: 10px 15px;
	}

	/* @end */
	
	
	
	
	
	/* @group buttons */

	.button {
		background: url(../images/structure/buttons.png) repeat-x;
		border: none;
		border-left: 1px solid #e0e0e0;
		border-right: 1px solid #e0e0e0;
		color: #545454;
		cursor: pointer;
		font-family: 'ProximaNovaRegular', Arial, sans-serif;
		display: block;
		text-align: center;
		text-shadow: 1px 1px 0px rgba(255,255,255,0.4);
	}
	
	.button:hover {
		color: #4e4e4e;
	}
	
	.button:visited {
		color: #505050;
	}
	
	.button.sm {
		background-position: 0 -618px;
		font-size: 13px;
		line-height: 25px;
		height: 25px;
		width: 96px;
	}
	
	.button.sm:hover {
		background-position: 0 -644px;
	}
	
	.button.md {
		background-position: 0 -434px;
		font-size: 14px;
		line-height: 40px;
		height: 40px;
		width: 125px;
	}
	
	.button.md:hover {
		background-position: 0 -474px;
	}
	
	.button.lg {
		background-position: 0 -180px;
		font-size: 15px;
		height: 45px;
		line-height: 45px;
		width: 154px;
	}
	
	.button.lg:hover {
		background-position: 0 -227px;
	}
	
	.button.sm-action,
	.button.md-action,
	.button.lg-action,
	.button.sm-link,
	.button.md-link,
	.button.lg-link,
	.button.sm-action:visited,
	.button.md-action:visited,
	.button.lg-action:visited,
	.button.sm-link:visited,
	.button.md-link:visited,
	.button.lg-link:visited {
		border: none;
		color: #fff;
		text-shadow: 0 -1px 0px rgba(0,0,0,0.5);
	}
	
	.button.sm-action {
		background-position: 0 -566px;
	}
	
	.button.sm-action:hover {
		background-position: 0 -592px;
	}
	
	.button.md-action {
		background-position: 0 -354px;
	}
	
	.button.md-action:hover {
		background-position: 0 -394px;
	}
	
	.button.lg-action {
		background-position: 0 -90px;
	}
	
	.button.lg-action:hover {
		background-position: 0 -135px;
	}
	
	.button.sm-link {
		background-position: 0 -514px;
	}
	
	.button.sm-link:hover {
		background-position: 0 -540px;
	}
	
	.button.md-link {
		background-position: 0 -274px;
	}
	
	.button.md-link:hover {
		background-position: 0 -314px;
	}
	
	.button.lg-link {
		background-position: 0 0;
	}
	
	.button.lg-link:hover {
		background-position: 0 -45px;
	}

	/* @end */

	/* @group icons */

	.icon {
		background: url(../images/structure/icons.png) no-repeat;
		display: inline-block;
	}
	
		
	.linkedin,
	.twitter,
	.facebook,
	.print,
	.share {
		height: 20px;
		padding-left: 28px;
	}

	.linkedin {
		background-position: 0 -35px;
	}
	
	.linkedin:hover {
		background-position: 0 -56px;
	}
	
	.twitter {
		background-position: 0 -117px;
		float: right;
		height: 21px;
	}
	
	.twitter:hover {
		background-position: 0 -138px;
	}
	
	.facebook {
		background-position: 0 -77px;
	}
	
	.facebook:hover {
		background-position: 0 -97px;
	}
	
	.linkedin-lg,
	.twitter-lg,
	.facebook-lg {
		padding-left: 42px;
	}
	
	.linkedin-lg {
		background-position: 0 -629px;
	}
	
	.twitter-lg {
		background-position: 0 -667px;
	}
	
	.facebook-lg {
		background-position: 0 -703px;
	}
	
	
	/* @end */

	

	
	/* @end */
	
	/* @group page footer */

	.content .footer {
		background: none;
		border-top: 1px solid #e3e3e3;
		padding-top: 12px;
	}
	
	.content .footer .pagination {
		float: right;
	}	
	
	.content .footer .rating .bh {
		margin-bottom: 6px;
	}
	
	.content .footer .rating .rating-stars { 
		float: left;
		margin-right: 10px;
	}

	/* @end */

	
