/* 

CSS File

CHANGE COLOR STYLE

*/

body {
	color:#666;

}
/*============================================== GENERAL SECTION ==============================================*/
.white{font-family: lato, sans-serif; color:#fff; font-size: 16px; font-weight:normal; line-height:normal;}
.white-titles{font-family: lato, sans-serif; color:#fff; font-size: 25px; font-weight:normal; line-height:normal;}
.white-section{font-family: lato, sans-serif; color:#fff; font-size: 18px; font-weight:normal; line-height:normal;}
.green-section{font-family: lato, sans-serif; color:#8CC450; font-size: 18px; font-weight:normal; line-height:normal;}
.darkgreen-section{font-family: lato, sans-serif; color:#115573; font-size: 18px; font-weight:normal; line-height:normal;}

#bodychild {
	background:#fffff;
	-webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, .1);
	-moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, .1);
	box-shadow: 0px 0px 5px rgba(0, 0, 0, .1);
}
/*============================================== HEADER & LINK SECTION ==============================================*/

.header a, .header a:visited{font-family: lato, sans-serif; color:#ffffff; font-size: 16px; font-weight:normal; line-height:normal;}
.header a:hover{font-family: lato, sans-serif; color:#FFB700; font-size: 16px; font-weight:normal; line-height:normal;}

/*============================================== GREEN LINKS SECTION ==============================================*/

.links a, .links a:visited{font-family: lato, sans-serif; color:#71AB54; font-size: 18px; font-weight:normal; line-height:normal;}
.links a:hover{font-family: lato, sans-serif; color:#71AB54; font-size: 18px; font-weight:normal; text-decoration:underline; line-height:normal;}

/*============================================== WHITE LINKS SECTION ==============================================*/

.white-links a, .white-links a:visited{font-family: lato, sans-serif; color:#fff; font-size: 18px; font-weight:normal; line-height:normal;}
.white-links a:hover{font-family: lato, sans-serif; color:#fff; font-size: 18px; font-weight:normal; text-decoration:underline; line-height:normal;}

/*============================================== TITLES ==============================================*/

.LBtitle{font-family: lato, sans-serif; color:#8CC450; font-size: 30px; font-weight:bold; line-height:normal;}
.LNtitle{font-family: lato, sans-serif; color:#8CC450; font-size: 30px; font-weight:normal; line-height:normal;}
.DBtitle{font-family: lato, sans-serif; color:#115573; font-size: 30px; font-weight:bold; line-height:normal;}
.DNtitle{font-family: lato, sans-serif; color:#115573; font-size: 30px; font-weight:normal; line-height:normal;}
.DStitle{font-family: lato, sans-serif; color:#115573; font-size: 16px; font-weight:normal; line-height:normal;}
.WBtitle{font-family: lato, sans-serif; color:#ffffff; font-size: 30px; font-weight:bold; line-height:normal;}
.WNtitle{font-family: lato, sans-serif; color:#ffffff; font-size: 30px; font-weight:normal; line-height:normal;}
/*Larger Titles*/
.WLtitle{font-family: lato, sans-serif; color:#ffffff; font-size: 44px; font-weight:normal; line-height:normal;}
.DLtitle{font-family: lato, sans-serif; color:#115573; font-size: 44px; font-weight:normal; line-height:normal;}

/*============================================== FOOTER LINKS SECTION ==============================================*/

.footer a, .footer a:visited{font-family: lato, sans-serif; color:#ffffff; font-size: 12px; font-weight:normal;}
.footer a:hover{font-family: lato, sans-serif; color:#ffffff; font-size: 12px; font-weight:normal; text-decoration:underline;}

/*============================================== CONTENT SECTION ==============================================*/


/* Form */
input[type="text"],
textarea, input[type="password"], select{
	border:solid 1px #eaeaea;
	color:#666;
	background:#fafafa;
}
label{ color:#666;}
span.required{ color:#f00;}

/* Horizontal Line */
hr {
	color:#eaeaea;
	background-color:#eaeaea;
}

.separator {background:url(../images/dotted.png) repeat-x bottom;}

.line{ background:#eeeeee;}
.line div{ background:#1062F5; }

