/* CSS Document */
body {
	background: url(../images/formatting/body-grad.jpg) repeat-x top #FCFCFC;
	margin: 0px;
	padding: 0px;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 12px;
	color: #333333;
}
#wrapper {
	width: 760px;
	margin:0 auto;
}
#header {
	padding-bottom:6px;
}
#header img {
	margin: 11px 6px 6px 6px;
	float: left;
}
/*==========================HOME CONTENT===============================
=====================================================================*/
#content-home {
	background-color:#c8d4ce;
	padding:0 0 20px 0;
}
#content-home a{
	color:#93463d;
}
#content-home p{
	padding-right: 200px;
	padding-left: 90px;
}
/*======================INTERIOR CONTENT===============================
=====================================================================*/
#content a{
	color:#93463d;
	text-decoration:none;
}
#content {
	background-color:#c8d4ce;
	padding:0 0 20px 0;
}
#content a:hover {
	color: #FFFFFF;
}

#content-inner {
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 30px;
}
#content-inner object {
	float: left;
	margin-right: 20px;
}
#content-inner img{
	float: left;
	margin-right: 20px;
}
#text-right {
	width: 450px;
	float: right;
}
/*===============================TOP NAV===============================
=====================================================================*/
#topnav {
	clear: both;
	list-style-type: none;
	font-size: 14px;
	font-weight: bold;
	height: 38px;
	padding: 0px;
	margin: 0px;
}
#topnav li {
	float: left;
	margin:0;
	padding:0;
}
#topnav li a {
	padding: 12px 25px 10px 25px;
	color: #596e70;
	text-decoration: none;
	display:block;
	cursor:pointer;
}
#topnav li a:hover {
	background-color: #9DB2B1;
	color: #FFFFFF;
}
/*============================SUB NAV===============================
=====================================================================*/

#subnav {
	list-style-type: none;
	background-color: #9DB2B1;
	height: 20px;
	margin: 0;
	padding: 3px 0 0 0;
}
#base-subnav {
	list-style-type: none;
	margin: 0;
	padding: 0 0 0 20px;
}

#subnav-writing {
	list-style-type: none;
	margin: 0;
	padding: 0 0 0 225px;
}

#subnav-about {
	list-style-type: none;
	margin: 0;
	padding: 0 0 0 460px;
}

#subnav-pr {
	list-style-type: none;
	margin: 0;
	padding: 0 0 0 325px;
}
#subnav a {
	color: #FFFFFF;
	text-decoration: none;
	margin: 0;
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-weight: bold;
}
#subnav a:hover {
	color:#596e70;
}
#subnav li {
	display: inline;
	margin: 0 40px 0 0;
}

/*=========================BOTTOM NAV=============================
=====================================================================*/
#bottomnav {
	color: #FFFFFF;
	background-color: #9db2b1;
	padding:15px 0;
}
#bottomnav p {
	text-align: center;
	margin: 0px;
	padding: 0px;
}
#pr-nav {
}
#recenttitles {
	clear: left;
}
#email {
	margin: 0;
	padding: 0;
	background-image: url(../images/formatting/email-address.gif);
	background-repeat: no-repeat;
	background-position: left 20px;
	height: 35px;
}




/*============================CLASSES===============================
=====================================================================*/
.img-right {
	float: right;
	margin:0 0 10px 10px;
}
.img-left{
	float: left;
	margin:0 10px 15px 0;
}
.green {
	color: #5a6f71;
}
.articles {
	padding-bottom: 15px;
}

.rule-above {
	border-top: solid 1px #5A6F71;
}
.highlight {
	background-color: #FFFF00;
}
.Position {
	font-size: 11px;
	font-style: italic;
	color: #333;
}
