html,
body {
   margin:0;
   padding:0;
   height:100%;
  
}

p {
	font-family: Arial, Helvetica, sans-serif;
}

img { 
	border:0;
}

a:link { color: #000000 }
a:visited { color: #000000 }

#container {
	min-height: 100%;
	position: relative;
}

div.header {
	height: 180px;
}

div.content {
	height: 750px;
	padding:10px 10px 30px 27px;
	width:	980px;
	margin:	0 auto;
	font-size: 18px;
}

div.content p {
	font-family:georgia,helvetica,arial,sans-serif;
}

div.content .title {
	padding:15px 0 15px;
	font-size: 24px;
}

div.content div.content_left {
	width: 800px;
	float:left;
}

div.content div.content_right {
	float: right;
}

div.content div.content_body {
	float: right;
	width: 400px;
	padding-top: 0px;
	padding-right: 65px;
	padding-bottom: 0px;
	padding-left: 65px;
}

div.footer {
	
	bottom: 0;
	position: absolute;
	width: 100%;
}

div.footer div.menu {
	clear: both;
	margin: 0;
	background-color: #272727;
	padding: 5px 5px 5px 5px;
	border-top: solid black 1px;
	color: white;
	font-family: Arial;
	font-size: 14px;

}

.copyright {

	font-family: Arial;
	font-size: 10px;
}

div#twitter {
	position:absolute;
	top:63px;
	right:15px;
	z-index: 10
}

div#searchbox {
	position:absolute;
	top:20px;
	right:20px;
}

div#pagetitle {
	font-family:Arial;
	font-size: 22px;
	color: white;
	left: 68px;
	position: relative;
	float: left;
}

div.topmenubar {
	clear: both;
	margin: 0;
	background-color: #272727;
	padding: 5px 0;
	border-top: solid black 1px;
	position:absolute;
	top:125px;
	left:0px;
	font-family:Arial;
	width: 100%;
}

div.topmenuitems {
	float: left;
	font-family:Arial;
	left:150px;
	margin: 2px;
	position:relative;
}

div.topmenuitems a:active {
	text-decoration: none;
}
div.topmenuitems a:visited {
	text-decoration: none;
}
div.topmenuitems a:link {
	text-decoration: none;
}
div.topmenuitems a:hover {
	text-decoration: underline;
}
div.topmenuitems a {
	color: white;	
}

div.topmenuitems a.active_menu {
	color: white;
	text-decoration: underline;
}

div.footer_menu {
	border: 0;
	padding: 0;
	font-family:Arial;
}

div.footer a:active {
	text-decoration: none;
}
div.footer a:visited {
	text-decoration: none;
}
div.footer a:link {
	text-decoration: none;
}
div.footer a:hover {
	text-decoration: underline;
}
div.footer a {
	color: white;	
}

#footer div.wrapper {
	padding-bottom:0;
}

div.footer a.active_menu {
	color: white;
	text-decoration: underline;
}

/* fixers */
div.divider {
	clear:both;
	margin:25px 0;
}

/* feedburner feed styles */
div.feedburnerFeedBlock {
	font-size:16px;	
}

div.feedburnerFeedBlock ul li{
	margin-bottom: 20px;
}

div.feedburnerFeedBlock p.date {
	margin:2px;
}
.specialty {
	font-family: ariel;
	float: left;
	width: 360px;
	padding: 0 15px 0 0;
	font-size: 12pt;
}
div.content div.specialty p {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	float: left;
	width: 360px;
	padding: 0 15px 0 0;
	font-size: 12pt;
}
.subtitle {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #585858;
	clear: both;
}
