/* reset */

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: inherit;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}

/* Styles */

html, body {
	margin: 0 auto;
	padding: 0;
	background: #fff;
	text-align: left;
	font-size: 1em;
	font-family: 'Source Sans Pro', Lucida, Arial, Helvetica, sans-serif;
	line-height: 150%;
	color: #333;
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	*behaviour: url(/include/boxsizing.htc);  
}

::selection {color: #fff; background: #47769a;}
::-moz-selection {color: #fff; background: #47769a;}

hr { height: 1px; color: #5381a5; background-color: #5381a5; border: none; margin: 25px 0}

a {color: #47769a; text-decoration: none;}
a:hover {color: #47769a; text-decoration: underline;}
a:focus {border: 0; outline: 0; -moz-outline:0;}

img {
	width: inherit;
	max-width: 100%;
	height: auto;
}

p { margin: 0 0 1em 0}

strong, b { font-weight: 600}

.download { 
	float: right;
	margin: 10px 0 20px 20px;
	width: 300px;
}

#container {
	width: 960px;
	height: auto;
	margin: 0 auto;
	padding: 0;
	background: #fff;
}

#header {
	width: 100%;
	height: 100px;  
	padding: 0;
	margin: 0 auto;
}

#headright {
	float: right;
	width: 45%;
	margin: 0;
	padding: 0;
	filter:alpha(opacity=90);
	-moz-opacity:0.90;
	-khtml-opacity: 0.90;
	opacity: 0.90;
}

#headleft {
	float: left;
	width: 55%;
	margin-top: 30px;
	padding-left: 30px;
}

#wrapper {
	float: left;
	width: 100%;
	margin: 100px auto 0 auto;
	padding: 0;
	clear: both;
}

#content {
	margin: 0 auto;
	width: 80%;
	padding: 40px;    
	background: #fff;
	filter:alpha(opacity=85);
	-moz-opacity:0.85;
	-khtml-opacity: 0.85;
	opacity: 0.85;
	min-height: 600px;
}

#footer {
	width: 100%;
	clear: both;
	text-align: center;
	font-size: 0.87em;
	color: #5381a5;
	padding: 10px 0; 
	margin: 10px 0 40px 0;
}

#footer a {color: #5381a5;}

h1 {
	color: #5381a5;
	font-size: 1.4em;
	line-height: 150%;
	font-weight: normal;
	margin: 0 0 0.6em 0}

h2 {
	color: #777;
	font-size: 1.2em;
	font-weight: normal;
	margin: 0 0 1em 0}

h3 {
	color: #000;
	font-size: 1em;
	margin: 0 0 1em 0}


/*---------------------------- Top-Navigation ---------------------------*/


ul#topmenu {
	padding: 0;
	margin: 0;
	position: relative;
}

ul#topmenu li {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 1em;
	line-height: 150%;
	float: left;
	letter-spacing: 1px;
}

ul#topmenu li ul {
	position: absolute;
	top: 50px;
	left: 0;
	z-index: 1000;
	display: block;	
	border: 0;	
	width: 100%;
}

ul#topmenu li ul li {
	margin: 0;
	padding: 0;
	float: left;
	width: auto;
}

ul#topmenu li a {
	text-decoration: none;
	margin-right: 1px;
	padding: 6px;
	display: block;
	border: 0;
	color: #fff;
}

ul#topmenu li a:hover {
	color: #5381a5;
	background: #fff;
  background: rgba(255,255,255,0.9);	
}

ul#topmenu li a.current {
	text-decoration: none;
	color: #5381a5;
	font-size: normal;
	background: #fff;
  background: rgba(255,255,255,0.9);
}

ul#topmenu li ul li a {
	text-decoration: none;
	margin-right: 1px;
	padding: 6px;
	display: block;
	border: 0;
	color: #a6cdea;
	background: none;  
}

ul#topmenu li ul li a:hover {
	color: #fff;
	background: none;  
}

ul#topmenu li ul li a.current {
	text-decoration: none;
	color: #fff;
	background: none;
}


@media only screen and (max-width: 767px)
		
		{
	
	#container {
		width: 100%;
		padding: 5px;
	}
	
	#header {
		height: auto;  
		padding: 0;
	}
	
	#headright {
		float: left;
		width: 100%;
		background: #20425d;
		border-bottom: 1px solid #fff;			
	}
	
	#headleft {
		float: left;
		width: 100%;
		margin-top: 0;
		padding-left: 0;
	}
	
	#wrapper {
		margin: 10px auto;
	}
	
	#content {
		margin: 20px auto;
		width: 100%;		
		padding: 0 10px;    
		filter:alpha(opacity=1);
		-moz-opacity:1;
		-khtml-opacity: 1;
		opacity: 1;
	}
	
	#footer {
		text-align: left;
		padding: 10px; 
		margin: 0;
		border-top: 1px solid #ccc;			
	}
	
	ul#topmenu {
		background: #47769a;	
		overflow: auto;	
	}
	
	ul#topmenu li {
		margin: 0;
		padding: 0;
		list-style: none;
		width: 50%;	
		float: left;
		font-size: 1em;	
		border-bottom: 1px solid #fff;	
	}
	
	ul#topmenu li ul {
		position: relative;
		top: 0;
		left: 0;
		display: none;
	}
	
	ul#topmenu li ul li {
		margin: 0;
		padding: 0;
		float: left;
		width: 100%;
		background: #fff;
		border-bottom: 0;	
		border-top: 1px solid #ccc;			
	}
	
	ul#topmenu li a {
		margin-right: 0;
		padding: 10px;
		border: 0;
		text-align: center;
	}
	
	ul#topmenu li ul li a {
		color: #47769a;
		padding: 10px 20px;	
	}
	
	ul#topmenu li ul li a:hover {
		color: #999;
		background: none;  
	}	
	
	ul#topmenu li ul li a.current {
		color: #999;
	}
	
	.download { 
		float: left;
		margin: 10px 0 30px 0;
		width: 100%;
	}
	
	#id2, #id4, #id6 { 
		border-right: 1px solid #fff;
	}
	
}

/* iPad */  

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait)
		
		{
	
	#container {
		width: 100%;
	}
	
	#content {
		width: 90%;
	}
	
	#headright {
		width: 35%;
		margin: 0;
	}
	
	#headleft {
		float: left;
		width: 65%;
	}
	
}
