
body{
	background-image: url('images/bg.jpg');
	background-repeat:repeat-x;
	margin:0px;
	padding:0px;
	font-family: Helvetica, sans-serif;
	font-weight:lighter;
	}
	
img {
	border:none;
	}

a {color:#c41230; text-decoration:none; }
a:hover {color: #999; text-decoration: ;}
h1{font-family: Helvetica, sans-serif; margin: 5px 0;}
h2{font-family: Helvetica, sans-serif; margin: 10px 0; /*border-left:solid; border-left-color:#c41230; border-left-width: 10px; left:0px;*/ }
h3{font-family: Helvetica, sans-serif; margin: 5px 0;}
h4{font-family: Helvetica, sans-serif; margin: 5px 0;}
h5{font-family: Helvetica, sans-serif; margin: 5px 0;}
h6{font-family: Helvetica, sans-serif; margin: 5px 0;}
p {line-height: 1.5em;}

.clear {
	clear: both;
	}

.top-bot-margin {margin:10px 0;}
#wrapper {
	margin: 0 auto;
	width: 1000px;
	padding:0;
	}
	
#header{
	background-image: url('images/top-header-banner3.jpg');
	background-repeat: no-repeat;
	width: 1000px;
	height:300px;
	}

#logo {
	float:left;
	width: 310px;
	height:100px;
	}
	
#top-nav{
	width: 500px;
	float:right;
	}

.nav ul{
/*Remove all spacings from the list items*/
	margin: 0;
	padding: 0;
	cursor: default;
	list-style-type: none;
	display: inline;
	width:500px;
}

.nav ul li {display: inline;}
	
.nav{
	display: table;
	color:#fff
	}
.nav li{
	display: table-cell;
	position: relative;
	padding: 15px 20px;
	}

.nav a {
	color: #fff;
	}
	
.nav a:hover {
	color: #c41230;
	}

.nav a{
	text-decoration: none;
	}
	
#top-info{
	font-size: 25px;
	color:#fff;
	font-weight: lighter ;
	}
	
#middle-content {
	font-size: 14px;
	color:#000;
	
	}
	
#footer {
	width: 100%;
	left:0px;
	right: 0px;
	background-color: #000;
	height: 100px;
	font-size:10px;
	}
	
#footer-inner{
	width: 1000px;
	background-image: url('images/footer-bg.jpg');
	background-repeat:no-repeat;
	height:100px;
	margin:0 auto;
	}
	
.left {float: left; width: 400px; color:#fff; }
.right {float: right; width: 400px; color:#fff; text-align:right; }


			.boxgrid{ 
				width: 315px; 
				height: 260px; 
				margin:5px; 
				float:left; 
				background:#161613; 
				border: solid 2px #8399AF; 
				overflow: hidden; 
				position: relative; 
			}
				.boxgrid img{ 
					position: absolute; 
					top: 0; 
					left: 0; 
					border: 0; 
				}
				.boxgrid p{ 
					padding: 0 10px; 
					color:#afafaf; 
					font-weight:bold; 
					font:10pt "Lucida Grande", Arial, sans-serif; 
				}
				
			.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)";
 			}
 				.captionfull .boxcaption {
 					top: 260;
 					left: 0;
 				}
 				.caption .boxcaption {
 					top: 220;
 					left: 0;
 				}


	
	
	
	
	
