/*
Frankland Media Style Sheet
www.franklandmedia.com
THIS DOCUMENT IS PROTECTED BY COPYRIGHT LAW
*/

/***** BODY & CONTAINERS *****/
body {
	text-align: center;
	margin: 0px;
	padding: 0px;
	background: #999999;
}
.central {
	margin-right: auto;
	margin-left: auto;
	position: relative;
	width: 800px;
	text-align: left;
}  
#container {
	float: none;
	margin: 0 auto;
	width: 800px;
	height: 600px;
	text-align: left;
	background-color: #FFF;
}
#middle2 {
	background-color: #FFF;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	padding-top: 4px;
	padding-bottom: 4px;
	text-align: center;
}
#middle {
	background: #FFF url(images/margin-line.gif) repeat-y 167px 250px;
}
#middle4 {
	background: #FFF url(images/margin-line2.gif) repeat-y 167px 250px;
}
#navbar, #middle, #middle2, #middle3, #middle4 {
	float: left;
	width: 800px;
}
#navbar {
	height: 76px;
}
#box1 {
	float: left;
	width: 170px;
}
#box2, #box3 {
	float: left;
	width: 314px;
}
#box4 {
	float: left;
	width: 628px;
}
#footerblock {
	bottom: 0px;
	float: left;
	width: 800px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	background-color: #FFF;
}
/***** NAVS *****/
#navbar a:link, #navbar a:visited {
	color: #777;
	text-decoration: none;
}
#box1 a:link, #box1 a:visited {
	color: #999;
	text-decoration: none;
	background: #FFF;
}
#box4 h2 a:link, #box4 h2 a:visited {
	color: #666;
	text-decoration: none;
}
#box4 h2 a:hover {
	color: #FFF;
	background: #DDD;
}
#box2 a:link, #box2 a:visited {
	color: #999;
	text-decoration: underline;
}
#box3 a:link, #box3 a:visited {
	color: #999;
	text-decoration: underline;
}
#box4 a:link, #box4 a:visited {
	color: #666;
	text-decoration: underline;
}
#footerblock a:link, #footerblock a:visited {
	color: #777;
	text-decoration: none;
}
#navbar a:hover, #box1 a:hover, #box2 a:hover, #box3 a:hover, #box4 a:hover, #footerblock a:hover {
	color: #FFFFFF;
	background: #CCCCCC;
	text-decoration: none;
}
/***** TEXT FORMATS *****/
#navbar p {
	color: #777;
	margin: -28px 22px 0px 25px;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	text-align: right;
}
#box1 p {
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	color: #444;
	text-align: right;
	margin: 0px 10px 10px 27px;
}
#box2 p {
	font: 9px Verdana, Arial, Helvetica, sans-serif;
	color: #666;
	margin: 0px 25px 0px 15px;
	text-align: justify;
	height: 80px;
}
#box3 p {
	font: 9px Verdana, Arial, Helvetica, sans-serif;
	color: #666;
	margin: 0px 25px 0px 15px;
	text-align: justify;
	height: 80px;
}
#box4 h1 {
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	color: #666;
	margin: 0px 65px 5px 15px;
	text-align: left;
	text-transform: uppercase;
}
#box4 h2 {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #666;
	margin: 0px 65px 15px 15px;
	text-align: left;
	background: #DDD;
	padding-top: 2px;
	padding-bottom: 3px;
	padding-left: 4px;
}
#box4 p, #box4 td {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #666;
	margin: 0px 65px 0px 15px;
	text-align: left;
}
#box4 form {
	margin: 0px 65px 0px 10px;
	text-align: left;
}
#box4 td {
	background: #FFF;
}
#footerblock p {
	color: #777;
	margin: 0px 25px;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	text-align: right;
}
/***** IMGS *****/
#box2 img, #box3 img {
	float: left;
	margin: 0px 7px 15px 0px;
	height: 60px;
	width: 60px;
	overflow: hidden;
	clear: left;
}
#box4 img {
	float: right;
	margin: 0px 0px 6px 12px;
	border: 1px solid #CCCCCC;
	clear: both;
	height: 200px;
	width: 200px;
}
#box5 img {
	float: left;
	margin: 0px 10px 6px 15px;
	border: 1px solid #CCCCCC;
	clear: right;
	height: 60px;
	width: 60px;
}
