/*
      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; }
#header img {
border: 0px;
}

body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 13px;
}

ul { 
margin-left:25px;
margin-top:10px;
margin-bottom:10px; 
margin-right:0px; 
}

#wrapper {
	margin: 0 auto;
	width: 990px;
	background-image: url(/images/sitebg.jpg);
	background-repeat: repeat-y;
}
#row1 {
	background-image: url(/images/bottomLogo.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
        padding-bottom: 50px;
	padding-right: 25px;
}
#row1home {
	background-image: url(/images/bottomLogoHome.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-bottom: 120px;
	padding-right: 25px;
}
.row1Txt {
	color: #333;
	width: 990px;
	float: left;
}
#leftcolumn {
	color: #333;
	margin: 10px 10px 0px 20px;
	padding: 10px;
	width: 150px;
	float: left;
}
#content {
	float: left;
	color: #333;
	display: inline;
	width: 460px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
.contentBox {
	border: 1px solid ##006633;
	background-color: #FFFFFF;
	margin-bottom: 10px;
}
.contentBoxTitle {
	display: block;
	color: #FFFFFF;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	background-color: #006633;
	text-transform: uppercase;
	font-weight: bold;
}
.contentBoxTxt {
	border: 1px solid #003300;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
}
#rightcolumn {
	color: #000000;
	margin: 0px 0px 0px 0px;
	padding: 10px;
	width: 275px;
	float: left;
}
.rightBox {
	border: 1px solid;
	background-color: #CCCCCC;
	margin-bottom: 10px;
	border-color: #666666;
}
.rightBoxTitle {
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 14px;
	font-weight: bold;
}
.rightBoxTxt {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
}
#footer {
	width: 990px;
	clear: both;
	color: #333;
	background-color: #FFFFFF;
	text-align: center;
}
#row2 {
	float: left;
	margin-left: 225px;
	width: 700px;
	margin-right: 65px;
}
.tag {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-style: italic;
	font-weight: bold;
	text-align: center;
	margin-top: 15px;
}
#rightcolumnSub {
	color: #000000;
	margin: 0px 0px 0px 0px;
	padding: 10px;
	width: 200px;
	float: left;
}
#contentSub {
	float: left;
	color: #333;
	display: inline;
	width: 530px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
.contentBoxSubTxt {
	border: 1px solid #003300;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
        min-height: 300px;
}

#leftcolumn a:link {
	color: #333333;
	text-decoration: none;
	display: block;
	margin-bottom: 3px;
	font-weight: bold;
}
#leftcolumn a:visited {
	color: #333333;
	text-decoration: none;
	display: block;
	margin-bottom: 3px;
	font-weight: bold;
}
#leftcolumn a:hover {
	text-decoration: none;
	color: #000000;
	background-color: #CCCCCC;
	text-align: center;
}
#leftcolumn a:active {
	text-decoration: none;
}
