/*
      Created by Keith Donegan of Code-Sucks.com
	  
	  E-Mail: Keithdonegan@gmail.com
	  
	  You can do whatever you want with these layouts,
	  but it would be greatly appreciated if you gave a link
	  back to http://www.code-sucks.com
	  
*/

* { padding: 0; margin: 0; }

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-image: url(images/bg_wrapper.jpg);
	background-repeat: repeat-x;
	background-color: #5BAFC9;
}
#wrapper {
	margin: 0 auto;
	width: 795px;
	background-color: #FFF;
}
#header {
	width: 795px;
	float: left;
	background-color: #7296C6;
	z-index: 50;
	line-height: 1px;
	display: block;
}
#nav {
	width: width
: 795px;
	float: left;
	color: #7C9ECA;
}


#flash {
	width: width
: 795;
	float: left;
	background: #FFF;
	width: 795px;
	z-index: 10;
	height: 298px;
}

#leftcolumn {
	background: #FFF;
	height: 350px;
	width: 164px;
	float: left;
}
#content {
	float: left;
	background: #FFF;
	width: 464px;
	display: inline;
}
#contentPages {
	float: left;
	background: #FFF;
	width: 580px;
	display: inline;
	margin-right: -7px;
	margin-top:14px;
}
#rightcolumn {
	background: #FFF;
	height: 350px;
	width: 167px;
	float: left;
}
#rightcolumnPages {
	background: #FFF;

	width: 200px;
	float: left;
	line-height: 1px;
	display: block;
	margin-top:14px;
}
#footer {
	width: 795px;
	clear: both;
	height: 50px;
	background-image: url(images/footer.gif);
	background-repeat: no-repeat;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #3F70B1;
	padding-bottom: 10px;
	padding-left: 20px;
}
.copyBlack {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.94em;
	color: #000000;
	padding-left: 20px;
	line-height: 16px;
	padding-right: 6px;
}

.copyBlackStaff {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #000000;
	padding-left: 20px;
	line-height: 16px;
	padding-right: 6px;
}
.copyRed {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.94em;
	color: #B90035;
	font-weight: bold;
	display: inline;
}
.copyGreen {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.94em;
	color: #86BC43;
	font-weight: bold;
	display: inline;
}
.copyBlue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.94em;
	color: #3F70B1;
	padding-left: 20px;
	line-height: 16px;
	padding-right: 6px;
}



.yellowHead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #DAA732;
	padding-bottom: 20px;
	padding-left: 20px;
	padding-top: 15px;
	font-weight: bold;
}
.redHead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #BC2B32;
	padding-bottom: 20px;
	padding-left: 20px;
	padding-top: 15px;
	font-weight: bold;
}
.greenHead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #86BC43;
	padding-bottom: 20px;
	padding-left: 20px;
	padding-top: 15px;
	font-weight: bold;
}
.blueHead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #3F70B1;
	padding-bottom: 8px;
	padding-left: 20px;
	padding-top: 15px;
	font-weight: bold;
}
a:link {
	color: #3F70B1;
	text-decoration: none;
}
a:visited {
	color: #3F70B1;
	text-decoration: none;
}

.address {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	position: relative;
	padding-top: 5px;
	text-align: center;
}
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	position: relative;
	padding-top: 13px;
	text-align: center;
}
#footer a {
	color: #FFFFFF;
}
.floatLeft {
	float: left;
	padding-top: 5px;
	padding-right: 7px;
	padding-bottom: 5px;
}



.padding {
	padding-left: 7px;
}


a:active {
	color: #3F70B1;
	text-decoration: none;
}
a:hover {
	color: #7598C7;
	text-decoration: none;
	
}
.blueHead2 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 16px;
	color: #3F70B1;
	padding-left: 20px;
	padding-top: 15px;
	font-weight: bold;
}
.copyBlue2 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 1em;
	color: #3F70B1;
	line-height: 16px;
	padding-right: 6px;
}
.copyBlackRight {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.94em;
	color: #000000;
	padding-left: 20px;
	line-height: 16px;
	padding-right: 6px;
	text-align: right;
}
.copyBlueIndent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.94em;
	color: #3F70B1;
	padding-left: 60px;
	line-height: 16px;
	padding-right: 6px;
	display: block;
}
.yellowBullet {
	list-style-position: outside;
	list-style-image: url(images/yellowBullet.gif);
}
.copyBlackHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.94em;
	color: #000000;
	padding-left: 20px;
	line-height: 16px;
	padding-right: 6px;
	font-weight: bold;
	text-decoration: underline;
}
.copyBlueSpan {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.94em;
	color: #3F70B1;
	line-height: 16px;
}
.yellowBulletPadding {
	list-style-position: outside;
	list-style-image: url(images/yellowBullet.gif);
	margin-left: 30px;
	padding-top: 15px;
}
