@charset "utf-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}
/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}
body{
	background-image:url(../images/bg_rpt.jpg);
	color:#FFF;
}.mainContent{
			margin-top:100px;
	}
.header{
	height:310px;
	background:url(../images/header_bg.png) bottom repeat-x;
	-moz-border-radius: 0px;
	-webkit-border-radius: 12px 6px 0px 0px;
	border-radius: 6px 6px 0px 0px; 
	
	
	}
.logo{
height:299px;
background:url(../images/logo.png) no-repeat;
margin:15px;	
width:880px;
	}
.menu{
	
	
		margin-left: 18%;
	}	
	
	.socialNetworking{
	
	
		margin-left: 96%;
	margin-top: 100px;
	}
.socialNetworking div{
	
	cursor:pointer;
	}
.menuItem{
	padding:17px;
	color:#37160b;
	float: left;
	margin-left: 0%;
	color:#873b11;
	cursor:pointer;
	text-shadow: 0.1em 0.1em rgb(5, 5, 5);
	text-shadow: 0 0 0.5em rgb(5, 5, 5), 0em 0em 0.5em rgb(5, 5, 5), 0em 0 0.5em rgb(5, 5, 5)
	}	
.menuItem h1{
		font-weight:bold;
		font-size:1.5em;		
	}

.menuItem:hover{
	color:#873b11;
	text-shadow: 0 0 1.2em #FFFFFF, 0em 0em 1em #FFFFFF, 0em 0 1.5em #FFFFFF
	}
active{
	color:#873b11;
	text-shadow: 0 0 1.2em #FFFFFF, 0em 0em 1em #FFFFFF, 0em 0 1.5em #FFFFFF
	}	
.middleContent{
			background-color:#e5e2e2;
			min-height:600px;
			width:861px;
			margin:0px auto;
			box-shadow: 0px 0px 5px #fff;
			border-radius: 10px;
	}
.middleContent .home{

	
	background-color:#2C1203;
	box-shadow: 0px 0px 20px #873b11;
	background: -webkit-linear-gradient(top, #441B04, #6A2600); /* For Safari */
background: -o-linear-gradient(bottom, #441B04, #6A2600); /* For Opera 11.1 to 12.0 */
background: -moz-linear-gradient(bottom, #441B04, #6A2600); /* For Firefox 3.6 to 15 */
background: linear-gradient(to bottom, #441B04, #6A2600); /* Standard syntax (must be last) */
}
	.imgverbox{
		width:100px;
		margin:auto 0px;
		float:left;
		
	}
.textverbox{
		margin-left:50px;
		width:350px;
		text-align:left;
	}
	
	.horBox{
	width : 100%;
	text-align:center;
	display:inline;
	/* height:200px; */
	/* height:160px; */
	margin:0px auto;
	min-height:100px;
	}
.gradBox{
/* height:200px; */
height:240px;
background: -webkit-linear-gradient(top, #ececea, #dad7d9); /* For Safari */
background: -o-linear-gradient(bottom, #ececea, #dad7d9); /* For Opera 11.1 to 12.0 */
background: -moz-linear-gradient(bottom, #ececea, #dad7d9); /* For Firefox 3.6 to 15 */
background: linear-gradient(to bottom, #ececea, #dad7d9); /* Standard syntax (must be last) */
	}
.Innerboxleft{
	width:400px;
	float:left;
	/* height:160px; */
	/* height:200px; */
	margin-left: 2%;
	margin-top: 5%;
	display:inline-flex;
	}

	.Innerboxright{
	width:400px;
	float:right;
	height:160px;
	margin-right: 1%;
	display:inline-flex;
	}

.Innerboxmiddle{
	width:28%;
	float:left;
	height:160px;
	margin-left: 1%;
	}	
.textverbox h2{
	color:#873b11;
	cursor:default;
	font-weight:bold;

	}
.textverbox h3{
	color:#545252;
	}	
.textverbox b{
	cursor:pointer;		
	}	
 .InnerboxleftTxt{ 

	height:200px;
	width:40%;
	float:left;
	margin-left: 7%;
		border:1px solid #FFF;
		background:#FFF;
	border-radius:3px;
	
	}
	
	
.midText{
	color:#545252;
	text-align:left;
	width:750px;
	margin:0px auto;
	}	
	
.midText h1{
	cursor:pointer;
	}
.back-to-top{
display:none;
background-color: #FFF;
border: none;
border-bottom: 0;
bottom: 0;
color: #111;
display: none;
float: left;
font-size: 11px;
padding: 10px 10px 5px;
position: fixed;
right: 30px;
text-decoration: none;
z-index: 99999;
-webkit-border-radius: 10px 10px 0 0;
-moz-border-radius: 10px 10px 0 0;
border-radius: 10px 10px 0 0;
}	
.footerContent{
	text-align:center;
	min-height:30px;
	}	
/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		5;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	10;
	dw-gutter-percentage:	25;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/

/* Mobile Layout: 480px and below. */

.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 869px%;
	padding-left: 1.82%;
	padding-right: 1.82%;
}
#LayoutDiv1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}

/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {
.gridContainer {
	width: 90.675%;
	padding-left: 1.1625%;
	padding-right: 1.1625%;
}
#LayoutDiv1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {
.gridContainer {
	width: 869px;
	max-width: 1232px;
	padding-left: 0.8%;
	padding-right: 0.8%;
	margin: auto;
}
#LayoutDiv1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
}