﻿/*
Paul Revere Project CSS Stylesheet
*/


/*--------------------------------------------- BODY and LAYOUT STYLE----------------------------------------- */

body {
	font:14px "Segoe UI", Tahoma, Geneva, Verdana;
	color:#d6cbc5; /*#472f1e;8*/
	background:#232323 url('../images/bg.gif') repeat-y;
	margin:0px;
	padding:0px; 
}

#layout {
	width:1000px;
	text-align:left;
	line-height:15px;
	margin-left:auto;
	margin-right:auto;
	margin:8px auto;
}


/*-------------------------------------------- HEADER SECTION STYLES-------------------------------------------*/

#header {
	height:165px;
	padding-bottom:5px;
	margin-right:auto;
	margin-left:auto;
		
}

#headerlogo {
	margin-left:auto;
	margin-right:auto;
	float:left;
}

#header_right {
	margin-left:auto;
	margin-right:auto;
	padding-left:10px;
	width:330px;
	float:right;
}

#td_col {
	width:150px;
	padding-top:3px;
}


/*----------------------------------------MENU SECTION STYLES-----------------------------------------------*/

#menu {
	height:20px;
	background:url(../images/topmenubg1_40.gif) left top repeat-x;
}

#menudiv {
	/*background:url(../images/topmenuleft1_40.gif) left top no-repeat;*/
}

#menuitems {
	width:1000px;
	background:url(../images/topmenuright1_40.gif) right top no-repeat;
	padding:0px 0px 0px 0px;
}

#menuitems ul {
	margin:0px;
	padding:0px;
}

#menuitems ul li {
	display:block;
	float:left;
	background:url(../images/menudevider1_40.gif) right top no-repeat;
	padding:0px 15px 0px 15px;
}

#menuitems li a {
	font:bold 15px "Segoe UI", Tahoma, Geneva, Verdana;
	color:#fff;
	text-decoration:none;
}

#menuitems li a:hover {
	font:bold 15px "Segoe UI", Tahoma, Geneva, Verdana;
	color:#232323; /*#e1e1e1;*/
	text-decoration:underline;	
}


/*--------------------------------------------- MAIN SECTION------------------------------------------------------*/

#main {
	padding:5px 0px 15px 0px;
}

#maintop {
	font-size:12px;
	width:1000px;
}

/* MAINTOP SMOKED GLASS BACKGROUND */

.roundbg {
	background:url(../images/roundbg1.png) left top repeat-y;
}

.roundtop {
	background:url(../images/roundtop2.png) left top no-repeat;
}

.roundbottom {
	background:url(../images/roundbottom2.png) left bottom no-repeat;
	padding:10px 15px 10px 15px; /*40px 62px 46px 64px;*/

}

/* MAINTOP SECTION STYLES*/
.maintopleft {
	width:530px;
	float:left;
	padding-left:5px;
	border-right:1px solid #555555; 
}

.maintopright {
	width:420px;
	float:right;
}

/* DYNAMIC SLIDER STYLES*/
#slider { 
	width:520px; 
	height:250px; 
	padding:0; 
}

#slider ul,

#slider li { 
	margin:0;
	padding:0; 
	list-style:none; 
	text-align:left;
	
}

#silderp {	
	font:14px "Segoe UI", Tahoma, Geneva, Verdana;	
	color:#d6cbc5; 
	line-height:20px; 
	padding-top:30px; 
	padding-right:10px; 
	margin:0px; 
	text-align:justify; 
}

/*  define width and height of list
 item (slide) entire slider area will
 adjust according to the parameters 
 provided here */

#slider li { 
	width:520px; 
	height:250px; 
	overflow:hidden; 
}


/* MAINCENTER SECTION STYLES*/

#maincenter {
	width:1000px;
	padding:10px 0px 0px 0px; background-color:transparent
}

.leftcol {
	width:490px;
	float:left;
	border-right:1px solid #555555;
	padding:0px 20px 0px 40px;
	margin-left:auto;
	margin-right:auto;
}

.rightcol {
	width:350px;
	float:right;
	padding:0px 40px 0px 30px;
}

.leftcolnf {
	width:420px;
	float:left;
	/*border-right:1px solid #555555;
	border-left:1px solid #555555;*/
	padding:0px 20px 0px 30px;
	margin-left:auto;
	margin-right:auto;
}

.rightcolnf {
	width:420px;
	float:right;
	/*border-right:1px solid #555555;
	border-left:1px solid #555555;*/
	padding:0px 20px 0px 30px;
	margin-left:auto;
	margin-right:auto;

}


/*-------------------------------------------------FOOTER SECTION------------------------------------------- */

#adminlnk {
	color: #ffffff;	
	text-decoration: none;
}

#footer {
	width:1000px;
	font:11px "Segoe UI", Tahoma, Geneva, Verdana;
	height:70px;
	margin:0px auto;
}

