@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-color:#0D0A26;
	font-family: "Myriad Pro";
	color:rgb(242,240,201);
}


/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		5;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	10;
	dw-gutter-percentage:	15;
	
	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: 87.6521%;
	padding-left: 1.1739%;
	padding-right: 1.1739%;
}
#LayoutDiv1 {
	clear:both;
	float: left;
	margin: 2% 0 0 0;
	width: 100%;
	display: block;
}
#LayoutDiv2 {
	clear:both;
	float: left;
	margin: 2% 0;
	width: 100%;
	height:auto;
	display: block;
	font-size: 10pt;
	color: #0D0A26;
}

ul {width: 100%;
	margin-left: 0;
	margin-bottom:2%;
	padding: 0;
}


li a{text-decoration: none;
	alignment-adjust:auto;
	font-weight:bold;
	color: #0D0A26;
	background-color:rgb(137,190,160);
	padding:4px;
	border-color:rgb(241,239,200);
	border-width:1px;
	border-style:solid;
	margin:	2% 0%;
}


li a:hover{
	color:black;
	background-color:rgb(103,139,129);
}

li a:active{
	color:white;
	background-color:rgb(103,139,129);
}

li a:visted{
	color: #0D0A26;
}
	
#LayoutDiv3 {
	clear: both;
	float: left;
	width: 80%;
	height: 120px;
	display: block;
	padding: 5%;
	margin: 2% 2%;
	background-color: #1F2D40;
	border-color:rgb(241,239,200);
	border-width:1px;
	border-style:solid;
	font-size: 15pt;
	font-style:italic;
	font-weight: normal;
	line-height: 100%;
	color: rgb(242,240,201);
}

#fade {
	list-style:none;
	text-align:center;
}

#LayoutDiv4 {
	clear: both;
	float: left;
	margin: 2% 0;
	width: 100%;
	display: block;
	font-size:12pt;
}
#LayoutDiv5 {
	clear: both;
	float: left;
	margin: 2% 0;
	width: 100%;
	display: block;
}
#LayoutDiv6 {
	float: left;
	margin: 2% 12% 2% 12%;
	alignment-adjust:auto;
	width: 100%;
	display: inline-block;
}
#LayoutDiv7 {
	clear: both;
	float: left;
	margin: 2% 0;
	width: 100%;
	display: block;
	font-size:10pt;
}

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

@media only screen and (min-width: 481px) {
.gridContainer {
	width: 88.5326%;
	padding-left: 0.7336%;
	padding-right: 0.7336%;
	margin:auto;
}
#LayoutDiv1 {
	clear: both;
	float: left;
	margin: 0% 0;
	width: 100%;
	display: block;
}
#LayoutDiv2 {
	clear: both;
	float: left;
	margin: 0;
	width: 100%;
	display: block;
	font-size: 10pt;
}

ul {width: 100%;
	margin-left: 0;
}

li {
	display: inline;
}

li a{text-decoration: none;
	alignment-adjust:auto;
	font-weight:bold;
	color: #0D0A26;
	background-color:rgb(137,190,160);
	padding:6px;

/* Firefox v1.0+ */

/*	-moz-border-radius:6px ;*/

/* Safari v3.0+ and by Chrome v0.2+ */

/*	-webkit-border-radius:6px ;*/

/* Firefox v4.0+ , Safari v5.0+ , Chrome v4.0+ , Opera v10.5+  and by IE v9.0+ */

	border-radius:20px ;
	border-color:rgb(241,239,200);
	border-width:1px;
	border-style:solid;
	margin:	2% 0%;
}

li a:hover{
	color:black;
	background-color:rgb(103,139,129);
}
li a:active{
	color:white;
	background-color:rgb(103,139,129);
}
#LayoutDiv3 {
	clear: both;
	float: left;
	display: block;
	height: auto;
	width:80%;
	height: 200px;
	padding: 5%;
	margin: 8% 2%;
	background-color: #1F2D40;
	border-color:rgb(241,239,200);
	border-width:1px;
	border-style:solid;
	font-size: 22pt;
	font-weight: normal;
	line-height: 100%;
	color: rgb(242,240,201);
}

#LayoutDiv4 {
	float: left;
	margin-left:inherit;
	width: 100%;
	display: block;
	font-size:16pt;
}
#LayoutDiv5 {
	float: left;
	margin: 2% 0%;
	width: 100%;
	display: block;
}
#LayoutDiv6 {
	float: left;
	margin: 2% 12% 2% 12%;
	alignment-adjust:auto;
	width: 80%;
	display: inline-block;
}
#LayoutDiv7 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	font-size:11pt;
}
}

/* 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: 88.826%;
	max-width: 1232px;
	padding-left: 0.5869%;
	padding-right: 0.5869%;
	margin: auto;
}
#LayoutDiv1 {
	float: left;
	margin: 2% 10% 0% 10%;
	alignment-adjust:auto;
	width: 89.8678%;
	display: block;
}

#LayoutDiv2 {
	float: left;
	margin: 0% 10%;
	width: 100%;
	display: block;
	font-size: 14pt;
	color: #0D0A26;
}

ul {width: 90%;
	margin-left: 0;
}

li {display:inline;
}

li a{text-decoration: none;
	alignment-adjust:auto;
	font-weight:bold;
	color: #0D0A26;
	background-color:rgb(137,190,160);
	padding:10px;

/* Firefox v1.0+ */

/*	-moz-border-radius:6px ;*/

/* Safari v3.0+ and by Chrome v0.2+ */

/*	-webkit-border-radius:6px ;*/

/* Firefox v4.0+ , Safari v5.0+ , Chrome v4.0+ , Opera v10.5+  and by IE v9.0+ */

	border-radius:20px ;
	border-color:rgb(241,239,200);
	border-width:1px;
	border-style:solid;
	margin:	2% 1%;
}

li a:hover{
	color:black;
	background-color:rgb(103,139,129);
}
li a:active{
	color:white;
	background-color:rgb(103,139,129);
}

#LayoutDiv3 {
	float: left;
	width: 100%;
	display: block;
	height: auto;
	width:550px;
	height:	200px;
	padding: 15px;
	margin-right:auto;
	margin-left:18%;
	margin-top:5%;
	margin-bottom:3%;
	background-color: #1F2D40;
	border-color:rgb(241,239,200);
	border-width:1px;
	border-style:solid;
	font-size: 26pt;
	font-style: italic;
	font-weight: normal;
	line-height: 100%;
	color:	rgb(242,240,201);
}

#LayoutDiv4 {
	float: left;
	margin-left: 12%;
	margin-right:10%;
	width: 40%;
	display: block;
	font-size:20pt;
}
#LayoutDiv5 {
	float: left;
	margin: 0% 12% 2% 12%;
	alignment-adjust:auto;
	width: 100%;
	display: block;
}
#LayoutDiv6 {
	float: left;
	margin: 2% 2% 2% 5%;
	alignment-adjust:auto;
	width: 40%;
	display: inline-block;
}
#LayoutDiv8 {
	float: left;
	margin: 2% 5% 2% 2%;
	alignment-adjust:auto;
	width: 40%;
	display: inline-block;
	text-align:center;
	font-size:24px;
}
#LayoutDiv7 {
	float: left;
	margin-left: 12%;
	width: 100%;
	display: block;
	font-size:12pt;
}
}
