@import url("master.css");

/** GENERAL FORMATTING **/

html, body{
	margin: 0;
	padding: 0;
}
	
body{ 
	font-size: .9em;
	font-family: "News Gothic MT", "Myriad Pro", sans-serif;
	line-height: 1.2em;
	color: #051c26;
}

h1, h2, h3, h4, h5, h6, p, li{
	margin-bottom: 8px;
}

h1{
	line-height: 1em;
}

h4{
	font-weight: bold;
	font-size: 1em;
	margin-bottom: 0;
}

a{
	color: #0b384b;
}

a:hover{
	color: #3f6677;
}

ul{
	list-style: circle;
}

table{
	font-size:1em;
}

.table{
	display: table;
}

.row{
	display: table-row;
}

.cell{
	display: table-cell;
}

.element{
	padding-bottom: 6px;
}

/** LAYOUT **/

body{
	background-color: #fff;
}

#container{
	/*padding-top: 20px;*/
	width: 961px;
	margin: auto;
	border: 1px solid #0b384b;
	border-width: 0 1px 1px 1px;
}

#banner{
	background-image: url('img/banner.jpg');
	background-repeat: no-repeat;
	background-position: top center;
	border: 0px solid #0b384b;
	border-bottom-width: 1px;
	height: 136px;
}

#header{
	border: 0px solid #0b384b;
	border-bottom-width: 1px;
}

#header h1{
	display: none;
}

#header ul{
	list-style: none;
	margin: 6px 0 6px 0;
	padding: 0;
	text-align: center;
}

#header li{
	display: inline;
	padding: 0 12px 0 12px;
}

#content{
	min-height: 200px;
	padding: 12px;
}

#footer{
	border: 0px solid #0b384b;
	border-top-width: 1px;
	padding: 12px 12px 0 12px;
	color: #555;
	font-size: .8em;
	text-align: justify;
}

/** ABOUT US **/

.principals{
	margin: 12px 0 0 0;
}

img.right{
	float: right;
	border: 1px solid #0d3849;
	margin: 0 0 12px 12px;
}

/** NOTICES **/

#notice{
	margin-bottom: 4px;
	color: #921f1f;
}

#notice .img{
	display: none;
}

/** ERROR VIEWS **/

#error{
	text-align: center;
	margin:auto;
	width: 500px;
}

/** AUTH VIEWS **/

#login{
	text-align: center;
	margin:auto;
	width: 600px;
}

#login img{
	display: none;
}

#login input{
	text-align: center;
}

#login #notice .messagecontainer{
	text-align: center;
}

/** CONTENT VIEWS **/

#view-content-view .edit-button{
	float: right;
	text-align: right;
}

#view-news ul{
	list-style: square;
}

#view-news td{
	width: 470px;
	vertical-align: top;
	font-size:.8em;
}

/** FORM VIEWS **/

.contact-form .label{
	font-size: .85em;
}

.contact-form input, .contact-form select, .contact-form textarea{
	font-size: .85em;
	padding: 2px 4px 2px 4px;
}

.contact-form textarea{
	height: 128px;
}

#container iframe{
	width: 800px;
	height: 400px;
}

div.center{
	margin: auto;
	text-align: center;
}