/* CSS Document */
body {
	background: url(images/background.jpg) repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 0;
	margin-top: 10px;
}
#wrap {
	margin:0 auto;
	width:750px;
	position: relative;
	background: #9ec1de url(images/wrap_back.gif) repeat-y top left;
}
#header {
	width: 750px;
	height: 197px;
	background: url(images/header.jpg) no-repeat top left;
}

h1 {
	font-size: 1px;
	line-height: 1px;
	color: #D9ECFF;
	padding: 15px 0 0 15px;
}


#tag_line {
	background-color: #C195C6;
	width: 748px;
	border-left: 1px solid #5AAFE0;
	border-right: 1px solid #5AAFE0;
	text-align: center;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 18px;
	padding: 3px 0;
	text-transform: uppercase;
}

#footer {
	clear:both;
	width: 750px;
	background:url(images/footer.png);
	color: #47144B;
	height: 67px;
	margin: 0;
	padding: 0;
	
}
#footer a:link, #footer a:visited {
	color: #47144B;
	text-decoration: none;
}
#footer a:hover {
	color: #C195C6;
	text-decoration: none;
}

.footer_info {
	text-align: center;
	width: 400px;
	line-height: 20px;
	position: absolute;
	bottom: 12px;
	left: 10px;
}






.content_boxes {
	width: 330px;
	float:left;
	margin: 15px 0 0 0;
}

.content_left {
	margin: 0 10px 15px 30px;
	padding: 0 0 24px 0;
	background: url(images/content_bot_purple.gif) no-repeat bottom left;
	display:inline;
}

.content_right {
	margin: 0 0px 15px 20px;
	padding: 0 0 24px 0;
	background: url(images/content_bot_blue.gif) no-repeat bottom left;
}

.content {
	background-color: #D9ECFF;
	color: #47144B;
	padding: 8px;
	font-size: 14px;
	text-align: center;
}	
#contact_form {
	background-color: #B37EB6;
	color: #FFFFFF;
	padding: 8px;
}
.contact_text {
	color: #47144B;
	text-align: center;
	line-height: 15px;
	font-weight: bold;
}
.section_title {
	width: 330px;
	background-image: url(images/section.jpg);
	font-weight: bold;
	color: #FFFFFF;
	font-size: 14px;
	text-align: center;
	line-height: 19px;
	text-transform: uppercase;
}
.inner_section_title {
	width: 330px;
	background-image: url(images/inner_se.jpg);
	font-weight: bold;
	color: #FFFFFF;
	font-size: 14px;
	text-align: center;
	line-height: 19px;
	text-transform: uppercase;
}







#about_header_text {
	width: 728px;
	font-size: 16px;
	height: 130px;
	padding: 10px;
	line-height: 20px;
	text-align: justify;
	color: #47144B;

}


#tb_wrap {
	clear: both;
	width: 748px;
	height: 19px;
}


#content_wrap {
	clear: both;
	width: 748px;
	margin: 15px 1px 0 1px;
	padding: 0;
}

.tb_3 {
	margin: 0 0 4px 0;
	padding: 0;
	height: 19px;
	background: #9EC1DD url(images/about_se.jpg) no-repeat top center;
	text-align:center;
	color: #FFFFFF;
	font-weight: bold;
	text-transform: uppercase;
}


.content_box_outside {
	width: 248px;
	height: 520px;
	float: left;
	margin: 0;
	padding: 0;
	display: inline;
}

.content_box_outside .tb_3 {
	width: 248px;
}

.content_box_middle {
	width: 250px;
	border-right: 1px solid #9ec1dd;
	border-left: 1px solid #9ec1dd;
	height: 520px;
	float: left;
	margin: 0;
	padding: 0;
	display: inline;
}

.content_box_middle .tb_3 {
	width: 250px;
}

.content_fright {
	float: right;
}

.content_text {
	color: #47144B;
	margin: 0;
	padding: 0;
	font-size: 14px;
	text-align: center;
	background: #D9ECFF;
}

.content_text p {
	margin: 0;
	padding: 0 8px;
}

.content_text img {
text-align: center;
}




.content_text a:link, content_text a:visited {
	color: #47144B;
	text-decoration: none;
}
.content_text a:hover {
	color: #C195C6;
	text-decoration: none;
}




/* nav */

#menu {
position:absolute;
top: 167px;
left: 50px;
height: 30px;
width: 220px;	
margin: 0;
padding: 0;
border: 0;
background: transparent;
}
	
ul#menu {
list-style:none;
margin:0;
padding:0;	
}

#menu li,#menu li a {
height:30px;
position:relative;
display:block;
line-height:30px;
border: 0;
}

#menu li {
float: left;
display:inline;
}

/* mac hide \*/
#menu li,#menu li a {overflow:hidden;}
/* end hide*/

#menu a {
font-size: 0.8em;
color: #000;
font-weight: bold;
text-decoration: none;
line-height: 0;
text-align: center;
}

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

#menu li em {
position:absolute;
left:0;
top:0;
display:block;
height:30px;
cursor: pointer;
border: 0;
}

li#home a, li#home em {
background: url(images/nav.gif) no-repeat;
background-position: 0 0;
width: 110px;
}

li#about a, li#about em {
background: url(images/nav.gif) no-repeat;
background-position: -110px 0;
width: 110px;
}

ul#menu li a:hover {visibility:visible}/* needed for ie to work*/

li#home a:hover em, li#home a.active em {background-position:0 -30px}
li#about a:hover em, li#about a.active em { background-position:-110px -30px}

