@charset "UTF-8";

body {
	
	padding: 0;
	margin: 0;
	background-image: url('images/background.gif');
	background-repeat: repeat-x;
	color: #000;
	text-align:center;
}  

/*!!!!!!!!!!! QuickMenu Core CSS [Do Not Modify!] !!!!!!!!!!!!!*/
.qmmc .qmdivider{display:block;font-size:1px;border-width:0px;border-style:solid;position:relative;z-index:1;}.qmmc .qmdividery{float:left;width:0px;}.qmmc .qmtitle{display:block;cursor:default;white-space:nowrap;position:relative;z-index:1;}.qmclear {font-size:1px;height:0px;width:0px;clear:left;line-height:0px;display:block;float:none !important;}.qmmc {position:relative;zoom:1;z-index:10;}.qmmc a, .qmmc li {float:left;display:block;white-space:nowrap;position:relative;z-index:1;}.qmmc div a, .qmmc ul a, .qmmc ul li {float:none;}.qmsh div a {float:left;}.qmmc div{visibility:hidden;position:absolute;}.qmmc .qmcbox{cursor:default;display:inline-block;position:relative;z-index:1;}.qmmc .qmcbox a{display:inline;}.qmmc .qmcbox div{float:none;position:static;visibility:inherit;left:auto;}.qmmc li {z-index:auto;}.qmmc ul {left:-10000px;position:absolute;z-index:10;}.qmmc, .qmmc ul {list-style:none;padding:0px;margin:0px;}.qmmc li a {float:none;}.qmmc li:hover>ul{left:auto;}#qm0 ul {top:100%;}#qm0 ul li:hover>ul{top:0px;left:100%;}


