@charset "utf-8";
/* index.css */


body {
	font-family: P22Wedge; 
	margin: 20px;
	padding: 20px;
	
}
.page { font-size: 1.0em; }

h1 {
	font-size: 1.3em;
	color: #333333;
	margin: 0px 0px .5em 0px;
	font-weight: 200;
}

p { margin: 0px 0px 1em 0px; font-size: 1em; }


li { margin: 0px 0px 10px 0px; }
a img { border: none; }
a { color: #FFF; }
a1 { color: #333; }
a:hover { color: #972015; }
a1:hover { color: #972015; }


.P22Wedge { 
	font-family: P22Wedge;
	font-weight: normal;
	font-style: normal;
}	
 
/* LAYOUT */

.page { position: relative; margin: 0px auto 0px auto; max-width: 980px;  }

.page header {
	display: block;
	position: relative;
	height: 260px;
	

}
.page header a.logo {
	position: absolute;
	top: 78px;
	left: 40px;
	display: block;
	width: 460px;
	height: 150px;
	z-index: 1003;
	background: url(../images/logo_large_copy.png) no-repeat 0px 0px;
	
}

page_content {						<!--First div-->	
	background-color: #fff;
	padding: 1px 0px 1px 0px;
		
}

.page_content_container {		<!--Second div-->
	width: 100%;
	height: 400px;
	margin-top:2px;
	margin-left: auto;
	margin-right: auto;

}

.main_panel_content {
	background-image: url(../images/background_index.jpg);   		    		    background-size: 100% 100%;
	background-repeat: no-repeat;
	padding-top: 57px;
	height: 500px;
	
}

.index_panel_holder {/*Positions sliding panels*/

	position: absolute;
	left: 455px;
	margin-top: -73px;	
	width: 400px

}

.index_slider_container_bottom {/*Positions bottom slider*/
	position: absolute;
	top: 680px;
	padding-top: 20px;
	height: 105px;
	width: 950px;
		
}
.page nav {
	position: absolute;
	top: 93px;
	right: 43px;
	text-align: right;
	visibility: visible;
}
.page nav a {
	border: 1px solid #e2d0a9;
	border-radius: 5px;
	color: #3073a2;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 0px 10px 0px 10px;
	text-decoration: none;
	font-weight: bolder;
	display: inline-block;
	margin: 0px 2px 0px 2px;
	background-color: #FFFFFF;
	font-size: 1.5em;
	box-shadow: 1px 2px 1px #333333;

}
.page nav a:hover {
	color: #CCC;
	background-color: #3073a2;
	font-weight: bolder;
	-webkit-transition: all 0.25s linear 0s;
	-moz-transition: all 0.25s linear 0s;
	-ms-transition: all 0.25s linear 0s;
	-o-transition: all 0.25s linear 0s;
	transition: all 0.25s linear 0s;
	-webkit-transform: scale(1.0);
	-moz-transform: scale(1.0);
	-ms-transform: scale(1.0);
	-o-transform: scale(1.0);
	transform: scale(1.0);

}


	
	footer {
	font-family: AngleciaProTitle-SemiBoldItalic; 
	display: block;
	border-top: 1px solid #ddd;
	padding: 10px 10px 10px 20px;
	margin-top: 103px;
	font-size: .9em;
	color: #757575;
	background-color: #fff;
	-moz-box-shadow: 0px 5px 3px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0px 5px 3px rgba(0,0,0,0.3);
	box-shadow: 0px 5px 3px rgba(0,0,0,0.3);

}



/* Rules Sensitive to Screen Size */

/* SMALL SCREEN RULES */
@media screen and (min-width: 150px) and (max-width: 500px) {	
	body { padding: 10px; }
	.page { margin: 0px; padding: 0px; font-size: 1.2em }
	.page header 
	{ height: 200px; background-image: url(../images/banner_small.jpg); }
	.page header a.logo {
	top: 30px;
	left: 15px;
	margin: 0px auto 0px auto;
	width: 300px;
	height: 60px;
	background: url(../images/logo_small.png) no-repeat 0px 0px;
	}


	h1 {
	font-size: 1.0em;
	color: #333333;
	margin: 5px 0px .5em 0px;
	font-weight:800;
}

	p1 { margin: 0px 0px 1em 0px; font-size: .8em; }
	
	.page .page_content .page_content_container_left {
	width: auto;
	float: none;
	top: 50px;
}
	.page .page_content .page_content_container_right 
	{ width: inherit; float: none; margin: 0px; }
	
	
	.page .page_content {
	background-color: #fff;
	padding: 1px 0px 1px 1px;
	margin-right: 0px;
	margin-left: 0px;
	
}
	
	.page .page_content .content { margin: 0px 3px 20px 3px; }
	

	.page_content_container {
	width: 100%;
	height: 440px;
	margin-left: auto;
	margin-right: auto;
	padding: 2px;
	border-radius: 12px;
	
}

	.main_panel_frame {
	
	width:95%;
	display: block;
	margin-left:5px;
	margin-right:0px;
	margin-top: 10px;
	padding: 3px;
	background-color: #FFF;
	border: 1px solid #669999;
	border-radius: 10px;	
	box-shadow: 1px 1px 2px #333333 
		

}

.main_panel_content {
	background-image: url(../images/.jpg);   		    
	background-size: 100% 100%;
	background-repeat: no-repeat;
	padding-top: 25px;
	padding-left: 20px;
	padding-right: 0px;
	height: 380px;
	
}
	.index_panel_holder {/*Positions sliding panels*/

	display:none;

}
	.page nav {
		position: inherit;
		padding: 15px 0px 1px 0px;
		text-align: left;
}
	

	.page nav a {
		color: #3073a2;
		border: 1px solid #68230b;
		padding: 7px 10px 7px 10px;
		font-weight: lighten;
		font-size: 1em;
		display: block;
		margin: 0px 10px 15px 10px;
		background: #cccccc url(../images/mobile_link_arrow.png) 		        no-repeat right 50%;
		cursor: pointer;
}
		
		
	.page nav a:hover {
		color: #fff;
		background-color: #3073a2;
		-webkit-transition: all 0.25s linear 0s;
		-moz-transition: all 0.25s linear 0s;
		-ms-transition: all 0.25s linear 0s;
		-o-transition: all 0.25s linear 0s;
		transition: all 0.25s linear 0s;
}

	footer {
		font-family: AngleciaProTitle-SemiBoldItalic; 
		padding: 5px 10px 5px 20px;
		margin-top: 140px;
		font-size: .6em;


}
}

/* MEDIUM SCREEN RULES */
@media screen and (min-width: 501px) and (max-width: 800px) {
	
	.page { position: relative; margin: 0px auto 0px auto; max-width: 760px;
}
	
	h1 {
	font-size: 1.0em;
	color: #333333;
	margin: 0px 0px .5em 0px;
	font-weight: 200;
}
	

	p { margin: 0px 0px 0.5em 0px; font-size: 0.9em; }
	 body {
	font-family: P22Wedge;
	background-color: #FFFFFF;	
}
	.page { margin: 0px; padding: 0px; font-size: 1.15em }
	
	.page header {
	display: block;
	position: relative;
	height: 206px;
	background: url(../images/banner_medium.jpg) no-repeat 0px 0px;
}
	.page header a.logo {
	top: 56px;
	left: 30px;
	width: 400px;
	height: 95px;
	background: url(../images/logo_medium.png) no-repeat 0px 0px;
}
	.page nav { 
	top: 73px; 
	right: 24px;
	font-size: 1.1em;
	
	 }
	.page nav a {
	border-color: #333333;
	margin-left: 6px;
	padding: 2px 9px 2px 9px;
	font-size: 1.1em;
	font-weight: lighter;
	}
	
	.page .page_content {
	padding: 1px 0px 1px 0px;
	
	
}

	.index_panel_holder {/*Positions sliding panels*/

	position: absolute;
	left: 247px;
	margin-top: -22px;	
	width: 400px;

}




	.main_panel_content {
	background-image: url(../images/background_index_medium.jpg);    		    background-size: 100% 100%;
	background-repeat: no-repeat;
	margin-top: 3px;
	padding-top: 15px;
	height: 425px;
	
}

a, a:visited { color: #fff; }
h1.fpo_text {
	color: #fff;
	font-family; 	font-size: 24px;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
}
p.fpo_text {
	color: #fff;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	font-size: 16px;
}

.sp h2 { font-size: 1.1em; margin: 0 0 .5em 0; }
.sp p { font-size: 0.9em; margin: 0 0 1em 0; }

/* Module layout */
.sp { width: 364px; position: absolute; float: left; margin: 0px 0px 10px 47px; }

.sp .tabs { position: relative; z-index: 101; display: none; }

/* Sliding panel layout*/
.sp .tabs span {
	display: inline-block;
	border-top: 2px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 8px 12px 8px 12px;
	margin: 0px;
	background-color: #FFF;
	cursor: pointer;
	position: relative;
	font-size: 0.8em;
}

.sp .tabs span:first-child {
	padding-left: 15px;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	
}

.sp .tabs span:last-child {
	padding-right: 15px;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;

}

.sp .tabs span.selected {
	color: #999;
	border-bottom: 1px solid #fff;
	font-size: 0.8em;
}

.sp .panel_container {
	position: relative;
	border: 1px solid #ccc;
	background-color: #fff;
	overflow: hidden;
	z-index: 100;
	margin-top: -1px;
	
}

.sp .panel_container .panel .panel_content { padding: 15px 15px 5px 15px; }

.sp .tabs .ipad.selected { color: #fff; background-color: #99cccc; border-bottom: 1px solid #8dbc52; }
.sp .panels .ipad { background: url(../images/images_background.jpg) no-repeat 0px 0px; }
.sp .panels .ipad h2 { color: #000; }
.sp .panels .ipad p { color: #284108; margin-right: 60px; }
.sp .panels .ipad a { color: #972015; }

.sp .tabs .video.selected { color: #fff; background-color: #99cccc; border-bottom: 1px solid #354e5c; }
.sp .panels .video { background: url(../images/images_background.jpg) no-repeat 0px 0px; }
.sp .panels .video .panel_content { margin-right: 60px; }
.sp .panels .video .panel_content h2 { color: #000; }
.sp .panels .video .panel_content p { color: #284108; }
.sp .panels .video .panel_content a { color: #972015; }

.sp .tabs .photo.selected { color: #fff; background-color: #99cccc; border-bottom: 1px solid #000; }
.sp .panels .photo { background: url(../images/images_background.jpg) no-repeat 0px 0px; }
.sp .panels .photo .panel_content { margin-right: 60px; }
.sp .panels .photo h2 { color: #000; }
.sp .panels .photo p { color: #284108; }
.sp .panels .photo a { color: #972015; }
.sp .panels .thumbnail { border: 1px solid #fff; }

/* Sliding panel layout ends */

/*FancyBox Begins*/
	
#content_gallery {
	
	
	height: 150px;
	width: 300px;
	margin-bottom: 20px;
	position: absolute;
	top: 280px;
	left: 410px;
	cursor: pointer;
	
}	

/*FancyBox Ends*/	
	


.index_slider_containerMedium_bottom { /*positions bottom slider*/
	position: absolute;
	top: 668px;
	padding-top: 20px;
	height: 80px;
	width: 445px;
	border: 2px solid #6699999;	
}


	footer {
	font-family: AngleciaProTitle-SemiBoldItalic; 
	padding: 5px 10px 5px 20px;
	margin-top: 42px;
	font-size: .7em;


}
}

/* LARGE SCREEN RULES */
@media screen and (min-width: 801px) and (max-width: 10000px) {
	body { padding: 20px; }	
}