/*---------------------------------------------------------------------------------------------
AUTHOR: Jesse Burcsik
DATE:   April 03 2007
Client: Citizen Advocacy
Agency: McMillan
----------------------------------------------------------------------------------------------*/

/*--------------------------------------------------------------------------------------------*/
			/* TAG STYLES*/
/*--------------------------------------------------------------------------------------------*/
html {
	height:100%;
	font-family: verdana;
	font-size: 14px;
	line-height: 20px;
	color:#333333;
	background-image: url(images/bg_filler_02.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	background-color: #F0F0F0;
}

body{
	height:100%;
	position:relative;
	background-image: url(images/bg_filler_02.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	margin-top: 0px;
	margin-left: 0px;
}

img {
	border:0;
}

h1 {
	line-height: 0px;
	text-decoration: none;
	display: block;
	padding-left: 30px;
	padding-top: 30px;
	position: relative;
	
	}

h2 {
	font-size: 14px;
	color: #CC6600;
	line-height: 20px;
	font-weight: normal;
}

h4 {
	font-size: 13px;
	font-weight: bold;
	display: inline;
}
h3 {
	font-size: 14px;
	font-weight: bold;
	display: inline;
}

a, a:visited {
	color: #003366;
	text-decoration:none;
}
a:hover{
	color:#CC6600;
}

table {
	margin: 0px;
	padding: 0px;
	border: 0;
	text-align: left;
	vertical-align: top;
}
table td {
	margin: 0px;
	padding: 0px;
	border: 0;
	text-align: left;
	vertical-align: top;
}

/*--------------------------------------------------------------------------------------------*/
			/* CLASS  STYLES */
/*--------------------------------------------------------------------------------------------*/
.orangetext {
	color:#CC6600;
}

.navimg {
	display: inline;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	border: 0px none;
}

/*--------------------------------------------------------------------------------------------*/
			/* ID  STYLES */
/*--------------------------------------------------------------------------------------------*/

/*-----------------------------------------------------------------------
These Styles control the background Image by the ID tag on the body
----------------------------------------------------------------------*/
#home #contentright {
	background-repeat: no-repeat;
	background-image:url(images/bg1.jpg);
	background-position: left top;
}

#involved #contentright {
	background-repeat: no-repeat;
	background-image:url(images/bg2.jpg);
	background-position: left top;
}

#donate #contentright {
	background-repeat: no-repeat;
	background-image:url(images/bg3.jpg);
	background-position: left top;
}

#about #contentright {
	background-repeat: no-repeat;
	background-image:url(images/bg4.jpg);
	background-position: left top;
}

#newsevents #contentright {
	background-repeat: no-repeat;
	background-image:url(images/bg5.jpg);
	background-position: left top;
}

#supporters #contentright {
	background-repeat: no-repeat;
	background-image:url(images/bg4.jpg);
	background-position: left top;
}

#contact #contentright {
	background-repeat: no-repeat;
	background-image:url(images/bg6.gif);
	background-position: left top;
}

/*-----------------------------------------------------------------------
End of Background image control styles
-------------------------------------------------------------------------*/

#moreinfo {
background-color:#01395A;
height:40px; width:auto;
display:block;
width:inherit;
margin:auto;
border:1px solid #999999;
}

#moreinfo p {
	text-align:center;
	vertical-align: middle;
	padding-top: 10px;
}

a #moreinfo p  {

	font-family: arial;
	font-size: 13px;
	color:#FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
a:hover #moreinfo{
	background-color:#CC6600;
}

#contentright {
	float: right;
	width: 484px;
	overflow: visible;
	position: relative;
	visibility: visible;
	height: 800px;
}

#banner img {
	position: relative;
	display:block;

}

#wrapper {
	padding: 0;
	margin:0;
	position:relative;
	width: 784px;
	background-image: url(images/bg_filler_02.jpg);
	background-repeat: repeat;
	background-position: left top;
	height: 100%;

}
#navleft {
	float: left;
	position: relative;
	margin: 0px;
	padding: 0px;
	border: 0px none;
	height:100%;
	width: 300px;
	overflow: hidden;
	visibility: visible;

}

#specialfocus {
	position: relative;
	margin: 0px;
	padding: 0px;
}

#navleft a, a:visited {
	border: 0px none;
	position: relative;
	margin: 0px;
	padding: 0px;
}


#navleftbg {
	background-image: url(images/l_nav_9_bottom.jpg);
	background-repeat: repeat-y;
	background-position: left bottom;
	position: relative;
	width: 100%;
}
 
#rcontentbody {
	padding-right: 30px;
	padding-left: 30px;
	width: 424px;
}

#rcontentbody a:link,
#rcontentbody a:visited{
		border-bottom:1px dotted #CC6600;
}

#banner {
	margin: 0px;
	padding: 0px;
	position: relative;
	display: block;
	width: 400px;
}

#bulletbox {
background-image:url(images/img_square_dark.gif);
}

/* Subnav
--------------------------------------------------------*/
#subnav {
	display: block;
	margin: 0; padding: 0;
}

#subnav ul {
	list-style: none;
	display: block;
	float: left;
}

#subnav ul li {
	display: block;
	margin: 0; padding: 0;
	font-weight:bold;
}

#subnav ul li a {
	display: block;
	margin: 0; padding: 0 0 0 15px;
	background: url(images/img_square_dark.gif) no-repeat 0 50%;
	font-weight:bold;
}

#subnav ul li a:hover {
	background: url(images/img_square_orange.gif) no-repeat 0 50%;
	font-weight:bold;
}

#subnav ul li #current {
	background: url(images/img_square_orange.gif) no-repeat 0 50%;
	font-weight: bold;
	color: #CC6600;
}

/*
#subnav {
	list-style-type: square;
	position:relative;
	
}

#subnav .orangetext #bulletbox {
background-image:url(images/img_square_orange.gif);
}


#subnav li a:hover #bulletbox {
background-image:url(images/img_square_orange.gif);
}


#subnav li {
	font-weight: normal;
	font-size:11px;
	text-decoration: none;
	
}
#subnav li a:hover{
	color:#CC6600;
	text-decoration: none;
	font-weight: bold;
}

#subnav li a{
	text-decoration: none;
}

#subnav ul{
	list-style:none;
} 
*/

#footer {
	margin: 0px;
	position: relative;
	visibility: visible;
	width: 424px;
	font-size: 9px;
}

#footer a:link,
#footer a:visited{
	border-bottom:none;
}

#footer a:hover {
	color:#CC6600;
}
h5 {
	font-size: 12px;
	font-weight: bold;
	display: inline;
	text-decoration: none;
}