/* 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, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* CLEARFIX */
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    font-size: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE5/Mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE5/Mac */

p.clear { clear: both;   margin: 0; padding: 0; }

/* POSITIONING BLOCKS */
body {
	background:#fff;
	color:#263965;
	font-family:"Times New Roman", Times, serif;
	font-size:16px;
	margin:0;
	padding:0;
}

/* general styles (above specifics so can be overridden easily) */
h1 {
	font-size:36px;
	line-height:120%;
	margin:0;
	padding:0;
}
h2 {
	font-size:24px;
	line-height:120%;
	margin:0;
	padding:0;
}
p,
th,
td {
	line-height:130%;
	padding:0;
	margin:0 0 1em 0;
}
table {
	margin:0 0 1em 0;
}
th,
td {
	margin:0;
	vertical-align:top;
	padding:3px 0;
}
a {
	color:#263965;
	text-decoration:underline;
}
b,
strong{
	font-weight:bold;
}
i,
em{
	font-style: italic;
}
blockquote {
	display:block;
	margin:0 40px 1em 40px;
	font-weight:italic;
}

ul,
ol{
	margin:0 0 1em 0;
}
ol {
	list-style:decimal;
	margin-left:2em;
}
ul {
	list-style:disc;
	margin-left:2em;
}
ul li{
	line-height:130%;
	padding:0;
	margin:0 0 1em 0;
	font-weight:normal;
}
ol li{
	line-height:130%;
	padding:0;
	margin:0 0 1em 0;
	font-weight:normal;
}
sup,
sub {
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	_vertical-align: bottom;
	position: relative;	
	font-size:8px;
}
sup {
	bottom: 3px;
}
sub {
	top: .5ex;
}
input,textarea,option{
	font-size:13px;
}

/* tables */
table{
	width:100%;
}
table th{
	border-bottom: 1px solid #263965;
	padding: 4px;
	text-align: left;
	vertical-align:bottom;
	font-weight:bold;
}
table td{
	border-bottom: 1px solid #263965;
	padding: 4px;
	text-align: left;
}
table tr.odd td{
	background:#D9D9D5;
}
table td a{
	/* text-decoration:none; */
}

/* HEADER */
#header_container {
	z-index:99;
	width:100%;
	height:130px;
	background-color:#fff;
}
#header {
	z-index:99;
	width:1020px;
	height:130px;
	margin:0 auto;
	position:relative;
}
#header h1 {
	position:absolute;
	top:35px;
	left:0px;
	width:1020px;
	text-align:center;
	font-size:32px;
	color:#263965;
}
#header h1 a{
	text-decoration:none;
	color:#263965;
}
body.home #header h1 {
	width:660px;
}

/* CONTENT */
#content_container {
	width:100%;
	height:auto;
	min-height:800px;
}
#content {
	position:relative;
	width:1020px;
	margin:0 auto;
	min-height:800px;
	background-color:#CCCCC7;
}

/* FOOTER */
#footer_container {
	width:100%;
	background:#fff;
}
#footer {
	width:1020px;
	margin:0 auto;
	position:relative;
	color:#666;
	font-size:14px;
	text-align:center;
	font-size:16px;
	
}

.fancybox-nav span {
    visibility: visible !important
}

.topnav {
    background: #263965;
    margin: 0 0 40px -40px;
    width: 940px;
    padding: 20px 40px;
}
body.home .topnav {
    margin:0;
}
.topnav a {
    padding: 0 20px 0 0;
    color:#ccccc7;
}
.topnav a:hover,
.topnav a.active {
    color:#fff;
}
