/* CSS Document */

/* global 
-------------------------------------- */
* {
	margin: 0;
	padding: 0;
}
a img {
  border-width:0;
}
p { margin-bottom: 1em; }
body,td,th {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: medium;
	line-height: 22px;
	color: #000;
}
body {
	background-color: #fff;
	margin: 30px 0 0 30px;
}
h1 {
	font: 36px/46px Georgia, "Times New Roman", Times, serif;
	margin-bottom: .1em;
}
h2 {
	font: 24px/32px Georgia, "Times New Roman", Times, serif;
	color:#c00;
	margin-bottom: .25em;
}
h3 {
	margin-bottom: .25em;
}

/* layout
-------------------------------------- */
#container { width: 820px; }
#main {	
	padding: 1em 40px 15px 30px; 
}
#container #main li {
	margin-bottom: 1em;
	list-style-position: outside;
	margin-left: 1.5em;
}

/* header
----------------------------------------------- */
#header {
	height: 100px;
	width: 820px;
}
#header-menu {
	height: 36px;
	width: 810px;
	background-image: url(../images/logos/linkbar.jpg);
	background-repeat: no-repeat;
	background-position: 5px;
	padding: 12px 0 0 30px;
}
#header-menu ul {	
}
#header-menu li {
	display: inline;
	margin: 0 22px 0 0;
}
#header-menu a {
	text-decoration: none;
	font: 16px Arial, Helvetica, sans-serif;
	font-weight: bold;
}
#header-menu a:link, #header-menu a:visited {
	color: #fff;
}
#header-menu a:hover {
	color: #fcc;
}
#header-logo {
	float: left;
	margin-bottom: 0px;
	border: 0;
}
#header-tagline { 
	float: right;
	width: 300px;
	margin-right: 40px;
	color:#999;
	font-family:"Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;
	font-size: x-small;
	letter-spacing:0.2em;
	line-height:1.4em;
	margin: 10px 40px 0 0;
	text-transform:uppercase; 
}
#header-menu { 
	clear: both;
}
#footer {
	padding: .5em 40px 0 30px;
	border-top: 1px #C00 solid;
}
#footer p {
	font: small Georgia, "Times New Roman", Times, serif;
}

/* classes
-------------------------------------- */
.byline {
	text-indent: 1em;
	list-style: disc;
	list-style-position: outside;
	color: #666;
}
.column1 {
	font: 11px/16px Verdana, Arial, Helvetica, sans-serif;
	color: #999;
	margin-bottom: 1em;
}
.quote {
	margin-bottom: 0em;
}
.pulloutBox {
	background-color: #FFFFD7; 
	clear: both; 
	padding: 1em 1.5em .5em 1.5em !important;
	padding: 0em 1.5em .5em 1.5em;
	font-size: 14px;
}
.style12 {
	font-size: 12px;
	line-height: 1.2em;
}
#image-menu a {
	text-decoration: none;
}
#twitter_div {
	position: absolute;
	top: 0;
	left: 900px;
	width: 160px;
	background-color: #eee;
	font-size: 10px;
}
#twitter_div h2 {
	font-size: 12px;
	padding: 1em 1em 1em 1em;
	line-height: 1.4em;
	background-color: #cd322c;
	color: #fff;
}
#container #main #twitter_div li {
	font-size: 11px;
	line-height: 1.4em;
	list-style: none;
	margin: 0;
	padding: 1em;
	border-bottom: 1px dashed #ccc;
	text-align: right;
}
#container #main #twitter_div li:hover {
	background-color: #fff;
}
#container #main #twitter_div li span {
	display:  block;
	text-align: left;
}

/* Links
--------------------------------------- */
a {
	text-decoration: underline;
}
a:link {
	color: #036;
}
a:visited {
	color: #369;
}
a:hover {
	color: #69c;
}
a:active {
	color: #00f;
}
