@charset "UTF-8";

*{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
margin:0px;
padding:0px;
}

body {
margin-bottom:0;
margin-top:0;
background-color:#94d8e1;
margin:0px auto;
}

h1{
font-size:16px;
padding:0px 0px 10px 0px;
margin:0px auto;
font-weight:normal;
color:#964848;
}

a, a:link{
color:#C1912D;
text-decoration:none;
}

a:hover{
color:#5cacb7;
text-decoration:none;
}

.main_container{
margin:0px auto;
padding:0px;
}

.header_bg{
background:url(ad_header_bg.jpg) repeat-x 0 0;
padding:0px;
margin:0px auto;0
width:100%;
height:55px;
}

.header{
background-image:url(alana_dawes_header.jpg);
background-repeat:no-repeat;
text-align:center;
width:950px;
height:55px;
margin:0px auto;
}

.header a{
color:#ffffff;
text-decoration:none;
font-size:12px;
}

.header a:link{
color:#ffffff;
text-decoration:none;
font-size:12px;
}

.header a:hover{
color:#ffffff;
text-decoration:underline;
font-size:12px;
}

.nav{
background-image:url(ad_nav_bg.jpg);
background-repeat:repeat-x;
height:42px;
width:100%;
}

.nav_content{
width:785px;
margin:0px auto;
}

.nav_content ul{
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin:0;
padding:0;
}

.nav_content li{
display:inline;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin:0;
}

.nav_content li a{
color:#ffffff;
float:left;
text-decoration:none;
padding:5px 15px 0px 15px;
display:inline;
line-height:30px;
font-size:14px;
}

.nav_content li a:hover{
color:#ffffff;
float:left;
text-decoration:none;
padding:5px 15px 0px 15px;
background-image:url(nav_hoverbg.jpg);
background-repeat:repeat-x;
display:inline;
line-height:30px;
}

.feature_highlight{
background-color:#fffff2;
width:100%;
}

.feature_content{
width:785px;
margin:0px auto;
padding:25px 10px 25px 10px;
overflow:hidden;
}

.white_cont{
width:100%;
background-color:#ffffff;
}

.white_content{
width:785px;
margin:0px auto;
padding:15px 10px 15px 10px;
overflow:hidden;
}

.white_content ul{
margin:0px auto;
padding:0px 0px 0px 15px;
}


.footer_bg{
background-image:url(ad_footer_bg.jpg);
background-repeat:repeat-x;
width:100%;
height:40px;
}

.footer{
background-image:url(alana_dawes_footer.jpg);
background-repeat:no-repeat;
text-align:center;
width:950px;
height:40px;
margin:0px auto;
color:#ffffff;
font-size:11px;
padding:10px 0px 10px 0px;
}

.footer a{
font-size:11px;
color:#ffffff;
text-decoration:none;
}

.footer a:link{
font-size:11px;
color:#ffffff;
text-decoration:none;
}

.footer a:hover{
font-size:11px;
color:#ffffff;
text-decoration:underline;
}

/*Carousel*/

#wrapper {
    width: 765px;
    margin: 25px auto;
	margin-bottom:0px;
}

#intro {
    padding-bottom: 10px;
}

#slider {
    width: 720px;
    margin: 0 auto;
    position: relative;
	border: 3px solid #7d4047;
}

.scroll {
	overflow: hidden;
	width: 720px;
    margin: 0 auto;
    position: relative;
	background-color:#cf7f89;
}

.scrollContainer {
	position: relative;
}

.scrollContainer div.panel {
    padding: 10px;
    width: 274px;
	height: 250px;
}

#left-shadow {
	position: absolute;
	top: 0;
	left: 0;
	width: 12px;
	bottom: 0;
	/*background: url(../images/leftshadow.png) repeat-y;*/
}

#right-shadow {
	position: absolute;
	top: 0;
	right: 0;
	width: 12px;
	bottom: 0;
	/*background: url(../images/rightshadow.png) repeat-y;*/
}

.inside {
	padding: 10px;
	border: 1px solid #7d4047;
	background-color:#9c5058;
}

.inside img {
	display: block;
	border: 1px solid #7d4047;
	margin: 0 0 10px 0;
	width: 250px;
}

.inside p {
	font-size: 16px;
	color: #ffffff;
}

.inside a {
	font-size: 11px;
}

.scrollButtons {
    position: absolute;
    top: 100px;
    cursor: pointer;
}

.scrollButtons.left {
    left: -48px;
}

.scrollButtons.right {
    right: -48px;
}

.hide {
    display: none;
}