/* @override 
	http://beta.common-sense-party.com/css/style.css
*/

/*   All CSS code is Copyright 2011 HunterGD @ http://HunterGD.com   *
*  Do not use or borrow my code without giving credit to me, at the  *
*  least, please leave this header with the code.                   */

/* @group Global Unsets */

* {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	text-align: left;
	font-weight: normal;
}

/* @end */

/* @group Quick Styles */

.bold, b {
	font-weight: bold !important;
}

.underline, u {
	text-decoration: underline !important;
}

.italic, i {
	font-style: italic !important;
}

div.clear {
	clear: both;
}

/* @end */

body {
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	background: #004C1F url(../images/bg.gif) repeat-x;
	padding-right: 100px;
}

#LayoutTable {
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 50px;
}

#borderLeft {
	font-size: 1px;
	background: #007E34 url(../images/Border-Left-Stretcher.gif) repeat-y;
}

#borderRight {
	font-size: 1px;
	background: #007E34 url(../images/Border-Right-Stretcher.gif) repeat-y;
}

/* @group Navigation Styles */

#navigation {
	color: #FF7D00;
	background: #007E34 url(../images/Navigation.gif) no-repeat;
	width: 611px;
	height: 35px;
	line-height: 35px;
	overflow: hidden;
}

#navigation a, #navigation a:link, #navigation a:visited {
	color: #FF7D00;
	text-decoration: none;
	display: block;
	float: left;
	margin-right: 10px;
	height: 35px;
	line-height: 35px;
	font-size: 110%;
}

#navigation a.current {
	color: #FFF !important;
}

#navigation a:hover {
	color: #CAE4C9 !important;
	text-decoration: underline;
}

/* @end */

/* @group Content Styles */

#pageTitle {
	text-align: center;
	font-weight: bold;
	background: #FFF url(../images/Page-Title-Area.gif) no-repeat left top;
	width: 100%;
	height: 57px;
	line-height: 57px;
	overflow: hidden;
	font-size: 150%;
	color: #007E34;
}

#content {
	background-color: #FFF;
	min-height: 250px;
	position: relative;
}

#content a, #content a:link, #content a:visited {
	color: #007E34;
}

#content a:hover {
	color: #283E21;
}

#content a:active {
	
}

#content a.orangeLink {
	color: #FF7D00 !important;
	font-weight: bold;
}

#content p {
	text-indent: 2em;
	text-align: justify;
	margin-right: 2em;
	margin-left: 2em;
	padding-top: 8pt;
	padding-bottom: 8pt;
}

#content p.center {
	text-indent: 0px !important;
	text-align: center;
}

#content img.center {
	text-align: center;
	display: block;
	border: 4px solid #007E34;
	margin: 25px auto;
}

/* @group Emphasis and Boxes */

.emailBox {
	padding-left: 10px;
	font-weight: bold;
	color: #FF7D00;
	margin-right: auto;
	margin-left: auto;
	width: 200px;
	display: block;
}

#content p span.emphasis {
	color: #007E34;
	font-weight: bold;
}

.box1 {
	background-color: #C3EBD2;
	margin-right: auto;
	margin-left: auto;
	font-size: 110%;
	margin-top: 15px;
	margin-bottom: 25px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	width: 608px;
}

.box1 p {
	text-indent: 0 !important;
	text-align: center !important;
	font-size: 1em;
	/*line-height: .5em;*/
}

.box1 p b {
	font-size: 130%;
}

.box1 span {
	color: #007E34;
	font-weight: bold;
}

.box2 {
	background-color: #007E34;
	margin-right: 20px;
	margin-left: 20px;
	margin-bottom: .5em;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #FFF;
	font-size: 1.2em;
	line-height: 1.25em;
	text-align: center;
}

.box3 {
	background-color: #007E34;
	margin-right: 120px;
	margin-left: 120px;
	margin-bottom: .5em;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #FFF;
	font-size: 1.5em;
	line-height: 1.25em;
	text-align: center;
	font-weight: bold;
	font-style: italic;
}

.box3 span {
	text-decoration: underline;
	font-weight: bold;
	font-style: italic;
}

.box4 {
	display: block;
	width: 660px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 5px;
	text-align: left;
	padding-top: 5px;
	padding-bottom: 5px;
}

.box4Header {
	font-weight: bold;
	text-decoration: underline;
	text-align: center;
	margin-bottom: .4em;
}

.bigBox {
	font-weight: bold;
	text-decoration: underline;
	font-size: 200%;
	text-align: center;
}

p.emphasis1, p.emphasis2 {
	text-indent: 0 !important;
	text-align: center !important;
	margin-top: 15px;
	margin-bottom: 15px;
}

p.emphasis1 span {
	background-color: #007E34;
	color: #FFF;
	font-size: 125%;
	padding: 7px;
}

p.emphasis2 {
	color: #FF7D00;
	font-size: 150%;
	font-weight: bold;
	font-style: italic;
	margin: -15px 0 !important;
}

p.emphasis2 span {
	text-decoration: underline;
	font-weight: bold;
	font-style: italic;
}

p.emphasis3 {
	font-weight: bold;
	margin-top: -15px !important;
	text-align: center !important;
	font-size: 1.4em;
	text-indent: 0 !important;
}

/* @end */

/* @group News Styles */

ul.news {
	margin-right: 3em;
	margin-left: 3em;
	margin-top: .75em;
}

ul.news li.title {
	margin-bottom: .5em;
	list-style-type: none;
	background-color: #C3EBD2;
	padding: 4px;
	text-align: left;
	font-weight: bold;
	font-size: 1em;
	height: 1.1em;
	line-height: 1.1em;
	display: block;
}

