/* CSS Document */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #000000;
	margin: 0;
	background-image: url(../images/cell_back_2.gif);
	background-repeat: repeat;
}
#wrapper {
	background-image: url(../images/side_back.jpg);
	background-repeat: repeat-y;
}
#content {
	width: 875px;
	background: #FFF;
	margin-left: 43px;
}
#text {
	width: 700px;
	padding: 20px;
}
/* Top Nav */
#tablist{
padding: 3px 0;
margin-left: 0;
margin-bottom: 0;
margin-top: 4px;
font: bold 12px Verdana;
border-bottom: 1px solid #440500;
}
#tablist li{
list-style: none;
display: inline;
margin: 0;
}
#tablist li a{
text-decoration: none;
padding: 3px 0.5em;
margin-right: 3px;
border: 1px solid #778;
border-bottom: none;
background: #314131;
}
#tablist li a:link, #tablist li a:visited{
color: #FFF;
}
#tablist li a:hover{
color: #FFF;
background: #440500;
border-color: #440500;
}
#tablist li a.current{
background: #314131;
}
/* Top Nav End*/

#padding {
	padding-left: 100px;
}
#blog {
	text-align: center;
	font-size: 1.2em;
	background-color: #FFF;
	width: 200px;
	margin-left: 500px;
	padding: 10px;
}
#blog a:link              { color: #000E5F; text-decoration: underline;}
#blog a:active            { color: #000E5F; text-decoration: underline;}
#blog a:visited           { color: #000E5F; text-decoration: underline;}
#blog a:hover             { color: #000; text-decoration: none;}

#footer {
	color: #FFFFFF;
	text-align: center;
	font-size: .8em;
	background-color: #400001;
	padding: 10px;
}
#footer a:link {color: #FFF; text-decoration: underline;}
#footer a:visited {color: #FFF; }
#footer a:active {color: #000; }
#footer a:hover {color: #999; text-decoration: none }

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14pt;
	color: #003300;
	text-transform: uppercase;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.3em;
	color: #400001;
}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	color: #400001;
	padding-top: 10px;
	padding-left: 10px;
}
.burgandy {
	background-color: #400001;
	padding: 10px;
	text-align: center;
}
.green {
	color: #314131;
	font-size: .8em;
	padding: 0 0 0 5px;
}
.special {
	text-align: center;
	color: #FFF;
	background-color: #400001;
	width: 200px;
	padding: 5px;
	margin-left: 10px;
}
.note {
	text-align: center;
	color: #FFF;
	background-color: #400001;
	padding: 5px;
	margin-left: 10px;
	border: 2px dotted #FFF;
	width: 600px;
}

/* Scrolling Text at Top */
#marquee {
	font-size: 1.3em;
	font-weight: bold;
	font-variant: small-caps;
	color: #330000;
	padding: 5px 0;
}

/* Links */
a:link              { color: #000E5F; text-decoration: underline;}
a:active            { color: #000E5F; text-decoration: underline;}
a:visited           { color: #000E5F; text-decoration: underline;}
a:hover             { color: #999; text-decoration: none;}

.burgandy a:link              { color: #FFF; text-decoration: underline;}
.burgandy a:active            { color: #FFF; text-decoration: underline;}
.burgandy a:visited           { color: #FFF; text-decoration: underline;}
.burgandy a:hover             { color: #999; text-decoration: none;}

/*Vaultware*/
a.checkavailability { background-color:#4A5173; color:#FFF; border-width: 2px; border-style: solid; border-top-color: #DFDFDF; border-right-color: #666666; border-bottom-color: #333333; border-left-color: #858585; text-decoration: none; display: block;
padding: 0 5px 0 5px; width: 175px; text-align: center;}

a:link.checkavailability { color:#FFF; text-decoration:none; }
a:active.checkavailability { color:#FFF; text-decoration:none; }
a:visited.checkavailability { color:#FFF; text-decoration:none; }
a:hover.checkavailability { color:#999; text-decoration:none; }