/* Standard CSS Styles*/

body {
	background-image: url("/i/common/BodyBG.gif"); 
	background-repeat: repeat-x;
	background-position: top;
	background-color: #95CFF5;
	}

td {
	font-family: georgia, 'times new roman', serif; 
	font-size:12px; 
	line-height: 22px;
	color: #565656;
	}

big {
	font-size:13px; 
	line-height: 22px; 
	font-weight:bold
	}

h2 {
	font-size:13px; 
	font-weight:bold;
	color: #2A8506;
	margin: 10px 0px 0px 0px;
	}

a:link {
	color:#007DCC; 
	text-decoration:none;
	}

a:visited {
	color:#007DCC;
	text-decoration:none; 
	}

a:hover {
	color:#2A8506; 
	text-decoration:none; 
	}

strong {
	font-size:13px; 
	font-weight:bold;
	}

small {
	font-size:11px;
	}

.CalendarText {
	font-family: georgia, 'times new roman', serif; 
	font-size:12px; 
	line-height: 14px;
	}

.footer {
	font-size:11px;
	}

.input {
	font-size:11px;
	}
	
.stock {
	font-size:11px;
	}

/* Navigation Styles*/
	
.nav {
	display: block; 
	padding: 9px 0px 9px 10px; 
	font-weight:normal; 
	border-top: solid 1px #E0E0E0;
	}

.nav a:link {
	color:#CC0000; 
	text-decoration:none
	}
	
.nav a:visited {
	color:#CC0000;
	text-decoration:none; 
	font-weight:normal
	}
	
.nav a:hover {
	color:#CC0000; 
	text-decoration:underline; 
	font-weight:normal; 
	background-image: url("/i/common/Arrow.gif"); 
	background-repeat: no-repeat; 
	background-position: top left;
	}
	
/* Page Layout Styles*/

.MainBox {
	background-image: url("/i/common/MainBoxBG.gif"); 
	background-repeat: repeat-y;
	background-position: top;
	}

.main {
	background-image: url("/i/common/MainBG.jpg"); 
	background-repeat: no-repeat; 
	background-position: top;
	background-color: #FFFFFF;
	}

.MainText {
	padding: 20px 30px;
	}

.LBorder {
	background-image: url("/i/common/LBorderBG.gif"); 
	background-repeat: no-repeat;
	background-position: bottom;
	}

.RBorder {
	background-image: url("/i/common/RBorderBG.gif"); 
	background-repeat: no-repeat;
	background-position: bottom;
	}

.PageTitle img {
	behavior: url('/cc/js/pngbehavior.htc');
	}

.media_format {
    border-bottom: 1px solid #CCCCCC;
    margin: 10px 0;
	padding: 10px 0;
    overflow: hidden;
}

/* Gallery Grid */
.gallery_grid {clear: both;}
.gallery_grid ul { margin: 0; padding:0;}
.gallery_grid ul li {list-style:none; float: left; display: block; width: 150px; background: #f0f0f0; margin: 0 20px 20px 0;}
.gallery_grid ul li a, .gallery_grid ul li a:visited {display:block; padding: 10px; color: #C00;}
.gallery_grid ul li a:hover {background: #ccc; color: #ff0000; text-decoration: none;}
.gallery_grid ul li a.active {background: #ccc; color: #ff0000;}
.gallery_grid ul li a img {display: block; margin-bottom: 4px;}
