/* ======================================================== */
/*	Design by: David Porter and Associates			*/
/*	All rights reserved, (c) 2008    				*/
/*	Date created: 09 September 2008				*/
/* ======================================================== */

body {
	margin: 0px;
	background: url(../images/site/top.jpg);
	background-repeat: repeat-x;
	background-color: #4f545a;
	font-family: Arial, Veranda, sans-serif;
    font-size: .6em;
}

#page {
       margin-left: auto;
       margin-right: auto;
       width: 766px;
}
#logo{
	width: 100%;
	margin-top: 35px;
}
#header{
	position: absolute;
	top: 178px;
	width: 100%;
	height: 190px;
}
#content{
	position: absolute;
	top: 380px;
	width: 766px;	
	margin-top:30px;
	}
#left{
	position: relative;
	width: 480px;
	float:left;
	color: #cccccc;
}
#right{
	position: relative;
	width: 250px;
	float: right;
	color: #cccccc;
}
#clear{
	clear: both;
	width: 100%;
	height:1px;
	display: block;
}
#footer{
	margin-top: 30px;
	width: 100%;
	height: 50px;
	border-top: 1px dotted #929292;
	padding-top: 10px;
	color: #cccccc;
}
.menucontainer {
	width: 220px;
	border: 1px dotted #929292;
	padding: 15px;
	color: #ffffff;
	background-color: #61656b;
    margin-bottom: 20px;
}
.menucontainer a{
	color: #cccccc;
	text-decoration: none;
}
.menucontainer a:hover{
	color: #ffffff;
	text-decoration: none;
}
.menucategory{
	border-bottom: 1px solid #929292;
	padding-top: 7px;
}
.menuitem{
	padding-bottom: 7px;
}
.menuitemselected{
	padding-bottom: 7px;
}
.menuitemselected a{
	color: #ffffff;
	text-decoration: none;
}
.menuitemselected a:hover{
	color: #ffffff;
	text-decoration: none;
}

.heading{
	color: #ffffff;
}
.imagetype1{
	padding-left: 28px;
	padding-bottom: 20px;
}
.blockcontainer {
	width: 220px;
    border: 1px dotted #929292;
	padding: 15px;
}
.blockcontainer a{
	color: #cccccc;
	text-decoration: underline;
}
.blockcontainer a:hover{
	color: #ffffff;
	text-decoration: none;
}
#left a{
    color: #cccccc;
	text-decoration: underline;
}
#left a:hover{
    color: #ffffff;
	text-decoration: none;
}
.line{
    border-bottom: 1px dotted #929292;
    margin-top: 20px;
    margin-bottom: 20px;
}
strong{
    color: #ffffff;
}


