/* CSS Document */

/* undo some default styling of common (X)HTML browsers
 * ------------------------------------------------------------------------- */

/* No list-markers by default - must redefine bullets w/ bg graphics */
ul,ol { list-style:none; }

/* Avoid browser default inconsistent heading font-sizes and pre/code */
h1,h2,h3,h4,h5,h6,pre,code,td { font-size:1em; }

/* Remove inconsistent (among browsers) default padding or margin */
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input,label,div,dd,dt,dl,table,tr,td { margin:0; padding:0; }

/* prevent blue linked image borders */
a img,:link img,:visited img,fieldset { border:none; }


/* global elements
 * ------------------------------------------------------------------------- */
 
body {
	background:url(../images/bg.jpg) repeat;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:10px auto;
	}

h2, h3 {
	font-size:14px;
	margin-bottom:10px;
	}


a:link, a:visited {
	color:#D89B32;
	}
	
a:hover {
	color:#888888;
	}

/* classes
 * ------------------------------------------------------------------------- */

.left-list {
	width:200px;
	float:left;
	}
	
.right-list {
	width:200px;
	margin-left:10px;
	float:left;
	display:inline:
	}
	
.clear {
	clear:both;
	height:.01em;
	overflow:hidden;
	}

.center {
	text-align:center;
	}

.pic-left {
	float:left;
	margin:2px 10px 2px 0;
	}

.pic-right {
	float:right;
	margin:2px 0px 2px 10px;
	}

#container img.no-border {
	border:none;
	}
/* framework
 * ------------------------------------------------------------------------- */

#resources #content, #blog #content, #downloads #content, #fees #content, #news #content {
	/* height:400px; */
	}
	

#container {
	background:url(../images/container-bg.jpg) repeat-y;
	width:748px;
	margin:0px auto;
	}
	
	#container img {
		padding:2px;
		border:1px solid #dddddd;
		}

#header-container {
	background:url(../images/header-bg.jpg) repeat-y;
	margin-bottom:1px;
	width:748px;
	}
	
#header {
	background:url(../images/header.jpg) no-repeat top left;
	width:748px;
	height:70px;
	}
	
	#header h1 {
		font-size:24px;
		color:#ffffff;
		font-weight:normal;
		padding:15px 0 0 20px;
		
		}
		
	#header h2 {
		color:#ffffff;
		font-weight:normal;
		padding:0px 0 0px 20px;
		
		}
		
#brown-stripe {
	background:url(../images/brown-stripe.jpg) no-repeat;
	height:8px;
	overflow:hidden;
	}		

#content-container {
	background:url(../images/shells.jpg) repeat-y top left;	
	width:748px;
	margin-bottom:1px;
	}
	
	#content-container.side_text {
		background:url(../images/shells_light.jpg) repeat-y top left;
		}

#left-box {
	float:left; 
	width:169px; 
	margin:15px 0 0 20px; 
	display:inline; 
	color:#fff;
	font-size:12px;
	}
	
	#left-box a:link, #left-box a:visited {
		color:#fff;
		}
	
#content {
	padding:10px 15px 10px 215px;
	line-height:18px;
	}
	
	#content ul {
		padding: 0 0 10px 10px;
		}	

		#content ul li { 
			_position:relative;	 /*to fix the IE bullet peekaboo pug */
			padding-left: 15px;
			line-height: 16px;
			list-style: none;
			background: transparent url(../images/bullet.jpg) 0px 6px no-repeat;
			font-size:11px;
			}
			
			#content ul li a:link, #content ul li a:visited {
				text-decoration:none;
				}

#footer-container {
	background:url(../images/footer-strip.jpg) repeat-y;
	width:748px;
	}
	
#footer {
	background:url(../images/footer-image.jpg) no-repeat bottom left;
	width:748px;
	padding:5px 0 10px 0;
	text-align:center;
	}
	
#footer ul {
    	margin: 0 0 3px 0;
   		padding: 0;
   		}

 	#footer li {
    	margin: 0;
    	padding: 0 7px 0 10px;
    	display: inline;
    	border-left: 1px solid #330000;
    	font-size: 11px;
    	background: none;
		color:#330000;
 	   }

	#footer li.first { 
    	border: none;
    	}

	#footer a:link, #footer a:visited{
		color:#330000;
		text-decoration:none;
		}	

	 #footer a:hover, #footer a:active {
	 	color:#993300;
		}

/* Main Navigation
 * ------------------------------------------------------------------------- */

#nav-box {
	background-color:#dfc57c ;
	height:20px;
	width:738px;
	margin-left:5px;
	}
	
#nav {
	
	}	
	
	#nav li {
		background-color:#dfc57c;
		display:inline;
		line-height:20px;
		color:#330000;
		font-size:11px;
		}

	#nav li a:link, #nav li a:visited {
		text-decoration:none;
		padding:0 10px;
		display:block;
		float:left;
		border-right:1px solid #ad6a2d;
		color:#330000;
		background-color:#dfc57c;
		}
		
		#nav li a:hover, #nav li a:active {
			background-color:#ffffff;
			color:#330000
			}

		#nav li a.first {
			border-left:1px solid #ad6a2d;
			}
