@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%;
}

/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		4;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	12;
	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. */
/*@media only screen (min-width: 320px) { */
@media only screen and (min-device-width:  320px) and (max-device-width:  767px)
 {

.gridContainer {
	width: 88.5%;
	max-width: 900px;
	padding-left: 0.75%;
	padding-right: 0.75%;
	margin: auto;
}
.topbar {
	background-color: #740019;
	height: 20px;
	width: 100%;
}
#Banner {
	clear: both;
	width: 100%;
	height: 100%;
}
/*#banner-area {
	height: 185px;
	background-image: url(../images/background_banner_area.jpg);
	background-repeat: no-repeat;
	width: 100%;
}*/
#banner2 {
	clear: none;
	float: left;
	margin-left: 0%;
	width: 26%;
	display: block;
	height: 78px;
	padding-left: 2%;
	padding-top: 3%;
	padding-right: 5px;
	line-height: 1em;
}
.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #FFFFFF;
	color: #083A6B;
}
#nav {
	float: left;
	margin-left: 0;
	width: 100%;
	text-align: center;
	background-color: #4F6F8E;
}
#Content {
	float: left;
	/*margin-left: 1.6949%;*/
	width: 96%;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	/*font-size: 1.2em;
	line-height: 1.1em;*/
	color: #4B4B4B;
	padding-left: 2%;
	padding-right: 2%;
	-moz-box-shadow: inset 0 0 6px #000;
	-webkit-box-shadow: inset 0 0 6px #000;
	box-shadow: inner 0 0 5px #888;
	background-color: #F1F3F5;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	line-height: 1.2em;
	color: #5B5B5B;
}
#Content2 {
	clear: none;
	float: left;
	margin-left: 1.6949%;
	width: 49.1525%;
	display: block;
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1.2em;
	color: #336699;	
}
td, th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 24px;
	color: #333333;
}

a {
	color: #3366CC;
	text-decoration: none;
}

form {
	background-color: #CCCC99;
}

.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 20px;
	background-color: #F1F3F5;
	color: #B6010A;
	font-weight: bolder;
}

.subtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	line-height: 22px;
	font-weight: bold;
	color: #595959;
	background-color: #F1F3F5;
}
.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	background-color: #FFFFFF;
	color: #083A6B;
}
/*.navLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	background-color: #DEDECA;
}*/
.sidebarHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .7em;
	line-height: 1em;
	color: #040000;
	width: 100%;
	text-align: left;
	text-shadow: 2px 1px #BAC7F8;
}
.imgspace {
	padding-left: 20px;
}
#footerarea {
	background-color: #000;
	width: 100%;
	height: 50px;
}
.footer1 {
	float: left;
	width: 60%;
	height: 40px;
	background-color: #000;
	padding-left: 2%;
	color: #CCC;
	padding-top: 10px;
}
.footer2 {
	float: left;
	margin-left: 0;
	width: 38%;
	background-color: #000;
	text-align: left;
	padding-top: 10px;
	color: #CCCCCC;
	height: 40px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: normal;
	font-weight: normal;
}
.footer3 {
	float: left;
	width: 98%;
	background-color: #000;
	text-align: right;
	height: 40px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	padding-right: 2%;
	color: #CCC;
	padding-top: 10px;
}
a:hover {
	text-decoration: underline;
}

input.big {
	width: 100px;
}

