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

p {
	color: #898989;
	font-family: Arial, helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	line-height: 20px;
	padding-bottom: 10px;
}

#right_box p {
	color: #333333;
	font-family: Arial, helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	line-height: 20px;
	padding-bottom: 10px;
}

h1 {
	color:#32aebd;
	font-family: Arial, helvetica, sans-serif;
	font-size: 28px;
	font-weight: normal;
	padding-bottom: 5px;
}

h1 a:link {
    color:#32aebd;
	text-decoration: none;
	}

h1 a:visited {
    color:#32aebd;
	text-decoration: none;
	}
	
h1 a:hover {
    color:#32aebd;
	text-decoration: none;
	background-color: #207a85;
	}

h2  {
	color: #666666;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	padding-bottom: 15px;
	line-height: 22px;
}

h3  {
	color: #32aebd;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	line-height: 20px;
	padding-bottom: 6px;
}

h4 {
	color: #bf3e75;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E4E4E4;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E4E4E4;
	text-align: center;
	margin-bottom: 10px;
	margin-top: 4px;
	padding-top: 2px;
	padding-bottom: 2px;
	vertical-align: middle;
}

h5  {
	color: #666666;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	padding-top: 10px;
	padding-bottom: 4px;
}

h6 {
	color: #bf3e75;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 23px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E4E4E4;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E4E4E4;
	text-align: center;
	margin-bottom: 10px;
	margin-top: 4px;
	padding-top: 2px;
	padding-bottom: 2px;
	vertical-align: middle;
}

.contact {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	float: right;
	clear: right;
	letter-spacing: 0.3em;
	margin-top: 8px;
	width: 400px;
	text-align: right;
	display: block;
}

#footer_left p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #898989;
	line-height: 20px;
	padding-top: 5px;
	}
	
#footer_left a:link {
    color: #898989;
	text-decoration: none;
	}

#footer_left a:visited {
    color: #898989;
	text-decoration: none;
	}
	
#footer_left a:hover {
    color: #898989;
	text-decoration: underline;
	}
	
#footer_right p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #898989;
	line-height: 12px;
	text-align: right;
	vertical-align: middle;
	padding-right: 90px;
	padding-top: 20px;
	}
	
.pink_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #bf3e75;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #99d7de;
	padding-top: 10px;
	font-weight: normal;
}

.pink_text a:link {
	text-decoration: underline;
	color: #bf3e75;
	background-image: url(../images/pink_arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 17px;
	padding-right: 5px;
}

.pink_text a:visited {
	text-decoration: underline;
	color: #bf3e75;
	background-image: url(../images/pink_arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 17px;
	padding-right: 5px;
}

.pink_text a:hover {
	color: #bf3e75;
	text-decoration: none;
	background-image: url(../images/pink_arrow_roll.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

.pink_text_noline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #bf3e75;
	padding-top: 0px;
	font-weight: normal;
}

.pink_text_noline a:link {
	text-decoration: underline;
	color: #bf3e75;
	background-image: url(../images/pink_arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 17px;
	padding-right: 5px;
}

.pink_text_noline a:visited {
	text-decoration: underline;
	color: #bf3e75;
	background-image: url(../images/pink_arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 17px;
	padding-right: 5px;
}

.pink_text_noline a:hover {
	color: #bf3e75;
	text-decoration: none;
	background-image: url(../images/pink_arrow_roll.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

.pink_text_bottom {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #bf3e75;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #99d7de;
	padding-bottom: 15px;
	font-weight: normal;
	margin-bottom: 15px;
}

.pink_text_bottom a:link {
	text-decoration: underline;
	color: #bf3e75;
	background-image: url(../images/pink_arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 17px;
}

.pink_text_bottom a:visited {
	text-decoration: underline;
	color: #bf3e75;
	background-image: url(../images/pink_arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 17px;
}

.pink_text_bottom a:hover {
	color: #bf3e75;
	text-decoration: none;
	background-image: url(../images/pink_arrow_roll.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

.pink_text_header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
	color: #bf3e75;
	font-weight: normal;
	margin-bottom: 5px;
	display: block;
}

.gray_text_header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #666666;
	font-weight: normal;
	font-style: normal;
	line-height: 25px;
}

.green_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #32aebd;
	font-weight: normal;
	font-style: normal;
	line-height: 25px;
}

.gray_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #898989;
	font-weight: normal;
	font-style: normal;
	line-height: 23px;
	display: block;
}

.italic_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #7acfd9;
	font-weight: normal;
	font-style: italic;
	display: block;
}

.email_link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #bf3e75;
	font-weight: normal;
	line-height: 18px ;
	display: block;
}

.email_link a:link {
	text-decoration: none;
	color: #bf3e75;
	background-image: url(../images/envelop.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 42px;
	padding-top: 5px;
	height: 28px;
	display: block;
}

.email_link a:visited {
	text-decoration: none;
	color: #bf3e75;
	background-image: url(../images/envelop.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 42px;
	padding-top: 5px;
	height: 28px;
	display: block;
}

.email_link a:hover {
	color: #bf3e75;
	text-decoration: underline;
}

#header_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 26px;
	color: #BF3E75;
	float: left;
	position: relative;
	text-align: left;
	width: 230px;
	height: 150px;
	display: block;
	left: 35px;
	top: 170px;
	vertical-align: middle;
	font-style: italic;
	font-weight: bold;
}

#header_text_index {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #FFFFFF;
	float: left;
	position: relative;
	text-align: left;
	width: 830px;
	height: 60px;
	display: block;
	left: 35px;
	top: 301px;
	vertical-align: middle;
	font-style: italic;
}

#header_text_index a:link { a:visited
    text-decoration:underline;
    color: #FFFFFF;
}

#header_text_index a:visited { 
    text-decoration:underline;
    color: #FFFFFF;
}

#header_text_index a:hover { 
    text-decoration:none;
    color: #FFFFFF;
}

.gray_bold  {
	color: #666666;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 22px;
}

.expandable {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #bf3e75;
	font-weight: normal;
	margin-bottom: 15px;
	cursor: pointer;
}