/*****************************
 * Body, Containers & Header *
 *****************************/

body {
	min-width:1080px;
	font-family: Verdana, Arial, sans-serif;
	font-size:76%;
	background:#21316E;
	color:#fff;
	text-align:center;
}

.text_replace {
	text-indent:-999em;
	overflow:hidden;
}

#header h1 {
	height:90px;
	background:#F5BD92 url("images/h1_background.gif") bottom center no-repeat;
	border-bottom:2px solid #fff;
}

#header h2 {
	height:82px;
	background: url("images/h2_background.gif") bottom center no-repeat;
	border-bottom:2px solid #fff;
}

#nav {
	text-align:left;
}

#container_inner {
	width:1080px;
	margin:0 auto;
	margin-top:30px;
	padding-bottom:20px;
	text-align:left;
}

/***************
 * Base Styles *
 ***************/

h3, h4, h5 {
	display:block;
	font-weight:normal;
}

h3 {
	color:#FA7A00;
	text-transform:uppercase;
}

h4 {
	color:#FA7A00;
	text-decoration:underline;
}

h5 {
	font-style:italic;
}

a {
	color:#fff;
	border-bottom:1px dashed #FC9C40;
}

a:hover {
	color:#fff;
	border-bottom:1px solid #FA7A00;
}

#sidebar img a {
	border:none;
	border-bottom:none;
}

#sidebar img a:hover {
	border:none;
}

p {
	line-height:1.4em;
	margin: 10px 0;
}

ul {
	margin-left:15px;
}

/********************
 * Content & Footer *
 ********************/

#content,
#footer {
	margin-left:220px;
	width:655px;
}

.content {
	padding-bottom:10px;
}

.content h4, h4, h5 {
	margin-top:10px;
}

.content p {
	line-height:1.8em;
}

.content ul li {
	margin: 8px 0;
	line-height:1.5em;
}

.content dt {
	margin-top:10px;
	font-weight:bold;
}

.content dd {
	margin-bottom:5px;
	line-height:1.5em;
}

#content a.more {
	display:block;
	color:#FA7A00;
	margin: 20px 0;
	border:none;
}

#footer {
	border-top:1px solid #596593;
	line-height:2.0em;
}

#footer,
#footer a {
	color:#C7CBDB;
}

/******************
 * Left Hand Side *
 ******************/

#sidebar {
	float:left;
	width:200px;
}

#sidebar div {
	clear:both;
}

#sidebar form {
}

#sidebar form label {
	display:block;
	margin-top:4px;
	font-size:0.8em;
	color:#ACADC5;
}

#sidebar input {
	margin:5px 0;
}

#sidebar input.submit {
	float:right;
	margin-right:40px;
}

#sidebar #photo_box {
	height:345px;
	width:160px;
	margin-bottom:20px;
	border:1px solid #fff;
	position:relative;
}

#sidebar #photo_box img {
	position:absolute;
}

#sidebar #photo_box a#static_link {
	display:block;
	position:absolute;
	background:url("images/blank.gif");
	width:160px;
	height:345px;
	text-indent:-999em;
	overflow:hidden;
	border:none;
	z-index:100;
}

#sidebar #photo_box a:hover {
	border:none;
}

#sidebar #address p {
	color:#C7CBDB;
	font-size:0.9em;
	line-height:1.6em;
}

#sidebar #social {
	padding-bottom:15px;
}

#sidebar #social a {
	border:none;
}

#sidebar #social a:hover {
	border:none;
}

/*******************
 * Right Hand Side *
 *******************/

#ledger {
	float:right;
	width:160px;
}

#ledger .alum img {
	/*border:1px solid #FA7A00;*/
	border:1px solid #FFFFFF;
	margin-bottom:10px;
}

#ledger .alum h4 {
	font-weight:bold;
	text-decoration:none;
	color:#FA7A00;
}

#ledger .alum h5 {
	color:#fff;
}

#ledger .alum p {
	color:#C7CBDB;
	font-size:0.9em;
	line-height:1.6em;
}

.article_posted {
	color:#C7CBDB;
}

/*******************
 * CONTACT CART *
 *******************/

div#content-cart {
	width: 230px;
	color: #eee;
	font-size: 11px;
	line-height: 120%;
}
div#content-cart h3, div#content-cart p, div#content-cart ul {
	margin-left: 30px;
}
div#content-cart h3 {
	font-size: 23px;
	color: #f07610;
	text-transform: uppercase;
	margin-bottom: 5px;
}
div#content-cart p {
	color: #ccc;
}
div#content-cart ul {
	font-size: 14px;
	margin-left: 5px;
}
div#content-cart ul li {
	margin-bottom: 5px;
}

div#content-cart a {
	border:none;
}
