@import url(http://fonts.googleapis.com/css?family=Cabin+Condensed:400,700);

body {
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: center top;
	background-image: url(media/bak.jpg);
}
p {
	text-align: left;
	padding-bottom: 15px;
	font-size: 15px;
	line-height: 1.5em;
	color: #242222;
	font-family: 'Cabin Condensed', "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: 400;
}
#mainContent a img {
	margin: 5px;
	padding: 5px;
	border: 1px solid #D0E9C2;
}
p a:link {
	color: #0099FF;
	text-decoration: none;
}
p a:visited {
	text-decoration: none;
	color: #0099FF;
}
p a:hover {
	color: #3399FF;
	text-decoration: none;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #3399FF;
}
p a:active {
	color: #3399FF;
	text-decoration: none;
}
/* this class is for the HEADER */
#header {
	background-image: url(media/bak.jpg);
	background-position: center top;
	height: 125px;
}
.logo {
}

h1, h2, h3, h4, h4, h5, h6 {
	font-family: 'Cabin Condensed', "Trebuchet MS", Arial, Helvetica, sans-serif;
}

/* this class is for the HEADINGS */
h1 {
	text-align: left;
	font-size: 30px;
	text-transform: capitalize;
	padding-top: 5px;
	color: #242222;
	margin-bottom: 10px;
	font-weight: 600;
}
h2 {
	text-align: left;
	font-size: 25px;
	margin-top: 5px;
	margin-bottom: 5px;
	color: #72C14A;
	font-weight: 600;
}

h3 {
	text-align: left;
	margin-top: 10px;
	margin-bottom: 8px;
	font-size: 20px;
	color: #72C14A;
	line-height: 1.25em;
	font-style: italic;
	font-weight: 600;
}
h4 {
	text-align: left;
	margin-top: 10px;
	margin-bottom: 5px;
	font-size: 18px;
	color: #72C14A;
	line-height: 1.5em;
	font-style: normal;
	font-weight: 600;
}
h5 {
	text-align: left;
	font-size: 15px;
	margin-top: 10px;
	margin-bottom: 5px;
	color: #252224;
	font-style: italic;
	font-weight: normal;
}
.twoColFixRtHdr #container #sidebar1 iframe {
	border: 2px solid #C1E3B0;
}





/* this class is for LINKS */
a:link {
	color: #08347B;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #0099FF;
}
a:hover {
	color: #00ADEF;
	text-decoration: none;
}






/* this class is for the FOOTER */
#footer {
	line-height: 1.65em;
	margin-top: 10px;
	color: #FFFFFF;
	padding: 0px;
	font-size: 10px;
	background-color: #6BBF46;
}
#footer p {
	text-align: center;
	font-size: 15px;
	color: #FFFFFF;
}
#footer a:link {
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:hover {
	color: #FFFF99;
	text-decoration: underline;
}






/* this class is for LISTS */
ul {
	margin-left: 15px;
	margin-top: 10px;
	margin-bottom: 10px;
}
li {
	font-family: 'Cabin Condensed',"Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height: 1.5em;
	list-style: disc url(../img/arrow-circle.gif) outside;
	padding: 0px;
	font-size: 18px;
	color: #333333;
}






.callout-block-dark {
	background-color: #FFFFFF;
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-image: url(media/fade.jpg);
	background-repeat: no-repeat;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 20px;
	min-height: 200px;
	margin-bottom: 1px;
}

.callout-block-dark h2 {
	font-size: 24px;
	color: #6999B1;
	padding-right: 145px;
	font-style: italic;
}





.callout-pdf {
	background-color: #FFD8CF;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border: 1px dashed #EF7870;
	color: #EF5852;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	line-height: 1.5em;
}
.callout-pdf img {
	margin-right: 10px;
}
#sidebar1 h1, #sidebar1 h2, #sidebar1 h3, #sidebar1 h4, #sidebar1 h5, #sidebar1 h6, #sidebar1 p {
	color: #FFFFFF;
}
.small-gallery img {
	padding: 3px;
	border: 1px solid #D0E9C2;
	background-color: #FFF;
	height: 90px;
	width: 90px;
	margin-bottom: 3px;
}
