/*---GENERAL STYLES---*/
body {
	background-color: #2c2c2c;
	color: #000;
	font: 11px/16px Arial, Helvetica, Verdana, sans-serif;
	margin: 0;
	padding: 0;	
}

.spacer {
	clear: both;
}

a:link {
	color: #777;
	text-decoration: none;
}

a:visited {
	color: #777;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

img {
	border: 0;
}

#container {
	margin: 0 auto 0 auto;
	background-color: #FFF;
	width: 748px;
}

/*--MENU---*/
#navcontainer {
}

#navcontainer ul {
	margin: 0;
	padding-left: 0;
	background-color: #fff;
	color: #fff;
	float: left;
	width: 100%;
	font-size: 120%;
	font-weight: bold;
	background-image: url(../img/menu-bg.gif);
	height: 35px;
}

#navcontainer ul li { 
	display: inline;
}

#navcontainer ul li a {
	padding: 10px 1em;
	color: fff;
	text-decoration: none;
	float: left;
	border-right: 1px solid #d9d9d9;
}

#navcontainer ul li a:link, #navcontainer ul li a:visited {
	color: #646464;
}

#navcontainer ul li a:hover {
	color: #ce1111;
}

/*---IMAGE BAR---*/
#imgbar {
	margin: 0;
	padding: 0;
}

/*---HOMEPAGE---*/
/*---FEATURES---*/
#features {
	margin: 0;
	padding: 0;
	width: 504px;
	float: left;
	background-color: #fff;
	border-right: 1px solid #bbb;
}

.feature {
	margin: 10px 0 10px 23px;
	padding: 0;
	width: 216px;
	float: left;
	color: #777;
}

.feature h3 {
	display: none;
}

.feature .fimg {
	margin: 1em 5px;
	padding: 5px;
	border: 1px solid #d1d1d1;
	float: left;
}

.feature p {
	margin: 1em 5px;
	padding: 0;
}

.feature p.indent {
	padding: 0 0 0 75px;
}

.feature #latestnews {
	list-style: none;
	margin: 1em 0;
	padding: 0 10px;
}

.feature #latestnews li {
	margin: .2em 0;
	padding-left: 10px;
	background-image: url(../img/arrow.gif);
	background-repeat: no-repeat;
	background-position: 0 .5em;
}

.feature #latestnews li a {
	text-decoration: none;
	color: #777;
}

.feature #latestnews li a:hover {
	text-decoration: underline;
}

/*---QUICKSEARCH---*/
.quickSearch form select {
	width: 130px;
	margin: 5px 5px 0 5px;
}

/*---QUICKLINKS---*/	
#quicklinks {
	background-color: #f3f3f3;
	width: 243px;
	float: right;
}
/*---END-HOMEPAGE---*/


/*---SUB-NAV---*/
#subnav {
	float: left;
	background-color: #f3f3f3;
	background-image: url(../img/subnav-bg.gif);
	background-repeat: repeat-x;
	width: 150px;
	border-top: 1px solid #fcfdfe;
}

#subnav h3 {
	display: none;
}

#subnav img {
	margin-top: 15px;	
}

#subnav ul {
	list-style: none;
	margin: 1em 0;
	padding: 0 10px;
}

#subnav ul li {
	margin: .2em 0 .2em 10px;
	padding-left: 10px;
	background-image: url(../img/arrow.gif);
	background-repeat: no-repeat;
	background-position: 0 .5em;
}

#subnav ul li a {
	text-decoration: none;
	color: #777;
}

#subnav ul li a:hover {
	text-decoration: underline;
}



/*---CONTENT---*/
#content {
	background-color: #fff;
	background-image: url(../img/content-bg.gif);
	background-repeat: repeat-x;
	padd//ing: 10px;
	border-top: 1px solid #fcfdfe;
	border-left: 1px solid #c4c4c4;
	backgrou//nd: red;
	margin-left: 150px;
	width: 585px;
}

#content .gutter {
	padding: 10px;
	}

#content h1 {
	font-size: 150%;
	margin-top: 1.5em;
}

#content h1.template {
	font-size: 150%;
	margin-top: 1.5em;
	margin-bottom: .5em;
	padding-bottom: 5px;
	color: #c20136;
	display: block;
}

#content h2 {
	font-size: 125%;
	margin-top: 1.5em;
}

#content h3 {
	font-size: 115%
}

#content p {
	font-size: 110%;
}

#content p.listhead {
	margin-top: 1.5em;
}

#content ul {
	font-size: 110%;
	
}

#content .pic {
	margin-top: 1.5em;
	float: right;
}

#content .contactpic {
	float: left;
	margin-right: 10px;
}


/*---NEWS LETTER---*/
.dm-news img {
	margin: 0 10px 5px 0;
	padding: 5px;
	border: 1px solid #d1d1d1;
	float: left;
}

/*---FOOTER---*/
#footer {
	margin: 0;
	padding: 1em 10px 3em 10px;
	background-color: #777;
	color: #fff;
	clear: both;
}

#footer p {
	margin: 0;
	padding: 0;
}

#footer a {
	color: #fff;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}
