/* Reset Styles*/

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: "" "";
}
html, body {
	height: 100%;
	padding:0;
	margin:0;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	line-height: 1.5;
	color:#666666;
}
	

/* General Layout*/

#holder {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -50px; /* the bottom margin is the negative value of the footer's height */
	background-image: url(/images/header-tile.jpg);
	background-repeat: repeat-x;
}
#homeholder {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -50px; /* the bottom margin is the negative value of the footer's height */
	background-image: url(/images/home-header-tile.jpg);
	background-repeat: repeat-x;
}
#homebar {
	background-repeat: no-repeat;
	height:272px;
	width: 780px;
	background-image: url(/images/home-bar.jpg);
}
#homebar p{
	color:#FFFFFF;
	padding-top:62px;
	padding-left: 16px;
	width: 260px;
}
.homebutton {
	display:block;
	width:130px;
	height:50px;
	position:relative;
	left:80px;
	}
#logoholder {
	float: right;
	padding-top: 45px;
	width: 290px;
	padding-right: 150px;
	}
.rhl {
	display:block;
	left:25px;
	width:130px;
	height:50px;
	float: left;
	}
	
.rc {
float:right;
	display:block;
	width:130px;
	height:50px;
	}
#innerholder {
	margin:auto;
	width:780px;
}
#content {
	padding-top:10px;
	padding-left:19px;
	padding-bottom: 10px;
}
.footer, .push {
	height: 50px; /* .push must be the same height as .footer */
}
.footer {
background-color:#013b84;
}
.footer p{
padding-top:16px;
color:#FFFFFF;
text-align:center;
}

/* ----- HEADER ----- */

.logo {
	height:66px;
	width:205px;
	background: url(/images/logo.jpg);

}

/* ----- MENU ----- */

#menu ul{
	float:right;
	padding-top:30px;
	padding-bottom: 0px;
}
#menu li{
	display: inline;
	list-style-type: none;
	padding-right: 5px;
}
#menu li a, #menu li a:visited  {
	color:#FFFFFF;
	text-decoration:none;
}
#menu li a:hover {
	color:#FFFF99;
	text-decoration:underline;
}

/* ----- Typography ----- */

li, dt, dd, p { 
	font-size: 1.1em; 
}
ul, ol, dl {
	padding-bottom: 1.65em;
}
p { 
	padding-bottom: 1.5em; 
}
#content ul {
	padding-left:25px;
	list-style-type:disc;
	}
#content a, #content a:visited  {
	text-decoration:none;
	color:#013b84;
	}
#content a:hover  {
	text-decoration:underline;
	}

h1 {
	font-size:1.4em;
	color:#013b84;
	font-weight: bold;
	padding-bottom: .4em;
}
h2 {
	font-size:1.2em;
	color:#013b84;
	font-weight: bold;
	padding-bottom: 0.3em;
}
