@charset "utf-8";
/* CSS Document */

* { margin:0; padding:0;}

body {
	background-image: url(../images/background.gif);
	background-repeat: repeat-x;
	background-color: #F7EEDD;
	text-align:center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #797979;
}

a {
	color:#CC7D80;
	text-decoration: none;
	font-size: 13px;
}

a:hover {color:#B6474D}

a:visited {color:#CC7D80;}

li {
	list-style-position: outside;
	list-style-type: square;
	margin-bottom:10px;
	margin-left:5px;
}



#wrapper {
	width:924px;
	margin:0 auto;
	text-align:left;
	margin-top:20px;
}

/* ------------------------------------------------------------------------------------------------Index Information */


#index_header {
	width:924px;
	height:130px;
	background-image: url(../images/index_header.png);
	position:relative;
	background-repeat: no-repeat;
}

#logo {
	position:absolute;
	width:400px;
	height:160px;
	right:0px;
	top: -4px;
}

#index_content {
	width:924px;
	float:left;
	background-image: url(../images/index_main.png);
	background-repeat: repeat-y;
	color: #cc7d82;

}

#index_content p { padding-left:40px; padding-right:30px; font-size:15px;}
#index_footer {
	float:left;
	width:924px;
	height:50px;
	background-image: url(../images/index_footer.png);
}

#portfolio {
	width:793px;
	height:329px;
	margin: 0 auto;
	padding-top:10px;
	overflow:hidden;
	padding-bottom:20px
}

#portfolio li img{
	padding: 0;
	list-style-type: none;
	width:793px;
	height:329px;
	overflow:hidden;
}

#portfolio li {
	list-style-type: none;
}

/* ------------------------------------------------------------------------------------------------Main Information */

#header {
	width:924px;
	height:50px;
	background-image: url(../images/header.png);
	position:relative;
	background-repeat: no-repeat;
}


#content {
	width:924px;
	float:left;
	background-image: url(../images/main_bg.png);
	background-repeat: repeat-y;
}

#footer {
	float:left;
	width:924px;
	height:50px;
	background-image: url(../images/footer.png);
}

/* ------------------------------------------------------------------------------------------------Nav Information */

#navigation {
	float:left;
	width:150px;
	margin-left:65px;
	margin-top:80px;
	margin-right:30px;
	text-align:left;
	display:inline;
}

#navigation li { 
	list-style:none; 
	margin-bottom:25px;
}

#navigation li a {
	font-size: 16px;
	color: #CC7D80;
	text-decoration: none;
}

#navigation li a:hover {
	color: #B6474D;
}


/* --------------------------------------------------------------------------------------------------------Content */

#main_content {
	float:left;
	width:630px;
	margin-top:140px;
	line-height:20px;
	text-align:left;
	display:inline;
}

#main_content p {
	margin-bottom:10px;
}

#main_content h1 {
	font-size: 25px;
	color: #cc7d82;
	font-weight: normal;
	margin-bottom:10px;
}

#main_content h2 {
	font-size: 22px;
	color: #cc7d82;
	font-weight: normal;
	margin-bottom:10px;
}

#main_content h3 {
	font-size: 18px;
	color: #cc7d82;
	font-weight: normal;
	margin-bottom:10px;
}

.iframeb {
	border: 1px solid #cc7d82;
	margin-bottom:10px;
}

.cream, .cream_index {
	background-color: #fffff5;
	width:608px;
	border: 1px solid #d6b980;
	padding:10px;
	margin-bottom:20px;
}
.cream_index { line-height:25px; font-size:12px;}
.cream ul{
margin-left:10px;}

.white ul {
margin-left:30px;}

.cream li, .white li {
	list-style-position: outside;
	list-style-type: disc;
}

.pink {
	background-color: #cc7d80;
	width:614px;
	border: 1px solid #ac6669;
	padding:7px;
	margin-bottom:20px;
	color: #FFFFFF;
	font-size: 14px;
}

.pink strong {
color:#FFFFFF;
font-size: 25px;
padding-bottom:10px;}

.links ul { margin:0; padding:0;}
.links li {
	list-style-position: inside;
	list-style-type: square;
	padding-left:10px;
	margin-bottom:12px;
}

.tables th {
background-color: #cc7d80;
color:#FFFFFF;
padding:10px;
}


.tables td { padding:10px;}

.tables{background-color: #fffff5; border: 1px solid #d6b980;}

.form_box {background-color: #ffffff; border: 1px solid #d6b980; width:150px; padding:4px;}

.images{ float:left; margin-right:10px;}

.timetable {
	float:left;
	width:293px;
}
.timetable td {
	background-color:#f3e5e5;
	padding:5px;
	font-size: 16px;
	color: #000000;
}

.emerg{
	background-color: #fffff5;
	width:300px;
	border: 1px solid #d6b980;
	padding:10px;
	margin-bottom:20px;
	float:right;
	text-align:justify;
}

#none {
	list-style-type: none;
}

.team img {
	text-align:center;
	border: 1px solid #CCCCCC;
	margin-bottom:10px;
} 

.teamtd {background-color: #fffff5;
	border: 1px solid #d6b980;
	padding:10px;
	margin-bottom:20px;
	}
.team p { text-align:left;}


.flashy { float:left; margin-right:10px;}






