@charset "UTF-8";

/*	=============================================
	=============================================
	Layout (global rules for all sizes)
	=============================================
	=============================================*/
body {
	color: #575c7a;
	/* [disabled]background: #00355a url(../_images/background_gradient.jpg) 	repeat-x 0px 0px; */
	/* [disabled]line-height: 1.5em; */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background: #00355a url(../_images/background_gradient.jpg) 	repeat-x 0px 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#wrapper {
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: auto;
}

/* =Menu
==============================================================*/
/* main menu background and boarder */

#menuWrapper {
	width: 100%;
	background-color: #cbe7f5;
}
nav {
	width: 980px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	/* [disabled]height: 40px; */
	/* [disabled]line-height: 30px; */
	padding: 0px;
}
nav ul ul {
	display: none;  /* hides the second level mune items */
}
nav ul li:hover > ul {
	display: block;  /* makes the second menuitems list vertically under each other   */
}
nav ul {
	position: relative;
}
nav ul:after {
	content: ""; clear: both; display: block;  /*  will allow us to absolutely position the sub menus according to this main nav bar  */
}
nav ul li {
	float: left;  /*  Makes the main menu items horizontall displayed  */
	text-transform: uppercase;
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: bold;
}
nav ul li:hover {
	background: #083A5D;
}
nav ul li a {
	color: #FFF;/*  text color of the main menu item it is hovered over  */
	font-weight: normal;
}
nav ul li:hover a {
	color: #FFF;/*  text color of the main menu item it is hovered over  */
	font-weight: normal;
}
nav ul li a {
	display: block;
	color: #083A5D;
	text-decoration: none;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
}
nav ul ul {
	border-radius: 0px;
	padding: 0; /* second level menu baclground */
	position: absolute;
	top: 100%;  /* position right under the main menu */
	background-color: #083A5D;
	background-image: url(../_images/background_gradient.jpg);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	z-index: 9999;
}
nav ul ul li {
	float: none; /* make all the second level items list vertically by clearing the floats */
	/* [disabled]position: relative; */
	text-transform: capitalize;
}
nav ul ul li a {
	color: #fff;  /* color of the secondary list items */
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
}	
nav ul ul li a:hover {
	color: #99CCFF;
	text-decoration: underline;
}


/* =Page
==============================================================*/
/* main page background */

#page {
	max-width: 980px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: rgba(255,255,255,1);
	height: auto;
}



/* =Header
==============================================================*/
header {
	height: 150px;
	background-image: url(../_images/background1.jpg);
	background-color: #cbe7f5;
	background-repeat: repeat-x;
	position: relative;
	max-width: 980px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border: 4px solid rgba(255,255,255,1);
}
header #slogan {
	background-image: url(../_images/slogan_lg.png);
	background-repeat: no-repeat;
	position: absolute;
	background-position: right 0px;
	display: block;
	top: 10%;
	right: 5%;
	width: 300px;
	height: 125px;
}
header #title {
	position: absolute;
	top: 55%;
	padding-left: 5%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2.5em;
	font-weight: bold;
	color: rgba(255,255,255,1);
	text-shadow: 0px 0px 9px rgba(102,102,102,1);
}




/* = Banner Section
==============================================================*/
section {
	max-width: 980px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}



/* =Article Banner
==============================================================*/
article {
	height: auto;
	width: 19.9%;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: rgba(255,255,255,1);
	float: left;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: rgba(255,255,255,1);
}
section #ad1 {
	background-color: #5c97bf;
	/* [disabled]height: 125px; */
}
section #ad2 {
	background-color: #34495e;
}
section #ad3 {
	background-color: #52b3d9;
}
section #ad4 {
	background-color: #67809f;
}
section #ad5 {
	background-color: #81cfe0;
	border-right-style: none;
}
.adText {
	font-size: 1em;
	text-transform: capitalize;
	color: rgba(255,255,255,1);
	height: 55px;
	line-height: 1.2em;
	text-align: center;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.adImage {
	/* [disabled]height: 175px; */
	/* [disabled]width: 196px; */
	background-color: rgba(204,204,204,1);
	/* [disabled]background-image: url(../_images/adImage1_lg.jpg); */
}
.adImage img {
    max-width: 100%;
    height: auto;
    width: auto\9; /* ie8 */
}

/* = Main Conttent Section
==============================================================*/
#MainContent {
	/* [disabled]background-color: rgba(153,255,255,1); */
	height: auto;
	width: 66%;
	float: left;
	/* [disabled]text-align: center; */
	padding-left: 1%;
}
#MainContent .link1 {
	box-shadow: 0px 5px 0px 0px rgba(0,0,0,1);
	background-color: #85b6dd;
	float: left;
	height: 70px;
	width: 48%;
	border-radius: 0px 10px 0px 10px;
	text-align: center;
	margin-top: 1%;
	margin-right: 1%;
	margin-bottom: 2%;
	margin-left: 1%;
}

#MainContent a .link1:hover {
	box-shadow: 0px 0px 0px 0px;
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear; 
}

#MainContent .link1 h2 {
	font-size: 1.2em;
	font-weight: bold;
	text-transform: capitalize;
	color: rgba(255,255,255,1);
	line-height: 1em;
	padding-top: 3%;
	padding-bottom: 5px;
	padding-right: 2%;
	padding-left: 2%;
}
#MainContent .link1 p {
	color: rgba(255,255,255,1);
	font-size: .85em;
	line-height: 1.2em;
	font-weight: normal;
	padding-right: 10px;
	padding-left: 10px;
}



