/* ------------------------------------------------------------

Title: Freedom's Defense Fund Style sheet
Author: ASI Communications

------------------------------------------------------------ */

/* ------------------------------------------------------------

CSS Reset

------------------------------------------------------------ */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,legend,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0; 
} 
table { 
	border-collapse:collapse;
	border-spacing:0; 
} 

fieldset,img {
	border:0; 
} 
address,caption,cite,code,dfn,th,var { 
	font-style:normal;
	font-weight:normal;
} 

ol,ul { 
	list-style:none; 
}
 
caption,th { 
	text-align:left; 
} 

h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight: bold; 
} 



q:before,q:after {
	content:'';
} 

abbr,acronym { 
	border:0; 
} 


/* ------------------------------------------------------------

Defult setting

------------------------------------------------------------ */

body {
	background: transparent url(../images/bg_body.jpg) top center repeat-x;
	text-align: center;
	font-size: x-small;
	font-family: Arial, Helvetica, sans-serif;
	color: #555555;
}

a:link,
a:visited,
a:active {
	color: #1e6392;
	text-decoration: underline;
}

a:hover {
	color: #707070;
	text-decoration: none;
}
h2 {
	font: 2.5em bold Georgia, "Times New Roman", Times, serif;
	color: #007aaa;
	text-align: center;
	margin: 0 0 20px 0;
}

h3 {
	font-size: 1.4em;
	font-weight: normal;

}

h4 {
	font: 1.7em bold Georgia, "Times New Roman", Times, serif;
	color: #007aaa;
	text-align: left;
	margin: 0 0 20px 0;
}

h5 {
	font: 1.7em bold Georgia, "Times New Roman", Times, serif;
	color: #007aaa;
	text-align: center;
	margin: 0 0 20px 0;
}

h6 {
	font: 2.2em bold Georgia, "Times New Roman", Times, serif;
	color: #007aaa;
	text-align: center;
	margin: 0 0 20px 0;
}

.italic {
	font-style:italic;
	color:#707070;
	font-size: 14px;
	
	}

p {
	font-size: 1.2em;
	margin-bottom: 12px;
	line-height: 1.4;

}


/* ------------------------------------------------------------

Structure

------------------------------------------------------------ */

#wrap {
	width: 960px;
	margin: 0 auto;
	text-align: left;
}

#header {
	background: transparent url(../images/bg_header.jpg) top left no-repeat;
	width: 960px;
	height: 184px;
	position: relative;
}

/*#menu {
	width: 960px;
	height: 40px;
}*/

#content {
	width: 908px;
	background: transparent url(../images/bg_content_middle.jpg) top left repeat-y;
	margin: 60px auto 0;
	min-height: 460px;
  	height: auto !important;
  	height: 460px;
}

#content1 {
	width: 908px;
	background: transparent url(../images/bg_content_middle1.jpg) top left repeat-y;
	margin: 60px auto 0;
	min-height: 460px;
  	height: auto !important;
  	height: 460px;
}


#main-content {
	background: transparent url(../images/bg_content_top.jpg) top left no-repeat;
	float: left;
	width: 483px; /*565px*/
	padding: 40px 38px 40px 44px;
}

#main-content1 {
	background: transparent url(../images/bg_content_top1.jpg) top left no-repeat;
	float: left;
	width: 825px;
	padding: 40px 38px 40px 44px;
}

#supplement {
	background: transparent url(../images/bg_content_top.jpg) top right no-repeat;
	float: left;
	width: 287px; /*343px*/
	padding: 40px 28px;
}


/* ------------------------------------------------------------

Header

------------------------------------------------------------ */

#header h1 {
	text-indent: -9999px;
}

#header h1 a {
	width: 157px;
	height: 165px;
	display: block;
	position: absolute;
	top: 11px;
	left: 30px;
	/*border: 1px solid #fff;*/
	overflow: hidden;
	cursor: pointer;
}

#header p {
	position: absolute;
	width: 80px;
	top: 5px;
	left: 575px;
}

#header p a {
	color: #fff;
	font-size: 1em;
	background: transparent url(../images/icon_rss.gif) top right no-repeat;
	padding: 1px 20px 2px 0;
	text-decoration: none;
	
}

/*--------------------HR tags---------------------------------*/
 
.rule{

	color:#FFF;
	display: inline;
	float: left;
	height: auto;
	width: 400px;
	margin: 0 0 10px 0;
	padding:0;
}

