/****************************
 WEBSITE LAYOUT STYLES
****************************/
html, body {
 margin: 0px 0px 0px 0px;
 padding: 0px;
 background-image: url('../header/images/bckground.jpg');
 background-repeat: repeat-x;
}


body#FCK_EDIT_STYLE{
background-image: none;
background-color:#ffffff;
} 

body.FCK_EDIT_STYLE{
background-image: none;
background-color:#ffffff;
} 

table#MAIN_LAYOUT  { background-image: url("../header/images/mid.jpg");}

td#Header {
 width: 988px;
 height: 117px;
 /*margin: 0px auto;
 padding: 0px;*/
 background-image: url('../header/images/header.jpg');
}

td#Menu {
 position: relative;
 float: left;
 text-align: left;
 width: 249px;
 padding-left: 0px;
 padding-right: 0px;
 table-layout: fixed;
 margin-left: 0px;
 /*overflow: hidden;*/
 /*z-index: 100;*/
}

td#CatContent {
 position: relative;
 float: left;
 text-align: left;
 margin-left: 0px; 
 margin-top: 0px;
 margin-bottom: 0px;
 padding-left: 10px; 
 padding-top: 0px; 
 width: 176px;
}

/*td#HMenu {
 width: 929px;
 height: 50px;
 padding-left: 0px;
 padding-right: 0px;
 padding-top: 0px;
 vertical-align: top;
 text-align: left;
 background-image: url(../header/images/h_menu.jpg)
}

tr#Menu table  {
 position: relative;
 float: left;
 text-align: left;
 padding-left: 15px;
 padding-right: 0px;
 table-layout: fixed;
 margin-left: 0px
}*/

td#Content {
 width: 605px;
 padding-left: 5px;
 padding-right: 5px;
 padding-top: 0px;
 table-layout: fixed;
 overflow: hidden;
 text-align: left;
 background-image: none;
}

td#Footer {
 width: 929px;
 height: 134px;
 /*margin: 0px auto;
 padding: 0px;*/
 background-image: url('../header/images/footer.jpg');
}

/****************************
 TEXT AND LINK STYLES
****************************/
/* Background Color and/or Image */
body, html{ 
 background-color: #3260A7; 
}

/* This is a catch-all rule which helps keep the text
 looking consistant throughout the entire website. */
body, div, dd, dl, dt, h1, h2, h3, h4, h5, h6, li, p, pre, table, td, thead, tt, ul {
 color: #000000;
 font-size: 12px;
 font-family: Arial, Tahoma, Helvetica, sans;
}

