

html,body {
	margin:0;
	padding:0;
	height:100%; 
	background: URL("/graphics/bg.gif") #8eafaa repeat-x;  /* page background */
	font-family:arial,sans-serif;
	font-size:13px;
	color:#000000;
	
}

/* main table */

div#container {
	position:relative; 
	margin:0 auto 0 auto; 
	width:964px; 
	padding: 0 0; 
	
	height:auto !important; 
	height:100%; 

	min-height:100%; 
}

div#header {
	width:950px;
	height:316px;   /* adjust this height based on height of graphic in header */
	background: #fff;
	margin: 0 auto 0 auto;
}

div#content {
	width:950px;
	background: url("/graphics/ctbg.gif") #fff repeat-x;
	padding:0 0 40px 0; 
	margin: 0 auto 0 auto;
}

div#footer {
	position:absolute;
	width:950px;
	height:30px;
	bottom:0; 

	background: #8eafaa;  /* change this to reflect site background */
	font-size:11px;
	margin: 0 auto 0 7px;
	padding:7px 0 0 0;
	visibility: hidden;
	color: #575743;
	text-align:center;

}







/* main nav */


#topmenu {
	width: 964px;
	height:30px;
	margin: 0 auto 0 auto;
	background: url("/graphics/menubar.png") no-repeat;
	_background: URL("/graphics/menubar.gif") no-repeat;
}

#leftmenu {
	width: 195px;
	height: 300px;
	margin: 0 0 15px 21px;
	display:inline;
	background: #575743;
	float:left;
	background: url("/graphics/sidebar.gif") bottom no-repeat;   /* sidebar graphic.  note graphic must be changed in header as well. */
}








/* content formatting */

#pagecontent {
	width: 665px;
	margin: 25px 21px 50px 0;
	display:inline;
	overflow: auto;
	line-height:18px;
	float:right;
}

#calpagecontent {
	width: 950px;
	margin: 0 auto 0 auto;
	display:inline;
	overflow: auto;
	line-height:18px;
}

.srchbox {
	border:1px solid #a0a085; 
	font-size: 12px; 
	color: #007453; 
	width:110px; 
	height:16px; 
	padding:1px 0 0 4px;
}

.linkbox {
	border:1px solid #a0a085; 
	background:#c8c8b1; 
	font-size: 12px; 
	color: #007453; 
	width:138px; 
	height:19px; 
	padding:0 0 0 4px;
}

.splashbox {
	background:#c0d38e; 
	float:right; 
	width:158px; 
	padding:10px 15px 15px 15px;
	font-size:11px; 
	line-height:16px; 
	margin:-20px 0 10px 0;
	border:1px solid #575743;
}

#footer a{
	color: #575743;      /* footer link color */
	margin:0 15px;
	text-decoration: none;
}

#footer a:hover{
	color: #c0d38e;
	text-decoration: none;

}


#clear {
	clear: both;
}

div.clear {
	clear: both;
}





/* text styles */

form {
	margin: 0;
}

a {
	color: #8eafaa;      /* main link color */
	text-decoration: underline;
	 outline: none;

}
a:hover {
	color: #d6c370;
	text-decoration: underline;
}

a.resmore {
	color: #446864;
	text-decoration: underline;
}
a.resmore:hover {
	color: #8eafaa;
	text-decoration: underline;
}





#newslist{
padding: 0;
font-size: 12px;
text-align:left;
}

#newslist ul{
list-style: none;
margin: 0;
padding: 0;
border: none;
}

#newslist li {
margin: 0;
}

li a.newslist {
display: block;
padding: 0;
color: #000000;
text-decoration: underline;
height:28px;
}

li a.newslist:hover{
color: #7f2319;
	text-decoration: underline;
}










h1 {
	font-weight:bold;
	font-size:24px;
	color: #575743;
	text-transform: capitalize;
	font-family:times, serif;
	margin:2px 0 13px 0;
}

h2 {
	font-weight:bold;
	font-size:20px;
	color: #575743;
	text-transform: capitalize;
	font-family:times, serif;
	margin:0 0 6px 0;
}

h3 {
	font-weight:bold;
	font-size:24px;
	color: #575743;
	text-transform: capitalize;
	font-family:times, serif;
	margin:0;
	padding: 25px 0 13px 55px;
}


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;
}


/* links page  */

h5 {
	font-weight:bold;
	font-size:14px;
	text-transform: uppercase;
	margin:20px 0 5px 0;
	color: #e32b00;
}

	
div.links {
	padding: 8px 0 8px 10px;
	border-top: solid 1px #ccc6b4;
	width: 90%;
}

div.links a{
	color: #000000;
	text-decoration: none;
}

