@charset "UTF-8";
/* CSS Document */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	color: #000;
	font-size: 1em;
	border: 0;
	background-position-y: top;
	background-image: url(/Images/Background_Header.png);
	background-repeat: repeat-x;
	background-color: #0099FF;
}

.container {
	width: 950px;
	margin: 0 auto;
	border: 0;
	padding-bottom: 5px;
}

.header {
	height: 202px;
	width: 950px;
	text-align: left;
	border: 0;
	background-color: #FFF;
	border-radius: 0 0 10px 10px;
}

.content {
	width: 920px;
	padding: 15px 15px 0 15px;
	border: 0;
	position: relative;
	background-color: #FFF;
	border-radius: 10px;
	margin: 12px 0 12px 0;
	box-shadow: 0 0 10px 0 #666;
}

.footer {
	width: 937px;
	padding: 0.435em;
	border: 0;
	text-align: center;
	margin-bottom: 20px;
	background-color: #FFF;
	border-radius: 10px;
	box-shadow: 0 0 10px 0 #666;
}


.quote {
	margin: 0 auto;
	background-color: #EEE;
	border-radius: 15px;
	color: #333;
	padding: 20px 20px 10px 20px;
	font-family: Georgia, Times New Roman, Times, serif;
	border-color: #0C3;
	border-style: double;
	border-width: 10px;
	box-shadow: 0 0 10px 1px #666;
}

#randomquote {
	margin: 20px auto;
	border-radius: 25px;
	width: 90%;
	height: 100%;
	padding: 5px 20px 0 20px;
	border-color: #E00;
	border-style: solid;
	border-width: 4px;
	font-size: 1em;
	box-shadow: 0 0 10px 1px #666;
	background-color: #EEE;
}

p {
    margin: 0.8em 0 1.2em 0;
    font-size: 0.9em;
    line-height: 1.5em;
    text-align: justify;
    font-style: normal;
    color: #333;
}
h1 {
	margin: 0 0 0.7em 0;
	font-size: 1.5em;
	line-height: 1.4em;
	text-align: justify;
	font-style: normal;
	color: #070;
}
h2 {
    margin: 0 0 0.5em 0;
    font-size: 1.3em;
    line-height: 1.5em;
    text-align: justify;
    font-style: normal;
    color: #555;
}
h3 {
	margin: 0 0 0.4em 0;
	font-size: 1em;
	line-height: 1.4em;
	text-align: justify;
	font-style: normal;
	color: #00B;
}
h4 {
	margin: 0 0 0.4em 0;
	font-size: 0.95em;
	line-height: 1.4em;
	text-align: justify;
	font-style: normal;
	color: #555;
}

ol, dl {padding: 0; margin: 0;}
ul {list-style: outside url(/Images/Tick.png);}
li {margin-bottom: 10px; color: #333; line-height: 1.4em; padding-right: 30px; text-align: justify; font-size: 0.9em;}
a img {border: none;}

a:link {color: #333; text-decoration: none;}
a:visited {color: #333; text-decoration: none;}
a:hover, a:active, a:focus {
	color: #666;
	text-decoration: underline;
	text-align: right;
}

.fltrt {float: right; margin-left: 1em;}
.fltlft {float: left; margin-right: 1em;}
.clearfloat {clear: both; height: 0; font-size: 0.1em; line-height: 0;}

.style1 {font-size: xx-small;}
.style2 {font-size: x-small;}
.style3 {font-size: small;}
.style4 {font-size: medium;}
.style5 {font-size: x-large;}
.style6 {font-size: xx-large;}
.style7 {font-size: 1em; line-height: 1.4em; font-style: italic;}
.style8 {font-size: small; text-align: right;}
.style9 {font-size: medium; font-style: normal; color: #333;}
.style10 {font-size: small; text-align: right; font-family: Verdana, Arial, Helvetica, sans-serif; color: #00B; padding-right: 30px;}
.style11 {font-size: medium; text-align: left; font-family: Verdana, Arial, Helvetica, sans-serif; color: #00B;}
.style12 {font-size: 1em; font-style: normal; text-align: justify; font-family: Palatino, Book Antiqua, Georgia, serif; color: #000; line-height: 1.5em;}

/* Flexslider */
.flex-container a:active,
.flexslider a:active {outline: none; margin: 0; padding: 0; border: 0;}
.slides {margin: 0; padding: 0; border: 0; list-style: none;} 

.flexslider {width: 500px; margin: 0; padding: 0; border: 0; zoom: 1; position: relative; left: 443px; bottom: 162px;}
.flexslider .slides {zoom: 1;}
.flexslider .slides > li {display: none; position: absolute;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {width: 500px; display: block;}

/* Clearfix for the .slides element */
.slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;} 
html[xmlns] .slides {display: block;} 
* html .slides {height: 1%;}

.no-js .slides > li:first-child {display: block;}
