* {
	margin:0;
	padding:0;
}

body {
    font: 62.5%/1.6em "Lucida Grande", "Lucida Sans Unicode", verdana, geneva, sans-serif;
	color:#888;
    height:100%;
	margin:0;
	background:url(../images/body.jpg) top repeat-x #121212;
	background-attachment:fixed;
}

html {
    height:100%;
    padding: 0px;
	margin: 0px;

}

#wrapper1 {
	background:#1e1e1e;
    min-height:100%;
    height:auto !important;
    height:100%;
	padding:0 10px 10px 10px;
	width:760px;
	margin:0 auto -110px; /* the bottom margin is the negative value of the footer's height */
}

#wrapper2 {
	width:740px;
	background:url(../images/wrapper2.jpg) bottom repeat-x #fff;
    min-height:100%;
    height:auto !important;
    height:100%;
	border-left:1px solid #000;
	border-right:1px solid #000;
	border-bottom:1px solid #000;
	padding:0 10px 10px 10px;
}

#nav {
	float:right;
	border:none;
	padding:0;
	margin:0;
}

#nav li {
	float:left;
	list-style:none;
	margin:0 4px 0 0;
	padding:0;
}

#nav li a {
	display:block;
	padding:40px 10px 21px 10px;
	background:#fff;
	color:#004169;
	text-decoration:none;
	text-transform:uppercase;
	margin:0 1px 0 0;
}

#nav li a:hover {
	background:url(../images/nav_a_hover.jpg) top center no-repeat #fff;
	
	color:#F36523;
	
}

#header h1 {
	font:2.7em Arial;
	letter-spacing:-1px;
	color:#222;
	float:left;
    padding:30px 20px 14px 45px;
	background:url(../images/conceras.gif) left bottom no-repeat;
}

#header h1 a {
	color:#222;
	text-decoration:none;
	border:none;
}

#header h1 a:hover {
	color:#000;
}

#header h1 span {
	font-size:.8em;
	color:#ccc;
	text-transform:uppercase;
}

#container {
	clear:both;
	padding:20px 0 0 0;
}

p.description {
	background:url(../images/description.jpg) right bottom no-repeat #005A97;
	padding:10px 10px 40px 10px;
	color:#fff;
	font-size:1.5em;
	line-height:25px;
	border-top:4px solid #004169;
}
p.description a {
	color:#004169;
	text-decoration:none;
	font-weight:bold;
	border-bottom:1px dotted #004169;
}
p.description a:hover {
    color:#F36523;
	border-bottom:1px solid #F36523;
}

#sidebar {	
	width:230px;
	float:right;
	background:url(../images/sidebar.jpg) top right no-repeat #fff;
	padding:10px 20px 10px 10px;
	margin:-30px 0 0 0;
}

#content {
	margin:0 260px 0 5px;
	padding:10px 20px 0 0;
    height: 100%;
	background:url(../images/content.jpg) top right no-repeat;
}

#content h2 {
	font:2.2em Arial;
	color:#F36523;
	letter-spacing:-1px;
	margin:10px 0;
	border-bottom:2px solid #eee;
	background:url(../images/h2.jpg) bottom left no-repeat;
	clear:left;
}
#content h2 a {
	color:#F36523;
	text-decoration:none;
}
#content p {
    color:#000000;
	margin:15px 0;
	font-size:120%;
	line-height:21px;
}
ol.subnav {
	margin:-10px 0 0 -5px;
	padding:0;
}
ol.subnav li {
	float:left;
	list-style:none;
	margin:0;
	padding:0;
}
ol.subnav h4 {
	font-weight:bold;
    font-size:110%;
	color:#004169;
	border-top:2px solid #fff;
	display:block;
	padding:5px;
	text-decoration:none;
	margin:0 5px 0 0;
	border-bottom:none;
}
ol.subnav a {
	font-weight:bold;
    font-size:110%;
	color:#004169;
	border-top:2px solid #fff;
	display:block;
	padding:5px;
	text-decoration:none;
	margin:0 5px 0 0;
	border-bottom:none;
}
ol.subnav a:hover {
	border-top:2px solid #F36523;
	color:#F36523;
	border-bottom:none;
}

#sidebar h2 {
	color:#F36523;
	margin:10px 0;
	font-size:1.3em;
}

p.news {
	background:#f4f4f4;
    color:#000000;
  	padding:10px;
	margin:0 0 10px 0;
	border-left:5px solid #f0f0f0;
}

p.news a.more {
	display:block;
	color:#333;
	text-decoration:none;
	text-align:right;
	border:none;
}

#sidebar ul {
	list-style:none;
	border-top:1px solid #eee;
	border:none;
	padding:0;
	margin:0;
}
#sidebar ul li {
	border-bottom:1px solid #eee;
	padding:5px;
	margin:0;
}
#sidebar ul li a {
	color:#004169;
	text-decoration:none;
}
#sidebar ul li a:hover {
	color:#F36523;
}

input {
	padding:5px;
	border:1px solid #eee;
	color:#555;
	width:220px;
}

#content h3 {
	font:1.8em Trebuchet MS;
	color:#004169;
	margin:10px 0;
}
blockquote {
	padding:0 0 0 10px;
	border-left:5px solid #eee;
}

ul {	
	margin:10px 10px 10px 0;
	padding:0 0 0 15px;
	border:1px solid #eee;
}
li {
    color:#000000;
	font-size:120%;
    margin:0 0 0 10px;
	padding:5px;
}
a {
	color:#004169;
	border-bottom:1px dotted #004169;
	text-decoration:none;
}
a:hover {
	color:#F36523;
    border-bottom:1px solid #F36523;
}

.push {
    height:110px;
}

#footer {
	text-align:center;
    height:110px;
	/*border-top:2px solid #000;*/
	padding:10px;
	margin:30px 0 0 0;
	color:#ccc;
	width:760px;
	margin:0 auto;
}

#footer a {
	color:#eee;
}

.form {
color: #F36523;
background: #fee3ad;
border: 1px solid #004169;
}

.formbutton {
cursor:pointer;
border:outset 1px #004169;
background:#004169;
color:#F36523;
font-weight:bold;
width:80px;
padding: 1px 2px;
background:url(../images/formbg.gif) repeat-x left top;
}
