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

body {
	margin: 0px;
	padding: 0px;
	background: #42413C;
}/* To make the images flexible, simply add max-width:100% and height:auto. Image max-width:100% and height:auto works in IE7, but not in IE8 (yes, another weird IE bug). To fix this, you need to add width:auto\9 for IE8.  */

html,body {
    margin: 0px;
    padding: 0px;
    overflow-x: hidden; }
	
img {
	max-width: 100%;
	height: auto;
	width: 80%;
	position: static;
	left: auto;
	top: 227;
	overflow: auto;
	
}
/*
#mainWrapper {
	background: url(../pictures/wrapperHomePg.jpg) no-repeat fixed top;
	max-width: 1300px;
	min-height: 800px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 70px;
}
*/

#wrapperIndex{
	/*position:fixed;*/
	background: url(../pictures/wrapperHomePg.jpg) no-repeat fixed top;
	top:0;
	left:0px;
	width: 85%;
	height: 95%;
	margin-right: auto;
	margin-left: auto;
	padding-bottom:8%;
	clear: both;
}
#mainWrapperAboutPage {
	background: url(../pictures/wrapperAboutPg.jpg) no-repeat fixed top;
	top:0;
	left:0px;
	width: 85%;
	height: 95%;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 80px;
}
#mainWrapperSupportPage {
	background: url(../pictures/wrapperSupportPg.jpg) no-repeat fixed top;
	top:0;
	left:0px;
	width: 85%;
	height: 95%;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 80px;
}
#mainWrapperContactPage {
	background: url(../pictures/wrapperContactPg.jpg) no-repeat fixed top;
	top:0;
	left:0px;
	width: 85%;
	height: 95%;;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 80px;

}
#inner{
	text-align:center;
	width:75%;
	height:65%;
	clear: both;
	margin: 0 auto 13% auto;
	background-color:#FFF;
	}
#mainContent {
	width: 75%;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 0%;
	height: 65%;
	background: #FFF;
}

#contentRight {
	float: right;
	width: 55%;
	text-align: left;
	padding-right:5%;
}
#sidebarLeft {
	float: left;
	width: 30%;
	text-align: left;
	padding-top: 1%;
	padding-bottom: 44%;
	padding-left: 5%;
	border-top: none;
	border-bottom: none;
	border-left: none;
}
.contentPadding {
	padding: 40px, 20px, 25px, 20px;
}

/* begin navigation*/
#topNav {
	color: #F90;
	background: #A51B0D;
	text-align: center;
	display: block;
	height: 28px;
	width: auto;
	padding-top: 12px;
	padding-bottom: 4px;
}
		
#topNav li {
	float:left;
	clear: right;
	display:inline;
	list-style: none;
	text-align: center;
	color:#FC3;
	margin: 0;
	padding: 2;
	}
	
#topNav a:link, a:visited {
	padding: 9px;
	margin-right: 5px;
	font-family: Times;
	font-weight: normal;
	font-size: 1.0em;
	line-height:0.85em;
	color: #FC3;
	text-decoration: none;
	list-style: none;
}
#a:link{
	padding: 9px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 1.0em;
	line-height:0.85em;
	color: #A51B0D;
	text-decoration: none;
	list-style: none;
}

#topNav a:hover {
	background-color: #70120A;
}
#topNav a:active{
	background-color: #301C18;
	color: #FFF;
}

#topNav a:current{
	background-color: #301C18;
	color: #FFF;
}

#ul{
	list-style: none;
	text-align: center;
	padding: 0 0 0 18px;
	}

/*
a:current {
	background: #A51B0D;
	color: F90;
	cursor: default;
}/*




	
/* end navigation*/

	
	

#footer {
	padding-top: 8px;
	padding-bottom:15px;
	border-top: 2px  solid #FC3;
	margin-top: 12%;
	margin-right: auto;
	margin-left: auto;
	width: auto;
	background-color:#FFF;
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:lighter;
	font-size: 65%;
	color: rgb(4,35,9);
}

.clear {
	clear: both;
}

h1{
	margin-top: 8%;
	padding-top: 12px;
	padding-right: 15px;
	padding-left: 15px;
	Font: lighter Times, serif;
	font-size:  200%;
	font-stretch:extra-condensed;
	color: rgb(182,45,14);
}
	
h2{
	font:"Times New Roman", Times, serif;
	font-style: italic;
	font-size: 150%;
	color: #082C09;
	margin-bottom: 10%;
}
h3{
	font: Arial, Helvetica, sans-serif;
	font-size: 95%;
	font-weight: 900;
	color:  #082C09;
}
h4{ 
	font:Arial Black;
	font-size: 18px;
	font-style: italic;
	color: #42413C;
}
h5{ 
	font: Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#70120A;
	padding-top:6px;
	padding-bottom: 4px;
}

p{
	font:Arial, Helvetica, sans-serif;
	font-size: 75%;
	line-height:130%;
	color:#030
}

