@charset "UTF-8";
/* CSS Document */

body {
	padding: 0;
	margin: 0;
	background-image: url(../img/background.jpg);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	background-position:bottom left;
}

p {
	font-family:"Trebuchet MS";
	font-size: 11px;
	color: #333;
	margin: 0;
	padding: 0;
}

table, td, tr {
	font-family:"Trebuchet MS";
	font-size: 12px;
	color: #333;
	margin: 0;
	padding: 0;
}
table a:link, a:visited {
	font-family:"Trebuchet MS";
	font-size: 12px;
	text-decoration:none;
}
table a:hover {
 	color: #990000;
}

h1 {
	margin: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	color:#333;
	font-weight:normal;
	padding-bottom: 5px;
}

h2 {
	margin: 0;
	font:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	color:#00124e;
	padding-bottom: 5px;
}

h3 {
	margin: 0;
	font:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	color:#851019;
	padding-bottom: 5px;
}

#wrapper {
	margin-top: 0px;
	margin-left: 10%;
	border-right: 2px solid #641313;
	border-left: 2px solid #641313;
	width: 800px;
	height: auto;
	display: block;
	float:left;
}

#header {
	height: 90px;
	background: #851019 url(../img/headerBackground.jpg) repeat-x top left;
	padding-left:20px;
	width: 780px;
	padding-top: 10px;
	border-bottom:1px solid #FFFFFF;
	float:left;
}
#header img {
	float: left;
}
#divider {
	height: 17px;
	background-color: #85aae0;
	width: 800px; 
	float: left;
}
#navBar {
	height: 35px;
	width: 575px;
	text-align:right;
	float: right;
	padding-top: 25px;
	margin-right: 20px;
}

#container {
	width: 800px;
	height: auto;
	background-color: #FFFFFF;
	float:left;
}

#leftCol {
	width: 530px;
	height: auto;
	padding-left: 20px;
	padding-top: 10px;
	float: left;
	margin-top: 3%;
	line-height: 16px;
}

#rightCol {
	width: 249px;
	height: 100%;
	background-color: #c5e3fb;
	float:right;
}

#leftCol img {
	margin-bottom: 5px;
	margin-right:5px;
	float:left;
}

#govAffairsHome {
	width: 320px;
	height: 143px;
	border: 5px solid #85aae0;
	background-color:#c5e3fb;
	float:left;
	margin-bottom: 5px;	
	padding: 5px;
}
#btnGovHome {
	width: 300px;
	height: 25px;
	display:block;
	text-align:right;
	margin-top: 10px;
}
#btnGovHome a, a:link, a:visited {
	font-size:14px;
	color:#00124e;
	font-family:Georgia, "Times New Roman", Times, serif;
}
#btnGovHome a:hover {
	color: #851019;
}
#memServicesHome {
	width: 320px;
	height: 143px;
	border: 5px solid #85aae0;
	background-color:#c5e3fb;
	float:left;
	margin-bottom: 5px;		
	padding: 5px;
}
#btnMemServices {
	width: 300px;
	height: 25px;
	display:block;
	text-align:right;
	margin-top: 10px;
}
#btnMemServices a, a:link, a:visited {
	font-size:14px;
	color:#00124e;
	font-family:Georgia, "Times New Roman", Times, serif;
}
#btnMemServices a:hover {
	color: #851019;
}
#shopNowHome {
	width: 320px;
	height: 143px;
	border: 5px solid #85aae0;
	background-color:#c5e3fb;
	float:left;
	margin-bottom: 5px;
	padding: 5px;		
}
#btnShopNow {
	width: 300px;
	height: 25px;
	display:block;
	text-align:right;
	margin-top: 10px;
}
#btnShopNow a, a:link, a:visited {
	font-size:14px;
	color:#00124e;
	font-family:Georgia, "Times New Roman", Times, serif;
}
#btnShopNow a:hover {
	color: #851019;
}
#quote {
	margin: 10px;
	width: 209px;
	height: 199px;
	background-image:url(../img/quoteBackground.jpg);
	background-position: top;
	background-repeat:repeat-x;
	padding: 10px;
	text-align:center;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
}
#quote .name {
	font-weight: bold;
	text-align:right;
}

#MissionStatement {
	width: 90%;
	height: 95px;;
	border: 5px solid #85aae0;
	background-color:#c5e3fb;
	float:left;
	margin-right:5px;
	margin-left: 10px;
	margin-bottom: 5px;	
	padding: 5px;
}
#footer {
	height: 50px;
	width: 800px;
	display:block;
	float:left;
	background: #851019;
}
#footer .copyright {
	font-size:10px;
	color: #FFFFFF;
	font-family:"Trebuchet MS";
	margin-top: 15px;
	margin-left: 15px;
	float:left;
}
#footer .sponsor {
	width: 249px;
	height: 50px;
	float: right;
	display: block;
	color: #333333;
	font-size:10px;
	font-family:"Trebuchet MS";
	background:#c5e3fb;
	text-align:center;
}
img.bioPic {
	border: 5px solid #85aae0;
	margin:0 50px 0 50px;
}
form .submitButton {
	width: 100px;
	height: 25px;
	background: #000066;
	line-height: 20xp;
	border: 2px solid #003399;
	padding: 5px;
	color:#FFFFFF;
}

form .submitButton:hover {
	color:#3399FF;
}
/*lightbox stuff*/
#overlay{ 
    background-image: url(../img/overlay.png);
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 90;
    width: 100%;
    height: 100%;
}

* html #overlay{
    background-color: #333;
    background-color: transparent;
    background-image: url(../img/blank.gif);
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../img/overlay.png", sizingMethod="scale");
}

#box{
    width:300px;
    background:#2d2d2d;
    padding:10px;
    border:2px solid #eee;
	color:#FFFFFF;
}

#close{
    position:absolute;
    top:-5px;
    right:-5px;
    cursor:pointer;
}

.white {
	color:#FFFFFF;
}
	