/*------------------------------------------------------------*
**  Global
**------------------------------------------------------------*/
body {
	background: #fff url("../images/bkgrd.jpg") repeat-x; /* Optional */
	font-family: "Arial", Helvetica, sans-serif;
	font-size: 75%;
	text-align: center; /* IE Fix */
	margin: 0;
	color: #000;
}
a {
	text-decoration: none;
	color: #369;
}
a:hover {
	text-decoration: underline;
	color: #49515C;
}
.quote {
	width: 165px;
	font: bold italic 13px Arial, Helvetica, sans-serif;
	color: #000;
	background-color: #E2B562;
	text-align: center;
	border: 1px solid #000;
	margin: 0 10px;
	padding: 5px;
}
.right {
	float: right;
}
.smalltext {
	font-size: 11px;
}
/*------------------------------------------------------------*
**  Header Tags
**------------------------------------------------------------*/	
h1.title {
	width: 510px;
	display: block;
	font: bold 13px Arial, Helvetica, sans-serif;
	color: #000;
	background-color: #E2B562;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	padding: 3px 10px;
	margin: 15px 0 5px 0;
}
.marginbottom {
	margin: 0 0 15px 0;
}
h2.title {
	width: 135px;
	display: block;
	font: bold 13px Arial, Helvetica, sans-serif;
	color: #000;
	background-color: #E2B562;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	padding: 3px 10px;
	margin: 0 0 5px 0;
}
/*------------------------------------------------------------*
**  Container
**------------------------------------------------------------*/	
#container {
	margin: 0 auto;
	width: 740px;
	background: #fff url("../images/dot_line.gif") repeat-y 25%;
	border: 1px solid #0062A9;
	padding: 0 5px;
	text-align: left; /* Cancel IE Fix */
}
/*------------------------------------------------------------*
**  Header
**------------------------------------------------------------*/		
#header {
	background: url("../images/header.jpg") no-repeat;
	height: 140px;
	border-bottom: 4px solid #fff;
	border-top: 5px solid #fff;
}
/*------------------------------------------------------------*
**  Nav
**------------------------------------------------------------*/

#nav {
	background: #5096D2 url("../images/plavo.gif") repeat-x 0 0;
	border-bottom: 4px solid #fff;
	margin: 0;
	padding: 0;
	height: 2.2em;
}
#nav li {
	list-style-type: none;
	display: inline;
	line-height: 20px;
}
#nav li a {
	text-decoration: none;
	color: #FFF;
	border-right: 4px solid #fff;
	border-bottom: 0;
	padding: 3px 8px;
	font: Geneva, Arial, Helvetica, sans-serif;
	font-size: 1em;
	letter-spacing: 1px;
	float: left;
	font-weight: bold;
}
#nav li a:hover, #nav li a.on {
	background-color: #E0B555;
	color: #000;
}
/*------------------------------------------------------------*
**  Side Bar
**------------------------------------------------------------*/
#sidebar {
	float: left;
	width: 175px;
	position: relative;
	line-height: 16px;
	font-size: 90%;
}
#sidebar div {
	background: #fff url("../images/para_bg.jpg") repeat-x;
}
/*------------------------------------------------------------*
**  Side Bar & Content
**------------------------------------------------------------*/
#sidebar h3, #content h3 {
	font: bold 1.2em Arial, Helvetica, sans-serif;
	color: #000;
	margin: 0 10px 20px 0;
}
/*#content h3 { 
	margin: 0 10px 20px 0; 
}*/
#content div, #sidebar div {
	padding: 1px 0 10px 0;
	border-top: 1px solid #ddd;
	padding: 10px;
}
/*------------------------------------------------------------*
**  Content
**------------------------------------------------------------*/
#content {
	float: left;
	width: 550px;
	position: relative;
	margin-left: 15px;
}
#content p {
	line-height: 20px;
	text-align: justify;
	margin: 0 0 10px;
}
#content div {
	background: #fff url("../images/para_bg.jpg") repeat-x;
}
#content div.transparent {
	background: none;
	border: none;
}
#content img {
	margin: 10px;
	padding: 3px;
}
#content img.thumbnail {
	margin: 3px;
	padding: 3px;
	border: 1px solid #000;
}
#content ul {
	margin: -5px 0 0 0;
	padding: 0 0 0 30px;
}
#content li {
	margin: 0 0 3px;
}
/*------------------------------------------------------------*
**  Form
**------------------------------------------------------------*/
form#contact {
	margin: 0 0 25px 25px;
	padding: 10px;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
}
#contact label, #contact input, #contact textarea {
	display: block;
	width: 200px;
	float: left;
	margin-bottom: 5px;
}
/* not for IE/Mac \*/
* html textarea {
	background-attachment: fixed;
}
#contact input, #contact textarea, #contact select {
	background: #FFF url("../images/input.gif") no-repeat -4px -4px;
	border: 1px solid #0160b0;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	padding: 3px;
	margin-right: 5px;
}
#contact label {
	text-align: right;
	width: 100px;
	padding-right: 20px;
}
/*------------------------------------------------------------*
**  Footer
**------------------------------------------------------------*/
#footer {
	background: #fff url("../images/para_bg.jpg") repeat-x;
	color: #000;
	font-size: 80%;
	padding: 5px;
	clear: both;
	border-bottom: 5px solid #FFF;
}
#footer a {
	text-decoration: none;
	color: #0033CC;
}
#footer a:hover {
	text-decoration: underline;
}
