/****************************************

CSS Document for The Center Advocacy Project Web site
Site by Pixel Lava Interactive

NOTES:
no punctuation = universal style (for a, body, H1, H2, span, etc.)
. = div class="___", will show up in Dreamweaver's code inspector
# = div id="___", won't show up in Dreamweaver's code inspector

A Note On Padding and Spacing: top right bottom left

/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#newsticker{
background-image: url(images/centeradvocacyproject_green_bg.jpg);
text-align: right;
}

/******************************************************
       Main Text Styles
******************************************************/
body {
	background-image: url(images/centeradvocacyproject_page_bg.jpg);
	background-repeat: repeat;
	background-position: center;
	padding: 0px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
}
.calloutheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(images/stars.jpg);
	background-repeat: repeat;
}
.H1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #330066;
	font-weight: bold;
	font-style: normal;
	line-height: normal;
}
.H2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: normal;
	font-weight: bold;
	color: #330066;
}
.H3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #330066;
}
.body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
}
a {
	color: #993300;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
}
.footer {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 20px;
	font-style: normal;
	font-weight: normal;
	color: #666666;
}
.footerhref {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #336699;
}
/***********************************************/
/* Misc elements                                 */
/***********************************************/
.horizLine{
  	height:1px;
  	background-color:#ccc;
  	margin:1px 0px 1px 0px;
}
.menu {
	width: 800px;
	height: 25px;
	background-image: url(images/centeradvocacyproject_menu_bg.jpg);
}
/***********************************************/
/* Form Styles                                 */
/***********************************************/

input {
	font: normal 12px Arial, Helvetica, sans-serif;
}
/********************* end **********************/
