@charset "UTF-8";
/* CSS Document */

html {
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-attachment: fixed;
	background-image: url(../images/home-bck.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
.wrapper {
	height: auto;
	width: 1040px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
}
.logo {
	height: auto;
	width: 485px;
	margin-right: auto;
	margin-left: auto;
}
.maincontent {
	font-family: 'PT Sans', sans-serif;
	width: 100%;
	margin-top: 400px;
	padding-left: 10px;
	border-left-width: 8px;
	border-left-style: double;
	border-left-color: rgba(158,100,44,.5);
	color: #FFF;
	font-size: 18px;
	height: 200px;
	overflow: auto;
}
.navbar {
	height: auto;
	width: 100%;
	float: none;
}

.social {
	float: right;
	width: 300px;
	height: auto;
	padding-bottom: 5px;
	margin-top: 10px;
}
#social li
{
	display: inline;
	list-style-type: none;
	float: right;
	margin-top: -10px;
	padding-left: 15px;
}

#navcontainer ul
{
	text-align: center;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-left: 0;
	color: white;
	width: 600px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: 32px;/* fixes Firefox 0.9.3 */
	float: left;
	left: 600px;
	margin: 0;
}

#navcontainer ul li
{
display: inline;
padding-left: 0;
padding-right: 0;
padding-bottom: 5px;
/* matches link padding except for left and right */
padding-top: 5px;
}

#navcontainer ul li a
{
padding-left: 10px;
padding-right: 10px;
padding-bottom: 5px;
padding-top: 5px;
color: white;
text-decoration: none;
}

#navcontainer ul li a:hover
{
	/*background-color: #369;*/
	color: #9E642C;
}
.footer {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #FFF;
	clear: both;
	float: none;
	height: auto;
	width: 400px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	margin-top: 40px;
}
a.tmalink:link {
	font-family: Verdana, Geneva, sans-serif;
	font-size: x-small;
	color: #FFFFFF;
	text-decoration: none;
}
a.tmalink:visited {
	font-family: Verdana, Geneva, sans-serif;
	font-size: x-small;
	color: #DA6971;
}
a.tmalink:hover {
	font-family: Verdana, Geneva, sans-serif;
	font-size: x-small;
	color: #DB7D35;
	text-decoration: underline;
}
