/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	background: #ffffff url(images/topbgps.gif) repeat-x top left;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}

h1 {
	margin: 0;
	padding: 0;
	color: #ffffff;
} 

h2, h3 {
	margin: 0;
	padding: 0;
	color: #000000;
}

h1 { font-size: 34px; }

h2 {
	margin-bottom: 10px;
	padding: 0 0 10px 0;
	font-size: 24px;
	border-bottom: #000000 2px solid;
}

h3 {
	padding: 0 0 10px 0;
	font-size: 13px;
	border-bottom: #000000 2px solid;
}

#wrap {
	background: #fff;
	border: 4px solid #eeeeee;
	margin: 30px auto 1em;
	text-align: left;
	width: 425px;
	padding: 2em;
}

.clearfix:after {	
	content: ".";	
	display: block;	
	height: 0;	
	clear: both;	
	visibility: hidden;
}


p {
	margin-top: 10px;
	text-align: justify;
	line-height: 160%;
}


a:hover {
	text-decoration: none;
}

.list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.list li {
	padding: 5px 0;
	background: url(images/img5.gif) repeat-x;
}

.list li.first {
	background: none;
}

/* Header */

#header {
	width: 681px;
	margin: 0 auto;
	padding: 30px 0 0 13px;
	height: 90px;
}

#header h1 {
	float: left;
}

#header h2 {
	display: none;
}

#header ul {
	float: right;
	margin: 0;
	padding: 15px 0 0 0;
	list-style: none;
}

#header li {
	display: inline;
}

#header a {
	display: block;
	float: left;
	padding: 0 14px 0 20px;
	background: url(images/img2.gif) no-repeat left center;
	text-decoration: none;
	text-transform: uppercase;
	font: bold 12px;
	color: #FFFFFF;
}

#header a:hover {
	text-decoration: underline;
}

#header .first a {
	background: none;
}

/* Content */

#content {
	width: 694px;
	margin: 0 auto;
}

#colOne {
	float: right;
	width: 179px;
	padding: 0 29px 0 0;
}

#colOne h3 {
	margin-top: 0px;
}

#colTwo {
	float: left;
	width: 694px;
	padding: 0 0 0 21px;
}

/* Footer */

#footer {
	clear: both;
	width: 694px;
	margin: 0 auto;
	padding: 30px 0 0 40px;
}

#footer p {
	padding: 20px 0 0 0;
	border-top: #000000 2px solid;
	text-align: center;
	color: #000000;
}
#flash-message, #feedback_thanks {
	margin: 0 0 20px 0;
	background: #D4ECB8 url("/images/flash_message.gif") repeat-x top left;
	border: 1px solid #99CC66;
	padding: 8px 15px;
	line-height: 1.7em;
}

#flash-error {
	margin: 0 0 20px 0;
	background: #FF6966;
	border: 1px solid #FF4A47;
	padding: 8px 15px;
	line-height: 1.7em;
}

.error {
	background: #FFE5E5;
	padding: 5px 10px;
	color: #FF4747;
	font-weight: bold;
}

.message {
	background: #DAF0D1;
	padding: 6px 10px;
	color: #555;
	font-weight: bold;
}

.pub_code {
	background: #eee;
	padding: 6px 10px;
	color: #555;
	font-weight: bold;
}

.mb {
	margin-bottom: 1.5em;
}

/* forms */

label {
	display: block;
	margin-bottom: 4px;
	color: #000;
}

input[type=text], input[type=password], input[type=file]  {
	color: #333;
	margin-bottom: 7px;
	background: #fff;
    border: 1px solid #ccc;
	padding: 5px;
	width: 95%;
}

input[type=submit] {
    background: #eee;
    border: 3px double #ccc;
    padding: 2px;
    font-size: 1em;
	width: 50%;
}

input:focus {
	background-color: #FFFFCC;
}

select {
	margin-bottom: 8px;
	background: #fff;
    border: 1px solid #ccc;
    padding: 2px;
    font-size: 14;
	width: 90%;
}

form br {
	clear: left;
	display: block;
	margin-bottom: 1em;
}

form div.column {
	float: left;
	margin-right: 20px;
	width: 45%;
}
