@import url("../inserts_onepages/insert_styles.css");
BODY {
	MARGIN: 0px;
	background: url(graphics/wallpaper.gif) repeat fixed;
	padding: 0px;
	text-align: center;
}
p, td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	font-style: normal;
	line-height: 150%;
	color: #615F4E;
	word-spacing: normal;
}
ul, li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.90em;
	font-style: normal;
	line-height: 150%;
	color: #615F4E;
	word-spacing: normal;
	padding: 0px 0px 0px 10px;
	margin-left: 10px;
}
h1 {
	COLOR: #37130B;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-style: normal;
	text-transform: uppercase;
	line-height: 1.6em;
}
.head {
	COLOR: #9AB9D8;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: .95em;
}
h2 {
	COLOR: #9AB9D8;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 1.1em;
	padding: 0px;
}
h3 {
	COLOR: #37130B;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .95em;
	line-height: 150%;
	font-style: normal;
	border-top: 1px solid #DAE6F3;
	margin-top: 15px;
}
/* link style */

a {
	color: #666666;
}
a:hover {
	color: #990000;
}
#Center {
	width: 770px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	padding: 10px;
	background: #FFFFFF;
}


/*
			Vertical Accordions
		*/
		
		.accordion_toggle {
	display: block;
	height: 30px;
	width: 760px;
	background: #9AB9DF;
	padding: 0 0 0 10px;
	color: #ffffff;
	text-decoration: none;
	outline: none;
	border-bottom: 5px solid #FFFFFF;
	cursor: pointer;
	margin: 0;
}
.accordion_toggle_active {
	background: #37130B url(graphics/wallpaper-sml.gif) repeat;
	color: #ffffff;
	border-bottom: 5px solid #FFFFFF;
}
.accordion_content {
	color: #444444;
	overflow: hidden;
	padding: 5px 0px 10px 10px;
}
.accordion_content h2 {
	margin: 0;
}
.left {
	float: left;
	padding-right: 10px;
	padding-bottom: 20px;
	width: 440px;
}
.right {
	float: right;
	width: 300px;
	padding-bottom: 20px;
	padding-top: 10px;
}
.vertical_accordion_toggle {
	font-family: Arial, Helvetica, sans-serif;
	display: block;
	height: 30px;
	padding: 0 10px;
	line-height: 30px;
	color: #6494CE;
	font-weight: normal;
	text-decoration: none;
	outline: none;
	border-bottom: 1px solid #FFFFFF;
	cursor: pointer;
	margin: 0;
	width: 710px;
	background: #DAE6F3;
	font-size: 1em;
}
.vertical_accordion_toggle_active {
	color: #37130B;
	border-bottom: 1px solid #9AB9DF;
}
.vertical_accordion_content {
	color: #444444;
	overflow: hidden;
}
.leftVert {
	float: left;
	padding-right: 10px;
	padding-bottom: 20px;
	width: 400px;
	padding-left: 10px;
}
.rightVert {
	float: right;
	width: 300px;
	padding-bottom: 20px;
	padding-top: 10px;
}

.vertical_accordion_content h2 {
	margin: 0;
}
.vertical_accordion_content p {

}
/*
			Horizontal Accordion
		*/
		
		.horizontal_accordion_toggle {
	/* REQUIRED */
			float: left;	/* This make sure it stays horizontal */
	/* REQUIRED */

			display: block;
	width: 75px;
	color: #ffffff;
	text-decoration: none;
	outline: none;
	border-right: 5px solid #FFFFFF;
	cursor: pointer;
	margin: 0 0 0 0;
}
.horizontal_accordion_toggle_active {
	border-right: 5px solid #FFFFFF;
}
.horizontal_accordion_content {
	/* REQUIRED */
			height: 250px;	/* We need to define a height for the accordion as it stretches the width */
	float: left;	/* This make sure it stays horizontal */
	/* REQUIRED */
			
			overflow: hidden;
	background-color: #3300FF;
	color: #444444;
	padding-right: 10px;
	padding-left: 5px;
	width: 200px;
	margin-top: 5px;
	border-right: 5px solid #FFFFFF;
}
.horizontal_accordion_content p {
}
/* Container styling*/
    #horizontal_container {
	margin: 10px auto;
	height: 250px;
}
#vertical_nested_container {
	margin: 10px auto;
	width: 730px;
}



#FadeImageWrap {
	text-align: center;
	clear: right;
	float: right;
}
.fade img {
	filter:alpha(opacity=100);
	-moz-opacity: 1.0;
	opacity: 1.0;
	-khtml-opacity: 1.0;
	padding: 2px;
	border: 1px solid #DDD6BC;
	margin: 5px 0px 0px 5px;
}
.fade:hover img {
	filter:alpha(opacity=40);
	-moz-opacity: 0.5;
	opacity: 0.5;
	-khtml-opacity: 0.5;
	/* filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50); 
   -moz-opacity: 0.5;*/
	cursor: default;
	border: 1px solid #FFFFFF;
	height: 50px;
	width: 50px;
	padding: 2px;
	margin: 12px 7px 3px 8px;
}