/* Default link font, size and color. */
a { 
 color: #3D743D; 
 font-size: 12px; 
 font-family: Arial, Tahoma, Helvetica, sans; 
 text-decoration: none; 
}
a:link  { color: #036; text-decoration: none; }
a:active  { color: #036; text-decoration: none }
a:visited  { color: #036; text-decoration: none }
a:hover   { color: #009; text-decoration: none }

/* Default header sizes */
h1 { font-size: 26pt; }
h2 { font-size: 22pt; }
h3 { font-size: 18pt; }
h4, h5, h6 { font-size: 15pt; }


/* Fany text */
*.copyrightsmall   { color: #ffffff; font-size: 11px; font-family: Arial }

*.footertext  { color: #207B88; font-size: 13px; font-family: Arial; font-weight: bold; }

*.footertextsm  { color: #207B88; font-size: 12px; font-family: Arial; font-weight: normal; }

*.mainbigitalic {
 color: #3f438f;
 font-size: 15px;
 font-family: Arial;
 font-style: italic;
 font-weight: bold
}

*.mainbigbold {
 color: #22236a;
 font-size: 16px;
 font-family: Arial;
 font-weight: bold
}

*.mainbigbold1 { 
 color: #2d5f27;
 font-size: 19px;
 font-family: Times;
 font-style: italic;
 font-weight: bold
}

/****************************
 NAVIGATION MENU STYLES (Vertical)
 The following CSS is based on Suckerfish CSS mulit-level menus.
****************************/
ul#MainMenu  { 
list-style: none; 
margin-left: 6px; 
margin-top: 0px;
margin-bottom: 0px;
padding: 0px; 
width: 190px;
line-height: 18px;
border: solid 1px #transparent;

}

ul#MainMenu li  { 
 margin: 0px; 
 padding: 0 0 0 2px; 
 width: 190px; 
 text-align: left;
 border: solid 1px #28579E;
/*position: relative;
 height: 30px;*/
}
 
ul#MainMenu li:hover, ul#MainMenu li.sfhover  { 
border: solid 1px #28579E;
background-color: #D8E5F8;
 }


ul#MainMenu li:hover ul, ul#MainMenu li.sfhover ul  { 
left: auto; 
border: solid 1px #transparent;
 }

ul#MainMenu li a { /* Link styles */
 width: 190px;
 display: block;
 line-height: 18px;
 padding: 0px;
 margin: 0px;
 color: #3260A7;
 font-size: 13px;
 text-decoration: none;
 font-weight: bold;
 font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; 
 padding-left: 1px
}

ul#MainMenu li ul   { 
background-color: #ffffff; 
margin-top: -19px; 
margin-left: 190px; 
padding: 0px; 
position: absolute; 
left: -999em; 
width: 190px;
border: solid 1px #transparent;
}

ul#MainMenu li ul li {
 width: 190px;
 border-color: #28579E;
 list-style-type: none;
 background-color: #ffffff; 
}

ul#MainMenu li ul li a    { 
 color: #3260A7; 
 font-size: 13px; 
 font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
 text-decoration: none;
 font-weight: bold; 
 width: 190px;  
 line-height: 18px;
 list-style-type: none;
 padding-left: 1px
}


/****************************
 NAVIGATION MENU STYLES (Horizontal)
 The following CSS is based on Suckerfish CSS mulit-level menus.
****************************/
ul#PMainMenu   { 
line-height: 17px; 
list-style: none; 
margin: 0px; 
padding: 0px; 
float: left;
margin-left: 0px; 
}

ul#PMainMenu li { 
float: left;
padding-top: 0px;
padding-bottom: 0px;
padding-left: 10px;
padding-right: 10px;
}

ul#PMainMenu li:hover a, ul#PMainMenu li.sfhover a {
}

ul#PMainMenu li:hover ul, ul#PMainMenu li.sfhover ul  { 
 left: auto; 
}

ul#PMainMenu li:hover a, ul#PMainMenu li:hover ul a, ul#PMainMenu li.sfhover a, ul#PMainMenu li.sfhover ul a {
 left: -999em;
 color: #000000;
}

ul#PMainMenu li a  { 
color: #3260A7; 
font-size: 14px; 
font-weight: bold; 
text-decoration: none; 
display: block; 
margin: 0px; }

ul#PMainMenu li ul   { 
margin-top: 0px; 
margin-left: -62px; 
padding: 0px; 
position: absolute; 
left: -999em; 
}

ul#PMainMenu li ul li {
 list-style-type: none
}

ul#PMainMenu li ul li a    { color: #4F5531; font-size: 11px; font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; font-weight: normal; line-height: 17px; text-align: left; padding-left: 2px }


/****************************
 SIMPLE LIST PAGE STYLES
****************************/
/* Each item on a list page is inside a table.
   Set the size and basic color information here. */
table.VGC_LIST_ITEM   { 
background-color: #ffffff; 
margin: 0px; 
padding: 0; 
width: 100%; 
border: 0px }

/* Font color/size information for the item title */
td.VGC_LIST_TITLE {
 color: #000000;
 font-size: 15px;
 font-family: Arial, Tahoma, Helvetica, sans;
 font-weight: bold;
 text-align: left;
 padding-left: 10px;
 padding-right: 10px;
 padding-top: 2px;
 padding-bottom: 2px;
}

