@charset "UTF-8";
/* Guerriere and Halnon, created April 2009 */

/* Layout */

body {
	background-color: #585858;
	background-image: url(img/bg_main.jpg);
	background-repeat: repeat-x;
	margin: 0;
	padding: 0;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}
#containerMain {
	width: 950px;
	height: auto;
	margin: 0 auto;
	background-image: url(img/bg_shadow.png);
	background-repeat: no-repeat;
	background-position: top;
}
#header {
	background: url(img/bg_header.jpg);
	background-repeat: no-repeat;
	width: 900px;  
	margin: 0 auto; 
	text-align: left;
}
#logo { 
	width: 282px;
	margin: 0; 
	padding: 0; 
}
#login {
	float: right;
	width: auto;
	padding: 20px 0 0 25px;
	text-align: right;
}
#pageName {
	width: 875px;
	height: 20px;
	background: #b3e6fa;
	margin: 0 auto;
	text-align: left;
	padding: 10px 0 10px 25px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	line-height: 20px;
	vertical-align: top;
}
#imgLogo {
	float: left;
	padding: 0 6px 0 0;
}
#intro {
	width: 900px;
	height: 250px;
	margin: 0 auto;
	padding: 0;
}
#containerContent {
	width: 900px;
	height: auto;
	margin: 0 auto;
	padding: 0;
	background: #ececec;
}
#content {
	height: auto;
	margin: 0 325px 0 0; 
	padding: 25px; 
}
#contentFull {
	height: auto;
	margin: 0; 
	padding: 25px; 
}
#sideIntro {
	width: 240px;
	height: 200px;
	background: #3eab45;
	margin: 0;
	padding: 25px;
	color: #FFF;
}
#footer {
	width: 880px;
	height: auto;
	margin: 0 auto;
	padding: 5px 10px 0 10px;
	font-size: 10px;
	color: #999;
}
.text {
	width: auto;
	height: auto;
	margin: 0;
	padding: 25px;
	background: #FFF;
	border: 2px solid #e0e0e0;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #000;
}
.padding {
	width: auto;
	height: 25px;
	margin: 0;
	padding: 0;
}
.clearfloat { 
	clear: both;
    height: 0;
    font-size: 1px;
    line-height: 0px;
}

/* Navigation */

#nav {
    width: 900px;
	height: 40px;
	background: url(img/bg_nav.jpg);
	background-repeat: no-repeat;
	margin: 0 auto;
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}
#nav #current{
	background-image: url(img/tab_over.png);
	background-repeat: no-repeat;
	background-position: top right;
}
#nav #current a{
	background-image: url(img/tab_over.png);
	background-repeat: no-repeat;
	color: #585858;
}
#nav ul {
	padding: 0;
	list-style:none;
	margin: 0;	
}
#nav li {
    float: left;
    margin: 0;
    padding:0;
}
#nav li a {
	height: 40px;
	line-height: 40px;
	float: left;
	width: 100px;
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	margin: 0 0 0 2px;
	background: url(img/tab.png);
	background-repeat: no-repeat;
	background-position: top right;
}
#nav li a:hover {
	color: #585858;
	background: url(img/tab_over.png);
	background-repeat: no-repeat;
	background-position: top right;
}

/* Forms */

.form_fields_txt {
	color: #666;
}
.input {
    border: 1px solid #888;
    background: #cfcfcf;
	width: 90px;
}
.input:hover {
    border: 1px solid #888;
    background: #ccc;
	width: 90px;
}
.input2 {
    border: 1px solid #888;
    background: #ccc;
	width: 200px;
}
.input2:hover {
    border: 1px solid #888;
    background: #999;
	width: 200px;
}
.inputProposal {
    border: 1px solid #2c96b9;
	width: 90px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #000;
}
.inputTxtArea {
    border: 1px solid #2c96b9;
	width: 300px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #000;
}
.button {
    border: 1px solid #888;
    background: #999;
}
.button:hover {
    border: 1px solid #999;
    background: #b3e6fa;
}
br { 
	clear: left; 
}

/* Sidebar */

#sidebar {
	float: right;
	width: 300px;
	height: inherit;
	padding: 25px;
	background-repeat: repeat-y;
}
#sidenews {
	width: 248px;
	height: inherit;
	padding: 25px 24px;
	background: #FFF;
	border: 2px solid #e0e0e0;
	background-repeat: repeat-y;
}

/* Text */

h1{
	font-size: 14px;
	color: #2c96b9;
	margin-top: 0;
	text-transform: none;
	vertical-align: text-top;
	font-family: Georgia, "Times New Roman", Times, serif;
}
h2{
	font-size: 12px;
	color: #666;
	margin-top: 0;
	margin-bottom: 0;
	text-transform: none;
	vertical-align: text-top;
}
p.top{
	margin-top: 0px;
}

ul{
	list-style-image: url(img/arrow.jpg);
	line-height: 20px;
}
.smTxt {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #000;
}
.smTxt2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #2c96b9;
}

/*  Links  */

a:link {
	text-decoration: underline;
	color: #2c96b9;
}
a:visited {
	text-decoration: underline;
	color: #999;
}
a:hover {
	text-decoration: none;
	color: #2c96b9;
}
a:active {
	text-decoration: none;
	color: #2c96b9;
}


/* Images */

img {
    border: none;
}

/* Tables */

#reference {
	margin: 0;
    border: 1px solid #fff;
	border-collapse: collapse;
}
