/* CSS Document */

html { overflow-y:scroll; }
body {
	color:#000000;
	font-size:.9em;
	margin:0 auto;
	background-repeat: repeat-x;
	background-position: center top;
	font-family: "Comic Sans MS", Arial, sans-serif;
}

a { color:#FF3399; text-decoration: none; }
a:hover { color:#FF3399; text-decoration: underline; }

h1, h2, h3, h4, p { margin:0 0 8px 0; }

h1 { font-size:1.8em; }

h2 { font-size:1.4em; }

h3 { font-size:1.2em; }

/* ---- class settings ----------------------- */

.img_top {
	position: absolute;
	top: 0;
	left: 0;
}

.img_btm {
	position: absolute;
	bottom: 0;
	left: 0;
}


.calendar {
	color: #ffffff;
	
}

a.calendar {
	color: #ffffff;
	
}

a#calendar {
	color: #ffffff;
	
}

.flag-one {
	color: #ff4987;
	font-size: 1.8em;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.flag-two {
	color: #ff4987;
	font-size: 1.8em;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.flag-three {
	color: #ff4987;
	font-size: 1.8em;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.headline-one {
	color: #07c5d3;
	font-size: 1.3em;
}

.headline-two {
	color: #fa6d4f;
	font-size: 1.3em;
}

.headline-three {
	color: #07c5d3;
	font-size: 1.3em;
}

.intro-one {
	font-weight: bold;
}

.intro-two {
	font-weight: bold;
}

.intro-three {
	font-weight: bold;
}

.name-one {
	color: #ff4987;
	font-size: .8em;
	float: right;
}

.name-two {
	color: #ff4987;
	font-size: .8em;
	float: right;
}

.name-three {
	color: #ff4987;
	font-size: .8em;
	float: right;
}

.button-one {
	border: 2px solid #f8c116;
}

.button-two {
	border: 2px solid #f8c116;
}

.button-three {
	border: 2px solid #f8c116;
}

.active-cell a {
	color: #fff;
}

.gallery-box { 
position:relative;
width:150px;
height:auto;
border:3px solid #07C5D3;
text-align:center;
padding:10px;
background-color:#DDF7F8;
margin:0 10px 10px 0;
}

/* ---- layout settings ----------------------- */

#main_container {
	position:relative;
	margin:0 auto;
	width:100%;
	height:100%;
}

#header {
	position:relative;
	top:0;
	left:0;
	width:950px;
	height:163px;
	margin: 0 auto;
	background-repeat: no-repeat;
}

/* ---- start nav id settings ------------------------ */
 
#nav {
	position:relative;
	top:98px;
	left:0;
	width:785px;
	height:43px;
}

/* ---- end nav id settings -------------------------- */

#main {
	position:relative;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

/* ---- start main content settings -------------- */

#container_top {
	position:relative;
	top:0;
	left:0;
	width:900px;
	height:auto;
	margin: 0 auto;
	padding: 30px 0;
}

#content_top-bg {
	position:relative;
	top:0;
	left:0;
	width:100%;
	height:auto;
	background-color: #fff;
	background-repeat: repeat-x;
}

#content-top-one{
	position:relative;
	top:0;
	left:0;
	width:860px;
	height:auto;
	margin: 0 auto;
	padding: 20px 20px 65px 20px;
	background-color: #fff;
	border: 3px solid #88dd54;
}


.content-top-one {
	position:relative;
	top:0;
	left:0;
	width:860px;
	height:auto;
	margin: 0 auto;
	padding: 20px 20px 20px 20px;
	background-color: #fff;
	border: 3px solid #88dd54;
}

#content-top-two{
	position:relative;
	top:0;
	left:0;
	width:860px;
	height:auto;
	margin: 0 auto;
	padding: 20px 20px 65px 20px;
	background-color: #fff;
	border: 3px solid #f8c116;
}

#content-top-three{
	position:relative;
	top:0;
	left:0;
	width:860px;
	height:auto;
	margin: 0 auto;
	padding: 20px 20px 65px 20px;
	background-color: #fff;
	border: 3px solid #07c5d3;
}

#container_btm {
	position:relative;
	top:0;
	left:0;
	width:900px;
	height:auto;
	margin: 0 auto;
	padding: 40px 0 0 0;
	
}

#content_btm-left-one {
	position:relative;
	top:0;
	left:0;
	width:400px;
	height:auto;
	float: left;
	padding: 20px;
	border: 3px solid #f8c116;
	background-color: #fff;
	
}

#content_btm-left-two {
	position:relative;
	top:0;
	left:0;
	width:400px;
	height:auto;

	float: left;
	padding: 20px;
	border: 3px solid #f8c116;
	background-color: #fff;
	
}

#content_btm-left-three {
	position:relative;
	top:0;
	left:0;
	width:400px;
	height:auto;
	float: left;
	padding: 20px;
	border: 3px solid #f8c116;
	background-color: #fff;
	
}

#content_btm-right {
	position:relative;
	top:0;
	left:0;
	width:400px;
	height:auto;
	float: right;
	padding: 20px;
	
}

#bg_content-btm {
	position:relative;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-repeat: repeat-x;
}

#bg_content-btm-repeat {
	position:relative;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-repeat: repeat;
}

/* ---- end main content settings ---------------- */

#footer {
	position:relative;
	top:0;
	left:0;
	color:#000;
	width:925px;
	height:15px;
	clear:both;
	margin: 0 auto;
	padding: 10px 0 0 25px;
	font-size:12px;
}

#footer a {
	color: #000;
	font-size:12px;
	text-decoration:none;
}

#footer a:hover {
	text-decoration:underline;
}

/* ---- start navigation settings -------------------------- */
 
#nav a {
	position:relative;
	float:left;
	height:43px;
	cursor:pointer;
	background-repeat:no-repeat;
	background-image:url(/images/one/nav/nav.gif);
}

a#nav_01 {
	width:62px;
	background-position:0 0;
}

a:hover#nav_01{
	background-position: 0 -43px;
}

.active_01 {
	background-position: 0 -43px !important;
}

a#nav_02 {
	width:104px;
	background-position:-62px 0;
}

a:hover#nav_02{
	background-position:-62px -43px;
}

.active_02 {
	background-position:-62px -43px !important;
}

a#nav_03 {
	width:149px;
	cursor:default;
	background-position:-166px 0;
}

a:hover#nav_03{
	background-position:-166px -43px;
}

.active_03 {
	background-position:-166px -43px !important;
}

a#nav_04 {
	width:126px;
	cursor:default;
	background-position:-315px 0;
}

a:hover#nav_04{
	background-position:-315px -43px;
}

.active_04 {
	background-position:-315px -43px !important;
}

a#nav_05 {
	width:139px;
	cursor:default;
	background-position:-441px 0;
}

a:hover#nav_05{
	background-position:-441px -43px;
}

.active_05 {
	background-position:-441px -43px !important;
}

a#nav_06 {
	width:104px;
	cursor:default;
	background-position:-580px 0;
}

a:hover#nav_06{
	background-position:-580px -43px;
}

.active_06 {
	background-position:-580px -43px !important;
}

a#nav_07 {
	width:101px;
	cursor:default;
	background-position:-684px 0;
}

a:hover#nav_07{
	background-position:-684px -43px;
}

.active_07 {
	background-position:-684px -43px !important;
}

