@charset "utf-8";
@import url("webfonts/RobotoSlab_Light/stylesheet.css");


<style type="text/css">

.body{
font-family:'Century Gothic W01';
font-family:'CenturyGothicW01-Italic';
font-family:'Century Gothic W01 Bold';
font-family:'CenturyGothicW01-BoldIt';
font-family:'Century Gothic W02';
font-family:'CenturyGothicW02-Italic';
font-family:'Century Gothic W02 Bold';
font-family:'CenturyGothicW02-BoldIt';
font-family:'Century Gothic W15';
font-family:'CenturyGothicW15-Italic';
font-family:'Century Gothic W15 Bold';
font-family:'CenturyGothicW15-BoldIt';
}

img, object, embed, video {
	max-width: 100%;
}
/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

/*
	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: 18%;
	margin-right: 25%;
	width: 95%;
	padding-left: 1.82%;
	padding-right: 1.82%;
	padding-top: 1%;
}

#LayoutDiv1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 1000px;
	display: block;
	height: 100%;
	word-spacing: normal;
}
body {
	margin: 0;
	padding: 0;
	color: #000;
	font-family: "Century Gothic", Verdana, Geneva, sans-serif;
	font-size: 100%;
	line-height: 1.4;
	top: 0px;
	word-spacing: normal;
}

/* ~~ Element/tag selectors ~~ */
ul, ol, dl { /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, {
	margin-top: 0;	 /* removing the top margin gets around an issue where margins can escape from their containing div. The remaining bottom margin will hold it away from any elements that follow. */
	padding-right: 15px;
	padding-left: 15px; /* adding the padding to the sides of the elements within the divs, instead of the divs themselves, gets rid of any box model math. A nested div with side padding can also be used as an alternate method. */
	font-size: 100%;
}

p{
	font-family: font-family: "Century Gothic", Verdana, Geneva, sans-serif;
	color: #999;
	font-size: 9px;
	
}
	
a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
	border: none;
}
/* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */
a:link {
	font-family: "Century Gothic", Verdana, Geneva, sans-serif;
	text-decoration: none;
	color: #6896E4;
	-webkit-transition: transform 0.3s ease-in-out .009s;
	-moz-transition: -moz-transform 0.3s ease-in-out .009s;
	transition: transform 0.3s ease-in-out .009s;
	-ms-transition: transform 0.3s ease-in-out .009s;
	-o-transition: transform 0.3s ease-in-out .009s;
}
a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	text-decoration: none;
}

/* ~~ this fixed width container surrounds all other elements ~~ */
.container {
	width: 960px;
	background: #FFF; /* the auto value on the sides, coupled with the width, centers the layout */
	height: 800px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	word-spacing: normal;
}

/* ~~ This is the layout information. ~~ 

1) Padding is only placed on the top and/or bottom of the div. The elements within this div have padding on their sides. This saves you from any "box model math". Keep in mind, if you add any side padding or border to the div itself, it will be added to the width you define to create the *total* width. You may also choose to remove the padding on the element in the div and place a second div within it with no width and the padding necessary for your design.

*/
.content {
	/* [disabled]padding: 10px 0; */
}

/* ~~ miscellaneous float/clear classes ~~ */
.fltrt {  /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the overflow:hidden on the .container is removed */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.header {
	color: rgba(204,204,204,1);

	width:!important
	margin-top: 50px;
	padding-top: 125px;
}
	
.slideshow {
	height: 662px;
	width: 968px;
	/* [disabled]border-right-width: thick; */
	/* [disabled]border-right-style: solid; */
	/* [disabled]border-right-color: #666; */
	padding-bottom: 0px;
}
)

.slideshow img {
	border: 0px solid #ccc;
	background-color: #eee;
	clear: both;
	width: 1000px;
	height: auto;
}
	
.navigation{
	font-family: "Century Gothic", Verdana, Geneva, sans-serif;
	font-size: 14px;
	background-color: #FFFFFF;
	height: 20px;
	color: #697585;
	height: 100px;
	position: relative;
	width: 968px;
	clear: both;
	float: inherit;
	background-position: left bottom;
	text-align: center;
	overflow: visible;
	left: 0px;
	right: 0px;
	/* [disabled]list-style-type: square; */
	cursor: text;
	filter: Invert;
	/* [disabled]page-break-before: auto; */
	/* [disabled]page-break-after: auto; */
	font-weight: 500;
	font-style: normal;
	line-height: 98px;
	vertical-align: middle;
	display: table-row-group;
	letter-spacing: 0.09em;
	word-spacing: 55px;
	background-repeat: no-repeat;
	background-attachment: fixed;
	border-right-style: none;
	border-bottom-style: solid;
	white-space: normal;
	border-bottom-width: 4px;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	-webkit-transition: all 0.3s ease-in-out 0.09s;
	-moz-transition: all 0.3s ease-in-out 0.09s;
	-ms-transition: all 0.3s ease-in-out 0.09s;
	-o-transition: all 0.3s ease-in-out 0.09s;
	transition: all 0.3s ease-in-out 0.09s;
	opacity: .7;
	border-bottom-color: #697585;
	box-shadow: 0px 7px 5px rgba(0,0,0,0.1),
                 550px 2px 5px rgba(0,0,0,0.05),
                 -550px -668px 5px rgba(0,0,0,0.05);
	padding-bottom: 0px;
	margin-bottom: 35px;
 



}



