/* @group Body */

body {
	background-color: #ccd2df;
	font-size: medium;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #0b0c41;
	margin: 0;
	padding: 0;
	height:100%;
}

/* @end */


/* @group Site container */

#site_container {
	margin: auto;
	margin-bottom: 0px;
	padding: 0px;
	width: 800px;
	background-image: url("../images/site_background.jpg");
	text-align: center;
	height: 100%;
	clear: both;
}

/* @end */



/* @group Home Header */

#home_header {
	margin:auto;
	width: 750px;
	height: 280px;
}

#home_logo {
	width: 280px;
	float: left;
	margin-left: 5px;
}

#home_rightimages {
	float: right;
	width: 460px;
	text-align:right;
}

.home_headimages {
	width: 145px;
	padding: 0px 6px 6px 0px;
	float: left;
	background-color: #fff;
}

.home_moon {
	position:absolute;
	top: 20px;
	left: 30px;
}

/* @end */


/* @group Sub Header */

#sub_header {
	margin:auto;
	width: 750px;
	height: 145px;
}

#sub_logo {
	width: 280px;
	float: left;
	margin-left: 5px;
}

#sub_rightimages {
	float: right;
	width: 460px;
	text-align:right;
}

/* @end */


/* @group Nav */

#nav_wrapper {
	margin: auto;
	width:100%;
	text-align: center;
}

#nav {
	margin: auto;
	display: block;
	width: 720px;
	padding: 8px 15px;
	background: #50536f;
	text-align: center;
	font-size: 90%;
}

#nav a {
	padding: 8px 15px;
	background: #50536f;
	color: #ccd2df;
	text-decoration: none;
}

/*#nav a:visited {
	padding: 8px 15px;
	background: #50536f;
	color: #ccd2df;
	text-decoration: none;
}*/

#nav a:hover {
	padding: 8px 15px;
	background: #adc7d0;
	color: #0b0c41;
	text-decoration: none;
}

/* @end */


/* @group Home Content */

#homecontent {
	width: 720px;
	padding: 10px 10px 10px 10px;
	margin: auto;
}

#leftcontainer {
	width: 250px;
	float: left;
	margin: 10px 5px 0px 5px;
	text-align: center;
}

#rightcontainer {
	width: 440px;
	float: right;
	padding: 0px 5px 0px 5px;
	font-size: 90%;
	text-align: justify;
}

#sub_leftcontainer {
	width: 200px;
	float: left;
	margin: 10px 5px 0px 5px;
	text-align: center;
}

#sub_rightcontainer {
	width: 490px;
	float: right;
	padding: 0px 5px 0px 5px;
	font-size: 90%;
	text-align: justify;
}

.rightfloatimage {
	float: right;
	padding: 5px 0 3px 15px;
}

#leftcalloutbox {
	width: 218px;
	padding: 10px;
	background-color: #d5e7ee;
	font-size: 100%;
	line-height:110%;
	min-height: 125px;
	_height: 125px;
	margin:auto;
	border: 1px dotted #50536f;
}

/* @end */


/* @group Sub Nav */

#sub_nav {
	width: 190px;
	/*margin: 10px 5px 10px 10px;*/
	background: #d5e7ee;
	border-top: 1px dotted #50536f;
	border-left: 1px dotted #50536f;
	border-right: 1px dotted #50536f;
	font-size: 95%;
	text-align: left;
	display: block;
} 

#sub_nav a {
	text-decoration: none;
	display: block;
	background: #d5e7ee;
	padding: 5px 10px;
	color: #0b0c41;
	border-bottom: 1px dotted #50536f;
}

#sub_nav a:hover {
	text-decoration: none;
	background: #50536f;
	padding: 5px 10px;
	color: #ccd2df;
	border-bottom: 1px dotted #ccd2df;
}

#sub_leftimage {
	margin: 15px 0;
	text-align: left;
}


/* @end */


/* @group Content */

#content {
	color: #50536f;
	margin: 10px 75px 0px 75px;
}

#content p {
	font-size: 90%;
	color: #50536f;
	text-align: left;
	line-height: 120%;
}

h1 {
	font-size:120%;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-variant:small-caps;
	font-weight:bold;
	color: #212258;
	padding-bottom: 3px;
	border-bottom: #adc7d0 dotted 1px;
}

/* @end */


/* @group Footer */

#footer {
	margin: auto;
	width: 730px;
	background: #50536f;
	padding: 8px 10px 8px 10px;
	margin-bottom: 0px;
	clear: both;
	font-size: 80%;
	color: #ccd2df;
	text-align: right;
}

/*.footer_text {
	font-size: 80%;
	color: #fff;
	text-align: right;
	padding: 0px 10px 0px 10px;
}*/

#footer a {
	color: #ccd2df;
	text-decoration: none;
	padding-right: 10px
}



/* @end */