/* = Additional Content Section
==============================================================*/
#info {
	margin: 10px;
}
#info h3 {
	font-size: 2em;
	line-height: 1em;
	font-weight: bold;
	color: rgba(255,0,0,1);
	padding-bottom: 10px;
}
#info h4 {
	font-size: 1.7em;
	line-height: 1.2em;
	font-weight: bold;
	color: rgba(51,51,51,1);
	padding-bottom: 20px;
}
#info h5 {
	font-size: 1.2em;
	font-weight: bold;
	color: rgba(0,51,255,1);
	padding-top: 20px;
	padding-bottom: 10px;
	line-height: 1em;
}

#info p {
	font-size: 14px;
	line-height: 18px;
	color: rgba(102,102,102,1);
	padding-bottom: 10px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
}
.indentBoth25 {
	padding-right: 50px;
	padding-left: 50px;
}
.indentLeft100 {
	padding-left: 100px;
}
#info ul, #info ol {
	padding-left: 50px;
	padding-bottom: 20px;
}
#info ul li, #info ol li {
	font-size: 1em;
	line-height: 1.2em;
	padding-top: 5px;
	padding-bottom: 5px;
}
#info li li {
	font-size: 1em;
	line-height: 1.2em;
	padding-top: 5px;
	padding-bottom: 5px;
}


.bullets {
	list-style-type: disc;
}
.numbers {
	list-style-type: decimal
}




#info p b, #info p strong {
	color: rgba(0,0,0,1);
	font-weight: bold;
}

/* = Aside Section
==============================================================*/
aside {
	background-color: #cbe7f5;
	padding: 1%;
	float: right;
	height: auto;
	width: 30%;
}
aside h3 {
	font-size: 1.2em;
	line-height: 1.2em;
	font-weight: bold;
	color: rgba(51,51,51,1);
	text-align: center;
	margin-top: 15px;
}
aside p {
	font-size: 0.8em;
	line-height: 1em;
	color: rgba(102,102,102,1);
	padding: 5px;
	margin: 10px;

}

/* = Form Section
==============================================================*/

.formSection {
	/* [disabled]padding: 10px; */
	/* [disabled]width: 85%; */
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	height: auto;
	margin-bottom: 0px;
	/* [disabled]background-color: rgba(255,255,204,1); */
}
.formSection div .colspan2 {
	float: left;
	width: 50%;
	/* [disabled]background-color: rgba(153,255,255,1); */
}

input {
	width: 90%;
	margin-top: 10px;
	display: block;
	border: 1px outset rgba(204,204,204,.5);
	border-radius: 5px;
	font-size: 1em;
	color: rgba(0,0,0,1);
	margin-bottom: 10px;
	padding: 10px;
	margin-left: auto;
	margin-right: auto;
	background-color: rgba(255,255,255,1);
}
select {
	width: 90%;
	margin-top: 0px;
	display: block;
	border: 1px outset rgba(204,204,204,.5);
	border-radius: 2px;
	font-size: 1em;
	color: rgba(0,0,0,1);
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	/* [disabled]height: 50px; */
	padding: 10px;
	line-height: 2.5em;
}
input[type="submit"],.btn-submit {
	-moz-appearance: none;
	background-color: #f4d03f;
	border-color: #f39c12;
	border-radius: 5px;
	border-style: none none solid;
	border-width: 0 0 3px;
	display: block;
	font-weight: bold;
	width: 90%;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	-webkit-transition: all .5s;
	transition: all .5s;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
}
input[type="submit"]:hover {
	-moz-appearance:none;
	background-color:#f9bf3b;
	border-color:#f9bf3b;
	border-width:0 0 3px
}
input:focus {
	border: 1px solid #09C;
	background-color: #ccffff;
}
textarea {
	width: 90%;
	margin-top: 60px;
	display: block;
	border: 1px outset rgba(204,204,204,.5);
	border-radius: 5px;
	font-size: 1em;
	color: rgba(0,0,0,1);
	margin-bottom: 10px;
	padding: 10px;
	margin-left: auto;
	margin-right: auto;
	background-color: rgba(255,255,255,1);
	max-height: 50px;
	line-height: 2em;
	height: 50px;
}
.slider {
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	font-size: 14px;
	background-color: rgba(255,255,255,1);
	padding-top: 15px;
	padding-bottom: 0px;
}
.slider h4 {
	font-weight: bold;
	text-align: center;
}

.slider p {
	margin: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}


.leftFloat {
	float: left;
}
.rightFloat {
	float: right;
}
hr {
	/* [disabled]width: 90%; */
	margin-top: 25px;
	margin-right: auto;
	margin-bottom: 25px;
	margin-left: auto;
}



/* =Footer
==============================================================*/
footer {
	max-width: 980px;
	/* [disabled]background-color: rgba(255,0,0,1); */
	height: auto;
	/* [disabled]width: 980px; */
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	color: rgba(255,255,255,1);
	padding: 0%;
}
.footerMenu {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 2%;
	float: left;
	width: 21%;
	/* [disabled]background-color: rgba(0,255,255,1); */
}
footer .footerMenu h3 {
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 10px;
}
footer .footerMenu ul li {
	font-size: 0.8em;
	line-height: 1.7em;
}

footer .footerMenu ul li a, footer .footerMenu ul li a:active, footer .footerMenu ul li a:visited {
	color: rgba(255,255,255,1);
	text-decoration: none;
}

footer .footerMenu ul li a:hover {
	color: rgba(0,255,255,1);
	text-decoration: underline;
}
footer p {
	text-align: center;
	line-height: 1.2em;
	font-size: .8em;
	color: rgba(204,204,204,1);
}
