/* 

Copyright: Lynn Cummings and Toby Cummings 2007 | http://www.lynncummings.com and http://www.tcdesign.org

*/

/* These are styles common to both subsites */

/* baseline styles */

body {
	font-family: verdana, arial, sans-serif;
	text-align: left;
	margin-top:0px;
	margin-bottom:10px;
	background-color: #000000;
	margin-right: 0px;
	margin-left: 0px;
	background-repeat: no-repeat;
	background-position: left top;
}

.bold {
	font-weight: bold;
	}

/* headers */

h1, h2, h3 {
	font: bold 12px 'Trebuchet MS', Arial, Sans-serif;
	color: #333;
	margin-left: 25px;
}
h1 {
	color: #333;
}

h2 {
	color: #666;
}

h3 {
	color: #666;
}

/* images */

a img {
	border: none
}
a:hover img {  
  border: none
}
.float_left {
  float: left;
  margin-right: 10px;
  border: 2px solid #999999;
}

.float_right {
	float: right;
	margin-left: 10px;
	margin-right: 20px;
	margin-bottom: 5px;
	border: 2px solid #989898;
}

/* outermost page container */

#page_wrapper {
	margin-left: 145px;
	margin-right: auto;
	bottom: 0px;
	width: 838px;
	text-align: left;
	background-color: #FFFFFF;
	background-position: right 100px;
	background-repeat: no-repeat;
}

/* logo header */

#page_header {
	height: 102px;
	clear: both;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: left top;
}

#page_header a {
	display: block;
	width: 385px;
	height: 102px;
}
#page_header a span {
	display: none;
}

/* container for flash nav */
#nav {
	position:absolute;
	left:362px;
	top:132px;
	width:584px;
	height:34px;
	z-index:1;
}

/* left column */

#left-col {
	float: left;
	width:156px;
	border:0px dashed #cccccc;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: left top;
}

#left-col h1 {
  margin-top:0px;
  margin-bottom:10px;
  margin-left: 20px;
}

#left-col p {
	margin-top:0px;
	margin-right: 6px;
	margin-bottom:15px;
	margin-left: 20px;
	font-size: 11px;
	color: #666666;
	line-height: 16px;
}

/* right column */

#right-col {
	float: right;
	width:656px;
	background-image: url(/images/top-gradient.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 60px;
	margin-right: 20px;
}

#right-content {
	width:656px;
	background-image: url(/images/center-gradient.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	margin-top: 60px;
}

#right-content h3 {
  margin-top:0px;
  margin-bottom:10px;
  font-size: 18px;
  color: #FF6600;
  background-color:#FFFFFF;
  padding:4px;
  border-bottom: 1px solid #018843;
  clear:both;
}

#right-content p {
	margin-top:0px;
	margin-bottom:15px;
	font-size: 11px;
	color: #666666;
	line-height: 18px;
	margin-right: 25px;
	margin-left: 25px;
}

#slideshow {
	margin-top:0px;
	margin-bottom:20px;
	margin-right: 25px;
	margin-left: 25px;
}

#spacer {
	height:20px;
	width: 838px;
	text-align: left;
	clear:both;
}

/* footer */

#footer {
	padding-top:40px;
	padding-bottom:40px;
	margin-right: auto;
	width: 838px;
	height: 25px;
}

#footer p {
	font-size: 9px;
	color: #666666;
	text-align: center;
}

/* lists with arrow bullets */

.arrow_list {
	margin-left: 20px;
	margin-right: 25px;
	padding-left: 20px;
	list-style: none;
	color: #666666;
} 

#left-col .arrow_list {
	margin-left: 20px;
	padding-left: 0px;
	list-style: none;
} 

.arrow_list li {
	padding-left: 15px;
	background-repeat: no-repeat;
	background-position: 0px 5px;
	font-size: 11px;
	line-height:18px;
}