/*
	CSS Styles Document
	----------------------
	
	Please note:
	------------
	This is a STYLES document ONLY.
	Any STRUCTURAL markup/ styles be found within structure.css
	
*/

body {
	font-size: 90%;
	background-color: #FFF;
}

body, input, textarea {
	font-family: Arial, Helvetica, sans-serif;
	color: #5C2744;
}
input, textarea {
	font-size: 100%;
}

a {
	color: #5C2744;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
a img {
	border: none;
}

h1, h2, h3, h4, h5, h1 a, h2 a, h3 a, h4 a, h5 a {
	color: #E40078;
	font-weight: normal;
	text-decoration: none;
}

h1 {
	font-size: 190%;
}
h2 {
	font-size: 140%;
}
h3 {
	font-size: 130%;
}
h4 {
	font-size: 120%;
}
h4 strong, h4 strong a {
font-weight: bold;
	color: #5C2744;
}
strong {
	color: #5C2744;
	font-weight: bold;
}


table {
	border-collapse: separate;
	width: 100%;
}
tr {
	
}
th, td {
	vertical-align: top;
	padding: 3px;
}
th {
	background: #E40078;
	color: #FFF;
}
tr:hover td {
	background: #FFB9D9;
}
td, tr.no_hover:hover td {
	background: #FFDDEC;
}
td textarea {
	width: 98%;
}

.highlight_block {
	background: #E40078;
	color: #FFF;
	font-variant: small-caps;
	text-align: center;
	padding: 2px;
	margin-bottom: 5px;
}
.no_list {
	list-style-type: none;
}
.label {
	
}
.textfield, textarea {
	border: solid 1px #CCCCCC;
	padding: 2px;
}
.warning input {
	background: #E40078;
	color: #FFF;
}
.warning label {
	color: #E40078;
}
.invalid input {
	background: #E40078;
	color: #FFF;
}
.invalid label {
	color: #E40078;
}
.valid input {
	
}
.required {
	color: #FF0000;
}


#navigation_section {

}
#navigation_section ul li.active:hover li a {
	color: #5C2744;
}
#navigation_section .active a, #navigation_section ul li.active:hover li.active a {
	color: #E40078;
}


#page_footer .active a {
	font-weight: bold;
}

/* SCRIPTACULOUS */

#notice {
	padding: 10px;
	background: #FFDDEC;
	border: solid 1px #E10068;
	margin: 0 10px 10px 0;
}

#notice p {
	margin: 0px;
}

/*END SCRIPTACULOUS */

/* CONTACT IMPRESSIONS */

#contact_form {
	
}


/* END CONTACT IMPRESSIONS */

/* FAQs (Any) */

#faq_questions {
	
}
#faq_questions a {
	color: #5C2744;
}


#faq_answers {
	
}
.faq_question {
	font-weight: bold;
}
.faq_current_question {
	color: #E40078;
}
#faq_questions ul {
	
}
.active_faq {
	/*background: #FFDDEC;*/
}
.active_faq .faq_question {
	color: #E40078;
}
#faq_questions  .active_question a {
	color: #E40078;
}


.to_remove td, .to_remove td a, .to_remove:hover td {
	background: #5C2744;
	color: #FFF;
}

/* END FAQs (Any) */


p.link_to_top {
	display: block;
	margin: 5px 0 0 0;
	height: 14px;
	text-align: right;
}
p.link_to_top a {
	background: url("../_images/_structure/icon_arrow_up.gif") right center no-repeat;
	width: 15px;
	height: 14px;
	padding: 4px 20px 4px 0;
}

#gmap {
	width: 100%;
	height: 300px;
}

.hide {
	position: absolute;
	left: -9999px;
	width: 0px;
	height: 0px;
	overflow: hidden;
}