@charset "utf-8";
/*----------------------------------------------------------------------*\
|                                                                        |
|    Grebot Donnelly CSS                                                 |
|    Spun from threads of web at Oast One by James Marett, April 2009    |
|                                                                        |
|    IMPORTANT NOTES:                                                    |
|    purple: #F90                                                        |
|                                                                        |
\*----------------------------------------------------------------------*/

body {
	background: #CCC;
	margin: 0px;
	font-family: Plantin, "Plantin std", "Plantin", "Baskerville", Georgia, "Times New Roman", serif; 
}	

#page {
	width: 908px;
	background: url(../images/bg.gif) repeat-y top center;
	min-height: 400px;
}

#pagefooter {
	width: 908px;
	background: url(../images/bg_bottom.gif) no-repeat top center;
	font-size: 12px;
	color: #888;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 10px;
}

#pageholder {
	width: 860px;
	/*font-size: 16px; made smaller at request of vanessa*/ 
	font-size: 14px;
}

#content {
	text-align: left;
	padding: 0 0 30px 0;
	width: 580px;
	float: right;
	color: #333;
	margin-bottom: 20px;
}
#content .breadcrumbs {
	font-size: 13px;
	margin-bottom: 10px;
	color: #999;
	border-bottom: 1px solid #eee;
}
#content .breadcrumbs .right, 
#content .breadcrumbs .left {
	line-height: 20px;
	padding: 12px 0 8px 0; /* top right bottom left */
}
#content .breadcrumbs a {
	text-decoration: none;
	color: #999;
}
#content .breadcrumbs a:hover {
	color: #666;
	border: none;
}
#content p {
	/*line-height: 24px; made smaller at request of vanessa*/ 
	line-height: 22px;
}
#content ul, li{ 
	margin:0; 
	padding:0; 
	list-style-type:none; 
} 
#content ul {
	margin: 15px 0;
}
#content li{ 
	background:url(../images/bullet.gif) 2px 10px no-repeat; 
	padding-left:14px;
	line-height: 24px; 
} 

#content h2 {
	font-size: 32px;
	font-weight: normal;
	margin: 0;
	color: #F90;
}
#content h3 {
	font-size: 27px;
	font-weight: normal;
	color: #F90;
}
#content h4 {
	font-size: 22px;
	font-weight: normal;
}
#content .quote em {
	background: #eee;
	padding: 3px;
}
#content a {
	text-decoration: none;
	color: #F90;
}
#content a:hover {
	border-bottom: dotted 1px #F90;
}
#content .small {
	font-size: 12px;
}
#content .caption {
	padding-top: 5px;
	font-size: 12px;
	vertical-align: top;
}
#content .assotable .tabletop  td{
	background: url(../images/news_title_bg.jpg) repeat-x bottom center;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
}
#content .assotable td {
	padding: 5px 5px;
	border-bottom: 1px solid #eee;
}
#content .assotable {
	margin: 20px 0;
}
#content .assotable a {
	/*padding-right: 20px;*/
}
#content .assotable a:after { /*HTML to indicate drop down link*/
	/*content: " (" attr(href) ")";*/
	content: " " url(../images/link.gif); /*uncomment this line to use an image instead*/
}
#content .linkzip,
#content .linkpdf,
#content .linklink,
#content .linkdoc
{
	padding-left: 22px;
	font-weight: bold;
}
#content .linkzip {
	background: url(../images/zip_icon.gif) no-repeat left;
}
#content .linkpdf {
	background: url(../images/pdf_icon.gif) no-repeat left;
}
#content .linklink {
	background: url(../images/link_icon.gif) no-repeat left;
}
#content .linkdoc {
	background: url(../images/doc_icon.gif) no-repeat left;
}

#sidebar {
	padding: 0 0 50px 0;
	margin-bottom: 20px;
	float: left;
	width: 250px;
	background: #eee url(../images/sidefade.jpg) repeat-x bottom;
	text-align: left;
}
#sidebar .search {
	font-size: 13px;
	margin-bottom: 20px;
	line-height: 20px;
	padding: 12px 10px 8px 10px; /* top right bottom left */
}
#sidebar .sidebox {
	background: #fff url(../images/sidenews_bg.gif) repeat-y top;
	font-size: 14px;
	line-height: 18px;
	margin: 10px 0;
}
#sidebar .sidebox a:focus {
	outline: none
} 
#sidebar .sidebox .sideboxtop {
	background: url(../images/sidenews_top.gif) no-repeat top;
}
#sidebar .sidebox .sideboxbottom {
	background: url(../images/sidenews_bottom.gif) no-repeat bottom;
	padding: 0px 10px 8px 10px;
	color: #666;
}