#fmenu {
	padding:0px 0px 0px 0px;
}

#fmenu ul {
	margin:0px;
	padding:10px;
}

#fmenu ul li {
	display:block;
	float:left;
	padding:5px 15px 5px 15px;
}

#bloglayout {
	width:1000px;
	text-align:left;
	line-height:15px;
	margin-left:auto;
	margin-right:auto;
	margin:8px auto;
}

#blogfooter {
	width:1000px;
	font:11px "Segoe UI", Tahoma, Geneva, Verdana;
	height:70px;
	margin:0px auto;
}

#blogfmenu {
	padding:0px 0px 0px 0px;
}

#blogfmenu ul {
	margin:0px;
	padding:10px;
	font:bold 13px "Segoe UI", Tahoma, Geneva, Verdana;

}

#blogfmenu ul li {
	display:block;
	float:left;
	color:#ff0000;
	font:bold 13px "Segoe UI", Tahoma, Geneva, Verdana;
	padding:5px 15px 5px 15px;
}


#fmenu li a {
	font:bold 13px "Segoe UI", Tahoma, Geneva, Verdana;
	color:#ff0000;
	text-decoration:underline;
}

#fmenu li a:hover {
	font:bold 13px "Segoe UI", Tahoma, Geneva, Verdana;
	color:#232323; /*#e1e1e1;*/
	text-decoration:underline;	
}

#footerleft {
	float:left;
	color:#ff0000;
	font-weight:bold;
	padding:10px 0px 15px 25px;
}

#footerright {
	float:right;
	color:#fff;	
	padding:10px 35px 15px 0px;
}

#blogfooterleft {
	float:left;
	color:#ff0000;
	font-weight:bold;
	padding:10px 0px 15px 25px;
}

#blogfooterright {
	float:right;
	color:#fff;	
	padding:10px 35px 15px 0px;
}

/*------------------------------------------------- MAP DISPAY TABLE STYLES ------------------------------------------------*/

#map {
/*position:relative;*/
height:500px;
display: inline;
padding:1px;
margin:4px auto;
background-color:transparent;
}

#mtable {
vertical-align:top;
margin-left: auto;
margin-right: auto;
width:800px;
}

#mtableleft {
background-color:transparent;
padding:15px;
text-align:left;
vertical-align:top;
width:435px;
}

#scroll {
font-family: "Segoe UI", Tahoma, Geneva, Verdana;
height: 300px;
width: 435px;
overflow: auto;
background-color:transparent;
margin:auto;
padding: 8px;
}

.scrlabel {
font-weight:bold;
font-size:14px;
text-align:right;
}
		
.scroutput {
font-weight:normal;
font-size:14px;
text-align:right;
font-style:italic;
font-weight:bold;
color:#d6cbc5;
text-align:left;
}
		
.scrlink {
font-weight:normal;
font-size:14px;
text-align:right;
font-style:italic;
text-align:left;
}
		
.nogroup {
font-weight:normal;
font-size:16px;
text-align:right;
font-style:italic;
font-weight:bold;
text-align:left;
color:#d6cbc5;
}

#mtableright
{
background-color:transparent;
margin-left:auto;
margin-right:auto;
padding-left:10px;
padding-right:10px;
width:350px;
}

/*--------------------------------------------TEXT, BUTTONS, AND LOGO STYLES---------------------------------- */


a {
	color:#ff0000;
	text-decoration:underline;
}

a:hover {
	text-decoration:none;
}

h1 {
	font:bold 35px "Segoe UI", Tahoma, Geneva, Verdana;
	color:#ff0000;
	padding:0px 0px 10px 0px;
	margin:0px 0px 0px 0px;
}

.h1span {
	font:30px "Segoe UI", Tahoma, Geneva, Verdana;
	color:#fff;
	font-weight:100;
	padding:0px;
	margin:0px;
}

h2 {
	font:bold 16px "Segoe UI", Tahoma, Geneva, Verdana;
	color:#fff;
	padding:0px;
	margin:0px;
}

h5 {
	font:15px "Segoe UI", Tahoma, Geneva, Verdana; 
	color:#fff; 
	font-weight:bold; 
	padding:0px 0px 5px 0px; 
	border-bottom:1px dotted #656565; 
	margin:0px 0px 10px 0px;
}

h6	{
	font:18px "Segoe UI", Tahoma, Geneva, Verdana; 
	color:#fff; 
	font-weight:bold; 
	padding:0px 0px 5px 0px; 
	margin:0px 0px 10px 0px;
}

.getthere {
	padding-top:15px;
}

.readmore {
	padding:26px 0px 0px 0px;
}

.clear {
	clear:both;
	margin:0px;
	padding:0px;
}

.noborder {
		border-width: 0;
}



/*------------------------------------------------------ END OF CSS -------------------------------------------------*/
