@charset "UTF-8";

/* Default Reset */

html, body, div, span, object,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strong, sup, tt,
dl, dt, dd, ol, ul, li,
fieldset, form, label,
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;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}


a {
	text-decoration: none;
	color: black;
}

a:hover {
	text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 {
    font-family: sans-serif;
    font-weight: normal;
    text-transform:none;
    line-height:100%;
    margin-top:0;
}

h1 {
    font-size:20px;
    color:#000;
}

h2 {
    font-size:16px;
    color:#000;
}

h3 {
    font-size:12px;
    color:#000;
}

/* Main Website CSS*/

html {
	background-image:url('../images/bg1.jpg');
	background-position: -400px, 600px;
    min-height: 100%;
  min-width: 1024px;
  width: 100%;
  height: auto;
}


#headerlogo {
	margin-top: 250px;
}

#headerlogo img {
	border-top-right-radius: 10px;
	-moz-border-top-right-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	border-top-left-radius: 10px;
	-moz-border-top-left-radius: 10px;
	-webkit-border-top-left-radius: 10px;
}

#header ul#nav {
	font-size: 20px;
	position: relative;
}

#nav {
	background-color: #7B92A6;
	height: 30px;
	width: 700px;
	padding-top: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
}

#nav span {
	color: white;	
}

#nav li {
	position: relative;
	display: inline;
	margin-right: 5px;
	margin-left: 5px;
}

