/* CSS BROWSER RESET CODE */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,form,label,table,caption,tbody,tfoot,thead,tr,th,td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}
/* END OF CSS BROWSER RESET CODE */


@import url(//fonts.googleapis.com/css?family=Lato:300,400,700,900,300italic,400italic,700italic,900italic);


/*--------------- Skeleton---------------*/


#wrap{
min-height:100%;
width:985px;
color:#666666;

margin-left: auto ;
margin-right: auto ;
}
.shadow {
-moz-box-shadow: 0 0 5px 5px #888;
-webkit-box-shadow: 0 0 5px 5px#888;
box-shadow: 0 0 5px 5px #888;
background-color:#fff;
}

#side-box{
border: 1px solid #d3e4ed;
}
	
#content{
width: 100%; 
background-color: white; 
min-height:100%;
margin-bottom: 10px;
}

/*----------------------------- START ANCHOR LINKS -- ------------------------------*/
/*----------------------------------------------------------------------------------*/

a:link {
	text-decoration: none;
	color: #009ed5;
}

a:active {
	color: #265e89;
	text-decoration: underline;
}

a:hover {
	color: #000;
	text-decoration: underline;
}

/* Improve readability when focused and hovered in all browsers:  h5bp.com/h */
a:hover,a:active {
	outline: 0;
}
a:visited {
	color: #036d92;
	text-decoration: none;
}

a:focus {
	outline: underline;
}
/*----------------------------- END ANCHOR LINKS -----------------------------------*/
/*----------------------------------------------------------------------------------*/



/* ###########--------------     END DROPDOWN MENU     -------------############# */
/* ###########--------------  START PAGE HEADERS & TEXT  -------------############# */

p {
	/*font-size: 11px;*/
	line-height: 1.4em;
}


h1,h1.pageHeader {
	color: #0391c5;
	/*font-size: 16px;*/
  font-size: 1.8em;
  margin: 1em 0 0.25em;
}

h2,h2.subHeader {
	color: #ee6e04;
  margin: 1em 0 0.25em;
	/*font-size: 12px;*/
  font-size: 1.4em;
	border: 0;
	outline: 0;
}

h3 {
	color: #035781;
	border-bottom: 1px solid #dcedf0;
	font-size: 12px;
}

h4 {
	color: #035781;
	font-size: 11px;
}

h5,h5.contentHeader {
	margin: 5px 0px 3px 0px;
	color: #035781;
}

h6 {
	color: inherit;
	font-size: 11px;
	margin-bottom: 0;
	padding-bottom: 0;
}


h3,.blockHeader {
	text-align: left;
	color: #043e5f;
	line-height: 14px;
}
/* ###########--------------  END PAGE HEADERS & TEXT  ------------############# */

/* ###########--------------  START FOOTER    --------------############# */

#footer {
	margin: 0px auto;
	width: 100%;
}

.footerText {
	background-color: #029DD6;
	padding: 20px 35px 30px 35px;
	font: normal 10px Verdana, Arial, Helvetica, sans-serif;
	line-height: 15px;
	color: #fff;
}

.footerNav {
	color: #616f74;
	font: normal 10px Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 5px 0 0 0;
	text-align: left;
}

.footerLogo {
  float: right;
}
/* ###########--------------        END  FOOTER           --------------############# */


/*----------------------------------------------------------------------------------*/
/* ###########-----------------     START TABLES      --------------############# */

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td {
	vertical-align: top;
}

/* ###########------------  START FORM ELEMENTS  --------------############# */

input[type="checkbox"],input[type="radio"] {
	background-color: transparent;
}

input[type="search"] {
	-webkit-appearance: textfield;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	-ms-box-sizing: content-box;
	box-sizing: content-box;
}

input[type="search"]::-webkit-search-decoration,input[type="search"]::-webkit-search-cancel-button {
	-webkit-appearance: none;
}
