/***********************************************/
/* 2col-800px.css       december, 2009         */
/* Use with template SC_800px.html             */
/***********************************************/

/* HTML tag styles                             */

body {
	width: 800px;
	margin-left: auto;
	margin-top: 20px;
	margin-right: auto;
}
a:visited {
	text-decoration: none;
	color: #666;
}
a:hover {
	text-decoration: none;
	color: #003;
}
a:active {
	text-decoration: none;
}
a:link {
	color: #666;
	text-decoration: none;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#main {
}
#top_border {
}
#agcyList {
	height: 38px;
	margin-top: -28px;
	margin-left: 725px;
}
#header {
}
#banner {
	margin-bottom: 15px;
	height: 150px;
}
#leftcolumn {
	float: left;
	width: 185px;
	margin-right: 15px;
	margin-bottom: 10px;
	position: relative;
}
#topBanner {
	height: 40px;
	background-image: url(../images/headlines/dropShdw800px.jpg);
	background-repeat: no-repeat;
	background-position: 0px 30px;
}
#leftcolumn a {
	color: #666;
}
#nameplate {
	float: right;
	width: 600px;
	background-image: url(../images/nameplates/headshot_logo_600px.jpg);
	height: 110px;
	margin-bottom: 30px;
}
/*********************************************************************/
/* use these IDs inside #content for page/event 450/400px styling ****/
/*********************************************************************/

/**** #category150 (left align) is required for "pages" layout *******/

#category150 {
	float: left;
	height: 100%;
	width: 145px;
	background-color: #FFF;
}

/************** #content = default column width **************/

#content {
	width: 600px;
	float: right;
	height: 100%;
}
#copyContent {
	margin-top: 20px;
}
#content strong {
	color: #333;
}
#content450 {
	float: right;
	height: 100%;
	width: 450px;
}
#content400 {
	float: left;
	height: 100%;
	width: 400px;
}
#siteinfo {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	color: #666;
	width: 800px;
	line-height: normal;
	margin-left: 100px;
	float: left;
	margin-top: 20px;
	margin-bottom: 20px;
}

/************** #headlines style **************/

#header h1  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 38px;
	letter-spacing: -2px;
	word-spacing: 2px;
}

/************** #content class styles **************/

.feature {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	line-height: 130%;
	color: #666;
}
.feature blockquote{
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #333;
	font-size: 1.15em;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #333;
	border-bottom-color: #333;
	padding-left: 5%;
	padding-right: 5%;
	margin-left: 5%;
	margin-right: 5%;
}
.feature h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	color: #333;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
	font-weight: normal;
	padding-bottom: 10px;
	line-height: 28px;
}
.feature img {
}
.feature a:link {
	color: #F00;
	text-decoration: none;
}
.feature a:visited {
	text-decoration: none;
	color: #C00;
}
.feature a:hover {
	text-decoration: underline;
	color: #003;
}
.sidebar {
	font-size: 0.85em;
}
.subhead {
	font-weight: bold;
	color: #000;
	font-family: Georgia, "Times New Roman", Times, serif;
}

/************** image alignment class styles ************/
/*** use the rightColumnBorder and leftColumnBorder to align with padding, margin and border ***/
/*** then use a div #id to set the actual width attribute ****/
.rightColumnBorder {
	float: right;
	border: 1px solid #999999;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	font-size: 0.85em;
	margin-left: 10px;
	background-color: #FFF;
}
.leftColumnBorder {
	float: left;
	margin-right: 10px;
	border: 1px solid #999999;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	font-size: 0.85em;
}
.image_Left {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	font-size: 0.85em;
}
.image_Right {
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;
	font-size: 0.85em;
}
.sidebar h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.95em;
	color: #000;
}
.hiliter {
	background-color: #FF0;
	text-indent: 1em;
}
.twitter-follow-button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

