@charset "UTF-8";
/* CSS Document */

body {
	background-image: url(Site/blue_bkg.jpg);
	background-repeat: repeat-x;
	background-color:#1c3b6c;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
}

a {
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
#wrapper {
	text-align:center;
	margin-top:0px;
	margin-left:0px;
	margin-right:0px;
}

#border{
	width:850px;
	margin:auto;
	background-image:url(Images/border_bkg.jpg);
}

#main {
	margin:auto;
	margin-top: 0px;
	width: 800px;
}

#menu {
	width: 270px;
	float: left;
}

#log {
	width: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	text-align: left;
	color: #FFF;
	top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	float: left;
	}

#tagline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	color: #F00;
	z-index:10;
	float:left;
	display:block;
}

#tagline_email {
	width: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	text-align: right;
	color: #fff;
	margin-top:40px;
	padding-right: 0px;
	padding-bottom: 0px;
	float:right;
}

#header_image {
	float: left;
	margin-top:0px;
	width: 530px;
	border-bottom:medium;
	border-bottom-color:#F00;
	border-bottom-style:solid;
}

#page {
	float: right;
	margin-top: 0px;
	text-align:left;
	border-bottom:medium;
	border-bottom-color:#F00;
	border-bottom-style:solid;
}
	
#pageemail {
	clear:both;
	float: left;
	margin-top: 0px;
	width: 800px;
	text-align:left;
	border-bottom:medium;
	border-bottom-color:#F00;
	border-bottom-style:solid;
		border-top:medium;
	border-top-color:#F00;
	border-top-style:solid;
	background-color:#FFF;
}

#pagecontent {
	float: left;
	margin-top: 0px;
	text-align:left;
	padding: 10px;
	width: 510px;
	overflow:hidden;
}

#pagecontentemail {
	float: left;
	clear: both;
	margin-top: 0px;
	text-align:left;
	padding: 10px;
	width: 780px;
}

#specials {
	width: 530px;
}

#specialbox {
	float: left;
	width: 176px;
	height: 100px;
	background-color: 1861a8;
	background-image: url(Site/ButtonSpecialsBkg.jpg);
	background-repeat: repeat-x;	
	border-top:medium;
	border-top-color:#F00;
	border-top-style:solid;
}

#footer {
	margin-bottom: 0px;
	height:35px;
	clear:both;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	text-transform: capitalize;
	color: #999;
	text-align: center;
	padding: 20px;
	margin-top: auto;
	margin-right: auto;
	margin-left: auto;
}
.red_bar{
	background-color:#F00;
	height:15px;
	color:#FFF;
	font-size:10px;
	line-height:15px
}
.clear{
	clear:both;
}

.float_left{
	float:left;
}
.white_space_left{
	float:left;
	width:25px;
	border-left:thick;
	border-left-color:#F00;
	border-left-style:solid;
	background-color:#FFF;
	height:100%;
}
.top{
	color:#F00;
	font-size:18px;
	font:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	width: 529px;
	margin-top:0px;
	padding-top:0px;
	}

