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


body {
	margin:0 auto;
	padding:0;
	font-family: 'Open Sans', sans-serif;
	background: #ffffff;
	font-size: 18px;
	line-height: 30px;
	color:#000000;
}
p {
	font-family: 'Open Sans', sans-serif;
	background: #ffffff;
	font-size: 18px;
	line-height: 30px;
	color:#000000;
	}
a, a:link, a:active, a:visited {
	color: #5E3753;
	text-decoration: none;	
}
a:hover { color:#a36191; }

#header {
	margin: 0 auto;
	height: 250px;
	width: 1000px;
	background:#ffffff;
}
#logo {
	width:285px;
	height:250px;
	float:left;
	margin: 0;
}
#nav {
	width:700px;
	height:60px;
	float:right;
	margin: 70px 0 0 0;
	text-align:center;
	border-top: 1px dotted #5E3754;
	border-bottom: 1px dotted #5E3754;
}
#nav a, #nav a:link, #nav a:active, #nav a:visited {
	font-family: 'Open Sans', sans-serif;
	font-weight:300;
	color: #5E3753;
	text-decoration: none;
	font-size:24px;	
}
#nav a:hover { color:#a36191; }
#main {
	margin: 0 auto;
	width: 100%;
	height:370px;
	background:#3DA8B9;
}
#main-pic {
	margin: 0 auto;
	width: 1000px;
	height:370px;
	background:#ffffff;
}
.main-picl {
	width:335px;
	margin:0 auto;
	float:left;
}
.main-picr {
	width:605px;
	margin:0 30px;
	float:left;
}
#content {
	margin: 0 auto;
	width: 1000px;
	background:#ffffff;
}
#blue {
margin: 0 auto;
width: 100%;
background:#003366;
}
#blue-content {
margin: 0 auto;
width: 1000px;
background:#003366;
color:#fff;
}
h1 {
font-family: 'Open Sans', sans-serif;
color:#B2CC3A;
font-size: 44px;
font-weight: normal;
line-height: normal;
text-align:left;
}
h2 {
font-family: 'Allura', cursive;
color:#fff;
font-size: 64px;
font-weight: normal;
line-height: normal;
text-align:center;
background-image: url('images/line.png');
background-position: center bottom;
background-repeat: no-repeat;
}
h3 {
font-size: 24px;
font-weight: normal;
line-height: normal;
}
h4 {
font-size: 24px;
font-weight: normal;
line-height: normal;
color: #003366;
}
h5 {
font-size: 44px;
font-weight: normal;
line-height: normal;
color: #003366;
}
.bigblue {
font-family: 'PT Sans', sans-serif;	
font-size: 52px;
font-weight: normal;
line-height: normal;
color: #3DA7B8;
}
.black {
font-family: 'PT Sans', sans-serif;	
font-size: 52px;
font-weight: normal;
line-height: normal;
color: #000000;
}
hr {
border: 0px; border-top: 1px dotted #CCCC99; height: 0;
}

li { list-style-image: url(images/bullet.png); }

.button, .button a, .button a.link, .button a.visited {
color: #5E3753;	
font-size:24px;
font-weight:normal;
background: #B3CD3B;
border: 0;
display: inline-block;
margin: 4px 0;
padding:14px 12px 12px 12px;
width: 300px;
text-align:center;
}
.button:hover {
text-decoration: none;
color:#a36191;;
background: #CDDE7E;
}
#footer-main {
	margin: 0 auto;
	width: 100%;
	background:#3DA8B9;
}
#footer {
	padding:20px 0;
	margin: 0 auto;
	width: 1000px;	
	background:#3DA8B9;
	color:#ffffff;
}
.footer-column1 {
  float:left;
  width:46%;
  margin:1%;
  text-align:left;
}
.footer-column2 {
  float:left;
  width:46%;
  margin:1%;
  text-align:right;
}
#footer p {
	font-size:14px;
	line-height:normal;
}
#footer a, #footer a:link, #footer a:active, #footer a:visited {
	color: #cccccc;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;	
}
.alignleft { float:left; margin: 10px 20px; } 
.alignright { float:right; margin: 0 20px; }
.aligncenter { display: block; margin-left: auto; margin-right: auto; }

.columns {
  float:left;
  width: 50%;
}
.columns3 {
  float:left;
  width: 33%;
}
.space {
  height:40px;
  width:100%;
}
.space2 {
  height:20px;
  width:100%;
}