body {
	background-color:#FFF;
}

.left 			{ float: left !important; }
.right 			{ float: right !important; }
.center 			{ text-align:center !important; }
.floatclear 	{ clear:both; }

.col img,
aside img 		{ max-width: 100%; }

img+h1,
img+h2,
img+h3,
img+h4,
img+h5,
img+h6,
img+p 	{ margin-top: 10px;}


/* Layout
------------------------------------------------------------------------------------------------*/

.top { width: 100%; height: 20px; display: block; background-color:#bcaca0;}

.bottom { width: 100%; height: 20px; display: block; background-color:#a83a42; position: fixed; bottom:0;}



header,
.content {
	width: 840px;
	margin: 0 auto;
	padding: 30px 0 20px 0;
	display:block;
}

.top_image {
	display: block;
	margin: 0 0 40px;
}

.container {
}

section {
	float: left;
	display:block;
	width: 540px;
}

aside {
	width: 250px;
	float: left; 
	display: block;
	margin-left: 50px;
	padding: 0;
	
}

footer {
	width: 840px;
	margin: 0 auto;
	padding: 30px 0 60px 0;
	display:block;
	border-top: 1px solid #e1dacd;
	
}

/* Menu
------------------------------------------------------------------------------------------------*/

menu {
	padding: 0;
	font-size: 15px;
	margin-bottom: 30px;
}

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

menu ul li {
	list-style:none;
	margin: 0;
	padding: 0;
	height: 90px;
	display:block;
}

menu ul li:last-child {margin-bottom: 0px; }

menu ul li img { opacity:0.9;	filter:alpha(opacity=90); }
menu ul li:hover img{ opacity:1;	filter:alpha(opacity=100); }


menu a:link,
menu a:hover,
menu a:visited,
menu a:active  {
	display: block;
	text-decoration: none;
	color:#555;
}

menu a:hover { text-decoration: none; color: #a83a42; }

menu a:link h4,
menu a:hover h4,
menu a:visited h4,
menu a:active h4 {
	color:#5063a4;
}

menu a:hover h4 { text-decoration: none; color: #a83a42; }





/* Elements & custom styles
------------------------------------------------------------------------------------------------*/

.imageleft {
	float: left;
	margin-right: 30px;
	margin-bottom: 10px;	
	max-width: 270px !important; /* Four columns */
	height: auto;
}

.imageright {
	float: right;
	margin-left: 30px;
	margin-bottom: 10px;	
	max-width: 270px !important; /* Four columns */
	height: auto;
}

.box {
	padding:20px;
	background-color:#a83a42;
	text-align:center;
	color: #FFF;
	font-size: 19px;
	line-height:1.3em;
	font-style:italic;
	margin-bottom: 30px;
}

.module {
	float: left;
	overflow:hidden;
	margin: 0 25px 25px 0;
}

.module img {
	margin-bottom: 10px;
	opacity:0.9;
	filter:alpha(opacity=90);
}

.module img:hover {
	opacity:1.0;
	filter:alpha(opacity=100);
}

menu .thumb { margin-bottom: 0;}

.thumb {
	float: left;
	display:block;
	height:inherit;
	margin-right: 10px;	
	margin-bottom: 30px;
	opacity:0.9;
	filter:alpha(opacity=00);
}

.thumb:hover {
	opacity:1.0;
	filter:alpha(opacity=100);
}



/* Forms
------------------------------------------------------------------------------------------------*/

.contact {
	padding: 30px;
	border: 1px solid #e1e1e1;
	-moz-box-shadow: 1px 1px 5px #e1e1e1;
	-webkit-box-shadow: 1px 1px 5px #e1e1e1;
  	box-shadow: 1px 1px 5px #e1e1e1;
	-o-border-radius: 5px;
	-icab-border-radius: 5px;
	-khtml-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}



.contact .half		{ width: 44%; }
.contact .full		{ width: 94%; }


.field {
	float: left;
	margin: 3%;
	margin-top: 0;
}

label {
	display: block;
	float:none;
	width: 100%;
	font-size: 15px;
	line-height: 30px;
	margin-right: 30px;
}

input[type="text"] {
	width: 95%;
	height: 30px;
	line-height: 30px;
	padding: 0px 5px;
	font-size:14px;
	color:#999;
	border: 1px solid #333;
	background-color:#333;
	
	-o-border-radius: 3px;
	-icab-border-radius: 3px;
	-khtml-border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

input[type="checkbox"] {
	float: left;
	margin: 8px 10px 0 0;
}


textarea {
	width: 97%;
	height:170px;
	line-height: 20px;
	padding: 5px;
	font-size:14px;
	color:#999;
	border: 1px solid #333;
	background-color:#333;
	
	-o-border-radius: 3px;
	-icab-border-radius: 3px;
	-khtml-border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}


/* Buttons
------------------------------------------------------------------------------------------------*/

a.button {
	display:inline-block;
	color:#FFFFFF;
	font-weight:normal;
	font-size:17px;
	padding: 0 14px;
	height:50px;
	line-height:50px;
	text-decoration:none;
	text-align:center;
	background-color: #154174;
}

a:hover.button {
	text-decoration: none;
	background-color: #a83a42;

}

a:active.button {
	line-height:52px;
}

.buttonicon {
	float:left;
	margin-right: 6px;
}

.button.left {
	float:left;
	margin: 0 20px 15px 0;
}

.button.right {
	float:right;
	margin: 0 0 15px 20px;
}

