body {
	font-family: arial, sans-serif;
	font-size: 12px;
	background: url(assets/bg.jpg) no-repeat #d9eefe;
	margin: 0;
	padding: 200px 0 0 0;
	}
#wrapper {
	width: 760px;
	}
/* Layout */	
#content {
	width: 580px;
	float: right;
	position: relative;
	padding-bottom: 20px;
	
	}
#column {
	width: 166px;
	
	}
/* Nav */
#nav {
	width: 158px;
	background: url(assets/nav-bg.gif) top right repeat-y #77abd5;
	}
#nav img {display: block;}	
#navlist {
  margin: 0;
  padding: 0;
  list-style: none;
}
#navlist ul { list-style: none; margin: 0; padding: 0; }	
#navlist li {
  padding: 5px 15px;
  background-image: url(assets/nav-bullet.gif);
  background-repeat: no-repeat;
  background-position: 0 .5em;
}
#navlist li li {background-image: none; padding: 5px 0 0 10px;}
#navlist a {font-weight: bold; font-size: 13px; text-decoration: none;}
#navlist a:link {color: white;}
#navlist a:visited {color: white;}
#navlist a:hover {color: #f2ce18;}
#navlist a:active {color: white;}
#navlist a#current {color: #F1CF18;}

/* Toolbox */
h1, h2 {color: #c61705;font-size: 16px; margin: 0; margin-bottom: 0.5em;}
p {margin: 0.5em 0;}
h2 {font-wight: normal;}
#category {color: #003a6b; margin-bottom: 1em;}
.imageright img, imageleft img {border: 2px solid #0c497c;}
.imageright {margin: 0 0 10px 10px; float: right; position: relative;}
.imageleft {margin: 0 10px 10px 0; float: left; position: relative;}
.imagecaption {font-size: 10px; background: url(assets/bg-caption.gif) no-repeat; padding-left: 25px; color: #003f74; padding-top: 3px; padding-bottom: 2px;}

/* Image Upload Icons */
.pdf, .txt, .doc, .ppt, .xls, .mp3, .download, .gif, .jpg {
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 20px;
	line-height: 22px;
	display: block; 
	}
.pdf	{ background-image: url(images/file-ext/pdf.png)}
.txt	{ background-image: url(images/file-ext/txt.png)}
.doc	{ background-image: url(images/file-ext/doc.png) }
.ppt	{ background-image: url(images/file-ext/ppt.png) }
.xls	{ background-image: url(images/file-ext/xls.png) }
.mp3	{ background-image: url(images/file-ext/mp3.gif) }
.gif	{ background-image: url(images/file-ext/gif.gif) }
.jpg	{ background-image: url(images/file-ext/gif.gif) }
.zip	{ background-image: url(images/file-ext/zip.png) }
.download {  background-image: url(images/file-ext/download.gif);}

a:link {color: #0059a3;}
a:visited {color: #0059a3;}
a:hover {color: #000;}
a:active {color: #0059a3;}

/* Address */
#c-address {
	font-size: 12px;
	color: #0059a3;
	margin: 8px;
	font-weight: bold;
	}
#c-gaslight {
	background: url(assets/gaslight-bg.gif) no-repeat;
	width: 166px;
	padding: 160px 0 6px 0;
	font-size: 11px;
	font-weight: bold;
	color: #0059a3;
	margin-top: 30px;
	text-align: center;
	}	
