@import url(menu.css);
@import url(news.css);
@import url(login.css);
@import url(search.css);
@import url(gmap.css);

/* Main pages*/
/* CSS Document */
html, html body {
	margin: 0px;
	padding: 0px;
	min-height:100%;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.red {
	margin: 5px;
	background: #FFC4C4;
	border: 1px solid #990000;
	font-weight: bold;
	padding: 5px;
	font-size: 14px;
	color: #800000;
}

.green {
	margin: 5px;
	background: #D7EBCB;
	border: 1px solid #009900;
	font-weight: bold;
}

form {
	margin: 0;
	padding: 0;
}

form.form_archive {
	margin: 10px 0;
	background: #F4F4F4;
	padding: 5px;
}

form.form_archive p {
	line-height: normal;
	margin: 0;
	margin-bottom: 5px;
}

form.form_archive fieldset {
	margin: 10px 0;
}

form.email p {
	line-height: normal;
	margin: 0;
	margin-bottom: 2px;
}

form.email p.newblock {
	margin-top: 10px;
}

form.email label {
	float: left;
	width: 150px;
	line-height: 20px;
}

form.email ul.errors {
	margin: 0;
	padding: 0;
	list-style: none;
}

form.email ul.errors li {
	background: url(../assets/images/warning.jpg) left no-repeat;
	font-size: 10px;
	margin-left: 150px;
	padding-left: 30px;
}


form.email label.newline {
	float: none;
	display: block;
}

form.email input {
	border: 1px solid #CBD5DD;
	width: 250px;
}

form.email textarea {
	border: 1px solid #CBD5DD;
	margin-top: 15px;
	width: 400px;
	height: 150px;
}

form.email select {
	border: 1px solid #CBD5DD;
}

form.email .error {
	border: 1px solid #CC0000;
	background-color: #FFBBBB;
}

div.alert {
	background: url(../assets/images/warning.jpg) left no-repeat;
	padding-left: 35px;
	height: 30px;
	line-height: 30px;
	margin-top: 10px;
}

div.success {
	background: url(../assets/images/success.gif) left top no-repeat;
	line-height: 30px;
	height: 30px;
	color: #009900;
	padding-left: 35px;
	margin-top: 10px;
}

div.error {
	background: url(../assets/images/warning.jpg) left top no-repeat;
	line-height: 30px;
	height: 30px;
	color: #CC0000;
	padding-left: 35px;
	margin-top: 10px;
}

div.loading {
	margin-top: 10px;
	line-height: 30px;
	height: 30px;
}

address {
	display: none;
}

h1, h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 2.6em;
	font-weight: normal;
	letter-spacing: 1px;
	color: #607C92;
	margin: 0;
	padding: 0;
}

h2 span {
	font-family: Arial;
	font-size: 1.0em;
	font-weight: normal;
	letter-spacing: normal;
	color: #333;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	font-weight: bold;
	letter-spacing: 1px;
	color: #000000;
	margin: 0;
	margin-top: 15px;
}

h4 {
	font-family: "Arial Black";
	font-size: 1.2em;
	font-weight: normal;
	letter-spacing: 1px;
	margin: 5px 0 0 0;
}

h5 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	font-weight: normal;
	letter-spacing: 1px;
	color: #999;
	font-weight: bold;
}

a {
	color: #3399FF;
	background-color: transparent;
	text-decoration: none;
}

a:hover {
	color: #3399FF;
	background-color: transparent;
	text-decoration: underline;
}

a.pdf {
	position: relative;
	display: block;
	background: url(../assets/images/pdf.jpg) left center no-repeat;
	line-height: 54px;
	height: 54px;
	text-indent: 70px;
	clear: right;
}

a.exe {
	position: relative;
	display: block;
	background: url(../assets/images/exe.jpg) left center no-repeat;
	line-height: 54px;
	height: 54px;
	text-indent: 70px;
	clear: right;
}

a.doc {
	position: relative;
	display: block;
	background: url(../assets/images/doc.jpg) left center no-repeat;
	line-height: 54px;
	height: 54px;
	text-indent: 70px;
	clear: right;
}

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

.left form input {
	float: left;
}

.left input {
	border: 0;
	border-bottom: 1px solid #FFA953;
}

input#search {
	width: 95%;
}

input#submit {
	border-bottom: none;
	padding-left: 2px;
}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	line-height: 1.8em;
	margin: 7px 0;
}

ol {
	list-style-position: outside;
}

ol li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	line-height: 2.2em;
}

ol ol li {
	font-size: 1em;
}

ul {
	list-style-position: outside;
	list-style-type: square;
}

ul li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	line-height: 2.2em;
}

ul ul li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	line-height: 2.2em;
}

ol ul li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	line-height: 2.2em;
}

hr {
	margin: 15px 0;
}

table {
}

thead th {
	line-height: 20px;
	color: #333;	
	background: #E5E5E5;
	border-bottom: 2px solid #607C92;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	font-weight: bold;
	padding-left: 5px;
	text-align: left;
}

td {
	vertical-align: top;
	border-bottom: 1px solid #CBD5DE;
	padding: 5px;
}

td a {
	font-size: 1.2em;
}

td p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	line-height: 1.5em;
}

td ul {
	margin: 0;
	padding-left: 20px;
	list-style: circle;
}	

.yellow td {
	background: #FAF6D3;
}

#internalLinks {
	position: fixed;
	margin-top: 5px;
}

#internalLinks h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 0;
	color: #000;
	background-color: #fff;
	font-weight: bold;
	text-align:left;
	letter-spacing: 0px;
	font-variant: normal;
	font-style: italic;
}

a.internal {
	display: block;
	line-height: 160%;
	font-size: 9pt;
	color: #006666;
	padding-left: 10px;
}

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