html{
	background: rgb(37,69,132); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(37,69,132,1) 0%, rgba(255,255,255,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(37,69,132,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(37,69,132,1) 0%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(37,69,132,1) 0%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(37,69,132,1) 0%,rgba(255,255,255,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(37,69,132,1) 0%,rgba(255,255,255,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#254584', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}
	

body{
	margin:0;
	padding:0;
	min-height:600px;
	background-image: url("images/bodybk.png");
	background-position:top 150px center;
	background-repeat:no-repeat;
}

*{
	font-family:Verdana, Geneva, sans-serif;
}

.gold-text {color:#FFD700;}
.red-text {color:#f50a0a;}

p{
	font-size:13px;
	margin:0;
}

h1, h1 span {
  font-size: 32px !important;
}

h2, h2 span {
  font-size: 24px !important;
}

h3, h3 span {
  font-size: 18.72px !important;
}

h4, h4 span {
  font-size: 16px !important;
}

h5, h5 span {
  font-size: 13.28px !important;
}

h6, h6 span {
  font-size: 10.72px !important;
}

a{
    color:#1D6FB4;
}

#wrapper{
	margin:0;
	padding:0;
	width:100%;
}

#headerwrapper{
	width:100%;
	height:175px;
	border-top:solid 2px #77a5d8;
	border-bottom:solid 2px #FFFFFF;
	background: rgb(39,56,116); /* Old browsers */
	background: -moz-linear-gradient(left,  rgba(39,56,116,1) 0%, rgba(27,117,187,1) 48%, rgba(39,56,116,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(39,56,116,1)), color-stop(48%,rgba(27,117,187,1)), color-stop(100%,rgba(39,56,116,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  rgba(39,56,116,1) 0%,rgba(27,117,187,1) 48%,rgba(39,56,116,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  rgba(39,56,116,1) 0%,rgba(27,117,187,1) 48%,rgba(39,56,116,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  rgba(39,56,116,1) 0%,rgba(27,117,187,1) 48%,rgba(39,56,116,1) 100%); /* IE10+ */
	background: linear-gradient(to right,  rgba(39,56,116,1) 0%,rgba(27,117,187,1) 48%,rgba(39,56,116,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#273874', endColorstr='#273874',GradientType=1 ); /* IE6-9 */
}

#header{
	width:80%;
	height:150px;
	margin:0 auto;
	background-image:url("images/headerbk.png");
	background-repeat:no-repeat;
}

#header img{
    width:100%;
}

#logo {
    height: 150px;
    width: 38%;
	float:left;
}

#logo a{
	height: 150px;
    width: 100%;
	display:block;
}

#headerright{
	height:150px;
	width:44%;
	float:right;
}

#social {
    float: right;
    height: 30px;
    margin-top: 10px;
    width: 100%;
}

#search {
    float: right;
    height: 40px;
    margin-top: 55px;
    width: 100%;
}

.cse .gsc-control-cse, .gsc-control-cse {
    background-color: transparent !important;
    border: 1px solid transparent !important;
}

#mainNav {
    height: 45px;
    margin: 0 auto;
    width: 80%;
	background-color:#153B68;
	border-top:1px solid #77A6D9;
	
}

#mainNav ul {
    font-family: Arial, Verdana;
    font-size: 14px;
    margin: 0;
    padding: 0;
    list-style: none;
}
#mainNav ul li {
    display: block;
    position: relative;
    float: left;
    width:20%;
}
#mainNav li ul {
    display: none;
    width:200px;
}

#mainNav ul li:first-child a{
    padding-top:4px;
    height:41px;
}

#mainNav ul li a {
    display: block;
    text-decoration: none;
    margin-left: 1px;
	color: #FFFFFF;
    display: block;
    height: 33px;
    padding-top: 12px;
    text-align: center;
    text-decoration: none;
	background-image: url('images/borderright.png');
 	background-position: right top;
 	background-repeat: no-repeat;
	font-family:Verdana, Geneva, sans-serif;
	font-size:13px;
}

#mainNav ul li:last-child a{
	background-image:none;
}

#mainNav ul li a:hover {
	background-color:#2c679b;
}

#mainNav li:hover ul {
    display: block;
    position: absolute;
    width:200px;
}

#mainNav li:hover li {
    float: none;
    font-size: 11px;
    width:100%;
}

#mainNav li:hover a { 
	background: #153B68; 
}

li:hover li a:hover {
    background: #254584;
}

#mainNav ul ul a {
    height: 25px;
    padding: 5px 10px 0;
    text-align: left;
    vertical-align: middle;
}

