@charset utf-8;

/* LAYOUT */

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background-image: url(../images/backgrounds/backG2.jpg);
	background-position: center;
	background-repeat:no-repeat;
	margin: 0 auto; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color:#000000;
}
#backgound {
	width: 1000px;
	background-image: url(../images/backgrounds/bg.jpg);
	background-repeat: repeat-y;
	float: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	z-index: -1;
	height: 900px;
}
#container {
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;  /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	height: 905px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#header {
	background-image:url(../images/backgrounds/header.jpg);
	width: 1000px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	height: 100px;
}
#nav {
	background-image: url(../images/backgrounds/nav_bg.jpg);
	background-repeat:repeat-x;
	width: 970px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 30px;
	height: 30px;
}

#subNav {
	height: 20px;
	width: 960px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 30px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	font-style: italic;
}
#mainContent {
	background: #FFFFFF;
	height: 650px;
	width: 1000px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#box1 {
	width: 300px;
	float: left;
	margin-top: 10px;
	margin-left: 10px;
	height: 300px;
}
#box2{
	float: left;
	width: 670px;
	margin-top: 10px;
	margin-left: 10px;
	height: 300px;
}
#blog{
	float: right;
	width: 660px;
	margin-top: 10px;
	margin-left: 10px;
	height: 600px;
	clear: none;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#box3 {
	float: left;
	width: 628px;
	margin-top: 20px;
	margin-left: 10px;
	height: 280px;
	border-right-width: 2px;
	border-right-style: dotted;
	border-right-color: #2b3087;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	line-height: 20px;
}
#box4 {
	float: left;
	width: 260px;
	margin-top: 20px;
	margin-left: 10px;
	height: 280px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	line-height: 20px;
}
#box5 {
	float: left;
	width: 260px;
	margin-top: 20px;
	margin-left: 10px;
	height: 280px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	line-height: 20px;
}
#footer {
	background-image:url(../images/backgrounds/footer.jpg);
	height: 100px;
	width: 980px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	z-index: 1;
}

#nav2 {
	height: 30px;
	width: 970px;
	z-index: 2;
	left: -10px;
	top: 1em;
	right: 0px;
	bottom: 0px;
	position: relative;
	background-image: url(../images/backgrounds/nav_bg.jpg);
	background-repeat:repeat-x;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 30px;

}
/* LAYOUT */

/* STYLES */
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#nav ul{
	margin:0px;
	list-style:none;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#nav a{
	display:block;
	width:10em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: none;
	color: #222222;
}
#nav a:hover{
	display:block;
	width:10em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: underline;
	color: #222222;
}

#nav li{
	float: left;
	width: 10em;
	text-align:center;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#nav li ul{
	display: none;
}
#nav li:hover ul {
	display: block;
	width: 10em;
	position: absolute;
}
#nav2 ul{
	margin:0px;
	list-style:none;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
#nav2 a{
	display:block;
	width:10em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: none;
	color: #222222;
}
#nav2 a:hover{
	display:block;
	width:10em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: underline;
	color: #222222;
}

#nav2 li{
	float: left;
	width: 10em;
	text-align:center;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#nav2 li ul{
	display: none;
}
#nav2 li:hover ul {
	display: block;
	width: 10em;
	position: absolute;
}
#subNav a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	font-style: italic;
	text-decoration: none;
}
#subNav a:hover{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	font-style: italic;
	text-decoration: underline;
}
#box3 h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	font-style: normal;
	color: #2b3087;
	padding-bottom: 10px;
}
#box3 p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-style: normal;
	color: #666666;
	white-space: normal;
}
#blog h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	font-style: normal;
	color: #2b3087;
}
#blog p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-style: normal;
	color: #888888;
	white-space: normal;
}
#blog a{
	color: #2B3087;
}

#box4 h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	font-style: normal;
	color: #666666;
	padding-bottom: 10px;
}
#box4 p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .9em;
	color: #2B3087;
	font-style: normal;
	font-weight: normal;
}
#box4 li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .9em;
	color: #2B3087;
	font-style: normal;
	font-weight: normal;
	list-style-position: outside;
	list-style-type: square;
}
#box4 p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .9em;
	color: #2B3087;
	font-style: normal;
	font-weight: normal;
}

#box5 h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	font-style: normal;
	color: #666666;
	padding-bottom: 10px;
}
#box5 p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .9em;
	color: #2B3087;
	font-style: normal;
	font-weight: normal;
}
#box5 li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .9em;
	color: #2B3087;
	font-style: normal;
	font-weight: normal;
	list-style-position: outside;
	list-style-type: square;
}
#box5 p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .9em;
	color: #2B3087;
	font-style: normal;
	font-weight: normal;
}
#box3 a{
	color: #666666;
}
#box3 a:hover{
	color: #666666;
}
#box4 a{
	color: #2B3087;
}
#box4 a:hover{
	color: #2B3087;
}
#box5 a{
	color: #2B3087;
}

#box5 a:hover{
	color: #2B3087;
}
h3 {
	color: #444;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	font-style: italic;
}
h4 {
}

#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align:center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 10px;
}
a {
	text-decoration: none;
	font-weight: normal;
}
a:hover{
	text-decoration: underline;
}
/* STYLES */
