/*  General
----------------------------------------------------------------- */

html {
	min-height:100%;
	margin-bottom:1px;
}


body {
	margin: 0px;
	padding: 0px;
	background-color:#FFF;
	font:62.5%/1.2 "Trebuchet MS", "Verdana", "Arial", sans-serif;
	color:#000;
	height: 100%;
	text-align: center;
	}



/*  Wrappers
----------------------------------------------------------------- */

#whole {
	width: 750px;
	margin: 0 auto;
	text-align: left;
	font-size: 13px;
}

/*** Banner ***/

#conservatives {
	padding: 15px 15px 8px 0;
	text-align: right;
	border-bottom: dotted 1px #CCC;
	}
	

/*** Menu ***/

#menu {
	}	
#menu ul {
	padding: 0;
	margin: 0;
	}
	
#menu li {
	float: left;
	list-style: none;
	}	
	
#menu li a {
	display: block;
	padding: 10px 15px 5px 15px;
	border-bottom: solid 5px #FFF;
	text-decoration: none;
	color: #5fb21a;
	font-size: 1.1em;
	background-color:#FFF;
	font-family: Verdana;
	font-weight: bold;
	}
	
a#menu_on {
	border-bottom: solid 5px #5fb21a;
	}	
	
#menu li a:hover {
	color: #000;
	border-bottom: solid 5px #000;
	}			
	
#main {
	width: 750px;
	background-color: #FFF;
}	

/*** Left column ***/
	
#left {
	width: 459px;
	float: left;
	padding: 30px 20px 0 20px;
	border-right: solid 1px #CCC;
	}
* html #left {width: 500px; w\idth: 459px;}	 /* Box model hack */	

/*** Right column ***/	
	
#right {
	width: 220px;
	float: right;
	padding: 30px 20px 0 10px;
	}	
* html #right {width: 250px; w\idth: 220px;}	 /* Box model hack */	


#right ul {
	margin: 0 5px 0 10px;
	padding: 0;
	}
	
#right ul li {
	padding-bottom: 3px;
	margin-bottom: 3px;
	border-bottom: dotted 1px #CCC;
	list-style: none;
	}	


/*** Page ***/	

#page {
	padding: 30px 20px 0 20px;
	}

/*** Footer ***/		

#footer {
	margin-top: 20px;
	height: 58px;
	background: url(/images/bg_footer.jpg) repeat-x;
	padding: 30px 20px 0 20px;
	font-size: 1.0em;
	color: #000;
	}
	
#footer a {
	color: #0d7acc;
	}
	
#footer a:hover {
	color: #000;
	}	
				


/*  Styling
----------------------------------------------------------------- */

p {
	}

h1 {
	width: 200px;
	background-color: #0d7acc;
	color: #FFF;
	padding: 10px 10px 5px 10px;
	font-size: 120%;
	font-family: Arial;
	font-weight: bold;
	margin: 0 0 25px 0;
	text-transform:uppercase;
	}
	
h2  {	
	background-color: #0d7acc;
	color: #FFF;
	padding: 5px 5px 2px 5px;
	font-size: 1.0em;
	font-family: Arial;
	font-weight: bold;
	margin: 0 0 10px 0;
	text-transform:uppercase;	
	}
	
h3 {	
	}	
	
h4 {
	}
	
h5 {
	}
	
h6 {
	}
					

/* Forms */

.submit_button {
	font-size:9px;
	cursor:pointer;
	border:outset 1px #ccc;
	color:#666;
	background:url(/images/bg_submit.gif) repeat-x left top;
	padding:0;
	}

.field {
	border:1px solid #000;
	font-size:0.9em;
	color:#000;
	padding:2px;
	}

textarea { 
	font-family: inherit; 
	}

fieldset {
	position: relative; 
	border:1px solid #CCCCCC;
	margin-bottom:30px;
	padding:10px 5px 5px;
	}

legend {
	position:absolute; 
	background-color: #FFF;
	border:1px solid #000;
	top: -0.5em; 
	left: 0.5em;
	padding: 5px;
	font-size:1.2em;
	font-weight:700;
	color:#000;
	}

label {
	font-weight: bold;
	}	
	
.error {
	background: url(/images/icons/error.gif) no-repeat 5px 5px;
	min-height: 40px;
	padding: 5px 5px 5px 50px;
	border: 1px solid #DDD;
	background-color: #FFC;
	margin: 10px 0 10px 0;
	color: #000;
	}	
	
.success {
	background: url(/images/icons/success.gif) no-repeat 5px 5px;
	min-height: 40px;
	padding: 5px 5px 5px 40px;
	border: 1px solid #DDD;
	background-color: #FFC;
	margin: 10px 0 10px 0;
	color: #000;
	}		
	

/*  Links
----------------------------------------------------------------- */

a {
	color: #0d7acc;
	text-decoration:underline;
	}

a:hover {
	background-color:#0d7acc;
	color: #FFF;
	text-decoration:none;
	}

a.icon[href $='.pdf'] { 
   padding-right: 18px;
   background: transparent url(/images/icons/pdf.gif) no-repeat center right;
	}

a.icon[href $='.doc'] { 
   padding-right: 18px;
   background: transparent url(/images/icons/word.gif) no-repeat center right;
	}

a.icon[href $='.xls'] { 
   padding-right: 18px;
   background: transparent url(/images/icons/excel.gif) no-repeat center right;
	}

a[href ^="mailto:"] {
   padding-right: 20px;
   background: transparent url(/images/icons/mailto.gif) no-repeat center right;
	}

a[class ="popup"] {
   padding-right: 18px;
   background: transparent url(/images/icons/popup.gif) no-repeat center right;
	}

a[class ="external"] {
   padding-right: 18px;
   background: transparent url(/images/icons/external.gif) no-repeat right center;
	}
	

/*  Images
----------------------------------------------------------------- */

img, img a {
	border: 0;
	background: none;
	}

.image_border {
	border: solid 1px #EEE;
	padding: 1px;
		}
	
.photo_left {
	margin:0px 7px 7px 0px;
}
.photo_right {
	margin:0px 0px 7px 7px;
}
	
/*  Comments
----------------------------------------------------------------- */

.comments_status {
	padding: 4px;
	margin: 15px 0px;
	}
.comments_nav {
	position: relative;
	float:right;
	color: #010204;
	margin: 0;
	padding: 0;
	}
	
.comments_nav ul, .comments_nav li {
	margin: 0px;
	padding: 0px;
	list-style: none;
	}
	
.comments_nav li {
	display: block;
	min-height: 20px;
	width: 20px;
	float: left;
	text-align: center;
	border: 1px solid #e1debf;
	margin-right: 2px;
	color: #E38804;
	font-size: 1.2em;
	font-weight: bold;
	vertical-align: top;
	background: #FDF9D6;
	}
	
.comments_nav a{
	color: #FFFFFF;
	display: block;
	min-height: 20px;
	width: 20px;
	text-decoration:none;
	background: #E38804;
	}
	
.comments_nav a:hover {
	display: block;
	color: #E38804;
	background: #FFFFFF;
	}

#comments {
	margin-top: 50px;
	}

.comment {
	margin-bottom: 20px;
	}

.comment_header {
	background: #fdf9d6;
	padding: 10px;
	border: 1px solid #e1debf;
	}

.comment_post {
	padding: 10px;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	}
	