input.small {
	width: 50px;
}
/*Make Image Scalable - Assign this class to any image to make it scale with the browser window size*/
img.scalable {
	height: auto !important;
	width: auto !important;
	max-width: 50%;
}
.img responsive {
	max-width: 50%;
	width: auto !important;
	height: auto !important;	
}
}
/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-device-width:  768px)  and  (max-device-width:  1024px) 
{

.gridContainer {
	width: 88.5%;
	max-width: 1232px;
	padding-left: 0.75%;
	padding-right: 0.75%;
	margin: auto;
}
.topbar {
	background-color: #740019;
	height: 20px;
	width: 100%;
}
#Banner {
	clear: both;
	float: left;
	margin-left: 0%;
	width: 100%;
	display: block;
	height: 100%;
	padding-left: 2%;
	padding-top: 2%;
	padding-bottom: 2%;
}
/*#banner-area {
	height: 260px;
	background-image: url(../images/background_banner_area.jpg);
	background-repeat: no-repeat;
}*/
#banner2 {
	clear: none;
	float: left;
	margin-left: 0%;
	width: 28%;
	display: block;
	height: 188px;
	padding-left: 2%;
	padding-top: 5%;
}
/*#banner3 {
	clear: none;
	float: left;
	margin-left: 0%;
	width: 31.3%;
	background-color: #FFF;
	height: 249px;
	padding-right: 0%;
	padding-left: 6.7%;
	display: block;
}*/
.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #FFFFFF;
	color: #083A6B;
}
.sidebarHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2.1em;
	line-height: 0.5em;
	color: #040000;
	width: 100%;
	text-align: left;
	text-shadow: 3px 2px #BAC7F8;
}
#nav {
	float: left;
	margin-left: 0;
	width: 100%;
	text-align: center;
	background-color: #4F6F8E;
}
#Content {
	float: left;
	/*margin-left: 1.6949%;*/
	width: 96%;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	/*font-size: 1.2em;
	line-height: 1.1em;*/
	color: #4B4B4B;
	padding-left: 2%;
	padding-right: 2%;
	-moz-box-shadow: inset 0 0 6px #000;
	-webkit-box-shadow: inset 0 0 6px #000;
	box-shadow: inner 0 0 5px #888;
	background-color: #F1F3F5;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	line-height: 1.2em;
	color: #5B5B5B;
}
#Content2 {
	clear: none;
	float: left;
	margin-left: 1.6949%;
	width: 49.1525%;
	display: block;
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1.2em;
	color: #336699;	
}
td, th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 24px;
	color: #333333;
}

a {
	color: #3366CC;
	text-decoration: none;
}

form {
	background-color: #CCCC99;
}

.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	line-height: 30px;
	background-color: #F1F3F5;
	color: #B6010A;
	font-weight: bolder;
}

.subtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	line-height: 22px;
	font-weight: bold;
	color: #595959;
	background-color: #F1F3F5;
}
.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	background-color: #FFFFFF;
	color: #083A6B;
}
/*.navLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	background-color: #DEDECA;
}*/
.sidebarHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 1.1em;
	width: 100%;
	text-align: left;
	font-weight: bolder;
	padding-left: 10px;
}
.imgspace {
	padding-left: 10px;
}
#footerarea {
	background-color: #000;
	width: 100%;
	height: 50px;
}
.footer1 {
	float: left;
	width: 30%;
	height: 40px;
	background-color: #000;
	padding-left: 2%;
	color: #CCC;
	padding-top: 10px;
}
.footer2 {
	float: left;
	margin-left: 0;
	width: 34%;
	background-color: #000;
	text-align: left;
	padding-top: 10px;
	color: #CCCCCC;
	height: 40px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: normal;
	font-weight: normal;
}
.footer3 {
	float: left;
	width: 32%;
	background-color: #000;
	text-align: right;
	height: 40px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	padding-right: 2%;
	color: #CCC;
	padding-top: 10px;
}
a:hover {
	text-decoration: underline;
}
input.big {
	width: 100px;
}

input.small {
	width: 50px;
}
/*Make Image Scalable - Assign this class to any image to make it scale with the browser window size*/
img.scalable {
	height: auto !important;
	width: auto !important;
	max-width: 100%;
}
.img responsive {
	max-width: 100%;
	width: auto !important;
	height: auto !important;	
}
}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 260px){
.gridContainer {
	width: 90%;
	max-width: 1232px;
	/*	padding-left: 0.75%;
	padding-right: 0.75%; */
	-moz-box-shadow: inset 0 0 7px #000;
	-webkit-box-shadow: inset 0 0 7px #000;
	box-shadow: inner 0 0 7px #888;
	margin: auto;
}
.topbar {
	background-color: #740019;
	height: 20px;
	width: 100%;
}
#banner-area {
	height: 300px;
	/*background-image: url(../images/background2.jpg);
	background-repeat: no-repeat;*/
}

