@charset "utf-8";
/* CSS Document */

<!--
body {
	font: 100%/1.4  Rockwell, "Palatino Linotype", "Book Antiqua", Georgia, serif;
	background: #000;
	margin: 20px 0 0 0;
	padding: 0;
	color: #000;
}

/* ~~ Element/tag selectors ~~ */
ul, ol, dl {
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6 {
	margin-top: 30px;
	padding: 0;
	color: #003366;
	font-weight:normal;
}

p {
	margin-top: 0;
	line-height: 160%;
	padding: 0;
}
a img {
	border: none;
}
img {
    max-width : 100%!important;
	height : auto!important;
}
/* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */
a:link {
	color: #003366;
	text-decoration: underline;
}
a:visited {
	color: #CE9C47;
	text-decoration: underline;
}
a:hover, a:active, a:focus {
	text-decoration: underline;
}
#share {
	width: 80%;
	max-width: 1224px;
	margin: 0 auto;
	text-align: right;
	}

/* ~~ This fixed width container surrounds all other divs ~~ */
#container {
	width: 80%;
	max-width: 1224px;
	margin: 0 auto;
	background:#FFFFFF;
}

#rule {
	background-image:url(images/nav-background.gif) !important;
	background-repeat:repeat-x;
	background: #0A3C55; 
	height:20px !important;
	}
.homeright {
	margin: 4%;
	color: #FFF;
	text-indent: 2em;
	}
.interiorright {
	margin-top: -1%;
	color: #FFF;
	}
.menu {
	text-align: left;
	width: 90%;
	margin: .5em 0;
	padding: .5em !important;
	border-top: #CE9C47 solid 1px;
	background: #0A3C55; 
	background: linear-gradient(top, #0A3C55 0%, #3384AF 100%);  
	background: -moz-linear-gradient(top, #0A3C55 0%, #3384AF 100%); 
	background: -webkit-linear-gradient(top, #0A3C55 0%,#3384AF 100%); 
	box-shadow: 0px 0px .8em rgba(0,0,0,0.15);
	border-radius: 0;  
	list-style: none;
	position: relative;
	display: inline-table;
	color: #FFF; 
	text-decoration: none;
	text-shadow: .2em .2em .2em #000;
}
.content a:link {
	color: #003366;
	text-decoration: underline;
}
.content a:visited {
	color: #CE9C47;
	text-decoration: underline;
}
.content a:hover, .content a:active, .content a:focus {
	text-decoration: underline;
}

.homenav {padding: 0 .5em;
	}
.homenav ul{
	list-style:none;
	list-style-position:inside;
	padding: 0 1%;
		}
.homenav li{
	font-size:smaller;
	padding: 0 0 .5em .5em;
}
.homenav a:link {
	color: #CE9C47;
	text-decoration: none;
}
.homenav a:visited {
	color: #666;
	text-decoration: underline;
}
.homenav a:hover, .homenav a:active, .homenav a:focus {
	text-decoration: underline;
}
.homenav p a:link {
	color: #003366;
	text-decoration: none;
}
.homenav p a:visited {
	color: #003366;
	text-decoration: none;
}
.homenav p a:hover, .homenav p a:active, .homenav p a:focus {
	text-decoration: underline;
}
.services a:link {
	color: #003366;
	text-decoration: none;
}
.services a:visited {
	color: #003366;
	text-decoration: underline;
}
.services a:hover, .services a:active, .services a:focus {
	text-decoration: underline;
}
.services {
	padding:  0 .5em;
	}
.services p {
	color: #666;
	font-size:smaller;
	padding: 0 5% 0 0;	
	}
.nav {
	padding: 0 10%;
		}

.nav ul{
	list-style:none;
	list-style-position:inside;
	padding: 0 3%;
		}
.nav li{
	font-size:smaller;
	padding: 0 0 .5em .5em;
}
.nav a:link {
	color: #CE9C47;
	text-decoration: none;
}
.nav a:visited {
	color: #CE9C47;
	text-decoration: underline;
}
.nav a:hover, .nav a:active, .nav a:focus {
	text-decoration: underline;
}
.nav p a:link {
	color: #FFF;
	text-decoration: none;
}
.nav p a:visited {
	color: #FFF;
	text-decoration: underline;
}
.nav p a:hover, .nav p a:active, .nav p a:focus {
	text-decoration: underline;
}


/* ~~ The footer styles ~~ */
#footer {
	padding: 10px 0;
	background: #000;
	color: #fff;
	padding: 1.5em;
	position: relative;
	clear: both;
	text-align:center; 
}
#footer a:link, a:visited {
	color: #fff;
	text-decoration: none;
}
#footer a:hover, a:active, a:focus {
	color: #fff;
	text-decoration: underline;
}
/* ~~ Miscellaneous float/clear classes ~~ */
.fltrt {
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}
.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}


/*  SECTIONS  */
.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}

/*  COLUMN SETUP  */
.col {
	display: block;
	float:left;
	margin: 1% 0 1% 1.6%;
}
.col:first-child { margin-left: 0; }

/*  GROUPING  */
.group:before,
.group:after { content:""; display:table; }
.group:after { clear:both;}
.group { zoom:1; /* For IE 6/7 */ }

/*  GRID OF FOUR  */
.span_4_of_4 {
	width: 100%;
}
.span_3_of_4 {
	width: 74.6%;
}
.span_2_of_4 {
	width: 49.2%;
}
.span_1_of_4 {
	width: 23.8%;
}

/*  HOME COLUMN SETUP  */
.homecol {
	display: block;
	float:left;
	margin: 0 0 0 1.6%;
	padding-top: 2%; 
}
.homecol:first-child { margin-left: 0; }

/*  HOME GROUPING  */
.homegroup:before,
.homegroup:after { content:""; display:table; }
.homegroup:after { clear:both;}
.homegroup { zoom:1; /* For IE 6/7 */ }

/*  HOME GRID OF FOUR  */
.homespan_4_of_4 {
	width: 100%;
}
.homespan_3_of_4 {
	width: 74.6%;
}
.homespan_2_of_4 {
	width: 49.2%;
}
.homespan_1_of_4 {
	width: 23.8%;
}
@media only screen and (max-width: 1024px) {
#container {
	width: 100%;
}
#share {
	width: 100%;
}
}


/*  GO FULL WIDTH BELOW 480 PIXELS */
@media only screen and (max-width: 480px) {
body {
	margin: 0;
}
	.col {  margin: 1% 0 1% 0%; }
	.span_1_of_4, .span_2_of_4, .span_3_of_4, .span_4_of_4 { width: 100%; }
	.homecol {  margin: -.1% 0 1% 0%; }
	.homespan_1_of_4, .homespan_2_of_4, .homespan_3_of_4, .homespan_4_of_4 { width: 100%; }
	.share {display:none;}
}
@media only print {
#share {display:none;}
.menu {
	text-align: left;
	width: 90%;
	margin: .5em 0;
	padding: .5em !important;
	border-top: none;
	background: #FFF; 
	box-shadow: 0;
	border-radius: 0;  
	list-style: none;
	position: relative;
	display: block;
	color: #000; 
	text-decoration: none;
	text-shadow: none;
}
#rule {display:none;}

}

-->