.blueHR {
	width: 400px;
	color: #f4f4f4; 
	background-color: #f4f4f4; 
	border: 1px dotted #5189de; 
	border-style: none none dotted; 
	margin: 0;
	padding: 0;	
}


/* ------------------------------------------------------------

Menu

------------------------------------------------------------ */






#menu {
	background: transparent url(../images/menu.jpg) no-repeat;
	font-family:Arial, Helvetica, sans-serif;
	list-style-type: none;
	float: left;
	width: 853px;
	height: 40px;
	margin: 0 28px 20px 28px;

}

#menu ul {
	list-style-type: none;
	width: 853px;
	height: 40px;
	margin: 0;
	padding: 0;
}


#menu ul a {
	display: block;
	text-decoration: none;
	position: relative;
	margin: 0 0 0 0;
}
#menu ul li a {
	margin: 0
	display: block;
	text-decoration: none;
	width: 142px;
	height: 40px;
	overflow: hidden;
	cursor: pointer;
	text-align: center;
	cursor: pointer;
}

/* ------------------------------------------------------------
 Sub Menu
/* ----------------------------------------------------------------- */

#menu ul li {
	float: left;
	text-indent: -9999px;
	position: relative;
}
#menu ul li ul {
	background-image: none;
	list-style: none;
	position: absolute;
	top: 39px; 
	left: 0;
	display: none;
	width: 144px;
	border-top: 1px solid #007AAA;
}

#menu ul ul ul{
	top: -1px;
	left: 142px;

}

#menu ul ul,
#menu ul li:hover ul ul,
#menu ul ul li:hover ul ul {
	display: none;
}

#menu ul li:hover ul,
#menu ul ul li:hover ul {
	display: block;
}

#menu ul li ul li {
	width: 142px;
	border-bottom: 1px solid #007AAA;
	border-left: 1px solid #007AAA;
	border-right: 1px solid #007AAA;
	text-indent: 0;
	display: block;
}
#menu ul li ul li.text a {
	font-size: 12px;
	color: #007AAA;
	position: relative;
	top: 0; left: 0;
	padding: 5px;
	text-decoration: none;
	width: 132px;
	height: auto;
	background-image: none;
	background-color: #E1E1E2;
	display: block;
	margin: 0;
}
#menu ul li ul li.text a:hover {
	color: #FFF;
	text-decoration: none;
	background-image: none;
	background-color: #007AAA;
	display:block;
}


ul li#menu1 a  { width: 142px; height: 40px; }
ul li#menu2 a  { width: 142px; height: 40px; }
ul li#menu3 a  { width: 142px; height: 40px; }
ul li#menu4 a  { width: 142px; height: 40px; }
ul li#menu5 a  { width: 142px; height: 40px; }
ul li#menu6 a  { width: 143px; height: 40px; }




ul li#menu1 a:hover  { background: transparent url(../images/menu.jpg) 0px -40px no-repeat; }
ul li#menu2 a:hover  { background: transparent url(../images/menu.jpg) -142px -40px no-repeat; }
ul li#menu3 a:hover  { background: transparent url(../images/menu.jpg) -284px -40px no-repeat; }
ul li#menu4 a:hover  { background: transparent url(../images/menu.jpg) -426px -40px no-repeat; }
ul li#menu5 a:hover  { background: transparent url(../images/menu.jpg) -568px -40px no-repeat; }
ul li#menu6 a:hover  { background: transparent url(../images/menu.jpg) -710px -40px no-repeat; }



#homePage ul li#menu1    		{ background: transparent url(../images/menu.jpg)    0px -40px no-repeat; }
#initiativesPage ul li#menu2  	    { background: transparent url(../images/menu.jpg) -142px -40px no-repeat; }
#contributePage ul li#menu3      	{ background: transparent url(../images/menu.jpg) -284px -40px no-repeat; }
#newsPage ul li#menu4	{ background: transparent url(../images/menu.jpg) -426px -40px no-repeat; }
#aboutPage ul li#menu5   		{ background: transparent url(../images/menu.jpg) -568px -40px no-repeat; }
#contactPage ul li#menu6       	{ background: transparent url(../images/menu.jpg) -710px -40px no-repeat; }

/* ------------------------------------------------------------

Content

------------------------------------------------------------ */

#content ul li {
	font-size: 1.2em;
	margin-bottom: 12px;
	line-height: 1.4;
}

/* ------------------------------------------------------------

Supplement

------------------------------------------------------------ */