#shadearea {
	height: 250px;
	-moz-box-shadow: inset 0 0 6px #000;
	-webkit-box-shadow: inset 0 0 6px #000;
	box-shadow: inner 0 0 7px #888;
	background-color: #E3E7EA;
}

#Banner {
	float: left;
	width: 100%;
	height: 100%;
}
#banner2 {
	clear: none;
	float: left;
	margin-left: 0%;
	width: 28%;
	display: block;
	height: 188px;
	padding-left: 2%;
	padding-top: 5%;
}
/*#banner3 {
	clear: none;
	float: left;
	margin-left: 0%;
	width: 31.3%;
	background-color: #FFF;
	height: 229px;
	padding-top: 2%;
	padding-right: 0%;
	padding-left: 6.7%;
	display: block;
}*/
.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #FFFFFF;
	color: #083A6B;
}
#nav {
	float: left;
	margin-left: 0;
	width: 100%;
	text-align: center;
	background-color: #5D6D7D;
}
#Content {
	float: left;
	/*margin-left: 1.6949%;*/
	width: 96%;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	/*font-size: 1.2em;
	line-height: 1.1em;*/
	color: #4B4B4B;
	padding-left: 2%;
	padding-right: 2%;
	-moz-box-shadow: inset 0 0 6px #000;
	-webkit-box-shadow: inset 0 0 6px #000;
	box-shadow: inner 0 0 5px #888;
	background-color: #F1F3F5;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	line-height: 1.2em;
	color: #4B4B4B;
	background-color: #999;
}
#Content2 {
	clear: none;
	float: left;
	margin-left: 1.6949%;
	width: 49.1525%;
	display: block;
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1.2em;
	color: #5B5B5B;
}
.bullets {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1.4em;
	color: #5B5B5B;
}

td, th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 24px;
	color: #333333;
}

a {
	color: #3366CC;
	text-decoration: none;
}

form {
	background-color: #CCCC99;
}

.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	line-height: 30px;
	background-color: #F1F3F5;
	color: #B6010A;
	font-weight: bolder;
}

.subtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	line-height: 22px;
	font-weight: bold;
	color: #595959;
	background-color: #F1F3F5;
}
.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	background-color: #FFFFFF;
	color: #083A6B;
}
/*.navLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	background-color: #DEDECA;
}*/
.sidebarHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2.1em;
	line-height: 0.5em;
	color: #040000;
	width: 100%;
	text-align: left;
	text-shadow: 3px 2px #BAC7F8;
}
.imgspace {
	padding-left: 10px;
}
#footerarea {
	background-color: #000;
	width: 100%;
	height: 50px;
}
.footer1 {
	float: left;
	width: 30%;
	height: 40px;
	background-color: #000;
	padding-left: 2%;
	color: #CCC;
	padding-top: 10px;
}
.footer2 {
	float: left;
	margin-left: 0;
	width: 34%;
	background-color: #000;
	text-align: left;
	padding-top: 10px;
	color: #CCCCCC;
	height: 40px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: normal;
	font-weight: normal;
}
.footer3 {
	float: left;
	width: 32%;
	background-color: #000;
	text-align: right;
	height: 40px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	padding-right: 2%;
	color: #CCC;
	padding-top: 10px;
}
a:hover {
	text-decoration: underline;
}

input.big {
	width: 100px;
}

input.small {
	width: 50px;
}
/*Make Image Scalable - Assign this class to any image to make it scale with the browser window size*/
img.scalable {
	height: auto !important;
	width: auto !important;
	max-width: 50%;
}
img.responsive {
	max-width: 100%;
	width: auto !important;
	height: auto !important;	
}
}
