/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
}

body {
	font-size: 62.5%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #293D46;
	min-width:900px;
	background-image: url(/images/S.Barlow_Background.gif);
	background-repeat: repeat-x;
	background-position: top;
}

/* Header Style */
#header {
	margin: 0px auto 0px auto;
	padding: 20px 0px;
	width: 900px;
	height: 58px;
	text-align: center;
}
/* End Header Style */

#border {
	margin: 0px auto 10px auto;
	padding:1px;
	width: 916px;
	background-image:url(/images/S.Barlow_Border_Bkg.gif);
	background-repeat:repeat-x;
	background-position:top;
	background-color:#440000;
}

#border2 {
	margin:6px;
	padding:1px;
	width: 902px;
	background-image:url(/images/S.Barlow_Background.gif);
	background-repeat:repeat-x;
	background-position:top;
	background-color: #2A3941;
}

#wrapper {
	margin: 1px;
	padding: 0px;
	width: 900px;
	background-color: #FFFFE5;
}


/* Column Layout*/
#left {
	float:left;
	width:150px;
	padding:65px 18px 20px 17px;
}

#right {
	float:right;
	width:178px;
	padding:50px 22px 2px 2px;
}

#content {
	background-color:#FFFFFF;
	border: 1px solid #7FCC72;
	margin:10px 223px 10px 186px;
	padding:28px 15px 5px 1px;
}

#content-left {
	float:left;
	width:249px;
}

#content-right {
	width:215px;
	float:right;
}

#content-center {
	width:464px;
	float:right;
}

/* Content Styles */
#left ul {
	text-align:right;
	list-style-type: none;
}

#left ul li {
	padding-bottom:14px;
	font-size:1.5em;
	color:#FF3300;
}

#left a {
	color:#FF3300;
	text-decoration:none;
}

#left a:hover {
	color: #006699;
	text-decoration:underline;
}

#right {
	color:#330000;
	font-size:1.3em;
	line-height:1.2em;
}

#right a, #content a {
	color:#330000;
}

#right a:hover, #content a:hover, .redbuy a:hover {
	color:#006699;
}

#content p {
	padding-top:2px;
	padding-bottom:8px;
	font-size:1.2em;
	line-height:1.2em;
	color: #330000;
}

h2 {
	color:#330000;
	padding:1px 0px 8px 0px;
	font-size:1.5em;
	font-weight:normal;
	font-style:italic;
}

h3 {
	padding:1px;
	font-size:1.2em;
	font-weight:normal;
}
/* End Content Styles */

/* Footer Styles */
#footernav {
	margin: 0px auto 10px auto;
	width:900px;
	clear:both;
	color:#FFFFFF;
	text-align:center;
}

#footernav a {
	color:#FFFFFF;
	text-decoration:none;
}

#footernav a:hover {
	color:#FF3300;
	text-decoration:underline;
}
/* End Footer Styles */

/* Misc Styles */
#spacerbottom, #spacertop {
	height:1px;
	width:800px;
	clear:both;
}

#spacercontent {
	height:1px;
	width:100%;
	clear:both;
}

.quote {
	color:#003366;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: 03366;
	border-bottom-color: 003366;
	padding:20px 0px 20px 0px;
	line-height:1.3em;
	margin-top:60px;
	font-size:1.2em;
}

.attrib {
	padding-left:20px
}
	
.redbuy {
	text-align:center;
}

.redbuy a {
	font-size:1.3em;
	color:#FF0000 !important;
}

.leftcont {
	font-size:1.5em;
	color:#003366;
	margin-left:35px;
	padding-top:40px;
	list-style-position: inside;
}

.leftcont li {
	padding-bottom:15px;
}

#current a {
	color:#003366 !important;
}