/* Font color/size information for the item text. */
td.VGC_LIST_TEXT  { 
color: #000000; 
font-size: 12px; 
font-family: Arial, Tahoma, Helvetica, sans; 
text-align: left; 
vertical-align: top; 
width: 100%; 
overflow: hidden; 
padding-left: 10px; 
padding-right: 10px; 
padding-top: 2px; 
padding-bottom: 2px; }

/* Font color/size information for the item date */
td.VGC_LIST_DATE {
 color: #000080;
 font-size: 12px;
 font-family: Arial, Tahoma, Helvetica, sans;
 font-weight: bold;
 text-align: center;
}

/* This applies to the images/links found in the 
media cell. */
td.VGC_LIST_MEDIA { 
padding: 0px;
margin: 0px;
 }

td.VGC_LIST_MEDIA a img {
 width: auto;
 padding: 5px;
 margin: 0px;
 border-color: #000000;
 border: 0px;
 border-style: solid;
}

img.VGC_LIST_MEDIA_IMAGE {
 padding-top: 2px;
 padding-bottom: 2px;
 padding-left: 2px;
 padding-right: 2px;
 border-color: #000000;
 border: 1px;
 border-style: solid;
}

/* If you do not want the horizontal rule to show
then set the display property to 'none', else set it
to 'block'. */
hr.VGC_LIST_ITEM_DIVIDER {
 display: block; margin: 0px; padding: 2px
}

/* Applies to the list navigation (Page: 1, 2 etc.) */
span.VGC_LIST_NAV  { color: #3D743D; font-size: 13px; font-weight: bold; float: right; line-height: 28px }

/* Applies to the links in the navigation area */
span.VGC_LIST_NAV a { font-size: 13px; font-weight: bold;}

/* Applies to the List header */
h2#VGC_LIST_HEAD {
 color: #000000;
 font-size: 15px;
 margin: 0px;
 padding-top: 10px;
 text-align: center;
 font-family: Arial, Tahoma, Helvetica, sans;
}

/* Applies to the List subheader */
h3#VGC_LIST_SUBHEAD {
 color: #000000;
 font-size: 13px;
 margin: 0px;
 padding-bottom: 15px;
 text-align: center;
 font-weight: bold;
 font-family: Arial, Tahoma, Helvetica, sans;
}

/* Applies to the link pointing to the detailed page. */
a.VGC_LIST_DETAIL_LINK {
 color: #000000;
 font-size: 12px;
 font-family: Arial, Tahoma, Helvetica, sans;
 font-weight: bold;
 text-align: left;
 padding-left: 5px;
 padding-top: 5px
}

/* Applies to the image in the link */
a.VGC_LIST_DETAIL_LINK img {
font-size: 12px;
font-weight: bold;
}

/*Applies to the table the details are displayed in */
table#VGC_LIST_DETAILS { 
margin: 0px; 
padding: 0px; }

/*Applies to the cell containing the 'back' link */
td.VGC_LIST_DETAILS_BACK {
font-size: 12px;
font-weight: bold;
}

/* Applies to the cell containing the detail images and thumbs */
td.VGC_LIST_DETAILS_IMAGES {
 margin: 0px;
 overflow: hidden;
 }

img#VGC_LIST_MAIN_IMAGE {
 border-style: solid;
 border-color: #000000;
 border: 1px;
 padding: 2px;
 }

/* Applies to the cell contaning the detailed text */
td.VGC_LIST_DETAIL_TITLE  { 
color: #343799; 
font-size: 18px; 
font-family: Arial, Tahoma, Helvetica, sans; 
font-weight: bold; 
text-align: left; 
}

/* Applies to the cell contaning the detailed text */
td.VGC_LIST_DETAIL_TEXT { 
color: #000000; 
font-size: 12px; 
font-family: Arial, Tahoma, Helvetica, sans; 
text-align: left; 
vertical-align: top;
overflow: hidden; 
padding-left: 0px; 
padding-right: 0px; 
padding-top: 2px; 
padding-bottom: 2px; 
}

