/*************************** from global ********************/



body {
	padding: 0px;
	margin: 0px;
	background-color: #FFF; 
	text-align: center;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 76%;
	background: url(../images/bg-blend-new.gif) #FFFFFF -0px -24px;
	/*background: url(../images/bg-new.jpg) #010d23 0px 0px repeat-x;*/
	text-align:left;
	}
	
.validator
{
	color:#EE0000;
	display: none;
}

hr {
	height:0px; 
    border:0px; 
    border-top:1px solid #ccc;
	}
	
p, td, li{
	font-size: 0.9em;
	line-height: 1.4em;
	color: #444;
	}

span.page-title {
	font-size: 1.7em;
	line-height: 1.8em;
	font-weight: bold;
	color:#0a105d;
	width: 600px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 0px 0px 0px 0px;
	margin: 100px 0px 0px 0px;
	}
	
	
img {
	border: 0px;
}

a:link 		{ text-decoration: none; color: #EE0000; }
a:visited 	{ text-decoration: none; color: #0C2069; }
a:hover 	{ text-decoration: underline; color: #54608E; }
a:active 	{ text-decoration: none; color: #0C2069; }	

	
	
	
div.get-adobe {
	float:right;
	padding: 0px 0px 0px 0px;
	margin: -41px 0px 0px 0px;
	}

 p {
	font-size: 0.9em;
	line-height: 1.4em;
	color: #444;
	padding: 0px 0px 0px 0px;
	margin: 3px 0px 11px 0px;
	}

li {
	margin-bottom: 5px;
	}

ul {
	margin-top: 11px;
	margin-bottom: 11px;
	}
	
h1 {
	font-size: 1.4em;
	font-weight: bold;
	color:#0a105d;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 0px 0px 3px 0px;
	margin: 12px 0px 0px 0px;
	}

h2 {
	font-size: 1.2em;
	font-weight: bold;
	color:#CC0000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 3px 0px 3px 0px;
	margin: 12px 0px 0px 0px;
	}

h3 {
	font-size: 1.1em;
	font-weight: bold;
	color:#333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 0px 0px 0px 0px;
	margin: 12px 0px 4px 0px;
	}


.heading-grey-background{
	display:block;
	padding: 3px 8px 3px 8px;
	margin: 8px 0px 5px 0px;
	background-color: #ddd
	}
	
	
	

h1.page-title {
	font-size: 1.7em;
	line-height: 1.7em;
	font-weight: bold;
	color:#0a105d;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	}


#sField {display: none;}

/*******************************************************/






div.col-right{

 color: #444444;
}

div.error {
	color:#EE0000;
	font-weight:bold;
	padding: 5px 0 5px 0;
}

div.success {
	color:#007700;
	font-weight:bold;
	padding: 5px 0 5px 0;
}


a:link 		{ text-decoration: none; color: #0C2069; }
a:visited 	{ text-decoration: none; color: #0C2069; }
a:hover 	{ text-decoration: underline; color: #54608E; }
a:active 	{ text-decoration: none; color: #0C2069; }	


input.button{
    /*display:block;
    float:left;*/
    margin:5px 0px 1px 0;
    /*background-color:#fff;
    color:#565656;*/
    background-color: #022335;
    border:1px solid #bbb;
    /*border-top:1px solid #ddd;
    border-left:1px solid #ddd;*/

    /*font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;*/
    font-size:100%;
    line-height:130%;
    text-decoration:none;
    font-weight:bold;
    color:#eee;
    cursor:pointer;
    padding:3px 10px 4px 7px; /* Links */
}

input.button:hover{
    /*background-color:#dff4ff;
    color:#336699;
    border:1px solid #58a8cc;*/
    background-color:#103b51;
}



li label {font-size: 100%; text-decoration: underline; cursor: pointer;}
select, input, textarea {font-size: 100%;}
label span label {font-size: 100%;}

/* ============================= ELEMENTS ============================= */

.con-main input.field, 
.con-main textarea {
	background: #FFFFFF;
	border-top: 1px solid #727272;
	border-right: 1px solid #dedede;
	border-bottom: 1px solid #dedede;
	border-left: 1px solid #727272;
	background-color:#fff;
	color: #333;
	}

.con-main input.field		{width: 280px;}
.con-main input.halflength	{width: 140px;}
.con-main input.short		{width: 70px;}
.con-main textarea			{width: 280px;}

.con-main select.menu {
	background: #F8F8F8;
	border-top: 1px solid #ccd7e2;
	border-right: 1px solid #859cb3;
	border-bottom: 1px solid #859cb3;
	border-left: 1px solid #ccd7e2;
	margin: 0;
	color: #333;
	}		

/* ============================= LAYOUT ============================= */

legend span {
	display: block; 
	color: #000; 
	font-weight: bold;
	padding: 10px 3px 10px 0px;
	margin: 0px 0px 0px 0px;
	}
.con-main div.row {
	position:relative;
	z-index:1;
	padding: 5px 0 4px 0;
	border-top: 1px solid #ccc;
	}
.con-main div.row:after {
	display: block;
	clear: both;
	content: ".";
	visibility: hidden;
	height: 0;
	}	
.con-main div.required {
	text-align: right;
	background: none;
	border: none;
	margin-top: -37px;
	}
.con-main div.last {
	background-color: transparent;
	padding: 10px 0 0 0;
	background-image: none;
	border-bottom: none;
	}

/****************************** petition form **************************/

div.clear
{
	clear: both;
	font-size: 1px;
	line-height: 1px;
	
}

.petition-form
{
	width: 273px;
	background-color: #eee;
	border: 1px solid #ddd;
	text-align: left;
	/*float: right;*/
	/*display:inline;*/
	padding: 5px 10px 1px 17px;
	margin-top: 5px;
	margin-left: 12px;
	font-size:0.9em;
	background: url(../images/bg-news.jpg) #FFFFFF 0px -44px repeat-x;

}
h2.sign-petition
{
	background: url(../images/icon-speech.gif) 0px 0px no-repeat;
	background-position:right;

}
a.view-petition
{
	background: url(../images/icon-petition.gif) 0px 0px no-repeat;
	padding: 0px 5px 12px 33px;
	height: 30px;
	display: block;
	font-size: 13px;
	font-weight: bold;
	margin-top: 8px;
}

a.unsubscribe
{
	background: url(../images/icon-cross.gif) 0px 0px no-repeat;
	padding: 3px 5px 5px 30px;
	height: 20px;
	display: block;
	font-size: 11px;
	font-weight: bold;

}

.mailing-list
{
	float:left;
	margin-right: 12px;
	margin-left: 0px;
	width: 340px;
}

div.petition-form h2 {
	color:#CC0000;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:1.6em;
	font-weight:bold;
	margin:0 0 0 0;
	padding:0 0 5px 0;
}

#petition_form, #unsubscribe_form{
	padding-top: 5px;
	display:inline;
}


.petition-form div.row {
	position:relative;
	z-index:1;
	margin-bottom: 5px;
	}
	
	
div.align-right {
	text-align: right;
	}
	
.petition-form div.row:after {
	display: block;
	clear: both;
	content: ".";
	visibility: hidden;
	height: 0;
	}	

.petition-form span.desc {float: left; display: block; width: 50px; padding: 3px 0px 4px 5px; text-align: right;}
.petition-form span.element {float: left; display: block; width: 200px; padding: 1px 0 0 10px;}
.mailing-list span.element {float: left; display: block; width: 250px; padding: 1px 0 0 10px;}

.petition-form span.button {padding-right: 24px;/*padding-left: 185px; background-color:red;*/}

/****************************** petition list **************************/


.petition-list {
	margin-top: 0px;
	/*margin-bottom: 25px;*/
	font-size:0.9em;
	clear:both;
	}

.column {
	float: left;
	width: 49%;
	border-top: 1px solid #ddd;
}

.petition-list div.row {
	position:relative;
	z-index:1;
	height: 20px;
	padding: 5px 0 4px 0;
	border-bottom: 1px solid #ddd;
	background-color: #eee;
	}
.petition-list div.title {
	position:relative;
	z-index:1;
	padding: 5px 0 4px 0;
	background-color: #eee;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	font-weight: bold;
	}
.petition-list div.row:after, .petition-list div.column div.row:after {
	display: block;
	clear: both;
	content: ".";
	visibility: hidden;
	height: 0;
	}	
.petition-list span.index {float: left; display: block; width: 50px; padding: 3px 0px 4px 5px; text-align: left;}
.petition-list span.desc {float: left; display: block; width: 250px; padding: 3px 0px 4px 5px; text-align: left;}
.petition-list span.element {float: left; display: block; width: 320px; padding: 1px 0 0 15px;}

.petition-list span.button {padding-left: 168px;}
.petition-list span.requiredinfo {width: 180px; font-weight: normal; font-style: italic; padding: 10px 3px 10px 0px; display: block; float: right;}
.petition-list strong.requiredinfo {color: #ff1717; font-size: 100%;}

/* Required indicators */
strong.required,
.requiredinfo strong {
	color: #ff1717 !important;
	}
div.row strong.required {
	position: absolute;
	left: 153px;
	top: 0;
	width: 1em;
	padding: 10px 5px 0px 7px;
	}
div.row fieldset strong.required {
	left: 168px;
	padding: 3px 0 0 0;
	}	

/* Row nested fieldset */
div.row fieldset {
	border: none;
	margin: 0;
	padding: 0 0 0 150px !important;
	width: 391px;
	}



div.row legend span {
	position: absolute;
	display: inline;
	float: left;
	text-align: right;
	width: 170px;
	margin-right: 15px;
	margin-left: -165px;
	background-color: transparent;
	color: #000;
	border: none;
	font-weight: normal;
	padding-top: 4px;
	}
div.row div.row {
	float: left;
	width: auto;
	display: inline;
	min-height: 1em;
	padding: 0 5px 0 0;
	}
div.row div.row:after {
	display: none;
	clear: none;
	}
div.row div.row label span.element {
	float: none;
	display: block;
	width: auto;
	}
div.row div.row span.desc {
	position: absolute;
	left: -999999px;
	}
	
	
	
/*********************** gallery **************************/

a.gallery{
	margin: 0 11px 0 0;
}
	

a.gallery img{
	border: 1px solid #444;
}
	
a.gallery:hover img{
	border: 1px solid #777;
}
	
/*********************** pdf **************************/

a.surfhq-pdf{
	background: url(../images/icon-pdf.gif) 4px 6px no-repeat;
	padding: 14px 5px 5px 42px;
	height: 27px;
	display: block;
	font-size: 11px;
	font-weight: bold;
	margin: 5px 0 10px 0;
	background-color: #eee;
	width: 250px;
	border: 1px solid #ddd;
}
	
	
	
	/*******************************************/
	
div.paging
{

	background-color: #ddd;
	padding: 5px;
	font-size: 11px;
	height: 14px;
	width: 652px;

}

div.paging a
{
	text-decoration:underline;
	width: 50px;
	display:block;
	float: left;
}
div.paging span
{
	width: 50px;
	display:block;
	float: left;
}
div.paging div.paging-count
{
	float: left;
}

div.paging-buttons
{
	float: right;
}
