@charset "utf-8";
/* CSS Document */

p,h1,h2,h3{
	margin:0;	
	padding:0px;
}

body {
	font-family: Times, "Times New Roman",  serif;
	font-size:13px;
	line-height: normal;
	color: #FFF;
	margin:auto;
	margin-top:10px;
	margin-bottom:10px;
	padding:0px;
	/*background:url(../images/background-spiral-large.png) no-repeat left bottom fixed;*/
	background-color: #101D0E;
}

a{
	color: #FFF;
	text-decoration: underline;
	font-size: 1em;
	border:0;
}

a:link {
	color: #FFF;
}
a:visited {
	color: #FFF;
}
a:hover {
	color:#CCC;
}
a:active {
	color: #fff;
}

p{
	
}

img{border:none;}

.inv{
	display:none;	
}

#top_padding{
	width:966px;
	height:60px;
	
}

#title_text{
	float:left;
	padding-top:30px;
	padding-left:26px;
	width:244px
}

#logo_container{
	width:650px;
	height:60px;
	float: right;
}

#logo{
	position:relative;
	left:1px;
	top:10px;
	background-image:url(../images/logo.png);
	z-index:9999;
	height:118px;
	width:650px;
	
}

#page{
	width:966px;
	margin:auto;
	padding:6px;
	border: 1px solid #fff;
}

#page_panel{
	height:420px;
	background:url(../images/bg-the-old-express.jpg);
	border: 1px solid #ccc;
	color:#000;
}

#side_panel{
	width:240px;
	height:280px;
	padding-left: 26px;
	float:left;
	padding-top: 10px;
}

#side_panel p{
	padding-bottom:14px;
	font-size: 17px;
	line-height: 19px;
}

#right_panel{
	width:640px;
	height:260px;
	margin-left: 30px;
	margin-top: 20px;
	background-color:#fff;
	float:left;
	border: 1px solid #666;
	/*background-image:url(../images/sample-image-2.jpg);*/
}

#bottom_panel{
	margin-top:10px;
	margin-bottom:10px;
	width:966px;
	height:60px;
	/*background-color:#FFF;*/
	
}

.bottom_text_panel{
	float:left;
	width:226px;
	height:60px;
	border:1px solid #ccc;
}

#bottom_content_panel{
	margin-top:10px;
	margin-bottom:10px;
	width:964px;
	border:1px solid #ccc;
	/*background-color: #89002C;*/
	background:url(../images/bg-grain.jpg);
	height: 156px;
}

#bottom_content_panel_large{
	margin-top:10px;
	margin-bottom:10px;
	width:966px;
	border:1px solid #ccc;
}

.bottom_content_text{
	width:305px;
	float: left;
	height: 140px;
	padding: 8px;
}

.bottom_content_text_medium{
	width:628px;
	float: left;
	height: 150px;
	padding: 8px;
}

.bottom_content_text_large{
	width:950px;
	padding: 8px;
}

.bottom_content_text h2{
	color:#FFF;
	font-size:14px;
	padding-bottom:5px;
}

.bottom_content_text p{
	color:#FFF;
	line-height: 14px;
	padding-bottom: 10px;
}

a.light:link {
	color: #ccc;
}
a.light:visited {
	color: #ccc;
}
a.light:hover {
	color:#fff;
}
a.light:active {
	color: #ccc;
}

.bottom_text_panel_spacer{
	float:left;
	width:18px;
	height:60px;
	/*background-color: #fff;*/	
	
}

#footer{
	width:964px;
	height:38px;
	background-color:#ececec;
	border:1px solid #ccc;
	/*background:url(../images/oceanic-concepts-web-design.gif);*/
	background:url(../images/oceanic-concepts-web-design-grain.jpg);
	clear: both;
}

#footer p{
	padding-top:14px;
	text-align:center;
	font-size:10px;	
}

#extra_footer{
	width:964px;
	height:38px;
	background-color:#ececec;
	border:1px solid #ccc;
	/*background:url(../images/oceanic-concepts-web-design.gif);*/
	background:url(../images/oceanic-concepts-web-design-grain.jpg);
	margin-bottom:10px;
	clear: both;
}

#extra_footer p  {
	padding-top:14px;
	text-align:center;
	font-size:13px;
}




a.footer:link {
	color: #fff;
}
a.footer:visited {
	color: #fff;
}
a.footer:hover {
	color:#CCC;
}
a.footer:active {
	color: #fff;
}

h1{
	font-size:20px;
	margin: 0;
}

