@charset "utf-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}
/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		5;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	10;
	dw-gutter-percentage:	25;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/

/* Mobile Layout: 480px and below. */

.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 87.36%;
	padding-left: 1.82%;
	padding-right: 1.82%;
}
#LayoutDiv1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
.content_hr_bot {
	width: 100%;
	size:3px;
	align:left;
	
	
}

#toplinks  {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#footer_section {
	clear: both;
	float: left;
	margin-left: 0px;
	width: 95%;
	display: block;
	background-color: #669900;
	color: #FFF;
}
.img_fvp {
	padding: 20px;
}

#footer_content {
	clear: both;
	float: left;
	margin-left: 20px;
	width: 100%;
	display: block;
	padding-left: 20px;
}
.head4 {
	font-size: 16pt;
	color: #060;
}
.head5 {
	font-size: 14pt;
	color: #660;
}


#content_content {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #666;
	text-align: left;
}
.see_also   {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #666;
	text-align: left;
}

#sprymenu_fluid {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}

#LayoutDiv2_see_also {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}

#org_table {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}

#eventsgallery {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	z-index: 1;
	position: relative;
	height: 500px;
}

#LayoutDiv2 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}

#LayoutDiv2_easyrotate {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	z-index: 999999;
	position: relative;
}

#LayoutDiv2_indexsections {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#LayoutDiv2_product_features {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}

#LayoutDiv2_hr {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}

/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {
.gridContainer {
	width: 80%;
	padding-left: 10%;
	padding-right: 10%;
}
#LayoutDiv1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #990;
}
#toplinks  {
	clear: both;
	float: left;
	margin-left: 0px;
	width: 100%;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #060;
}
.toplnk a{
	color: #030;
	text-decoration: none;
}

.toplnk a:hover{
	color: #090;
}

#footer_section {
	clear: both;
	float: left;
	margin-left: 0;
	width: 95%;
	display: block;
}
#footer_content {
	clear: both;
	float: left;
	margin-left: 0;
	width: 95%;
	display: block;
}
#content_content {
	clear: both;
	float: left;
	margin-left: 0px;
	width: 100%;
	display: block;
	padding-left: 5%;
	padding-right: 5%;
}
.footer_th {
	font-size: 12pt;
	font-weight: bold;
	color: #060;
	padding-left: 0pt;
	text-align: left;
}
.footer_th2 {
	font-size: 12pt;
	color: #030;
	text-align: left;
	font-weight: bold;
}

.footer_tbl {
	margin-left: 5%;
}
.footer_td ,.footer_td a:link ,.footer_td a:visited{
	font-size: 10pt;
	font-weight: normal;
	color: #FFCC33;
	text-align: left;
	text-decoration: none;
	padding-bottom: 20px;
}

.footer_td a:hover{
	color: #FFF;
}

#sprymenu_fluid {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	position: relative;
	z-index: 1000;
}
.index_section_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16pt;
	color: #390;
	text-align: center;
}
.index_section_title_link a:hover{
	text-decoration: none;
}


#LayoutDiv2_see_also {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#org_table {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#LayoutDiv2 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#LayoutDiv2_easyrotate {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	position: relative;
	z-index: 1;
}
#LayoutDiv2_indexsections {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#LayoutDiv2_product_features {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#LayoutDiv2_hr {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {
.gridContainer {
	width: 88.2%;
	max-width: 1232px;
	padding-left: 0.9%;
	padding-right: 0.9%;
	margin: auto;
}
#LayoutDiv1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}

#toplinks  {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block; 
	text-align: center;
	color: #090;
	text-decoration:none;
}

.toplnk a{
	color: #030;
	text-decoration: none;
}

.toplnk a:hover{
	color: #090;
} 

#footer_section {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	background-image: url(imgs/footer_section.jpg);
}
#footer_content {
	clear: both;
	float: left;
	margin-left: 0;
	width: 89.7959%;
	display: block;
}
#content_content {
	clear: both;
	float: left;
	margin-left: 0;
	width: 79.5918%;
	display: block;
}
#sprymenu_fluid {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#LayoutDiv2_see_also {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#org_table {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#LayoutDiv2 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#LayoutDiv2_easyrotate {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#LayoutDiv2_indexsections {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#LayoutDiv2_product_features {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#LayoutDiv2_hr {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
}
.content_title {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 24pt;
	color: #060;
	text-align: left;
}
.content_title_desc {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16pt;
	color: #669900;
	text-align: left;
}
.content_product_links {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #030;
	padding: 0px;
}

.asterisk {
	font-weight: normal;
	color: #F00;
}

.ctr_tbl{
	background-color:#FFF;
	border-color:#FFF;
	font-family:Verdana, Geneva, sans-serif;
	border: 5px solid #fff;
	
	
}

.ctr_reg{
	text-align:center;
	background-color:#CEF98E;
	color:#090;
	font-size:16px;
	font-family:Verdana, Geneva, sans-serif;
	border: 5px solid #fff;
}


.ctr_th{
	color:#666;
	background-color:#E1FFC4;
	font-size:12px;
	font-weight:bold;
	text-align:center;
	font-family:Verdana, Geneva, sans-serif;
	border: 5px solid #fff;
}

.ctr_td{
	background-color: #F7F7F7;
	color: #666;
	font-size: 12px;
	font-family: Verdana, Geneva, sans-serif;
	border: 8px solid #fff;
	

}

.ctr_tdb{background-color:#F7F7F7;
	color:#666;
	font-weight:normal;
	font-size:12px;
	font-family:Verdana, Geneva, sans-serif;
	border: 8px solid #fff;
}

.ctr_tdc{
	background-color: #F7F7F7;
	color: #666;
	font-size: 12px;
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
	border: 8px solid #fff;	
}

.prods{
	border: 1px solid #A7FF97;
	
	}
.prodn{
	background-color:#F2F2F2;
	border: 1px solid #A7FF97;
	}	

