@charset "utf-8";

html,body
{
	height: 100%;
}

body
{
	background: white url('images/bg-tile1.gif') repeat-x top left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0;
}

img.block
{
	display:block;
}

div#container
{
	margin: 0 auto -113px auto;
	min-height: 100%;
}

.main div#container
{
	background: url('images/pagebg.jpg') no-repeat top center;
}

.second div#container
{
	background: url('images/pagebg2.jpg') no-repeat top center;
}


img#logo
{
	display: block;
	margin: 23px 0 0 -7px;
	position: absolute;
	top: 0;
}

div#top-menu
{
	background: white url('images/bg-tile1.gif') repeat-x top left;
	height: 205px;
	padding-left: 160px;
}

div#top-menu img
{
	border: none;
	display: block;
	float: left;
	padding-top: 23px;
}


div#center
{
	margin: 0 auto;
	width: 946px;
}

.main div#center
{
	background: url('images/center-tile1.gif') repeat-y top left;
}

.second div#center
{
	background: url('images/center-tile2.gif') repeat-y top left;
}

div#page-inner
{
	min-height: 750px;
	position: relative;
	width: 946px;
}

.main div#page-inner
{
	background: url('images/main-bottom-bg.gif') no-repeat bottom left;
}

.second div#page-inner
{
	background: url('images/main-bottom-bg2.gif') no-repeat bottom left;
}

img#learn-more
{
	border: none;
	display: block;
	left: 25px;
	position: absolute;
	top: 524px;
}

div#main-column
{
	float: left;
	width: 741px;
}

.main div#main-column
{
}

.second div#main-column
{
	background: url('images/main-top-bg2.jpg') no-repeat top left;
}

div#intro-text
{
	background: white url('images/intro-bg.jpg') no-repeat left top;
	height: 450px;
	padding: 115px 348px 0 42px;
}

div#main-text
{
	margin: 0 29px 0 24px;
	min-height: 350px;
	padding: 35px 24px 90px 16px;
}

div#intro-text p, div#main-text p, div#latest-blog p
{
	line-height: 1.7em;
}

div#latest-blog
{
	float: left;
	padding: 10px 41px 20px 42px;
	width: 289px;
}

div#contact-anna
{
	float: left;
	padding: 10px 53px 20px 26px;
	width: 290px;
}

div#second-bottom-outer
{
	background: url('images/second-bottom-tile.gif') repeat-y 347px top;
	float: left;
	margin: 0 29px 0 24px;
}

div#second-bottom
{
	background: url('images/separator.gif') no-repeat 347px bottom;
	border-top: 1px solid #BCBCBC;
	float: left;
}

div#second-bottom div#latest-blog
{
	float: left;
	padding: 0px 40px 20px 16px;
	width: 291px;
}

div#second-bottom div#contact-anna
{
	float: left;
	padding: 0px 24px 20px 27px;
	width: 290px;
}

div#sidebar
{
	float: left;
	min-height: 350px;
	width: 205px;
}

.main div#sidebar
{
	background: url('images/main-sidebar-bg.jpg') no-repeat top left;
}

.second div#sidebar
{
	background: url('images/main-sidebar-bg2.jpg') no-repeat top left;
}


div#push
{
	clear: both;
	height: 113px;
}

div#footer
{
	background: black;
	border-top: 1px solid #BDBFC1;
	height: 112px;
}

div#footer-content
{
	color: white;
	margin: 0 auto;
	padding: 24px 0 0 42px;
	width: 904px;
}

div#footer-content p, div#footer-content span, div#footer-content td, div#footer-content a
{
	color: white;
}


/* --- navigation --- */
ul#navigation
{
	list-style: none;
	margin: 0;
	padding: 15px 0 40px 0;
}

ul#navigation li
{
	display: inline;
	position: relative;
}

ul#navigation a:visited.top,
ul#navigation a:link.top,
ul#navigation a.top
{
	color: black;
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	height: 26px;
	padding: 13px 30px 0 24px;
	text-decoration: none;
}

ul#navigation a:hover.top
{
	background: url('images/navline.gif') no-repeat left center;
}

ul.flyout
{
	border-bottom: 1px solid #ADAFB2;
	display: none;
	list-style: none;
	margin: 0 0 0 -150px;
	padding: 0;
	position: absolute;
	width: 150px;
}

ul.flyout li ul.flyout
{
	margin-left: -149px;
}

ul.flyout a:visited.flyout,
ul.flyout a:link.flyout,
ul.flyout a.flyout
{
	background: white;
	border: 1px solid #ADAFB2;
	border-bottom: none;
	color: black;
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	min-height: 1px;
	padding: 5px 11px;
	text-decoration: none;
}

ul.flyout a:hover.flyout
{
	background: #7B2B83;
	color: white;
}

input.contact-input, textarea.contact-input
{
	border: 1px solid #ADAFB2;
	color: black;
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	padding: 5px;
	margin: 0 0 10px 0;
	width: 280px;
}

textarea.contact-input
{
	height: 145px;
}






