/* *******************************

Orchid customstyles.css, Version 1.0

OSDEF-1
******************************* */


body {
	background: #ccc url(http://www.fallonforgovernor.net/images/site/bg.jpg);
	font-family: verdana, arial, sans-serif;
	}

div#sitecontainer {
	border-bottom: 1px solid #333333;
	border-top: 0px solid #333333;
	border-right: 1px solid #333333;
	border-left: 1px solid #333333;
	width: 787px;
	padding: 3px;
        background-color: #d3d2bb;
}

#main {
    width: 587px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #d3d2bb;
}

.threecolumn #main {
	width: 440px;
	border-right: 1px solid #000;
	}


strong {
	color: #000;
	}

#footer {
	margin 0 auto;
		color: #000000;
    clear: both;
    padding-left: 2px;
    padding-top: 10px;
    text-align: center;
}

#footer .address b {
	font-family: verdana, sans-serif;
	}

#footer .address a {
	color: #ccc;
	}

/* *******************************

HOVER

The color needs an !important to overrule the normal link colors, which are set on
a selector containing an ID. Normally ID overrides CLASS, but in this specific instance
we don't want that.

******************************* */

.nav div a hover {
	color: #666666 !important;
	background-color: #cccccc;
}

#main a {
	text-decoration: underline;
	color: #036;
}

#main a:hover {
	color: #9A0000;
	text-decoration: underline;
}


/* *******************************

TOP NAVIGATION

ISSUE: Nav height.

******************************* */

#nav1 {
	background-color: #fff;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	width: 787px;
	margin-top: 3px;
	height: 34px;
}


#nav1 a {
	background: #fff url(http://www.orchidforchange.com/ia/ed@fallonforgovernor.org/ht/a/GetImageAction/i/860360) repeat-x;
	color: #000;
	font-family: verdana, arial, sans-serif;
	font-weight: 600;
	font-size: 12px;
	border: 2px solid #fff;
    width: 94px;
    display: block;
    text-align: center;
    height: 20px;
    padding-top: 10px;
}

#nav1 a:hover {
	background: #fff url(http://www.orchidforchange.com/ia/ed@fallonforgovernor.org/ht/a/GetImageAction/i/860366) repeat-x;
}

#nav1 div a {
	color: #003399;
	font-weight: 300;
	border: 1px !important;
}

a#contribute {
	background-color: #333333;
	border: 2px solid #333333;
	color: #ffffff;
}

.nav ul {
    margin: 0;
    padding: 0;
}

.nav li {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.nav a {
    text-decoration: none;
}

.nav li div a {
    display: block;
    width: 129px;
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 10px;
}



#nav1 li {
    margin: 0;
    padding: 0px;
    font-size: 90%;
    
}

#nav1 a {
   
}

#nav1 div a {
    text-align: left;
    width: 129px;
    height: auto;
}

#nav1 div.foldOut {
    display:none;
}

/* *******************************

LEFT NAVIGATION

******************************* */


#nav2 {
	background-color: #d3d2bb;
	border-right: none;
}

#nav2 a {
	font-family: 'times new roman', times, serif;
	font-size: 14px;
	color: #036;
	text-decoration: underline;
}

#nav2 div a {
	font-weight: 300;
}

ul.attention {


}

#nav2 ul.attention a {
	color: #003;
}

a#special1 {

}

#nav2 {
    float: left;
    width: 180px;
    padding-top: 20px;
}

#nav2 li {
	display: block;
	list-style-type: none;
	background: transparent url(http://www.orchidforchange.com/ia/ed@fallonforgovernor.org/ht/a/GetImageAction/i/860797) no-repeat;
	text-align: left; 
	margin: 0px 0px 0px 0px; 
	padding: 3px 5px 3px 5px;
    margin: 0;
    padding-left: 8px;
    padding-bottom: 3px;
    line-height: 300%;
}

#nav2 a {
	display: block;
	list-style-type: none;
	text-align: left; 
    margin-left: 6px;
    padding-left: 16px;
    background-position: 0 5px;
    margin: 0;
    padding-left: 30px;
}

#nav2 ul.attention {
    margin: 6px;
}

#nav2 ul.attention li {
    margin: 0;
    padding-bottom: 4px;
}

#nav2 ul.attention li a {
    background-image: none;
    display: inline-block;
    padding-left: 10px;
}

#nav2 ul.textsize {
    margin-top: 30px;
}

/* *******************************

HEADERS

******************************* */
h1 {
	font: bold 14px verdana, arial, sans-serif;
    background-color: transparent;
    border: 0px solid #fff;
    border-bottom: 1px solid #666;
    text-align: left;
    color: #036;
}

h2 {
	font: bold 14px verdana, arial, sans-serif;
    background-color: transparent;
    border: 0px solid #fff;
    border-bottom: 1px solid #666;
    text-align: left;
    color: #036;
}

h3 {
	font: bold 14px verdana, arial, sans-serif;
    background-color: transparent;
    border: 0px solid #fff;
    border-bottom: 1px solid #666;
    text-align: left;
    color: #036;
}

h4 {
    font-size: 100%;
    margin: 0;
}

/* *******************************

HEADERS HOME

For Alert Messages and Features

******************************* */

.homealertmsg {
	text-align: center;
	color: #ff0000;
}

.homealertmsg a {
	text-decoration: none;
}


.threecolumn #main h2 {
	line-height:	110%;
	background-color: #1d4491;
	color: #ffffff;
	padding: 3px;
	font: 17px bold 'times new roman', times, georgia, serif !important;
	margin: 0px 5px 0px 0px;
}

.homealertmsg h2,.homefeature h2 {
	line-height:	110%;
	background-color: #1d4491;
	color: #ffffff;
	padding: 3px;
	font: 17px bold 'times new roman', times, georgia, serif !important;
	margin: 0px 5px 0px 0px;
}

body.threecolumn #main h1 {
	line-height:	110%;
	background-color: #1d4491;
	color: #ffffff;
	padding: 3px;
	font: 17px bold 'times new roman', times, georgia, serif !important;
	margin: 0px 5px 0px 0px;
}

.threecolumn .white {
	background-color: #fff;
	font: 14px normal arial, verdana, sans-serif;
	padding: 3px;
	}

/* *******************************

EXTRA

Third column, if any. 

******************************* */

#extra {
	text-align: left;
	width: 322px;
	padding-right: 2px;
	padding-bottom: 0px;
	background-color: #d3d2bb;
	font-size: 10px;
}

#extra a {
	color: #036;
	font: 12px 'times new roman', times, serif;
	text-decoration: underline;
}

/* *******************************

HOMEPAGE

Special styles for the homepage

******************************* */

#main div.releases a {
	color: #9A0000;
}

/* *******************************

NEWS

Special styles for the homepage

******************************* */

.itemlist {
	border-top: 10px solid #036;
	font-size: 13px;
	background-color: #fff;
	padding: 3px;
	font-family: 'times new roman', times, serif;
	}

.itemlist li {
	border-bottom: 1px solid #000;
	padding: 3px;
	}

.itemlist li a strong {
	color: #036;
	font-family: 'times new roman', times, serif;
	font-weight: normal;
	font-size: 13px;
	}