#supplement div.contribute {
	background: transparent url(../images/feature_contribute.jpg) top left no-repeat;
	width: 117px ; /*287px*/
	height: 166px;/*204px*/
	padding: 23px 20px 15px 150px;
	display: block;
}

#supplement div.contributebook2 {
	background: transparent url(../images/feature_contributebook2.jpg) top left no-repeat;
	width: 117px ; /*287px*/
	height: 166px;/*204px*/
	padding: 23px 20px 15px 150px;
	display: block;
}

#supplement div.sarah{
	background: transparent url(../images/home-btn.jpg) top left no-repeat;
	width: 117px ; /*287px*/
	height: 135px;/*204px*/
	padding: 55px 20px 15px 150px;
	display: block;
}

#supplement div.christie{
	background: transparent url(../images/christie_exposed.jpg) top left no-repeat;
	width: 117px ; /*287px*/
	height: 135px;/*204px*/
	padding: 55px 20px 15px 150px;
	display: block;
}

#supplement div.tim {
	background: transparent url(../images/tim_pawlenty.jpg) top left no-repeat;
	width: 117px ; /*287px*/
	height: 135px;/*204px*/
	padding: 55px 20px 15px 150px;
	display: block;
}

.text {
	font-family:Arial, Helvetica, sans-serif;
	color:#CCCCCC;
	line-height: 1.4;
}

.text1 {
	font-family:Arial, Helvetica, sans-serif;
	color:#CCCCCC;
	line-height: 1.3;
	font-size: 11px;
}

.serif {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	color:#666666;
	line-height: 1.7;
	margin: 0 0 10px 0
}

.sans {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#666666;
	line-height: normal;
}

#supplement div.contribute h4 {
	margin-bottom: 3px;
}

#supplement div.contribute p {
	font-size: 11px;
	line-height: 1.1;
	color: #00425d;
}

#supplement div.contribute a {
	color: #fff;
}

#supplement div.contributebook2 h4 {
	margin-bottom: 8px;
}

#supplement div.contributebook2 p {
	font-size: 11px;
	line-height: 1.1;
	color: #00425d;
}

#supplement div.contributebook2 a {
	color: #fff;
}



/* ------------------------------------------------------------

Form

------------------------------------------------------------ */

form {
	/*display: none;*/
}

form#mailingForm,
form#searchForm  {
	position: absolute;
}

form#mailingForm {
	top: 3px;
	left: 640px;
	z-index: 100;
}

form#searchForm  {
	top: 3px;
	left: 800px;
	z-index: 200;
}

form#mailingForm label,
form#searchForm label,
form#mailingForm legend,
form#searchForm legend {
	text-indent: -9999px;
	display: block;
}

form#mailingForm input,
form#searchForm input {
	background-color: transparent;
	border: 1px solid #b3ced9;
	width: 111px;
	height: 13px;
	font-size: 10px;
	color: #b3ced9;
	padding: 3px;
	margin: 0;
	display: block;
	float: left;
}

form#mailingForm input.submit,
form#searchForm input.submit {
	border: none;
	width: 28px;
	height: 21px;
	padding: 0;
	margin: 0;
	display: block;
	float: left;
}

/* ------------------------------------------------------------

Footer

------------------------------------------------------------ */

#footer {
	background: transparent url(../images/bg_content_bottom.jpg) top center no-repeat;
	width: 908px;
	height: 100px;
	margin: 0 auto;
	text-align: center;
}

#footer p {
	padding-top: 30px;
	font-size: 1.2em;

}

#footer1 {
	background: transparent url(../images/bg_content_bottom1.jpg) top center no-repeat;
	width: 908px;
	height: 100px;
	margin: 0 auto;
	text-align: center;
}

#footer1 p {
	padding-top: 30px;
	font-size: 1.2em;

}



/* ------------------------------------------------------------

Misc

------------------------------------------------------------ */

/* self-clearing floats */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearall {
	clear:both;
}

.uppercase {
	text-transform: uppercase;

}

.image8 {
	margin-top: -5px;
	}
	
	
/*-----------------
Petition Classes
-------------------*/
.petition{text-align:center;}
p.petition{margin:5px 0;font-weight:bold;}
h1.petition{ 
	font: 3.5em bold Georgia, "Times New Roman", Times, serif;
	color: #007aaa;
	text-align: center;
	margin: 4px 0;
}
h2.petition{margin: 8px 0;text-decoration:underline;font-weight:bold;}
table.petition{margin:10px 0;}
table.petition p {text-align:left;margin:0;}

object {
display:block;
margin:0 auto;

}