/* Applies to the cell contaning the detailed text */
td.VGC_LIST_DETAIL_LABEL  { color: #000000; font-size: 13px; font-family: Arial, Tahoma, Helvetica, sans; font-weight: bold; text-align: left; white-space: nowrap; }

/* Applies to the cell contaning the detailed text */
td.VGC_LIST_DETAIL_VALUE  { color: #343799; font-size: 13px; font-family: Arial, Tahoma, Helvetica, sans; font-weight: normal; text-align: left; white-space: nowrap; }


/* applies to the thumbs on the detail page */
img.VGC_LIST_DETAIL_THUMB {
 border-color: #000000;
 border: 1px solid;
 margin: 0px;
}

a.VGC_LIST_ARCHIVE_BUTTON {
 float: left;
}

a.VGC_LIST_ARCHIVE_BUTTON img{
 border: 0px;
 margin: 0px 0px;
 padding: 0px;
}

/****************************
 INFO REQUEST PAGE STYLES
****************************/

/* Everything in the mail form is inside this division. */
div#VGC_MAIL_FORM {

}

div#VGC_MAIL_FORM fieldset legend {
 margin-bottom: 10px;
 font: Arial;
 font-size: 14px;
 font-weight: bold;
 color: navy;
}

span.VGC_MAIL_TEXT {
 float: left;
 margin-left: 10px;
 margin-top: 5px;
 font: Arial;
 font-size: 12px;
 font-weight: bold;

}

/* Each input element has a label. */
div#VGC_MAIL_FORM label   { 
font: 13px; 
background-color: #aac7ff; 
margin: 0 0 0 10px; 
padding: 2px; 
width: 200px; 
float: left;
border: solid 1px #4C74BC; 
}

/* The style for each input element. */
div#VGC_MAIL_FORM input, select, textarea {
 font: 13px;
 float: left;
 margin-left: 5px;
 margin-bottom: 5px;
 background-color: #ffffff;
 padding: 2px; 
 border: solid 1px navy;
 
}

/* This helps format the page. */
div#VGC_MAIL_FORM br  { clear: left; border: solid 1px navy }

/* The security code elements are inside this division. */
div#VGC_MAIL_SECURITY {

}

/* Style for the security code message. */
div#VGC_MAIL_SECURITY p {

}

/* Style for the security code input box. */
div#VGC_MAIL_SECURITY input {

}

/* style for the security code image. */
div#VGC_MAIL_SECURITY img {

}

span.VGC_MAIL_STATUS {
 font: Arial;
 font-size: 15px;
 font-weight: bold;
 color: #ff0000;
}

/****************************
 SITEMAP STYLES
****************************/
ul#SiteMap {
 list-style-type: none;
}

ul#SiteMap li a   { 
line-height: 15px; 
text-decoration: none;
margin-top: 0; 
padding: 10px;
font-size: 13px;
font-weight: bold;
 }

ul#SiteMap ul li a  { 
font-size: 11px; 
background: transparent; 
padding: 10px; }

ul#SiteMap2 {
 list-style-type: none;
}

ul#SiteMap2 li a   { 
line-height: 15px; 
text-decoration: none;
margin-top: 0; 
padding: 10px;
font-size: 13px;
font-weight: bold;
 }

ul#SiteMap2 ul li a  { 
font-size: 11px; 
background: transparent; 
padding: 10px; }


/* This applies to the 'tiles' that contain the thumbnail and caption*/
table.PRODUCT {
 float: left;
 width: 198px;
 height: 200px;
 background-color: #E2DBD3;
 margin: 5px;
 text-align: center;
 border: #000000 1px solid;
}

img.PRODUCT_THUMB {
 margin: 6px;
 border: #000000 1px solid;
}

a.PRODUCT_CAPTION {
display: block;
font-size: 12px;
margin: 0px 1px 0px 1px;
color: maroon;
font-weight: bold;
}

