/* CSS Document */


body {
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
}

p {
	padding: 1em;
}
#shell {
	text-align: left;
}
#admintools {
	float: right;
	width: 200px;
	margin-right: 10px;
}

#header {
	background: url(../images/bg-background.jpg) repeat-x;
	height: 155px;
}
.logo {
	position: absolute;
	margin: 0px;
}

#bodywrapper {
	float: left;
}
.sidebar {
	float: left;
	width: 250px;
	margin-top: 60px;
	padding-bottom: 10px;
}

#main {
	float: left;
	width:  600px;
	border-left: 2px solid #CCC;
	
}
#squares {
	float: right;
	background: url(../images/bg-squares.jpg);
	background-repeat: no-repeat;
	background-position: bottom right;
	height: 400px;
	width: 250px;
	
}
#bottom {
	float: left;
	background: url(../images/bg-bottom.jpg) repeat-x;
	height: 20px;
	width: 100%;
}
#footer {
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif ;
	font-size: 9px;
	color: #999;
}
#footer a{
	color: #999;
	text-decoration: none;
}

.siteFooter {
	float: left;
	font-size: 9px;
	color: #999;
	text-align: left;
}
.siteFooter a {
	color: #999;
}
/*________________Body Copy_________________________*/
h1 {
	font-size: 16px;
	color: #336666;
	letter-spacing: 2px;
	font-weight: normal;
	margin-left: 10px;
}
.bodycopy {
	color: #666;
	font-size: 12px;
	text-align: justify;
}
.bodycopy p {
	padding: 0px;
	margin-left: 5px;
	line-height: 1.3em;
}
.bodybanner p {
	margin: 0px;
	padding: 0px;
	height: 180px;
	overflow: hidden;
}
.bodybanner img{
	margin-top: -30px
}
/*________________Menu_________________________*/

.yuimenu {
	font-size: 18px;
	
}
.yuimenu a {
	color: #7FADD1;
	border-bottom: 2px dotted #999;
	text-decoration: none;
	display: block;
	padding: 3px;
}
.yuimenu a:hover {
	color: #0066CC;
	border-bottom: 2px dotted #666;
}
.yuimenu ul li{
	list-style-type: none;
}

.yuimenu ul li li {
	background: #EEE;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.yuimenu ul li li a{
	border: none;
	color: #333;
	display: block;
}	
.yuimenu ul li li a:hover{
	border: none;
	color: #333;
	background: #999;
}	
