/**
 * 100% height layout with header and footer
 * ----------------------------------------------
 * Feel free to copy/use/change/improve
 */

html,body {
	margin:0;
	padding:0;
	height:100%; /* needed for container min-height */
	background: #cfc7ae;
	font-family:georgia, times;
	font-size:13px;
	color:#40403b;
}

/* main table */

div#container {
	position:relative; /* needed for footer positioning*/
	margin:0 auto 0 auto; /* center, not in IE5 */
	width:904px;
	background: url("/graphics/mainbg.gif") #ffffff repeat-y;
	
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/

	min-height:100%; /* real browsers */
}

div#header {
	width:904px;
	height:238px;
	background: url("/graphics/header.gif") no-repeat;
	margin: 0 auto 0 auto;
}
	
div#content {
	padding:0 0 50px 0; /* bottom padding for footer */
	margin: 0 auto 0 auto;
}

div#footer {
	position:absolute;
	width:904px;
	height:46px;
	bottom:0; /* stick to bottom */
	font-family:arial, sans-serif;

	background: url("/graphics/footer.gif") no-repeat;
	font-size:10px;
	margin: 0 auto 0 auto;
	visibility: hidden;
}




/* main nav */


#leftmenu {
	width: 180px;
	margin: 0 0 0 2px;
	display:inline;
	float:left;
}




/* content formatting */

#splashpagecontent {
	width: 695px;
	margin: -33px 2px 0 0;
	padding: 0 0 20px 0;
	overflow: hidden;
	line-height:15px;
	float:right;
	display:inline;
}

#pagecontent {
	width: 623px;
	margin: -17px 72px 0 0;
	padding: 0 0 20px 0;
	overflow: hidden;
	line-height:15px;
	float:right;
	display:inline;
}

#splashpic {
	width:386px;
	height:315px;
	margin: 0 9px 0 0;
	padding:5px 0 0 6px;
	float:right;
	display:inline;
	background: url("/graphics/splashpicbg.gif") no-repeat;
}

#announcements {
	width:180px;
	height:221px;
	min-height:221px;
	margin: 14px 0 0 0;
	padding:9px 15px 0 23px;
	float:left;
	display:inline;
	background: url("/graphics/an_bg.gif") #fcfcf9 no-repeat;
	font-size:12px;
}

#events {
	width:167px;
	height:221px;
	min-height:221px;
	margin: 14px 0 0 19px;
	padding:9px 15px 0 23px;
	float:left;
	display:inline;
	background: url("/graphics/an_bg.gif") #fcfcf9 no-repeat;
	font-size:12px;
	color: #214391;
}


#right_foot {
	color:#242716;
	float: right;
	padding-right:32px;
}

#left_foot {
	color:#242716;
	float: left;
	padding-left:32px;
}


#calendar {
	background : url("/graphics/h_calendar.gif");
	background-repeat: no-repeat;
	margin: 14px 17px 0 0;
	width: 218px;
	float: right;
	display:inline;
	text-align: center;
	font-family:arial, sans-serif;
	

}

td.headrow {
	background: #ffffff;
	font-size: 10px;
	font-weight: bold;
	font-family:arial, sans-serif;
	

}
a.arrows {
	color: #504a33;
	text-decoration: none;
	font-weight: bold;
	
}
a.arrows:hover {
	color: #B61515;
	text-decoration: none;

}
td.dotw {
	background: #ffffff;
	color: #504a33;
	font-size:10px;
	font-weight: bold;
	border-right: solid 1px #ffffff;
	font-family:arial, sans-serif;

}
td.tilesize {
	font-size: 10px;
	font-weight: bold;
	width: 30px;
	height: 25px;
}

td.blank {
	background: #ffffff;
	border-left: solid 1px #9f9f96;
	border-bottom: solid 1px #9f9f96;

}

td.normalbody {
	background: #ffffff;
	border-left: solid 1px #9f9f96;
	border-bottom: solid 1px #9f9f96;
	font-family:arial, sans-serif;

}