/*!!!!!!!!!!! QuickMenu Styles [Please Modify!] !!!!!!!!!!!*/


	/* QuickMenu 0 */

	/*"""""""" (MAIN) Container""""""""*/	
	#qm0	
	{	
		margin:0px 0px 0px 64px;
		background-color:#FFFFFF;
		background-image:url(images/bar.gif);
	}


	/*"""""""" (MAIN) Items""""""""*/	
	#qm0 a	
	{	
		padding:10px 25px 10px 25px;
		margin:0px;
		color:#FFFFFF;
		font-family:Arial;
		font-size:10px;
		text-decoration:none;
		font-style:normal;
		font-weight:bold;
		text-align:left;
		font-variant:normal;
		letter-spacing:1px;
		line-height:8px;
	}


	/*"""""""" (MAIN) Hover State""""""""*/	
	#qm0 a:hover	
	{	
		background-image:url(images/bar_over.gif);
		color:#29C1D9;
		font-family:Arial;
		font-size:10px;
		text-decoration:none;
		font-style:normal;
		font-weight:bold;
	}


	/*"""""""" (MAIN) Hover State - (duplicated for pure CSS)""""""""*/	
	#qm0 li:hover>a	
	{	
		background-image:url(images/bar_over.gif);
		color:#29C1D9;
		font-family:Arial;
		font-size:10px;
		text-decoration:none;
		font-style:normal;
		font-weight:bold;
	}


	/*"""""""" (MAIN) Active State""""""""*/	
	body #qm0 .qmactive, body #qm0 .qmactive:hover	
	{	
		text-decoration:none;
		font-weight:bold;
	}


	/*"""""""" (MAIN) Persistent State""""""""*/	
	body #qm0 .qmpersistent, body #qm0 .qmpersistent:hover	
	{	
		background-image:url(images/bar_over.gif);
		color:#29C1D9;
		font-family:Arial;
		font-size:10px;
		text-decoration:none;
		font-style:normal;
		font-weight:bold;
	}


	/*"""""""" (SUB) Container""""""""*/	
	#qm0 div, #qm0 ul	
	{	
		width:170px;
		padding:8px;
		margin:1px 0px 0px 0px;
		background-color:#C6C8CA;
	}


	/*"""""""" (SUB) Items""""""""*/	
	#qm0 div a, #qm0 ul a	
	{	
		padding:5px 40px 2px 5px;
		margin:0px;
		color:#FFFFFF;
		font-family:Arial;
		font-size:11px;
		text-decoration:none;
		font-style:normal;
		font-weight:normal;
		text-align:left;
		font-variant:normal;
		line-height:14px;
	}


	/*"""""""" (SUB) Hover State""""""""*/	
	#qm0 div a:hover	
	{	
		background-image:none;
		color:#29C1D9;
		text-decoration:none;
		font-family:Arial;
		font-size:11px;
		text-decoration:none;
		font-style:normal;
		font-weight:normal;
		text-align:left;
		font-variant:normal;
		line-height:14px;
	}


	/*"""""""" (SUB) Hover State - (duplicated for pure CSS)""""""""*/	
	#qm0 ul li:hover>a	
	{	
		background-image:none;
		color:#29C1D9;
		text-decoration:none;
		font-family:Arial;
		font-size:11px;
		text-decoration:none;
		font-style:normal;
		font-weight:normal;
		text-align:left;
		font-variant:normal;
		line-height:14px;
	}


	/*"""""""" (SUB) Active State""""""""*/	
	body #qm0 div .qmactive, body #qm0 div .qmactive:hover	
	{	
		color:#F15D22;
		text-decoration:none;
	}


	/*"""""""" Individual Titles""""""""*/	
	#qm0 .qmtitle	
	{	
		margin:2px 5px 4px 5px;
		color:#222222;
		font-family:Arial;
		font-size:11px;
		font-weight:bold;
	}


	/*"""""""" Individual Horizontal Dividers""""""""*/	
	#qm0 .qmdividerx	
	{	
		border-top-width:1px;
		margin:5px 4px 5px 4px;
		border-color:#FFFFFF;
	}


	/*"""""""" Individual Vertical Dividers""""""""*/	
	#qm0 .qmdividery	
	{	
		border-left-width:1px;
		height:28px;
		margin:0px;
		border-color:#FFFFFF;
	}


	/*"""""""" Box Animation Styles""""""""*/	
	#qm0 .qmbox	
	{	
		border-width:1px;
		border-style:solid;
		border-color:#999999;
	}


	/*"""""""" (main) Rounded Items""""""""*/	
	#qm0 .qmritem span	
	{	
		border-color:#666666;
		background-color:#EEEEEE;
	}


	/*"""""""" (main) Rounded Items Content""""""""*/	
	#qm0 .qmritemcontent	
	{	
		padding:0px 0px 0px 4px;
	}


	/*"""""""" (sub) Rounded Items""""""""*/	
	#qm0 div .qmritem span	
	{	
		border-color:#666666;
		background-color:#EEEEEE;
	}


	/*"""""""" (sub) Rounded Items Content""""""""*/	
	#qm0 div .qmritemcontent	
	{	
		padding:0px 0px 0px 4px;
	}


	/*"""""""" Main Hover Fill Items [Static]""""""""*/	
	#qm0 .qmhoverfill	
	{	
		background-color:#29C1D9;
	}


	/*"""""""" Sub Hover Fill Items [Static]""""""""*/	
	#qm0 div .qmhoverfill	
	{	
		background-color:#CAD6D8;
	}


	/*"""""""" Custom Rule""""""""*/	
	ul#qm0 ul .qmparent	
	{	
		background-image:url(qmimages/arrow_10.gif);
	}


	/*"""""""" Custom Rule""""""""*/	
	ul#qm0 .qmparent	
	{	
		background-image:url(qmimages/arrow_7.gif);
		background-repeat:no-repeat;
		background-position:95% 55%;
	}


	/*"""""""" Custom Rule""""""""*/	
	ul#qm0 ul li:hover > a.qmparent	
	{	
		background-color:#FFFFFF;
		color:#333333;
		text-decoration:none;
		border-color:#525252;
	}


	/*"""""""" Custom Rule""""""""*/	
	ul#qm0 ul	
	{	
		margin:0px;
		background-color:#8D8D8D;
		border-width:1px;
		border-style:solid;
		border-color:#525252;
	}


	/*"""""""" Custom Rule""""""""*/	
	ul#qm0 ul a	
	{	
		padding:2px 40px 2px 5px;
	}


	/*"""""""" Custom Rule""""""""*/	
	ul#qm0 a	
	{	
		padding:5px 20px 5px 20px;
	}


	/*"""""""" Custom Rule""""""""*/	
	ul#qm0 ul ul	
	{	
		margin:0px 0px 0px -1px;
	}


	/*"""""""" Custom Rule""""""""*/	
	div#qm0 div div	
	{	
		margin:0px 0px 0px -1px;
	}




/*"""""""" DIV Styles""""""""*/	



