/* base
----------------------------------------------- */

body {
margin: 0;
padding: 0;
color: silver;
	font-family: "Helvetica Neue", Helvetica, sans-serif;
	background-position: 0;
}

blockquote, h3, p, li {
padding-right: 10px;
padding-left: 10px;
font-size: 0.9em;
line-height: 1.6em;
}

blockquote {
margin-right: 0;
margin-left: 20px;
}

h1, h2, h3 {
font-weight: normal;
}

h1, h2 {
font-family: Georgia, Times, serif;
}

h1 {
font-size: 3em;
	margin: 0;
}

h2 {
font-size: 1em;
font-style: italic;
}

hr {
margin: 2em auto;
width: 370px;
height: 1px;
color: #7a7e7d;
background-color: #7a7e7d;
border: none;
}

small, .small {
font-size: 0.9em;
}

/* links
----------------------------------------------- */

a {
border-bottom: 1px #000 solid;
}

h1 a, h2 a, h3 a {
border: none;
}

h3 a {
font: 1.5em Georgia, Times, serif;
}

#sidebar-2 a, #sidebar-1 a {
}

/* overrides
----------------------------------------------- */

#sidebar-2 p, #sidebar-1 p {
line-height: 1.5em;
	font-size: 0.8em;
}

.caps {
font-size: 0.9em;
letter-spacing: 0.1em;
}

div.divider {
margin: 2em 0;
text-align: center;
}

/* layout
----------------------------------------------- */

#accessibility {
position: absolute;
top: -10000px;
}

#container {
padding: 0;
	background-image: none;
	background-color: white;
	margin: 0;
	width: 1000px;
	height: 800px;
}

#head {
height: 120px;
text-align: left;
}

#sidebar-1, #sidebar-2 {
width: 150px;
	padding-top: 100px;
}

#sidebar-1 {
margin-right: 5px;
float: left;
text-align: left;
	padding-top: 260px;
	padding-left: 10px;
	padding-bottom: 400px;
	font-size: 8px;
	color: white;
}

.section_list {
	border-bottom: 1px solid silver;
	margin-bottom: 5px;
}

.section_list p {
	margin: 0;
	text-transform: uppercase;
	padding: 0;
	letter-spacing: 1px;
}

.section_list p a {
	color: silver;
	font: 14px "Helvetica Neue", Helvetica, sans-serif;
	border-style: none;
}

.section_list p a:hover {
	color: black;
}

.recent_articles {
}

.recent_articles p {
	margin: 0;
	text-transform: uppercase;
	padding: 0;
	letter-spacing: 1px;
}

.recent_articles p a {
	color: silver;
	font: 14px "Helvetica Neue", Helvetica, sans-serif;
	border-style: none;
}

.recent_articles p a:hover {
	color: black;
}

#sidebar-2 {
margin-left: 5px;
float: right;
}

#content {
	text-align: left;
	margin: 0;
	padding: 0;
	background: white url(/logos/home_logo.jpg) no-repeat center center;
	height: 800px;
	width: 1000px;
}

#home_nav {
	padding: 480px 0 0 522px;
	background-image: none;
	margin: 0;
	font: 17px "Helvetica Neue", Helvetica, sans-serif;
	color: silver;
}

#left a {
	border-style: none;
	text-transform: uppercase;
	letter-spacing: 1px;
	text-decoration: none;
	font: 13px "Helvetica Neue", Helvetica, sans-serif;
	color: silver;
}

#right a {
	text-decoration: none;
	border-style: none;
	color: silver;
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

#home_nav a:hover {
	color: black;
}

#required {
	color: silver;
	margin: 0;
	padding-top: 5px;
	width: 234px;
	padding-bottom: 5px;
	font: 11px/16px "Helvetica Neue", Helvetica, sans-serif;
	letter-spacing: 1px;
}

#required a {
	border-style: none;
	text-decoration: none;
	color: #333333;
	text-transform: uppercase;
}

#foot {
margin-top: 5px;
clear: both;
text-align: left;
	color: gray;
	font: 8px "Helvetica Neue", Helvetica, sans-serif;
	letter-spacing: 1px;
	text-transform: uppercase;
	border-top: 1px solid red;
	padding-top: 10px;
	padding-left: 165px;
}

/* box model hacks
http://archivist.incutio.com/viewlist/css-discuss/48386
----------------------------------------------- */

/* comments
----------------------------------------------- */

.comments_error {
color: #000;
background-color: #fff4f4 
}

ul.comments_error {
padding : 0.3em;
list-style-type: circle;
list-style-position: inside;
border: 2px solid #fdd;
}

div#cpreview {
color: #000;
background-color: #f1f1f1;
border: 2px solid #ddd;
}

form#txpCommentInputForm td {
vertical-align: top;
}