@charset "UTF-8";
/* CSS Document */

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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
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 */

body {
	background-color: #c0e6f0;
}

header {
	height: 160px;
	width: 792px;
	background-color:#FFF;
	margin:auto;
}

header a{
	text-decoration:none;
}

#margin{
	margin-left: auto;
	width: 715px
}

#nav {
	font-family: 'Open Sans', sans-serif;
	font-weight: 200;
	font-size:18px;
	height: 30px;
	margin: auto;
	text-decoration:none;
	background-color:#454547;
	width: 792px;
	list-style-type: none;
}

#navcontainer {
	width:792px;
	margin:auto;
}

ul#nav a {
	margin-left:20px;
	text-decoration: none;
}

ul#nav li { 
	float: left; 
}

ul#nav li a {
	padding: 15px;
	
}

ul#subnav { 
	display: none; 
	list-style-type: none;
	z-index:10;
}

ul#subnav li { 
	float: none; 
}

ul#subnav li a {
	margin: 0px;
	border-top: 1px #ffffff outset;
}

ul#nav li:hover ul#subnav {
	display: block;
	position: absolute;
	font-size: 10pt;
	padding-top: 5px;
}

ul#nav li:hover ul#subnav li a {
	display: block;
	width: 120px;
	background-color:#454547;
	padding: 10px;
}

#nav a:link {
	color:#c0e6f0;
	font-family: 'Open Sans', sans-serif;
	font-weight: 200;
}      /* unvisited link */

#nav a:visited {
	color:#c0e6f0;
	font-family: 'Open Sans', sans-serif;
	font-weight: 200;
}  /* visited link */

#nav a:hover {
	color:#f05032;
	font-family: 'Open Sans', sans-serif;
	font-weight: 200;
}  /* mouse over link */

#nav a:active {
	color:#f05032;
	font-family: 'Open Sans', sans-serif;
	font-weight: 200;
}  /* selected link */

#nav li a#current {
	color:#f05032;
	font-family: 'Open Sans', sans-serif;
	font-weight: 200;
}

#content {
	background-color:#FFF;
	width: 792px;
	padding:0px;
	margin:auto;
}

#organizations {
	width: 792px;
	height: 420px;
	background-color:#FFF;
	margin:auto;
}

#box1 {
	width: 295px;
	height: 130px;
	float:left;
	margin:50px 50px 10px 50px;
}

#image1 {
	width:108px;
	height:105px;
	float:left;
	padding-right: 10px;
}

#box2 {
	width: 295px;
	height: 130px;
	float:left;
	margin:50px 50px 10px 50px;
}

#image2 {
	width:120px;
	height: 120px;
	float:left;
}

#box3 {
	width: 295px;
	height: 130px;
	float:left;
	margin:70px 50px 10px 50px;
}

#image3 {
	width:105px;
	height: 110px;
	float:left;
}

#box4 {
	width: 295px;
	height: 130px;
	float:left;
	margin:70px 50px 10px 50px;
}

#image4 {
	width:101px;
	height: 110px;
	float:left;
	margin-right:10px;
}

#h1 {
	font-family: 'Open Sans', sans-serif;
	font-weight:500;
	font-size:12px;
	color:#f05032;
}

#h1 a {
	text-decoration:none;
	font-family: 'Open Sans', sans-serif;
	font-weight:500;
	font-size:12px;
	color:#f05032;
}
	
#p {
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
	font-size:12px;
	color:#333;
}

#p a{
	font-family: 'Open Sans', sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #f05032;
	text-decoration: none;
}

#p a:visited {
	color:#0A9CBC;
	font-family: 'Open Sans', sans-serif;
	font-weight: bold;
}  /* visited link */

#p a:hover {
	color: #E3917A;
	font-family: 'Open Sans', sans-serif;
	font-weight: bold;
}  /* mouse over link */

#footer {
	height: 30px;
	margin: auto;
	text-decoration:none;
	background-color:#454547;
	width: 792px;
}

#footer p {
	font-family: 'Open Sans', sans-serif;
	font-weight: 200;
	font-size:12px;
	color:#FFF;
	text-align:center;
	padding-top:7px;
}