div.links a:hover{
	color: #e32b00;
	text-decoration: underline;
}






/* menu codes */

.pipelist {
   overflow: hidden;
   width: 910px;
   margin:0 auto 0 40px;
   font-size:14px;
   
   }

.pipelist ul {
   list-style: none;
   margin: 0;
   padding: 0;
   }

.pipelist li {
   float: left;
   line-height: 12px;
   margin: 0;
   padding: 9px 63px 0 63px;
   text-transform:capitalize;
   text-align:center;
   white-space: nowrap;
   
   }

.pipelist li:hover {
	}
	
.pipelist a {
	color: #fff;
	text-decoration: none;
}
.pipelist a:hover {
	color: #d6c370;
	text-decoration: none;
}	
	
	







	


/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

#blueblock{
width: 150px;
padding: 0;
margin:12px 0 30px 26px;
font-size: 13px;
text-align:left;
text-transform:capitalize;
}

* html #blueblock{ 
w\idth: 150px; 
}

#blueblock ul{
list-style: none;
margin: 0;
padding: 0;
border: none;
}

#blueblock li {
margin: 0;
}

li a.blueblock {
display: block;
padding: 8px 0 8px 0;
color: #d6c370;    /*  side menu color */   
line-height:17px;
text-decoration: none;
width: 150px;
}

html>body li a.blueblock { 
width: auto;
}

li a.blueblock:hover{
color: #fff;
	text-decoration: none;
}




li a.blueblock2 {
display: block;
padding: 0 0 8px 16px;
color: #d6c370;      /*  side menu color */
line-height:14px;
font-size: 12px;
text-decoration: none;
width: 149px;
	background: url("/graphics/dot.gif") 6px 6px no-repeat;
}

html>body li a.blueblock2 { 
width: auto;
}

li a.blueblock2:hover{
color: #fff;
	text-decoration: none;
}





#leftmenu ul {
	list-style: none;
	width: 195px;
	padding: 0;
	margin: 12px 0 12px 0px;
	float:left;
   position: relative;
	overflow: hidden;
   }

#leftmenu li {
   position: relative;
}


#leftmenu li a{
	display: block;
	color: #ffffff;
   	text-align:left;
	padding: 5px 0 5px 22px;
	width: 195px;
	height:17px;
}

#leftmenu li a:hover {
	color: #F8D459;
	background: #777769;
	}
a.on {
	color: #F8D459;
	background: #777769;
	}
	
#leftmenu a {
	color: #000;
	text-decoration: none;

}
#leftmenu a:hover {
	color: #0057a8;
	text-decoration: none;
}	


	
	


ul.dropdown {
list-style: none;
margin: 0;
padding: 0;
border: none;
z-index:10000;
position:relative;
}

ul.dropdown li span {
display: block;
_display:inline-block;
text-decoration: none;
}
ul.dropdown li a {
display: block;
position: relative;
_display:inline-block; /* so IE doesn't add space between elements */
_width: 83%; /* makes block fill width in IE */
padding: 4px 0 4px 8px;
font-weight:normal;
color: #fff;
text-decoration: none;
border-bottom:1px solid #999999;

}


ul.dropdown li a:hover{
color: #F8D459;
	text-decoration: none;
}




#program {
	width:200px;
	padding: 0;
	background: #777769;
	position: absolute;
	top: 358px;
	left: 223px;
	display: none;
	z-index:1000;
	border-top:1px solid #999999;
	border-left:1px solid #999999;
	border-right:1px solid #999999;
}

#prospective {
	width:200px;
	padding: 0;
	background: #777769;
	position: absolute;
	top: 385px;
	left: 223px;
	display: none;
	z-index:1000;
	border-top:1px solid #999999;
	border-left:1px solid #999999;
	border-right:1px solid #999999;
}


#current {
	width:200px;
	padding: 0;
	background: #777769;
	position: absolute;
	top: 412px;
	left: 223px;
	display: none;
	z-index:1000;
	border-top:1px solid #999999;
	border-left:1px solid #999999;
	border-right:1px solid #999999;
}

#info {
	width:200px;
	padding: 0;
	background: #777769;
	position: absolute;
	top: 439px;
	left: 223px;
	display: none;
	z-index:1000;
	border-top:1px solid #999999;
	border-left:1px solid #999999;
	border-right:1px solid #999999;
}


#directory {
	width:200px;
	padding: 0;
	background: #777769;
	position: absolute;
	top: 468px;
	left: 223px;
	display: none;
	z-index:1000;
	border-top:1px solid #999999;
	border-left:1px solid #999999;
	border-right:1px solid #999999;
}