.container {
	background-color: #FFFFFF;
	width: 912px;
	margin: 0 auto;
	text-align: left;
}
.header {
	background-color: #FFFFFF;
	height: 181px;
	width: 912px;
	margin: 0 auto;
	text-align: left
}
.top {
	background-color: #FFFFFF;
	float: left;
	height: 24px;
	width: 912px;
	background-image: url(images/spacer.gif);
}
.logo {
	float: left;
	height: 102px;
	width: 272px;
}
.top_butterfly {
	background-color: #FFFFFF;
	float: left;
	height: 14px;
	width: 637px;
}
.butterfly {
	background-color: #FFFFFF;
	float: left;
	height: 88px;
	width: 637px;
}
.above_navigation {
	background-color: #FFFFFF;
	float: left;
	height: 27px;
	width: 912px;
}
.navigation {
	background-image: url(images/menu_spacer_left.gif);
	float: right;
	height: 28px;
	width: 912px;
}

.menu_left {
	background-image: url(images/menu_spacer_left.gif);
	float: left;
	height: 28px;
	width: 69px;
}
.about {
	text-align: center;
	height: 28px;
	width: 74px;
	background-image: url(images/about_behind.gif);
}

.subnav {
	float: left;
	width: 200px;
	margin-top: 70px;
	margin-left: 80px;
	position: absolute;
}
.mainbody {
	float: left;
	width: 400px;
	margin-top: 70px;
	margin-right: 232px;
	margin-bottom: 45px;
	padding: 0px;
	margin-left: 280px;
	position: absolute;
}