#sidebar .sidebox .newsbox h2 {
	font-size: 18px;
	line-height: 20px;
	font-weight: normal;
	margin: 0;
	color: #FFF;
	padding: 10px;
	background: #F90 url(../images/news_title_bg.jpg) repeat-x top;
}
#sidebar .sidebox .newsbox h2 a {
	color: #FFF;
	text-decoration: none;
}
#sidebar .sidebox .newsbox p {
	background: #aaa url(../images/menubg.jpg) repeat-x top;
	margin: 0;
	color: #333;
	/*margin: 10px 0 5px 0;*/
	padding: 10px;
	border-top: 1px solid #fff;
}
#sidebar .sidebox .newsbox p strong {
	font-weight: normal;
	font-size: 18px;
	color: #F90;
}
#sidebar .sidebox .newsbox a {
	color: #333;
	text-decoration: none;
}
#sidebar .sidebox .newsbox em {
	color: #F90;
	text-decoration: none;
}
#sidebar .sidebox .newsbox a:hover em {
	color: #fff;
	text-decoration: none;
}
/*#sidebar .news a:hover {
	color: #fff;
}*/
#sidebar .sidebox .menubox {
}
#sidebar .sidebox .menubox .current {
	color: #F90;
}
#sidebar .sidebox .menubox ul {
	margin: 0;
	padding: 0;
	list-style-type: none;	
	font-size: 16px;
	line-height: 20px;
}
#sidebar .sidebox .menubox ul li {
	border-bottom: 1px solid #C4C4C4;
}
#sidebar .sidebox .menubox ul li a {
	color: #666;
	text-decoration: none;
	padding: 5px 10px;
	display: block;
}
#sidebar .sidebox .menubox ul li ul {
	font-size: 15px;
	padding-bottom: 5px;
}
#sidebar .sidebox .menubox ul li ul li {
	border-bottom: none;
}
#sidebar .sidebox .menubox ul li ul li a{
	color: #999;
	padding-left: 20px;
	padding-top: 0;
	background: url(../images/menu_arrow.gif) no-repeat 10px;
}
#sidebar .sidebox .menubox a:hover {
	color: #F90;
}
#sidebar .sidebox .linksbox {

}
#sidebar .sidebox .linksbox h2 {
	font-size: 18px;
	line-height: 20px;
	font-weight: normal;
	margin: 0 10px;
	color: #666;
	padding: 10px 0 5px 0;;
	border-bottom: 1px dotted #ccc;
}
#sidebar .sidebox .linksbox ul {
	margin: 0;
	padding: 0;
	list-style-type: none;	
	font-size: 16px;
	line-height: 20px;
}
#sidebar .sidebox .linksbox ul li {
	border-bottom: 1px solid #eee;
	margin: 0 10px;
}
#sidebar .sidebox .linksbox ul li a {
	color: #666;
	text-decoration: none;
	padding: 5px 0;
	display: block;
}
#sidebar .sidebox .linksbox a:hover {
	color: #F90;
}
#sidebar .signup {
	height: 67px;
	background: #F90;
}
#sidebar .signup img {
	border: none;
}
#sidebar .advert {
	margin: 0;
	margin-top: 1px;
	color: #333;
	padding: 10px;
	background: #FFF url(../images/pattern_top.jpg) repeat-x top;
}
#sidebar .advert h2 {
	font-size: 18px;
	line-height: 20px;
	font-weight: normal;
	margin: 0;
}
#sidebar .advert p {
	font-size: 14px;
	line-height: 20px;
	margin: 0;
}
#sidebar .advert a {
	text-decoration: none;
	color: #333;
}
#sidebar .advert a:hover {
	text-decoration: none;
	color: #F90;
}
#sidebar .sponsorship {
	padding: 10px;
	text-align: center;
}
#sidebar .sponsorship p {
	margin: 0;
}
#sidebar .sponsorship img {
	border: none;
}

.divider {
	height:2px;
	width:800px;
	background: #F90;
}

#header {
	margin: 0;
	padding: 0;
}
#header h1 {
	display: none;
}
#header img {
	border: none;
}

#topfeeder {
	margin-top: 20px;
	border-top: 2px solid #F90;
	border-bottom: 2px solid #F90;
}

#contactarea {
	clear: both;
	padding: 15px 20px;
	width: 860px;
	color: #fff;
	text-align: center;
	font-size: 16px;
	line-height: 24px;
	background: #F90;
}
#contactarea a {
	color: #fff;
	text-decoration: none;
}
#contactarea a:hover {
	border-bottom: dotted 1px #fff;
}
#contactarea p {
	margin: 0px;
}
.quarters {
	width: 25%;
	float: left;
}
.thirds {
	width: 33%;
	float: left;
}
.half {
	width: 50%;
	float: left;
}
.clearer {
	clear: both;
	height: 0;
}
.left {
	float: left;
}
.right {
	float: right;
}
.rule {
	border-top: 1px solid #eee;
	height: 1px;
}
.ruledotted {
	border-top: 1px dotted #eee;
	height: 1px;
}
.orange {
	color: #F90;
}

#menu {
	height: 50px;
	text-align: center;
	width: 900px;
	overflow: hidden;
}
#menu ul {
	background: #aaa url(../images/menubg.jpg) repeat-x top;
	text-align: center; /*set value to "left", "center", or "right"*/
	height: 50px;
	list-style-type: none;
	padding: 0;
	margin: 0;
}
#menu ul li {
	display: inline; 
	font-size: 18px;
	/*padding: 16px 0;*/
	line-height: 50px;
}
#menu ul li a{ /* main menu bar buttons */
	color: #333;
	text-decoration: none;
	line-height: 50px;
	padding: 16px 10px;	
}

#menu ul li a:hover{ /* main menu bar buttons - rollover*/
	color: #F90;
	background: #fff;
}
#menu a:focus {
	outline: none
}
#menu .current {
	color: #F90;
}

.clearimage {
	height: 40px;
	line-height: 40px;
}
.clearimage {
	height: 40px;
	line-height: 40px;
	font-size: 16px;
}
.clearimage a {
	color: #555;
	text-decoration: none;
	padding: 0 5px;
}
.clearimage a:hover {
	color: #F90;
}
.clearimageb {
	height: 20px;
	line-height: 20px;
	font-size: 15px;
}
.clearimageb a {
	color: #777;
	text-decoration: none;
	padding: 0 5px;
}
.clearimageb a:hover {
	color: #F90;
}