﻿/*
Design by Metamorphosis Design
http://www.metamorphozis.com
Released for free under a Creative Commons Attribution 2.5 License
*/

*{
    margin: 0px;
    padding: 0px;
}

img, fieldset{
    padding: 0px;
    border: none;
	margin: 0px;
	line-height: 0px;
}

a{
    color: #ffffff;
    text-decoration: none;
	font-weight: bold;
}

a:hover {
    text-decoration: none;
    color: #00ebc7;
}

h3{
	font: 18px Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-weight: normal;
	text-align: center;
	padding-bottom: 5px;	
}

h2{
	font: 14px Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #00ebc7;
	padding-bottom: 15px;
}


body{	
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 17px;
    color: #ffffff;
    background: #FFFFDE;
}

.clear{
	clear: both;	
}


/*
	wrap
*/

#wrap{
	border: 20px solid #ffffff;
	width: 1032px;
	margin: 0 auto;
	background: #ffffff;
}

/*
	header
*/
#header{
	background:#900; top left;
	width: 1032px;
	height: 317px;
}
/*
	menu
*/



/*logo*/

#logo{
	width: 1032px;
	margin: 0 auto;
	height: 80px;
	padding-top: 40px;
	padding-left: 100px;
	background:#900;
}

#logo h1 a{
	font: 35px Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}

#logo pic a{
	width: 30px;
	float: left;
	background: url(images/Logo_icon.png) no-repeat top left;
	height: 30px;
	padding: 32px 20px 14px 20px;
}


#logo a small{
	font: 15px Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-weight: normal;
	text-decoration: none;
}

/*
	3 column box top
*/

#column_box{
	padding: 24px 32px 0px 32px;
}

#column2{
	margin: 0px 31px 0px 35px;
}


/*
	last box
*/

#last_box{
	background: url(images/last_box.jpg) no-repeat left top;
	height: 103px;
	margin-top: 10px;
}

#last_box p{
	padding: 17px 25px 10px 25px;
}

#last_box p a{
	font-weight: bold;
}

/*
	footer_top
*/

#footer_top_top{
	background: url(images/footer_top_top.jpg) no-repeat top left;
	height: 24px;
	margin-top: 17px;
}

#footer_top_bot{
	background: url(images/footer_top_bot.jpg) no-repeat top left;
	height: 27px;
}

#footer_repeat{
	background: #171c20 url(images/footer_top_repeat.jpg) repeat-x top;
	min-height: 249px;	
}

#footer_top{
	width: 841px;
	margin: 0 auto;
	padding-top: 18px;
	background: url(images/footer_top_border.png) no-repeat bottom left;
}

#footer_top a{
	color: #ffffff;
	font-weight: bold;
}

#footer_top a:hover{
	color: #38bda2;
}

#footer_top p{
	color: #ffffff;
	line-height: 20px;
}

.footer_text{
	background: url(images/footer_top_border.png) no-repeat top left;
	width: 1226px;
	padding: 10px 0px 10px 0px;
}

#footer_column2{
	padding: 0px 87px 0px 75px;
}

.foot_pad{
    padding-left: 45px;
	padding-top: 10px;
}





.ls{
    list-style: none;
    padding-left: 0px;
}


/*
	footer_bot
*/

#footer_bot{
	padding: 25px;
	text-align: center;
background:#900;
}


/*=================================*/
/* Nivo Slider Demo
/* November 2010
/* By: Gilbert Pellegrom
/* http://dev7studios.com
/*=================================*/


#slider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
#slider a {
	border:0;
	display:block;
}

.nivo-controlNav {
	position:absolute;
	left:260px;
	bottom:-42px;
	display: none;
}
.nivo-controlNav a.active {
	background-position:0 -22px;
}

a.nivo-nextNav {
	background-position:-30px 0;
	right:15px;
}
a.nivo-prevNav {
	left:15px;
}

.nivo-caption {
    text-shadow:none;
    font-family: Helvetica, Arial, sans-serif;
}
.nivo-caption a { 
    color:#efe9d1;
    text-decoration:underline;
}
