@charset "utf-8";

/*
 Name: RSS
 Date: Jun 2010
 Description: Main css file
 Version: 1.0
 Author: Tom Gathern
 Autor URI: http://jaijo.com
*/

/* RESETS */
html,body,div,span,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,span,strong,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;outline:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;}
:focus{outline:0;}
ol,ul{list-style:none;}

html { scrollbar-arrow-color:#000; scrollbar-base-color:#4c4c4c; scrollbar-darkshadow-color:#4c4c4c; scrollbar-face-color:#035569; scrollbar-highlight-color:#035569; scrollbar-shadow-color:#000; }

html, body, #container { height: 100%; }
body > #container { height: auto; min-height: 100%; }

#container 	{
	margin:0 auto;
	width:100%;
	background-color: #fff;
}

body  {
	font-family: helvetica, sans-serif;
	font-size:12px;
	margin-top:0px;
	background-color: #f9f9fa;
}

/* FONTS */
.green { color:#035569; }
.white { color:#fff; margin-bottom: 0px; }

h1 	{
	font-size:18px; color:#4c4c4c; margin-bottom: 10px;
}

h2	{
	font-size:11px; color:#4c4c4c; margin-bottom: 10px;
}
h2.big { font-size: 14px; margin: 20px 0 10px 0; }

p 	{
	font-size:12px; color:#4c4c4c; margin-bottom: 10px; line-height: 17px;
}

a { color:#fff; text-decoration:underline; }
a.mailto { color:#035569; }

/* HEADER */
#header_container {width:100%; height:121px; background: url(../images/header_bg.png) repeat-x;}
#header { margin: 0 auto; width: 1000px; height:121px; background: url(../images/header_top.png) no-repeat; position:relative; }

#logo { background:  url(../images/logo_new.png) no-repeat; width: 258px; height: 110px; float: left; margin-top:5px; }

#phone { float:right; background: url(../images/phone.png) no-repeat left center; padding: 5px 0 0 25px; margin-right: 30px; margin-top: 20px; }

/* MENU */
.menu { width: 600px; height:30px; text-transform:uppercase; position:absolute; bottom: 0; right:0; }
.menu ul li a { display:block; text-decoration:none; color:#fff; text-align:center; font-size:12px; overflow:hidden; padding: 0 25px; }
.menu ul li a:hover {color: #4eaac2; }
.menu ul { list-style: none; }
.menu ul li { float:left; position:relative; z-index:100; }

/* MAIN */
#main { margin:0 auto; width: 960px; padding: 20px 20px 48px 20px; }

.column { float: left; width: 220px; } /* Columns */
.columnw { float:left; width: 460px; margin-right: 20px; } /* Candidates columns */

.middle { float:left; width: 480px; margin: 0 20px; text-align:justify; }
.about { height: 400px; width: 460px; padding-right: 20px; overflow:auto; scrollbar-arrow-color:#000; scrollbar-base-color:#4c4c4c; scrollbar-darkshadow-color:#4c4c4c; scrollbar-face-color:#035569; scrollbar-highlight-color:#035569; scrollbar-shadow-color:#000; }
	
.title { float:left; width: 204px; height: 30px; text-align:right; padding: 10px 15px 0 0; text-transform:uppercase; } /* Header titles */
.news { background: url(../images/news.jpg) no-repeat; }

a.search { float: left; background: url(../images/search.jpg) no-repeat; height:30px; width:219px; margin-bottom: 10px; }
a:hover.search { background: url(../images/search.jpg) 0px -30px; }
a.download{ float:left; background: url(../images/download.jpg) no-repeat; height:30px; width:219px; }
a:hover.download { background: url(../images/download.jpg) 0px -30px; }

#bits { float:right; text-align:right; margin-top: 100px; } /* Left column info */

ul.list { margin-left: 25px; list-style:circle; }

#map { float:left; width: 470px; height: 300px; margin-bottom: 20px; } /* Google map */
#map > DIV:first-child + DIV + DIV { display: none !important; }

/* RSS Feed */
.rssincl-head { display:none; }
.rssincl-backlink { display:none; }

/* FOOTER */
#footer_container {width:100%; height:48px; background: url(../images/footer_bg.png) repeat-x; clear: both; position: relative; z-index: 10; margin-top: -48px;}
#footer	{margin: 0 auto; width: 1000px; height:48px; background: url(../images/footer_top.png) no-repeat;}

#copyright { float:right; width:310px; margin-top:28px; margin-right: 20px; text-align:right; }
#credit { float:left; width:200px; margin-top:28px; margin-left: 20px; }

/* CLEAR */
.clear{ clear:both; }

/* SLIDESHOW */
.pics { float:left; height: 165px; width: 960px; margin-bottom: 20px; } 
 
.pics img { position: absolute;	width: 960px; z-index:1; } 

/* CONTACT */
fieldset { float: left; margin: 0 0 20px 10px; }

label { float:left; width: 150px; color: #4c4c4c; display:block; margin-top: 10px; }

input[type="text"] { width:190px; border:1px solid #035569; padding:5px; margin:5px 0; -moz-border-radius:4px; }
input[type="file"] { width:190px; border:1px solid #035569; padding:5px; margin:5px 0; }

input[type="submit"] { cursor:pointer; margin: 5px 0; color:#4c4c4c; }

textarea { width: 300px; font:inherit; margin-top: 5px; padding: 5px; border:1px solid #035569; -moz-border-radius:4px; }
