
* {
	margin:0;
	padding:0;
}

body {
	background:#FFF;
	font: normal 1.0em Arial, Helvetica, sans-serif;
	line-height:1.5em;
	margin: 0;
}

.left {
	float:left;
}

.right {
	float:right;
}

.clear {
	clear:both;
}

a {
	color:#C1272D;
}

a:hover {
	color:#666;
}

img {
	border:none;
}

a img {
	border:0;
}

ul {
	list-style-type:none;
}

ul li {
	margin:0;
	padding:0;
}

p {
	line-height:1.5em;
}

h1, h2, h3, h4, h5{
	color:#C1272D;
	margin-bottom:10px;
}

h1{
	font-size:2.0em;
}

h2{
	font-size:1.6em;
}
h3{
	font-size:1.2em;
}
h4{
	font-size:1em;
}
h5{
	font-size:.75em;
}
#wrapper {
	margin: 0 auto;
	width:940px;
}

#wrapper_top {
	background:#000;
	height:30px;
	margin-bottom:1em;
	-moz-border-radius-bottomleft:6px;
	-moz-border-radius-bottomright:6px;
	-webkit-border-bottom-left-radius:6px;
	-webkit-border-bottom-right-radius:6px;
}

#nav {
	height:80px;
}

/*Navigation*/
#navigation {
}

#navigation li {
	float:left;
	color:#C1272D;
	font-size:1.2em;
	margin-right:40px;
}

#navigation li:last-child {
	margin-right:0;
}

#navigation li a {
	color:#C1272D;
	text-decoration:none;
}

#navigation li a:hover {
	color:#000;
	text-decoration:none;
}

.sides {
	padding:0 0 0 12px;
}

.boxgrid {
	width: 420px;
	height: 260px;
	margin:10px;
	float:left;
	background:#161613;
	border: solid 2px #8399AF;
	overflow: hidden;
	position: relative;
	-webkit-box-shadow: -2px 2px 10px #000;
	-moz-box-shadow: -2px 2px 10px #000;
	box-shadow: -2px 2px 10px #000;
}

.boxgrid img {
	position: absolute;
	top: 0;
	left: 0;
	border: 0;
}

.boxgrid p {
	padding: 5px 12px;
	color:#afafaf;
	font-weight:bold;
	font:10pt "Lucida Grande", Arial, sans-serif;
}

.boxgrid h3 {
	color:#C1272D;
	padding:5px 0 5px 10px;
}

.boxgrid h3 a {
	text-decoration:none;
}

.boxgrid h3 a:hover {
	text-decoration:none;
}

.boxgrid a {
	text-decoration:none;
}

.boxcaption {
	float: left;
	position: absolute;
	background: #000;
	height: 100px;
	width: 100%;
	opacity: .8;
				/* For IE 5-7 */
				filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
	/* For IE 8 */
				-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	-moz-border-radius-topleft: 10px;
	-webkit-border-top-left-radius: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-right-radius: 10px;
}

.captionfull .boxcaption {
	top: 260;
	left: 0;
}

.caption .boxcaption {
	top: 230px;
	left: 0;
}

.content {
	padding:10px;
}


.content p{
	line-height:1.6em;
	font-size:.85em;
	padding-bottom:1em;
	}

.footer {
	padding:1em;
	overflow:hidden;
}

.footer_lt {
	float:left;
	width:700px;
}

.footer_rt {
	float:right;
	width:200px;
	text-align:right;
}

.footer p {
	font-size:.65em;
	color:#666;
}

noscript {
	color:#C1272D;
}

.red {
	color:#C1272D;
}
.black{
	color:#000;
}
.gray{
	color:#999;
}
.white{
	color:#FFF;
}
.bold{
	font-weight:bold;
}

.title_box{
	background:#C1272D;
	color:#FFF;
	padding:10px 10px 15px 10px;
	-moz-border-radius-bottomleft: 10px; 
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px; 
	-webkit-border-bottom-right-radius: 10px;
	-webkit-box-shadow: 2px 2px 2px #ccc;  
	-moz-box-shadow: 2px 2px 2px #ccc; 
	box-shadow: 2px 2px 2px #ccc;
}

.title_box h3{
	margin:0;
}

.source{
	font-size:.65em;
	color:#000;
}



.pullquote{
	background:transparent url(../img/pullquote.gif) no-repeat scroll 0 0;
	margin: 5px 0 5px 10px;
	padding: 6px 6px 6px 45px;
	line-height: 1.5em;
	font-style: italic;
	font-family: Georgia, "Bitstream Vera Serif", serif;
	font-size: 1.2em;
	width:397px;
	float:left;
	overflow:hidden;
	-webkit-box-shadow: 2px 2px 2px #CCC;  
	-moz-box-shadow: 2px 2px 2px #CCC; 
	box-shadow: 2px 2px 2px #CCC;
	border:solid 1px #CCC;
	-moz-border-radius-topleft: 6px;
-moz-border-radius-bottomright: 6px; 
-webkit-border-bottom-right-radius: 6px;
-webkit-border-top-left-radius: 6px;
border-radius: 6px 0 6px 0; /*Future Proofing*/
}