/*
      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: Tahoma, Verdana, Arial;
	font-size: 10pt;
	background-color: #e8e8e8;

}
#wrapper { 
 margin: 0 auto;
 width: 914px;
}
#header {
	width: 914px;
	color: #333;
	height: 258px;
	margin: 0px;
	background: url(images/header-bg.jpg) no-repeat;
}
#logo {
	float: left;
	height: 237px;
	width: 311px;
	margin-left: 10px;
	margin-top: 20px;
}
#header-anim {
	float: right;
	height: 231px;
	width: 506px;
	margin-top: 13px;
	margin-right: 20px;
}


#navigation {
	width: 900px;
	color: #333;
	margin: 0px;
	background: url(images/nav-bg.png) no-repeat;
	height: 35px;
	padding-right: 7px;
	padding-left: 7px;
	
}
#content {
	width: 884px;
	background: url(images/main-mid-bg.png) repeat-y left top;
	margin: 0px;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 17px;
	float: left;

}
#home-left {
	float: left;
	width: 600px;
	border: 1px solid #dbdada;
	background-image: url(images/headings-bg.png);
	background-repeat: no-repeat;
	background-position: left top;
	color: #333333;
}
#home-right {
	float: left;
	width: 267px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}
#home-right ul {
	line-height: 1.5em;
	margin-left: 15px;
	list-style-position: outside;
	list-style-type:none;
	position: static;
	display: block;
}
#home-right li {
	background-image: url(images/bullet.gif);
	background-position: left 6px;
	background-repeat: no-repeat;
	padding-left: 15px;
	margin-bottom:3px;
	}
.home-right-box1 {
	width: 257px;
	background-color: #bcceef;
	background-image: url(images/right-blue-box-bg.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding: 5px;
	font-size: 14pt;
	color: #FFFFFF;
}
.home-right-box1 a {
	font-size: 14pt;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
.home-right-box2 {
	width: 257px;
	background-color: #c3c267;
	background-image: url(images/right-green-box-bg.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding: 5px;
	margin-top: 10px;
	font-size: 10pt;
	font-weight: bold;
	color: #FFFFFF;
}
.home-right-box2 a {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}

.home-right-box3 {
	width: 257px;
	background-color: #e9e6e6;
	background-image: url(images/right-black-box-bg.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding: 5px;
	margin-top: 10px;
	color: #FFFFFF;
	font-weight: bold;
}
.home-right-box3 a {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
.page-heading {
	float: left;
	width: 194px;
	font-size: 16pt;
	font-weight: bold;
	margin-top: 20px;
	margin-left: 20px;
	color: #000000;
}
.page-text-box {
	width: 570px;
	margin-left: 20px;
	margin-top: 35px;
	float: left;
	padding-bottom: 10px;
}
.page-text-box a {
	font-weight: normal;
	color: #5395F3;
	text-decoration: none;
}
.page-text-box a:hover {
	font-weight: normal;
	text-decoration: none;
	color: #333333;
}

.page-text-box h1 {
	font-size: 10pt;
	color: #000000;
}
.page-text-box ul {
	line-height: 1.5em;
	margin-left: 25px;
	list-style-position: outside;
	list-style-type:none;
	position: static;
	display: block;
}
.page-text-box li {
	background-image: url(images/bullet.gif);
	background-position: left 6px;
	background-repeat: no-repeat;
	padding-left: 15px;
	margin-bottom:3px;
	}



#footer {
	width: 914px;
	color: #FFFFFF;
	background: url(images/footer-bg.png) no-repeat;
	margin: 0px 0px 10px;
	height: 73px;
	float: left;
	text-align: center;
	font-size: 8pt;
	padding-top: 10px;

}
#footer a {
	color: #ffffff;
	font-weight: normal;
	text-decoration: none;
}
#footer a:hover {
	font-weight: normal;
	color: #CCCCCC;
	text-decoration: none;
}
.page-heading2 {

	float: left;
	width: 194px;
	font-size: 16pt;
	font-weight: bold;
	margin-top: 10px;
	margin-left: 20px;
	color: #000000;
}
.form-field-text {
	font-family: Tahoma, Verdana, Arial;
	font-size: 9pt;
	color: #666666;
}
.pic-border {
	margin: 0px 10px 10px 0px;
	border: 1px solid #5B5B5D;
}
