/* CHAPTERCORE CSS FILE */

body {
	background-image: url('/images/bg.png');
	background-repeat: repeat-x;
	background-color: #171F23;
}

#main_container {
	background-image: url('/images/container_bg.jpg');
	min-height: 336px;
	background-repeat: no-repeat;
}
#content {
	background-image: url('/images/content_bg.png');
	background-repeat: repeat-y;
	padding-top: 5px;
	padding-bottom: 6px;
	min-height: 200px;
}
#content_left {
	margin-left: 30px;
	width: 660px;
	padding-right: 20px;
}
#header {
	height: 123px;
}
#footer {
	padding-top: 10px;
}
.splash {
	margin-bottom: 30px;
}
#copyright {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #5F737F;
}
.amp {
	color: #2080B8;
}
h1,h2,h3 {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
h3 {
	font-weight: normal;
	font-size: 10px;
	text-transform: uppercase;
	color: #909294;
}
h1 {
	font-weight: normal;
	color: #103246;
	font-size: 26px;
}

h1,h2,h3,h4 {
	margin: 0px;
}
h2 {
	font-size: 20px;
	font-weight: normal;
	color: #858585;
	margin-bottom: 10px;
}
p {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #5F737F;
	line-height: 20px;
}
a {
	color: #006699;
}
a:hover {
	color: #0089CF;
}
h4 {
	font-family: "Trajan Pro", Trajan Pro, Trajan, "Times New Roman", Times;
	font-size: 20px;
	color: white;
	font-weight: normal;
}
#footer ul {
	list-style-type: none;
	list-style-position: inside;
	text-transform: uppercase;
	font-size: 10px;
}
#footer ul li {
	margin: 0px;
}
#footer ul.first li  {
	margin-left: 20px;
}
#footer a {
	color: #427590;
	text-decoration: none;
}
#footer a:hover {
	color: #5CAAD2;
}
#nav, #login-form {
	margin-right: 0px;
	width: 590px;
}
#login-form {
	height: 53px;
	text-align: right;
}
#login-form form {
	padding-top: 10px;
}
#login-form input {
}
#login-form .styled_input {
	border: 1px solid #347983;
	background-image: url('/images/input_bg.png');
	padding: 5px;
	color: white;
	margin-left: 1px;
}
#login-form #login_button {
	float: right;
	margin-left: 10px;
}
#nav ul {
	list-style-type: none;
	text-align: right;
	text-transform: uppercase;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 10px;
}
#nav ul li {
	margin: 0px;
	display: inline;
}
#nav a {
	color: #CCE5F2;
	text-decoration: none;
	padding: 2px 5px 2px 5px;
}
#nav a:hover {
	text-decoration: underline;
	color: white;
}
#right_side {
	
}
#right_side h2 {
	font-family: "Trajan Pro", Trajan Pro, Trajan, "Times New Roman", Times;
	font-size: 20px;
	color: #171B1F;
	background-image: url('/images/right_header_bg.png');
	margin-left: -20px;
	padding-left: 20px;
	margin-right: -10px;
	padding-top: 5px;
}
#right_side h2.first {
	margin-top: -5px;
	padding-top: 40px;
}
#right_side hr {
	border-bottom: 1px solid #FAFAFA;
	margin-bottom: 10px;
}
#recent_news, #random_photos {
	padding-left: 20px;
}
#random_photos img {
	padding: 4px;
	background-color: white;
	border: 1px solid #A9AAAC;
}

#recent_news p {
	font-size: 10px;
	color: #7C8B95;
	line-height: 15px;
	margin-bottom: 0px;
}
#recent_news a, #random_photos a {
	font-size: 11px;
	text-decoration: none;
}
#recent_news a:hover, #random_photos a:hover {
	text-decoration: underline;
}
.bullet {
	margin-right: 6px;
	margin-bottom: 1px;
}
#right_side p.button {
	margin-bottom: 10px;
	text-align: right;
}
#right_side a.button {
	background-color: #7F8284;
	padding: 2px 4px 2px 4px;
	color: white;
	text-transform: uppercase;
	font-family: Arial, sans-serif;
	font-size: 10px;
}
#right_side a.button:hover {
	background-color: #414548;
	text-decoration: none;
}
#header h1, #header h2 {
	margin-left: -9999px;
	float: left;
}
p.chaptercore {
	margin-left: -9999px;
	float: left;
}
.callout {
	padding: 2px;
	border: 1px solid #ccc;
}