td.event {
    background: #fdd148;
    border-left: solid 1px #9f9f96;
	border-bottom: solid 1px #9f9f96;
	font-family:arial, sans-serif;

}
td.event:hover {
    background: #e3b62c;
	font-family:arial, sans-serif;
	
}

td.date {
	color: #ffffff;
	font-size: 10px;
	font-weight: bold;
	display: block;
	text-decoration: none;
	padding: 0px 0px;
	font-family:arial, sans-serif;

   
}
a.date {
	color: #21201b;
	font-size: 10px;
	font-weight: bold;
	display: block;
	text-decoration: none;
	padding: 0px 0px;
	font-family:arial, sans-serif;

   
}
a.date:hover {
	color: #21201b;
	text-decoration: none;
	font-weight: bold;
}






#clear {
	clear: both;
}






/* text styles */

form {
	margin: 0;
}

a {
	color: #4a4aa8;
	text-decoration: none;
	 outline: none;

}
a:hover {
	color: #af1608;
	text-decoration: underline;
}

a.imedia {
	color: #242716;
	text-decoration: underline;
}
a.imedia:hover {
	color: #af1608;
	text-decoration: underline;
}

a.ann {
	color: #214391;
	text-decoration: none;
}
a.ann:hover {
	color: #af1608;
	text-decoration: underline;
}

a.view {
	color: #af1608;
	text-decoration: underline;
	font-size:10px;
}
a.view:hover {
	color: #d2b151;
	text-decoration: underline;
}


h1 {
	font-weight:bold;
	font-size:15px;
	text-transform: capitalize;
	margin:0 0 16px 0;
}

h2 {
	font-weight:normal;
	font-size:19px;
	color:#40403b;
	text-transform: capitalize;
	margin:0 0 26px -6px;
}


p { 
	margin:12px 0 12px 0;
}

.contact td {
font-size: 10px;
text-align:right;

}

.error {
	font-size:15px;
	line-height:17px;
	color: #1b1a1d;
	padding:10px 20px 20px 20px;
}



/* catalog styles */

a.catalog {
	color: #01177a;
	text-decoration: none;
}
a.catalog:hover {
	color: #0266c4;
	text-decoration: none;
}
.catalogText {	
	text-decoration: none;
	font-size: 10pt;
}
.catalogTitle {
	color: #5C4033;
	text-decoration: none;
	font-size: 11pt;
	font-weight: bold;
}
td.cartdisplay {
	background: #eaeaea;
	border-bottom: solid 1px #bababa;
	padding: 6px 8px;
	}

td.cartdisplaytop {
	border-bottom: solid 1px #bababa;
	padding: 2px 8px;
	font-weight: bold;
	}
	
td.cartname {
	font-weight: bold;
	font-size:11px;
	}
td.cartoptions {
	font-size: 11px;	
	}
td.cartsub {
	padding: 6px 8px;
	}
.border {
	border: solid 1px #eeaf04;
}






/* menu codes */

	
	


/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

#blueblock{
width: 175px;
padding: 0;
margin:13px 0 0 0;
font-size: 12px;
color: #ffffff;
text-align:left;
text-transform:uppercase;
border-left:5px solid #b31507;
}

* html #blueblock{ /*IE 6 only */
w\idth: 160px; /*Box model bug: 180px minus all left and right paddings for #blueblock  from the UL and LI */
}

#blueblock ul{
list-style: none;
margin: 0;
padding: 0;
border: none;
}

#blueblock li {
margin: 0;
}

li a.blueblock {
display: block;
padding: 9px 0 0 15px;
color: #ffffff;
text-decoration: none;
width: 160px;
height:22px;
}

html>body li a.blueblock { /*Non IE6 width*/
width: auto;
}

li a.blueblock:hover{
color: #ffffff;
background:#c09b2e;
	text-decoration: none;
}

