/* Grassroots and Groundwork, 2007
Site Layout and Design Styles
by Dan Moriarty, wwww.danmoriarty.com
Copyright 2007, All Rights Reserved */



/*BASE RULES */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:.8em;
	background: #acc0c6;
	}

img {
	border:none;
	margin:0;
	}

a:link {
	color:#990000;
	text-decoration:none;
	}

a:visited {
	color:#990000;
	text-decoration:none;
	}
	
a:hover {
	color:#FF0000;
	text-decoration:underline;
	}

   
img a:link, img a:visited {
	text-decoration:none;
	border:none;
	}
	

/* HOLDER TAGS */

#wrapper {
	margin:10px auto;
	width:790px;
	border:1px solid #999;
	background:#fff;
	padding:5px;
	text-align:left;
	font-size:90%;
	}


#top {
	width:790px;
	}


#content {
	width:790px;
	clear:both;
	background: url(../images/bg-content.gif) repeat-y;
	}


#sitenav {
	clear:both;
	float:left;
	width:210px;
	padding-top:6px;
	}


	
#maincol {
	float:right;
	width:560px;
	padding:6px;
	height:450px;
	overflow:auto;
	margin-bottom:10px;
	border-bottom:1px solid #ccc;	
	}
	

#animation {
	float:left;
	height:123px;
	width:298px;
	background:#fff url(../images/grassroots-logo.jpg) no-repeat;
	}

/*for iframe thing*/

#maincol2 {
	float:right;
	width:560px;
	overflow:auto;
	margin-bottom:10px;
	border-bottom:1px solid #ccc;
	}
	

#content-iframe {
	width:560px;
	height:450px;
	padding:6px;
	overflow:auto;
	margin-bottom:10px;
	border-bottom:1px solid #ccc;
	text-align:left;


	}

#bottom2 {
	float:right;
	width:566px;
	}
	
	/*************/
	
#bottom {
	float:right;
	width:566px;
	clear:right;
	}
		
#footer {
	text-align:center;
	font-size:90%;
	margin:10px auto;
	width:790px;
	clear:both;
	}

/* callout box on side*/

.calloutbox {
	background: #fef5cc;
	padding:8px;
	float:right;
	width:160px;
	margin-left:10px;
	}

.calloutbox h3 {
	border-bottom:4px solid #FDB913;
	padding-bottom:.3em;
	}

.calloutbox p {
	font-weight:bold;
	color:#00546d;
	}

/* MAIN NAVIGATION */

ul#mainnav {
	list-style:none;
	margin:14px 0 18px 20px;
	padding:0;
	}

#mainnav li {
	margin:10px 0;
	padding:0;
	color:#fff;
	font-weight:bold;
	}


#mainnav li a {
	}

#mainnav li a:link {
	font-weight:bold;
	color:#00546d;
	}
	
#mainnav li a:visited {
	color:#033442;
	}


/*you are here effects*/ 

ul#mainnav li.activepage {
	margin-left:-10px;
	padding:6px 0;
	width:240px;

	}
	


/* Other DIVs */

	
/*TYPOGRAPHY */

h1.siteheader { /*this is top type header*/
	float:right;
	margin:0;
	padding:0;
	}
	
h1.siteheader a:link, h1.siteheader a:visited, h1.siteheader a:hover {
	display:block;
	height:123px;
	background: #B32F26 url(../images/page-header.gif) no-repeat;
	width:492px;
	text-indent:-5000px;
	}
	
h2 {
	margin:.6em 0;
	font-size:140%;
	color:#CC0000;
	}

h3 {
	margin:.6em 0;
	font-size:110%;
	color:#CC0000;
	
	}

h4 {
	margin:.8em 0;
	font-size:120%;
	color:#00546d;

	}
	
	
p {
	line-height:130%;
	margin:1em 0;
	color:#333;
	}


ul,ol {
	margin:.4em .8em;
	padding:0 0 0 1em;
	color:#333;

	}

li {
	margin:.8em 0;
	}	

#maincol ul {
	list-style:none;
	}

#maincol li {
	background: url(../images/bg-bullet.gif) no-repeat 0 2px;
	padding:0 0 0 15px;
	margin:.4em 0;	
	
	}

li li {
	background:none;
	list-style:circle;
	padding:.2em 0 .2em .3em;
	margin:.2em 0 .2em 1em;
	}

li li li {
	list-style: disc;
	padding:0 0 0 .3em;
	margin:0 0 0 1em;
	font-size:90%;

	}

fieldset {
	margin:1em 0;
	padding:1em;
	border:1px solid #ccc;
	width:400px;
	}

legend {
	font-weight:bold;
	font-size:110%;
	color:#666;
	}
	
label {
	display:block;
	}
	
/* Page Specific */


table.tablestyle1 {
	width:99%;
	margin:8px 0;
	border-collapse:collapse;
	}
	
.tablestyle1 th {
	text-align:left;
	color:#fff;
	background:#00546c;
	padding:6px;
	}
	
	
.tablestyle1 tr {
	background: #fef5e3;
	padding:0;
	}

.tablestyle1 td {
	padding:6px;
	}
	
.tablestyle1 tr.alt-color {
	background:#fdebce;
	}



/*MISC SPANS AND CLASSES */

.clearingout {
	clear:both;
	}

p.clearingout {
	margin-bottom:0;
	}
	
p.breadcrumb {
	margin:0;
	padding:0 0 .3em 0;
	}

.breadcrumb a:link, .breadcrumb a:visited {
	text-decoration:underline;
	}

.smallertext {
	font-size:90%;
	}
	
.largertext {
	font-size:110%;
	}

.bigandbold {
	font-size:110%;
	font-weight:bold;
	line-height:140%;
	color:#000;
	}
	
	
.noborder {
	border:none;
	}
				
				
.important {
	color:#CC0000;
	font-style:italic;
	font-weight:bold;
	}
	
.leftbox {
	float:left;
	margin:10px 0;
	width:46%;
	clear:left;
	}

.leftbox h3 {
	margin:0 0 .2em 0;
	}

.rightbox {
	float:right;
	margin:10px 0;
	width:46%;
	padding-right:10px;
	clear:right;
	}

.rightbox h4 {
	font-size:100%;
	color:#CE7422;
	margin:0 0 .2em 0;
	
	}
	
.paddy {
	padding:10px;
	}


.highlighted {
	color:#00546d;
	font-weight: bold;
	}
	

.highlighted2 {
	color:#CE7422;
	font-weight:bold;
	font-size:110%;
	}

.highlighted3 {
	color:#CE7422;
	font-weight:bold;
	font-size:110%;
	padding-left:15px;
	}
		
	
.divider {
	clear:both;
	width:530px;
	margin:10px 0;
	border-bottom:2px solid #ccc;
	}

.imagefloat {
	float:left;
	padding:5px;
	margin:0 10px 10px 0;
	text-align:center;
	width:250px;
	}

.separator {
	margin:12px 5px;
	border-top:1px solid #ccc;
	}

.separator hr {
	display:none;
	}
/*///////////////*/
