@charset "utf-8";
/* CSS Document */



/* ---- Reset all styles ---------------------------------------------------------- */

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, label, input, p, blockquote, address, th, td {
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}
ol, ul {
	list-style-type: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th {
	text-align: left;
}
fieldset, img {
	border: 0;
}

/* ---- Set new basic styles --------------------------------------------------------- */

body {
	background:#000000 url(/images/bg-vista.jpg) no-repeat center top;
	overflow: -moz-scrollbars-vertical !important; 
}
body, p, td, th, li, h1, h2, h3, h4, h5, h6  {
	font:normal 11px/1.5 Verdana, Arial, Helvetica, sans-serif;
}
.clear {
	clear:both;
}
h1 {

}
h2 {

}
a, a:visited {
	color: #855022;
	text-decoration:none;
}
a:hover {
	color:#c37f41;
}
ul li {
	margin-left:10px;
}
table tr td{
	padding:3px;
}
.float-right {
	float:right;
}
.float-left {
	float-left;
}
div.errordiv {
	border:3px double #371402;
	background-color:#FFFCE5;
	color:#371402;
	padding:5px 10px;
	font-weight:bold;
	margin-top:10px;
	margin-bottom:18px;
	padding-top:12px;
}
/* ---- =Structure! --------------------------------------------------------- */
#outer-container {
	position:relative;
	width:780px;
	/*height:670px;*/
	margin:0 auto;
	padding-top:25px;
}
#container-header {
	position:relative;
	width:780px;
}
#container-nav {
	position:absolute;
	width:780px;
	height:25px;
	top:105px;
	left:0;
	background-color:#000000;
}
#container-footer {
	position:relative;
	width:780px;
	height:130px;
}
/* ---- =Header! --------------------------------------------------------- */

#header {
	position:relative;
	z-index: 10;
}
#header h1 {
	/* Hide this accessibility heading from the visual display */
	position:absolute;
	text-indent:-9999px;
}
#header #text {
	display:none;
}
/* ---- =Footer --------------------------------------------------------- */

#footer {
	font:normal 10px/13px verdana, helvetica, arial, sans-serif;
	color:#b06920;
	text-transform:uppercase;
	text-align:center;
	padding-top:10px;
}
#footer a {
	color:#b06920;
	text-decoration:none;
}
#footer a:hover {
	color:#6f2c16;
}
#content-wrapper {
	position:relative;
}
#content-container {
	background:#F9F6E0;
/*	background:#F9F6E0 url(/images/hm-content-bg.jpg) repeat-y right bottom;*/
	position:relative;
	width:780px;
	margin-top:0;
}
#container-photo {
	position:relative;
	width:780px;
	height:180px;
	display:block;
	margin-top:25px;
}
#container-footer {
	position:relative;
	width:780px;
	height:130px;
	background-repeat: no-repeat;
	background-position: center top;
}
#column-main {
	float:left;
	display:inline;
	width:450px;
	margin:0;
padding:25px 25px 0 25px;
}
#column-side {
	position:relative;
	padding:0;
	float:right;
	display:inline;
	width:260px;
	margin:0;
}
#side-content {
	padding:15px 15px 0 25px;
}
#social-icons {
	display:block;
	width:200px;
	margin:0 auto;
}
#social-icons img {
	float:left;
	margin:0 10px;
}
