/* Standard Classes - edit as needed do rename or delete */

html { height: 100%; margin-bottom: 1px; }

php { height: 100%; margin-bottom: 1px; }

A{
	text-decoration: underline;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
}

TD {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	color: #3F3930;
}		

INPUT, TEXTAREA, OPTION {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	padding: 0px; 
	color: #000000; 
}

.Bullet {
	list-style-position: outside;
	list-style-image: url(/stock/Bullet.gif);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
}

.PageColor {
	background-color: #CAC1B7;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.Bold {  font-weight: bold}
.italic {  font-style: italic}
#Footer {
	font-size: 14px;
	color: #000;
	font-family: "Courier New", Courier, monospace;
	line-height: 17px;
	background-color: #AEBBCA;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #000;
	padding: 8px;
	font-weight: bold;
	text-align: center;
}
#Footer2 {
	background-image: url(/stock/footer-background.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 138px;
	background-color: #DFE4EA;
}
.FooterText {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	color: #000;
}
.BreadCrumbs {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #948D85;
}
.BlueLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #0000FF;
	text-decoration: underline;
}
.BlockNav {
	font-family: "Trajan Pro Bold", "Georgia Bold", "Times New Roman Bold";
	font-size: 13px;
	font-weight: normal;
	color: #D8D8C0;
	margin: 0px;
	float: left;
	padding-right: 25px;
	padding-left: 25px;
	text-decoration: none;
	vertical-align: middle;
}
a:hover.BlockNav {
	color: #3F5163;
	text-decoration: none;
}
.PadLeft {	margin-left: 12px;}
.PadRight {	margin-right: 12px;}

/* CSS On State Buttons - also requires:
	body tag (i.e. <body id="sample1">)
	nav (i.e. <td id="nav-sample1"><a href="#" class="BlockNav">Sample 1</a></td>
	
		 */

#sample1 #nav-sample1 a,
#sample2 #nav-sample2 a,
#sample3 #nav-sample3 a,
#sample4 #nav-sample4 a,
#sample5 #nav-sample5 a,
#sample6 #nav-sample6 a {
	font-family: "Gill Sans", "Gill Sans MT", "Trebuchet MS", Arial, sans-serif;
	font-size: 16px;
	text-decoration: none;
	font-weight: normal;
	color: #39109D;
	background-color: #F0F0E2;
	background-image: url(/stock/nav-on.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	float: left;
	list-style-type: none;
	list-style-image: none;
	height: auto;
	width: 220px;
	text-indent: 12px;
	white-space: normal;
	padding-top: 8px;
	padding-bottom: 1px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #39109D;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 1px;
	margin-left: 0px;
}

/* CSS Image Transition - also requires:

CODE BEFORE </head>
		<script src="/Scripts/swfobject_modified.js" type="text/javascript"></script>
		<script src="http://www.vdgnet.com/stock/VDG_admin/jquery.js" type="text/javascript"></script>
		<script src="http://www.vdgnet.com/stock/VDG_admin/jquery.cycle.all.min.js" type="text/javascript"></script>

CODE AFTER <body>
	<script type="text/javascript">
	      $(document).ready(function() {
	      	$('#pics').cycle('fade');
			$('#pics').css({'display': 'block'});
 	     });
	</script>

TRANSITION (recommend applying a background image to container)
<div id="pics" style="height:300px; display:none;"> 
    <a href="#"><img src="/stock/image.jpg" alt="" width="960" height="300"/></a> 
    <a href="#2"><img src="/stock/image2.jpg" alt="" width="960" height="300"/></a> 
	<a href="#3"><img src="/stock/image3.jpg" alt="" width="960" height="300"/></a> 
</div>
		 */
#pics {
	padding: 0;
	margin:  0;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
} 
 
#pics img {  
 	padding: 0;  
    margin:  0; 
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}


/* New classes for this project */

#ShadowRight {
	background-image: url(/stock/shadow-right.jpg);
	background-repeat: repeat-y;
}
#ShadowLeft {
	background-image: url(/stock/shadow-left.jpg);
	background-repeat: repeat-y;
}
#ShadowBottom {
	background-image: url(/stock/shadow-bottom.jpg);
	background-repeat: repeat-x;
}
.CellWhite {
	background-color: #FFF;
}
h1, .Title {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 30px;
	color: #1C436C;
	text-transform: uppercase;
	font-weight: normal;
}
h2 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 20px;
	text-transform: none;
	font-weight: bold;
	color: #403930;
}
.SubTitle {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 20px;
	text-transform: none;
	font-weight: bold;
	color: #403930;
}
.Specials {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
	color: #1B5F2A;
	margin-top:0px;
	font-weight:bold;
	font-style: normal;
}
.CellDark {
	background-color: #27589B;
	color: #FFF;
}
.CellLight {
	background-color: #DFE4EA
	}

.ModuleBackButton{
	text-decoration: underline;
	font-weight: normal;
	color: #333;
	font-family: Tahoma, "Trebuchet MS";
	font-size: 12px;
	margin-top:0px
}
a:hover.ModuleBackButton{
	text-decoration: underline;
}
.GalleryImageCaption{
	font-size: 11px
}


/* Classes associated with EVENTS module */
.CellTitle {
	background-color: #1C436C;
	color: #FFF;
}
.BoldWhite {
	font-weight: normal;
	color: #FFFFFF;
	font-size: 14px;
	text-decoration: none;
}
.CellLightUnderline {
	background-color: #DFE4EA;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #33567D;
}
.Button3, a.Button3:hover {
	font-family: Tahoma, "Trebuchet MS";
	font-size: 11px;
	color: #FFFFFF;
	background-color: #444;
	margin: 5px;
	text-decoration: none;
	font-weight: bold;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666;
	border-right-color: #121212;
	border-bottom-color: #121212;
	border-left-color: #666;
	float: left;
	width: 120px;
	text-align: center;
	padding-top: 3px;
	padding-right: 1px;
	padding-bottom: 3px;
	padding-left: 1px;
}
.CellShadowLight {
	background-color: #FFF;
	background-image: url(/stock/dash-repeat.gif);
	background-repeat: repeat-y;
	background-position: left;
}
SELECT {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 20px;
	font-weight: normal;
	color: #00589F;
	background-image: url(/stock/select-back.jpg);
	background-repeat: repeat-x;
	text-align: left;
	vertical-align: middle;
	padding-top: 3px;
	padding-right: 6px;
	padding-bottom: 3px;
	padding-left: 3px;
	background-color: #E7E7E7;
	background-position: bottom;
	border: 1px solid #1C436C;
	margin-top: 3px;
	margin-right: 3px;
	margin-bottom: 3px;
	margin-left: 3px;
}
.HomeFeature {
	background-color: #FAD78F;
	border: 1px solid #E9AD2B;
	padding: 8px;
	font-size: 14px;
}