a.PRODUCT_CAPTION_TEXT {
display: block;
font-size: 10px;
margin: 0px 1px 0px 1px;
color: maroon;
}

img.DETAILS_BUTTON {

}

/* Product navigation links: Page: 1 2 3 etc. */
span.PRODUCT_NAV {
 
}

/* horizontal lines seperating the nav links from the content.*/
hr.PRODUCT_NAV_HR {
width: 97%; 
 clear: both;
}

/* the following are used for the detail view */
table#PRODUCT_DETAILS {

}

h2#PRODUCT_NAME {
font: 16px;
font-weight: bold;
color: maroon;

}

span#PRODUCT_DESCRIPTION {

}

img#PRODUCT_IMAGE {
border: #000000 1px solid;

}

span#DISCLAIMER {
font-size: 10px;
margin: 0px;
color: black;
}

img#BACK_BUTTON {

}

img#CART_BUTTON {

}

span.PRODUCT_DETAIL {

}

/******************
 * Gallery Styles *
 *****************/

table.GalleryThumbBox {
 float: left;
 width: 124px;
 height: 155px;
 padding: 0px;
 margin: 0px 0px 6px 6px;
 border: 0px;
 background-color: #A5CEEA;
}

table.GalleryThumbBox:hover {
 background-color: #BDDCF1;
}


img.GalleryThumb {
 display: block;
 margin: 0px;
 border: 0px;
}

span.ThumbCaption {
 color: #000000;
 font-size: 9pt;
}

img.GalleryLargeImage {

}

select.GalleryCategory {
 margin-top: 2px;
}

/**********************
 * VGC BANNER STYLEs
 *********************/
a.VGC_BANNER {
 margin-left: 10px; }

a.VGC_BANNER img{
 border: 1px solid black;
 margin-bottom: 6px;
} 


/* SEARCH STYLES */

/*In header */
span.VGCSearch_Header_Label {
 font-size: 12px; 
 font-family: Arial, Tahoma, Helvetica, sans; 
 text-decoration: none;
}

/* search results page*/
h3.VGCSearch_Results {
 font-size: 17px; 
 font-family: Arial, Tahoma, Helvetica, sans; 
 text-decoration: none;
 color: #000000;
}

/* member title*/
h3.VGCSearch_Title {
 font-size: 14px; 
 font-family: Arial, Tahoma, Helvetica, sans; 
 text-decoration: none;
 color: #3D743D;
 margin: 0px;
}

/*members with urls*/
h3.VGCSearch_Title a {
 font-size: 14px; 
 font-family: Arial, Tahoma, Helvetica, sans; 
 text-decoration: none;
 color: #3D743D;
}

/*member info (phone numbers, address, ect.)*/
span.VGCSearch_Line {
 font-size: 12px;
 font-family: Arial, Tahoma, Helvetica, sans; 
 text-decoration: none;
 color: black;
}

ul.VGCSearch_CatList {
 list-style-type: none;
}


div.VGCEventList {
}

span.VGCEventListDate a br{
}

#contentdiv {
  /* padding: 10px; */
	float: left;
	width: 80%;	
	background-color: #ffffff;
	color: #000000;
	text-align: left;
	font-size: 12px;
	min-height: 500px;
	z-index: 30;
}
/* for Internet Explorer */
/*\*/
* html #contentdiv {
height: 500px;
width: auto;
}
/**/
#contentdiv p {
	width: auto;
	margin-left: 20px;
	margin-right: 20px;
	text-align: left;
}
.cleardiv {
	height: 1px;
	font-size: 1px;
	clear: both;
	padding: 0;
	margin: 0;
}
#whitebg {
	background-color: #ffffff;
	width: 100%;
	height: auto;
}
#footerdiv {
	width: 100%;
	height: auto;
	padding: 20px 0;
	background-color: #40c8ff;
	text-align: left;
	/*border-top: 1px solid #003a6b;*/
	}