#mainNav ul ul li:first-child a {
    height:30px;
}

.nav select {
  display: none;
  width:100%;
  background-color: #273D7A;
  border-color: #273D7A;
  color: #FFFFFF;
  height: 25px;
}

@media (max-width: 1024px) {
  .nav ul     { display: none; }
 .nav select { display: inline-block; }
	#mainNav {display: none;}
.quicklink{width:100% !important;}
#header{width:100%;}
}

@media (max-width: 700px) {
	#social{display:none;}
	#search{display:none;}
	#header{width:100%;}
	img{width:80%;}
	iframe{width:80%;}
	table{width:80%;}
}

@media (max-width: 480px) {
	#search{display:none;}
	#social{display:none;}
	#headerright{display:none;}
	#header{width:100%;}
	img{width:80%;}
	iframe{width:100%;}
	table{width:80%;}
	table img{width:80%;}
}

#container{
	width:80%;
	margin: 20px auto 0;
	min-height:400px;
}

#containerinner{
	width:78.3%;
	margin: 20px auto 0;
	min-height:400px;
	background-color:#ffffff;
	padding: 10px;
    text-align: center !important;
}

#containerinner > ul {
    font-size: 13px;
}

#container p{
	word-wrap:break-word;
	padding:10px;
    color:#000;
}

#slideshow{
	/* width:100%; */
	/*height:300px; */
	margin:0 auto;
}

#slideshowinner{
    /*height: 280px;*/
    width: 98%;
    border: 10px solid #FFFFFF;
    background: black;
    text-align: center;
}

#homewelcome{
    background-color: #FFFFFF;
    color: #000000;
    margin-bottom: 10px;
    padding: 10px;
    width: 98%;
    word-wrap: break-word;
}

.quicklink {
    background-color: #99aacc;
    border: 6px solid #fff;
    float: left;
    margin: 10px;
    min-height: 450px;
    width: 30%;
}

.quicklink p{
    background-color:#9BB2D4;
}



.quicklink h1 {
    background-color: #254584;
    color: #FFFFFF;
    min-height: 40px;
    text-align: center;
    width: 100%;
    word-wrap: break-word;
    font-size: 1.8em !important;
}

.quicklink ul {
    padding-left: 15px;
}

.quicklink ul li {
    color: #254584;
    font-size: 10px;
    margin-left: 15px;
    text-align: left;
}

.quicklink a{
	text-align:center;
	text-decoration:none;
}

.quicklink:hover{
    box-shadow: 1px 1px 4px 1px #000;
}

#footerwrapper {
    background-color: #254584;
    float: left;
    height: 100px;
    margin-top: 20px;
    width: 100%;
}

#footer{
	height:100px;
	width:80%;
	margin:0 auto;
}

#footerleft{
	height:100px;
	float:left;
}

#footernav{
	height:40px;
	width:100%;
}

#footernav ul{
	list-style:none;
}

#footernav ul li {
    border-right: 1px solid #FFFFFF;
    float: left;
    font-size: 14px;
    margin-right: 15px;
    padding-right: 15px;
}

#footernav ul li a{
	color:#ffffff;
	text-decoration:none;
}

#footernav ul li a:hover{
	text-decoration:underline;
}

#footernav ul li:last-child{
	border-right: none;
}

#copyright{
	height:25px;
	width:100%;
	float:left;
	color:#ffffff;
	margin-top: 20px;
}

#footerright{
	height:100px;
	float:right;
}

#signup{
	height:25px;
	width:100%;
	float:left;
}

.tca {
	float: right;
	opacity:0.4;
}


.tca:hover {
	opacity:10;
}



/* ==========================================================================
Admin Area
========================================================================== */
#adminArea {
    border: 1px solid #CCC;
    border-radius: 5px;
    margin: 30px auto 0;
    max-width: 300px;
    padding: 15px;
}

#adminArea h3 {
    font-size: 20px;
	margin: 0;
}

.form-group input {
    border: 1px solid #CCCCCC;
    border-radius: 5px;
    height: 30px;
    margin-bottom: 10px;
    padding-left: 5px;
    width: 98%;
}

#adminArea .btn {
    background-color: #3E84A0;
    border: 1px solid #0D4F66;
    border-radius: 5px;
    color: #FFFFFF;
    font-size: 14px;
    height: 30px;
    margin-bottom: 15px;
    width: 70px;
}

#adminArea .btn:hover {
    background-color: #35738A;
}
	
.small-message {
    float: right;
	font-size: 13px;
}

#adminCopy {
    font-size: 9px;
    margin: 25px auto 0;
    max-width: 350px;
    text-align: center;
}