@charset "utf-8";

/* =Fonts
-------------------------------------------------------------- */

@font-face { font-family: Calibri; src: url('fonts/calibri.ttf'); } 
@font-face { font-family: Calibri; font-weight: bold; src: url('fonts/calibrib.ttf'); }
@font-face { font-family: Calibri; font-style: italic; src: url('fonts/calibrii.ttf'); }
@font-face { font-family: Calibri; font-weight: bold; font-style: italic; src: url('fonts/calibriz.ttf'); }

@font-face { font-family: "Minion Pro"; src: url('fonts/minionpro-regular-webfont.ttf'); } 
@font-face { font-family: "Minion Pro"; font-weight: bold; src: url('fonts/minionpro-bold-webfont.ttf'); }
@font-face { font-family: "Minion Pro"; font-style: italic; src: url('fonts/minionpro-it-webfont.ttf'); }
@font-face { font-family: "Minion Pro"; font-weight: bold; font-style: italic; src: url('fonts/minionpro-boldit-webfont.ttf'); }



body {
	background: #f1f1f1;
	margin: 0px;
	padding: 0px;
	font-family: Calibri, Verdana;
	font-size: 16px;
	line-height: 22px;
	color: #222;
}
img {
	margin: 0px;
	padding: 0px;
	border: none;
}
a {
	color: #002A7F;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #848484;
}
h1, h2, h3, h4, h5, h6 {
	color: #039;
	font-family: "Minion Pro", Georgia;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
p.opening {
	font-family: "Minion Pro", Georgia;
	font-size: 20px;
	line-height: 26px;
	color: #444;
}

h1 {
	font-size: 42px;
	line-height: 42px;
	margin: 10px 0px;
}
h2 {
	font-size: 36px;
	line-height: 36px;
	margin: 10px 0px;
}
h3 {
}
h4 {
}
h5 {
}
h6 {
}
hr {
	border: none;
	border-bottom: 1px solid #e0e0e0;
	margin: 20px 0px;
}
.left {
	float: left;
}
.right {
	float: right;
}
.clear {
	clear: both;
}
#wrapper {
	width: 924px;
	margin: auto;
}
#header {
	height: 200px;
	width: 900px;
	margin: auto;
}
#header_bg {
	background: url(images/floro-header-bg.jpg) no-repeat center top;
	min-height: 400px;
}
#menu {
	font-family: "Minion Pro", Georgia;
	font-size: 18px;
	font-style: italic;
	height: 20px;
	text-align: right;
	float: right;
	margin-top: -30px;
}
#menu ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#menu ul li {
	margin-left: 5px;
	display: inline;
}
#menu ul li a {
	line-height: 20px;
	padding: 0px 10px;
}
#slider_block {
	padding: 10px;
	border: 2px dashed #e0e0e0;
	clear: both;
	height: 320px;
}

#slider {
	width: 900px;
	margin: auto;
	height: 320px;
	-moz-box-shadow: 0px 0px 7px #888;
	-webkit-box-shadow: 0px 0px 7px #888;
	box-shadow: 0px 0px 7px #888;
}

.nivoSlider {
	position:relative;
	width:900px; /* Change this to your images height */
	background:url(images/loading.gif) no-repeat 50% 50%;
	height: 320px;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
.nivoSlider a {
    border:0;
    display:block;
}

#timeline {
	font-family: "Minion Pro", Georgia;
	font-size: 22px;
	color: #000;
	font-style: italic;
	border-bottom: 2px dashed #e0e0e0;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-bottom: 20px;
	width: 100%;
	clear: both;
}
#timeline ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	text-align: center;
	clear: both;
	height: 40px;
}
#timeline ul li {
	display: inline;
	padding: 0px 0px 0px 27px;
	background: url(images/timeline_link_circle.png) no-repeat;
	margin-right: 12px;
	margin-left: 12px;
}
#timeline ul li a {
	line-height: 40px;
}
#timeline ul li:hover {
	background: url(images/timeline_link_circle_hover.png) no-repeat;
}
#timeline ul li:hover a {
	text-decoration: none;
}
#timeline ul li.current {
	background: url(images/timeline_link_circle_current.png) no-repeat;
}
#timeline ul li.current a {
	color: #6910a4;
}



#timeline_ver {
	font-family: "Minion Pro", Georgia;
	font-size: 22px;
	color: #000;
	font-style: italic;
}
#timeline_ver ul {
	list-style-type: none;
	margin: 0px 0px 0px 20px;
	padding: 0px;
}
#timeline_ver ul li {
	margin: 0px;
	padding: 0px;
}
#timeline_ver ul li a {
	line-height: 36px;
	padding-left: 35px;
	background: url(images/timeline_link_circle.png) no-repeat left top;
}
#timeline_ver ul li a:hover {
	color: #848484;
	text-decoration: none;
	background: url(images/timeline_link_circle_hover.png) no-repeat left top;
}
#timeline_ver ul li.current a{
	background: url(images/timeline_link_circle_current.png) no-repeat left top;
	color: #6910a4;
}



#content {
	min-height: 300px;
}
#content #main {
	width: 520px;
	float: left;
	padding: 30px 32px 30px 30px;
}
#content #sidebar {
	padding: 30px 30px 30px 32px;
	width: 280px;
	float: left;
}
#footer {
	background: url(images/footer-bg.png) no-repeat center bottom;
	height: 200px;
}

#footer #inner_footer
  {
	width: 500px;
	margin: auto;
	padding-left: 400px;
	text-align: center;
	font-size: 12px;
	color: #555;
	padding-top: 100px;
}
