/* HTML5 Reset :: master.css  */

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, figure, footer, header, hgroup, menu, nav, section, menu, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}									
article, aside, figure, footer, header, hgroup, nav, section {display: block;}
img, object, embed {max-width: 100%;}

/* force a vertical scrollbar to prevent a jumpy page */
html {overflow-y: scroll;}

ul {list-style: none;}

blockquote, q {quotes: none;}
blockquote:before, 
blockquote:after, 
q:before, 
q:after {content: ''; content: none;}

a {
	margin: 0; 
	padding: 0; 
	font-size: 100%; 
	vertical-align: baseline; 
	background: transparent;
}

/* tables still need cellspacing="0" in the markup */
table {
	font-size: inherit; 
	font: 100%;
	border-collapse: collapse; 
	border-spacing: 0;
}
th {font-weight: bold; vertical-align: bottom;}
td {font-weight: normal; vertical-align: top;}
h1,h2 { 
	margin: 0 0 1em;
	color: #1d548d;
}
p, ul, ol {
	margin-bottom: 1em;
}
li {
	line-height: 140%;
}
hr {
	display: block; 
	height: 1px;
	border: 0; 
	border-top: 1px solid #ccc; 
	margin: 1em 0;
	padding: 0;
}

input, select, textarea {font: 99% sans-serif;}

/* Accessible focus treatment
	people.opera.com/patrickl/experiments/keyboard/test */
a:hover, a:active {outline: none;}
small {font-size: 85%;}
strong, th {font-weight: bold;}
td, td img {vertical-align: top;} 

/* Make sure sup and sub don't screw with your line-heights
	gist.github.com/413930 */
sub, sup {font-size: 75%; line-height: 0; position: relative;}
sup {top: -0.5em;}
sub {bottom: -0.25em;}

/* let's clear some floats */
.clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; overflow: hidden; }  
.clearfix:after { clear: both; }  
.clearfix { zoom: 1; }  
.clear {
	clear: both;
}
/*-------------------------------------------------------------------------------*/
body {
	margin: 0 auto;
	font: 100% Times, "Times New Roman", serif;
	color: #333;
	background: #23588f url(../img/bg.jpg) 50% 0 repeat-x;
	text-align: center;
}
body, select, input, textarea {color: #222;}
a {color: #000;}
a:hover, a:focus {color: #1d548d;}
#outercontainer {
	background: url(../img/numbers.jpg) 50% 0 no-repeat;
}
#container {
	position: relative;
	z-index: 100;
	margin: 0 auto;
	padding-top: 40px;
	width: 940px;
	text-align: left;
	overflow: auto;
}
#leftcol {
	width: 364px;
	float: left;
}
header {
	position: relative;
}
header h1 {
	margin: 0;
	font: bold 2.2em Arial, sans-serif;
	color: #0f539e;
}
header p {
	color: #fff;
	font-size: 1.6em;
	padding: 0;
}
.tag {
	margin-bottom: 60px;
	font-size: 1.6em;
	font-style: italic;
	color: #010101;
}
.vcard,
.vcard a {
	color: #fff;
}
.vcard a {
	padding: .2em 0;
	text-decoration: none;
}
.vcard a:hover,
.vcard a:focus {
	color: #1d548d;
	background: #fff;
}
.vcard p {
	margin-bottom: .5em;
}
.vcard .tel {
	font-size: 2.4em;
}
#rightcol {
	margin: 0;
	padding-bottom: 60px;
	width: 576px;
	background: #fff;
	float: left;
}
nav {
	position: relative;
	font: 1.1em Arial, sans-serif;
}
nav ul {
	margin: 0;
	width: 576px;
	background: #366ca4;
	float: left;
}
nav li {
	width: 50%;
	text-align: center;
	float: left;
}
nav li a,
nav li a:visited {
	display: block;
	margin: 0;
	padding: .7em 0;
	color: #fff;
	text-decoration: none;
}
nav li a:hover,
nav li a:focus {
	color: #fff;
	background: #993;
}
.header {
	float: left;
}
article {
	width: 536px;
	margin: 0;
	padding: 20px;
	line-height: 130%;
	float: left;
}
article h1 {
	font-size: 1.8em;
	color: #993;
}
article h2 {
	font-size: 1.2em;
}
ul.bullets {
	padding-left: 10px;
	margin-left: 15px;
	list-style: disc;
}
.caption {
	margin: 0 0 40px 40px;
	font-family: Arial, sans-serif;
	color: #666;
	float: right;
	clear: right;
}
.caption img,
.caption p {
	text-align: center;
}
footer {
	position: relative;
	margin: 0 auto;
	padding-top: 20px;
	text-align: center;
	color: #fff;
	clear: both;
}

/* Custom text-selection colors */
::-moz-selection{background: #ddd; color: #fff; text-shadow: none;}
::selection {background: #ddd; color: #fff; text-shadow: none;} 
a:link {-webkit-tap-highlight-color: #ddd;} 
ins {background-color: #ddd; color: #000; text-decoration: none;}
mark {background-color: #ddd; color: #000; font-style: italic; font-weight: bold;}


/* Print styles!
-------------------------------------------------------------------------------*/
@media print {



}

/* Responsive updates */
@media(max-width: 996px) {
	#container {
		width: 95%;
		padding-left: 2.5%;
		padding-right: 2.5%;
	}
	#leftcol {
		float: none;
		width: 100%;
	}
	header h1 {
		font-size: 1.5em;
	}
	.tag {
		font-size: 1.2em;
		margin-bottom: 35px;
	}
	header p {
		font-size: 1.2em;
	}
	.vcard .tel {
		font-size: 1.4em;
	}
	#rightcol {
		float: none;
		width: 100%;
		background: #fff;
	}
	#rightcol nav ul {
		width: 100%;
		float: none;
	}
	#rightcol nav li {
		width: 49%;
		display: inline-block;
		float: none;
	}
	#rightcol img.header {
		width: 100%; 
		margin-bottom: 35px;
		height: auto;
	}
	#rightcol article {
		width: 95%; 
		float: none;
		padding-right: 2.5%;
		padding-left: 2.5%;
	}
	#rightcol .caption {
		max-width: 160px;
	}
	#rightcol .caption img {
		width: 100%;
		height: auto;
	}
	footer {
		padding-left: 5%;
		padding-right: 5%;
	}
}

@media(max-width: 480px) {
	article h1 {
		line-height: 1.1em;
	}
	#rightcol .caption {
		max-width: 75%;
		float: none;
		clear: both;
		margin-left: auto;
		margin-right: auto;
		margin-top: 35px;
		margin-bottom: 25px;
	}
	#rightcol article {
		width: 90%; 
		float: none;
		padding-right: 5%;
		padding-left: 5%;
	}
}