.footer {
	height: 25px;
	width: 832px;
	padding-top: 70px;
	padding-left: 60px;
	position:static;
	bottom:0;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

.mainbody2 {
	float: left;
	width: 400px;
	margin-top: 70px;
	margin-right: 232px;
	margin-bottom: 45px;
	padding: 0px;
	margin-left: 280px;
	position: absolute;
}


.video {
	float: left;
	width: 150px;
	margin-top: 125px;
	margin-right: 45px;
	margin-bottom: 0px;
	margin-left: 705px;
	padding: 0px;
	position: absolute;
}




/*"""""""" Text Styles""""""""*/	


.headline {
	font-family:Arial, Helvetica, sans-serif;
	color:#29C1D9;
	font-size:17px;
	font-style:normal;
	line-height: 35px;
	letter-spacing: 1px;
	font-weight: normal;
	text-decoration: none;
}

.subhead {
	font-family:Arial, Helvetica, sans-serif;
	color:#29C1D9;
	font-size:12px;
	font-style:normal;
	line-height: 18px;
	font-weight: bold;
	font-stretch:extra-condensed;
	text-decoration: none;
	letter-spacing: 1px;
}

.subheadhighlight {
	font-family:Arial, Helvetica, sans-serif;
	color:#29C1D9;
	font-size:11px;
	font-style:normal;
	line-height: 18px;
	font-weight: bold;
	font-stretch:extra-condensed;
	text-decoration: none;
}

.subhead a:link {
	font-family:Arial, Helvetica, sans-serif;
	color:#29C1D9;
	font-size:11px;
	font-style:normal;
	line-height: 18px;
	font-weight: bold;
	font-stretch:extra-condensed;
	text-decoration: none;
}

.subhead a:visited {
	font-family:Arial, Helvetica, sans-serif;
	color:#29C1D9;
	font-size:11px;
	font-style:normal;
	line-height: 18px;
	font-weight: bold;
	font-stretch:extra-condensed;
	text-decoration: none;
}

.subhead a:hover {
	font-family:Arial, Helvetica, sans-serif;
	color:#F15C22;
	font-size:11px;
	font-style:normal;
	line-height: 18px;
	font-weight: bold;
	font-stretch:extra-condensed;
	text-decoration: underline;
}

.bodytextsform {
	font-family:Arial, Helvetica, sans-serif;
	color:#666666;
	font-size:10px;
	font-style:normal;
	line-height: 18px;
	letter-spacing: 1px;
	font-weight: normal;
	font-stretch:extra-condensed;
	text-decoration: none;
}

.bodytext {
	font-family:Arial, Helvetica, sans-serif;
	color:#666666;
	font-size:12px;
	font-style:normal;
	line-height: 18px;
	letter-spacing: normal;
	font-weight: normal;
	text-decoration: none;
}

.bodytext_bold {
	font-family:Arial, Helvetica, sans-serif;
	color:#666666;
	font-size:12px;
	font-style:normal;
	line-height: 18px;
	letter-spacing: normal;
	font-weight: bold;
	text-decoration: none;
}

.bodytexthighlight {
	font-family:Arial, Helvetica, sans-serif;
	color:#F15C22;
	font-size:12px;
	font-style:normal;
	line-height: 18px;
	letter-spacing: 1px;
	font-weight: normal;
	font-stretch:extra-condensed;
	text-decoration: none;
}

.bodytext a:link {
	font-family:Arial, Helvetica, sans-serif;
	color:#F15C22;
	font-size:12px;
	font-style:normal;
	line-height: 18px;
	letter-spacing: normal;
	font-weight: normal;
	text-decoration: none;
}

.bodytext a:active {
	font-family:Arial, Helvetica, sans-serif;
	color:#F15C22;
	font-size:12px;
	font-style:normal;
	line-height: 18px;
	letter-spacing: normal;
	font-weight: normal;
	text-decoration: none;
}

.bodytext a:hover {
	font-family:Arial, Helvetica, sans-serif;
	color:#29C1D9;
	font-size:12px;
	font-style:normal;
	line-height: 18px;
	letter-spacing: normal;
	font-weight: normal;
	text-decoration: none;
}

.bodytext a:visited {
	font-family:Arial, Helvetica, sans-serif;
	color:#F15C22;
	font-size:12px;
	font-style:normal;
	line-height: 18px;
	letter-spacing: normal;
	font-weight: normal;
	text-decoration: none;
}

.subnavtext {
	font-family:Arial, Helvetica, sans-serif;
	color:#666666;
	font-size:10px;
	font-style:normal;
	line-height: 25px;
	letter-spacing: 1px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
}

.subnavtext a:link {
	font-family:Arial, Helvetica, sans-serif;
	color:#666666;
	font-size:10px;
	font-style:normal;
	line-height: 25px;
	letter-spacing: 1px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
}

.subnavtext a:visited {
	font-family:Arial, Helvetica, sans-serif;
	color:#666666;
	font-size:10px;
	font-style:normal;
	line-height: 25px;
	letter-spacing: 1px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
}

.subnavtext a:active {
	font-family:Arial, Helvetica, sans-serif;
	color:#F15C22;
	font-size:10px;
	font-style:normal;
	line-height: 25px;
	letter-spacing: 1px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
}

.subnavtext a:hover {
	font-family:Arial, Helvetica, sans-serif;
	color:#F15C22;
	font-size:10px;
	font-style:normal;
	line-height: 25px;
	letter-spacing: 1px;
	font-weight: bold;
	font-stretch:extra-condensed;
	text-decoration: none;
	text-transform: uppercase;
}

.subnavtext_highlight {
	font-family:Arial, Helvetica, sans-serif;
	color:#F15C22;
	font-size:10px;
	font-style:normal;
	line-height: 25px;
	letter-spacing: 1px;
	font-weight: bold;
	font-stretch:extra-condensed;
	text-decoration: none;
	text-transform: uppercase;
}

.staffname {
	font-family:Arial, Helvetica, sans-serif;
	color:#666666;
	font-size:10px;
	font-style:normal;
	line-height: 16px;
	letter-spacing: 1px;
	font-weight: normal;
	font-stretch:extra-condensed;
	text-decoration: none;
}

.staffname a:link {
	font-family:Arial, Helvetica, sans-serif;
	color:#666666;
	font-size:10px;
	font-style:normal;
	line-height: 16px;
	letter-spacing: 1px;
	font-weight: normal;
	font-stretch:extra-condensed;
	text-decoration: none;
}

.staffname a:active {
	font-family:Arial, Helvetica, sans-serif;
	color:#666666;
	font-size:10px;
	font-style:normal;
	line-height: 16px;
	letter-spacing: 1px;
	font-weight: normal;
	font-stretch:extra-condensed;
	text-decoration: none;
}

.staffname a:visited {
	font-family:Arial, Helvetica, sans-serif;
	color:#666666;
	font-size:10px;
	font-style:normal;
	line-height: 16px;
	letter-spacing: 1px;
	font-weight: normal;
	font-stretch:extra-condensed;
	text-decoration: none;
}

.staffname a:hover {
	font-family:Arial, Helvetica, sans-serif;
	color:#F15C22;
	font-size:10px;
	font-style:normal;
	line-height: 16px;
	letter-spacing: 1px;
	font-weight: normal;
	font-stretch:extra-condensed;
	text-decoration: none;
}

.staffname_highlight {
	font-family:Arial, Helvetica, sans-serif;
	color:#F15C22;
	font-size:10px;
	font-style:normal;
	line-height: 16px;
	letter-spacing: 1px;
	font-weight: normal;
	font-stretch:extra-condensed;
	text-decoration: none;
}

.sidebar {
	font-family:Arial, Helvetica, sans-serif;
	color:#666666;
	font-size:9px;
	font-style:normal;
	line-height: 15px;
	letter-spacing: 1px;
	font-weight: normal;
	font-stretch:extra-condensed;
	text-decoration: none;
}

.sidebarhighlight {
	font-family:Arial, Helvetica, sans-serif;
	color:#F15C22;
	font-size:9px;
	font-style:normal;
	line-height: 15px;
	letter-spacing: 1px;
	font-weight: normal;
	font-stretch:extra-condensed;
	text-decoration: none;
}

.sidebar a:link {
	font-family:Arial, Helvetica, sans-serif;
	color:#F15C22;
	font-size:9px;
	font-style:normal;
	line-height: 15px;
	letter-spacing: 1px;
	font-weight: normal;
	font-stretch:extra-condensed;
	text-decoration: none;
}


.sidebar a:visited {
	font-family:Arial, Helvetica, sans-serif;
	color:#F15C22;
	font-size:9px;
	font-style:normal;
	line-height: 15px;
	letter-spacing: 1px;
	font-weight: normal;
	font-stretch:extra-condensed;
	text-decoration: none;
}

.sidebar a:hover {
	font-family:Arial, Helvetica, sans-serif;
	color:#F15C22;
	font-size:9px;
	font-style:normal;
	line-height: 15px;
	letter-spacing: 1px;
	font-weight: normal;
	font-stretch:extra-condensed;
	text-decoration: underline;
}

.copyright {
	font-family:Arial, Helvetica, sans-serif;
	color:#666666;
	font-size:11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-decoration: none;
}

.copyright_bold {
	font-family:Arial, Helvetica, sans-serif;
	color:#666666;
	font-size:9px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.copyright_bold a:link {
	font-family:Arial, Helvetica, sans-serif;
	color:#666666;
	font-size:9px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.copyright_hover a:hover {
	font-family:Arial, Helvetica, sans-serif;
	color:#F15C22;
	font-size:9px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.rule {
	font-family:Arial, Helvetica, sans-serif;
	color:#666666;
	font-size:9px;
	font-style:normal;
	line-height: 30px;
	letter-spacing: 1px;
	font-weight: normal;
}

.bullet_text {
	font-family:Arial, Helvetica, sans-serif;
	color:#666666;
	font-size:12px;
	font-style:normal;
	line-height: 18px;
	letter-spacing: normal;
	font-weight: normal;
	font-stretch:extra-condensed;
	text-decoration: none;
	margin: 0px;
	text-indent: 50px;
	padding: 0px;
}

.quote {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#29C1D9;
	font-size:13px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-decoration: none;
	text-transform: none;
	letter-spacing: 1px;
	line-height: 20px;
}

.redlink {
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size:11px;
	font-style:normal;
	line-height: 18px;
	letter-spacing: normal;
	font-weight: normal;
	text-decoration: none;
	background-color: #F15C22;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
}

.redlink a:link {
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size:11px;
	font-style:normal;
	line-height: 18px;
	letter-spacing: normal;
	font-weight: normal;
	text-decoration: none;
	background-color: #F15C22;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
}

.redlink a:active {
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size:11px;
	font-style:normal;
	line-height: 18px;
	letter-spacing: normal;
	font-weight: normal;
	text-decoration: none;
	background-color: #F15C22;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
}

.redlink a:visited {
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size:11px;
	font-style:normal;
	line-height: 18px;
	letter-spacing: normal;
	font-weight: normal;
	text-decoration: none;
	background-color: #F15C22;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
}

.redlink a:hover {
	font-family:Arial, Helvetica, sans-serif;
	color:#CCCCCC;
	font-size:11px;
	font-style:normal;
	line-height: 18px;
	letter-spacing: normal;
	font-weight: normal;
	text-decoration: none;
	background-color: #F15C22;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
}