ul.news div.title {
	float: left;
	font-weight: bold;
	display: block;
	height: 1.1em;
	line-height: 1.1em;
}

ul.news div.date {
	float: right;
	font-style: italic;
	display: block;
	height: 1.1em;
	line-height: 1.1em;
}

ul.news li.body {
	list-style-type: none;
	margin-bottom: 2em;
	padding: 4px;
	color: #007E34;
	clear: both;
}

ul.news u {
	font-weight: bold;
}

ul.news p {
	margin: 0 !important;
}

ul.news p a {
	font-weight: bold;
	text-decoration: underline;
}

ul.news a img {
	border: 4px solid #007E34;
	margin-right: auto;
	margin-left: auto;
	display: block;
}

ul.news a img:hover {
	border: 4px solid #C3EBD2;
}

ul.news li object {
	margin-right: auto;
	margin-left: auto;
	display: block;
	border: 4px solid #007E34;
}

.letterTitle {
	font-weight: bold;
	text-align: center;
	color: #FF7D00;
	font-size: 1em;
	line-height: 1em;
	cursor: pointer;
}

.letterTitle:hover {
	cursor: pointer;
	color: #B95A00;
}

div.letterContainer {
	background-color: #FFF;
	padding: 5px;
	border: 3px solid #C3EBD2;
	margin-bottom: 10px;
}

div.letterDate {
	text-align: left !important;
	font-weight: bold;
	font-size: 110%;
	display: block;
	background-color: #C3EBD2;
	padding: 3px;
}

div.letterSpacer {
	display: block;
	height: 3px;
	background-color: #C3EBD2;
	margin: 5px -5px;
	font-size: 1px;
}

div.quote {
	text-indent: 2em;
	font-size: 95%;
	color: #000;
	margin-bottom: .5em;
	margin-top: .5em;
}

div.signed {
	text-align: right;
	font-size: 95%;
	color: #000;
	margin-bottom: 5px;
}

.letterUrl {
	text-align: right;
	font-size: 90%;
}

/* @end */

/* @group FAQ Styles */

ul.faq {
	margin-right: 3em;
	margin-left: 3em;
	margin-top: .75em;
}

ul.faq li.q {
	margin-bottom: .5em;
	list-style-type: none;
	background-color: #C3EBD2;
	padding: 4px;
}

ul.faq li.q span.aq {
	font-weight: bold;
	color: #007E34;
}

ul.faq li.a {
	list-style-type: none;
	margin-bottom: 2em;
	padding: 4px;
	color: #007E34;
}

ul.faq li.a span.aq {
	color: #FF7D00;
	font-weight: bold;
}

ul.faq u {
	font-weight: bold;
}

ul.faq u i {
	font-weight: bold;
	font-style: italic;
}

ul.faq li object {
	margin-right: auto;
	margin-left: auto;
	display: block;
}

/* @end */

/* @group Link Styles */

ul.links {
	margin-right: 3em;
	margin-left: 3em;
	margin-top: .75em;
}

ul.links li.group {
	margin-bottom: .5em;
	list-style-type: none;
	background-color: #C3EBD2;
	padding: 4px;
	font-weight: bold;
	text-align: center;
	margin-top: 1.5em;
}

ul.links li.gEntry {
	list-style-type: none;
	padding: 4px;
	list-style-position: inside;
	list-style-image: url(../images/arrow.gif);
	margin-right: 2em;
	margin-left: 2em;
}

/* @end */

/* @group Candidate Styles */

.queenanBox, .eganBox, .floodBox {
	width: 725px;
}

.queenanBox {
	background-image: url(/images/candidate-queenan.gif);
}

.eganBox {
	background-image: url(/images/candidate-egan.gif);
}

.floodBox {
	background-image: url(/images/candidate-flood.gif);
}

.candidateInformation {
	width: 442px;
	display: block;
	padding-top: 60px;
	margin-left: 215px;
}

.candidateInformation ul {
	margin-left: 25px;
}

.candidateInformation li {
	margin-bottom: .75em;
	text-align: left;
	list-style-position: outside;
	list-style-image: url(../images/arrow.gif);
	font-size: 105%;
}

.candidateInformation ul ul {
}

.candidateInformation ul ul li {
	font-size:	90%;
	padding-top: 7px;
	margin-bottom: -5px;
	padding-bottom: 5px;
	list-style-image: url(../images/bullet.gif);
}

/* @end */

/* @group Platform Styles */

p.platform {
	text-indent: 0 !important;
	background-color: #C3EBD2;
	padding-right: 10px;
	padding-left: 10px;
	text-align: center !important;
	font-size: 110%;
}

ul.platform {
	margin-right: 3em;
	margin-left: 3em;
	margin-top: .75em;
}

ul.platform li {
	margin-bottom: 1em;
	list-style-position: outside;
	list-style-image: url(../images/arrow.gif);
}

ul.platform span {
	background-color: #FFE8CA;
	padding-top: 2px;
	padding-bottom: 2px;
}

ul.platform ul li {
	font-size:	100%;
	padding-top: 7px;
	margin-bottom: 5px;
	margin-left: 15px;
	margin-right: 15px;
	padding-bottom: 5px;
	list-style-image: url(../images/bullet.gif);
}

/* @end */

/* @end */

.bullet {
	color: #FF9635;
}

/* @group Footer Styles */

#footer {
	background-color: #FFF;
	border-top: 1px dotted #173D09;
	margin-top: 1em;
	padding-top: 7px;
	margin-left: 114px;
	margin-right: 114px;
}

#footer a, #footer a:link, #footer a:visited {
	color: #283E21 !important;
}

#footer p {
	font-size: 10px;
	line-height: 14px;
	text-align: center;
}

/* @end */