body {
	margin: 0;
	padding: 0;
	color: #000;
	font-family: "Century Gothic", Verdana, Geneva, sans-serif;
	font-size: 14px;
	line-height: 1.4;
	top: 0px;
	word-spacing: normal;
}
a:linkf {
	font-family: "Century Gothic", Verdana, Geneva, sans-serif;
	font-size: 10px;
	word-spacing: normal
	color: #6896E4;
	-webkit-transition: transform 0.3s ease-in-out 0.009s;
	-moz-transition: -moz-transform 0.3s ease-in-out 0.009s;
	transition: transform 0.3s ease-in-out 0.009s;
	-ms-transition: transform 0.3s ease-in-out 0.009s;
	-o-transition: transform 0.3s ease-in-out 0.009s;
	
}

a:link {
	font-family: "Century Gothic", Verdana, Geneva, sans-serif;
	text-decoration: none;
	color: #6896E4;
	-webkit-transition: transform 0.3s ease-in-out 0.009s;
	-moz-transition: -moz-transform 0.3s ease-in-out 0.009s;
	transition: transform 0.3s ease-in-out 0.009s;
	-ms-transition: transform 0.3s ease-in-out 0.009s;
	-o-transition: transform 0.3s ease-in-out 0.009s;
	word-spacing: normal;
}
a:visited {
	font-family: "Century Gothic", Verdana, Geneva, sans-serif;
	text-decoration: none;
	color: #6896E4;
	word-spacing: normal;
}
a:hover {
	font-family: "Century Gothic", Verdana, Geneva, sans-serif;
	/* [disabled]text-decoration: none; */
	color: #6896E4;
	-webkit-transition: all 3s ease-in-out 0.009s;
	-moz-transition: all 3s ease-in-out 0.009s;
	transition: all 3s ease-in-out 0.009s;
	text-shadow: 4px 4px 4px #FFF;
	-ms-transition: all 3s ease-in-out 0.009s;
	-o-transition: all 3s ease-in-out 0.009s;
}
a:active {
	font-family: "Century Gothic", Verdana, Geneva, sans-serif;
	text-decoration: none;
	color: #6896E4;
	
}


body {
	margin: 0px;
	background-color: #FFF;
	-webkit-text-size-adjust: none;
	word-spacing: normal;

}

#wrapper {
	text-align: left;
	margin-right: auto;
	height: 645px;
	margin-left: 0px;
	width: 1000px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	padding-top: 10%;
}

#HeaderLeft {
	width: 325px;
	height: 13px;
	background-color: #6896E4;
	margin-left: 0px;
	font-family: "Century Gothic", Verdana, Geneva, sans-serif;
	font-size: 15px;
	padding-right: 0px;
	color: #FFF;
	font-style: normal;
	line-height: 4px;
	font-weight: normal;
	float: left;
	margin-top: 0px;
	padding-top: 24px;
	text-align: center;
	border-top-left-radius: 3px;
}
#HeaderRight {
	width: 675px;
	height: 150px;
	background-color: #F5F5F5;
	font-family: "Century Gothic", Verdana, Geneva, sans-serif;
	font-size: 10px;
	text-align: center;
	color: #333;
	vertical-align: bottom;
	font-style: normal;
	line-height: 8px;
	font-weight: 400;
	text-indent: 200px;
	float: left;
	border-top-right-radius: 3px;
}
#mainContent {
	width: 440px;
	padding-left: 57px;
	font-family: "Century Gothic", Verdana, Geneva, sans-serif;

	
}

.footer {
	font-size: 7px;
	text-align: center;
	display: block;
	vertical-align: text-bottom;
	letter-spacing: normal;
	word-spacing: normal;
	height: 45px;
	/* [disabled]list-style-position: inside; */
	/* [disabled]list-style-type: circle; */
	padding-top: 25px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	position: relative;
	/* [disabled]top: 5%; */
	font-family: "RobotoSlab Light";
	margin-top: 15px;
	clear: both;
	line-height: 23px;
}

.link {
	font-family: "Century Gothic";
	font-size: 13px;
	font-weight: lighter;
	color: rgba(51,51,51,1);
	word-spacing: normal;
}

/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 480px) {
.gridContainer {
	width: 45%;
	padding-left: 1.1625%;
	padding-right: 1.1625%;
	paddding-top: 5px;
}
#LayoutDiv1 {
	clear: both;
	float: left;
	margin-left: 0px;
	display: block;
	position: relative;
	width: 45%;
}

}

/* 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: 70%;
	height: 30%;
	max-width: 1232px;
	padding-left: 0.9%;
	padding-right: 0.9%;
	padding-top: 1%;
	margin: auto;
	word-spacing: normal;
}

#LayoutDiv1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: none;
	height: 100%;
	font-size: 12px;
	word-spacing: normal;
}

.header {
	width: 80%;
	color: rgba(204,204,204,1);


	width:!important;
	margin-top: 0px;
	padding-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
}

@media only screen and (min-width: 1301px) {
.gridContainer {
	width: 88.2%;
	max-width: 1232px;
	padding-left: 0.9%;
	padding-right: 0.9%;
	padding-top: 4%;
	margin: auto;
}
#LayoutDiv1 {
	width: 100%;
	display: block;
	margin: 0;
	padding: 0px;
	height: 50%;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-right-color: #930;
	border-bottom-color: #930;
	border-left-color: #930;
	background-position: 100%;
	word-spacing: normal;
}
}
@media only screen and (min-width: 1001px) {
.gridContainer {
	width: 88.2%;
	max-width: 1232px;
	padding-left: 0.9%;
	padding-right: 0.9%;
	padding-top: 2%;
	margin: auto;
}
#LayoutDiv1 {
	width: 100%;
	display: block;
	margin: 0;
	padding: 0px;
	height: 50%;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-right-color: #930;
	border-bottom-color: #930;
	border-left-color: #930;
	background-position: 100%;
	word-spacing: normal;
}
}
