@charset "UTF-8";
/* CSS Document */

@import url("reset.css");

body{
	font-family:Verdana, Geneva, sans-serif;
	font-size:62.5%;
	color:black;
	background:url(../images/bg-headerstripe.png) repeat-x white;
}

.clear{
	clear:both;
}

.black{
	color:black;
}

.purple{
	color:#c60b46;
}

.white{
	color:white;
}


h1{
	font-size:2.2em;
	margin-bottom:0.5em;
	color:#c60b46;
}

h2{
	font-size:1.6em;
	margin-bottom:0.5em;
	color:#c60b46;
}

h3{
	font-size:1.4em;
	margin-bottom:0.5em;
	color:#c60b46;
}

p{
	font-size:1.2em;
	margin-bottom:0.5em;
}

a{
	color:#c60b46;
	text-decoration:none;
}

a:hover{
	text-decoration:underline;
}


img.rounded{
	margin-right:10px;
}


#wrapper{
	width:100%;	
}

#title{
	position:absolute;
	top:-65px;
	right:0;
	text-align:right;
	font-size:2.4em;
}

#holder{
	position:relative;
	width:940px;
	margin:101px auto 0;
}

#nav{
	width:920px;
	margin-left:20px;
	background: url(../images/bg-menu.png) bottom no-repeat #e4e8ea;
}

* html #nav{
	display:inline;
}

.menu {
    position: relative;
	width: 920px;
    height: 29px;
	padding-left:30px;
    overflow: hidden;
}
    /* Force the list to flow horizontally */
    .menu li {
        float: left;
        list-style: none;
    }
        /* Represents the background of the highlighted menu-item. */
        .menu li.back {
            background: url("../images/menu-hover.png") no-repeat right -30px;
            width: 9px; height: 30px;
            z-index: 8;
            position: absolute;
        }
            .menu li.back .left {
                background: url("../images/menu-hover.png") no-repeat top left;
                height: 30px;
                margin-right: 9px;
            }
        /* Styles for each menu-item. */
        .menu li a {
            position: relative;
			overflow: hidden;
            text-decoration: none;
			font-size:1.4em;
            color: #fff;
			outline: none;
            text-align: center;
            height: 30px; top: 7px;
            z-index: 10; letter-spacing: 0;
            float: left; display: block;
            margin: auto 10px;
        }

#containertop{
	width:940px;
	height:40px;
	background:url(../images/bg-container-top.png) no-repeat top;
	float:left;
}

#containermiddle{
	width:860px;
	padding:0 40px;
	background:url(../images/bg-container-repeat.png) repeat-y;
	float:left;
}

#containerbottom{
	width:940px;
	height:40px;
	background:url(../images/bg-container-bottom.png) no-repeat bottom;
	float:left;
}

.boxfull{
	width:840px;
	margin-bottom:10px;
	padding:10px;
	float:left;
	background-color:#bfe7fb;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
}


.boxthird-left{
	width:260px;
	margin:0 10px 10px 0;
	padding:10px;
	float:left;
	background-color:#bfe7fb;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
}

.boxthird-right{
	width:260px;
	margin:0 0 10px 0;
	padding:10px;
	float:right;
	background-color:#bfe7fb;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
}

.boxtwothird-left{
	width:550px;
	margin:0 10px 10px 0;
	padding:10px;
	float:left;
	background-color:#bfe7fb;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
}

.boxtwothird-right{
	width:550px;
	margin:0 0 10px 0;
	padding:10px;
	float:right;
	background-color:#bfe7fb;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
}

.cycleholder{
	width:550px;
	height:350px;
	margin-right:20px;
	float:left;
}

form{
	float:left;
}

.col-left{
	width:410px;
	float:left;
}

.col-right{
	width:410px;
	float:right;
}

label{
	font-size:1.2em;
	float:left;
}

label.text{
	width:410px;
	float:left;
}

input.text{
	width:410px;
	height:20px;
	margin:3px 0 10px;
	float:left;
	background-color:white;
	border:none;
	color:#c60b46;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}

.checkbox, .radio {
	width: 19px;
	height: 25px;
	padding: 0 5px 0 0;
	background: url(../images/form/checkbox.png) no-repeat;
	display: block;
	clear: left;
	float: left;
}
.radio {
	background: url(../images/form/radio.png) no-repeat;
}
.select {
	position: absolute;
	width: 158px; /* With the padding included, the width is 190 pixels: the actual width of the image. */
	height: 21px;
	padding: 0 24px 0 8px;
	color: #fff;
	/*font: 12px/21px arial,sans-serif;*/
	background: url(../images/form/select.png) no-repeat;
	overflow: hidden;
}


textarea{
	width:410px;
	margin:3px 0 10px;
	float:left;
	background-color:white;
	border:none;
	color:#c60b46;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}

input.btn{
	padding:2px 5px;
	font-size:1.4em;
	color:white;
	background-color:#c60b46;
	border:solid 2px white;
	float:right;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	
}


table{
	width:840px;
}

tr{
	padding-bottom:5px;
}


.tablerowhighlight{
	background-color:#C60B46 !important;
	color:white;
}

.tablerowhighlight a{
	color:white;
}


#map{
	height:500px;
	width:545px;
	border:solid 2px #bfe7fb;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
}

.imageholder{
	width:840px;
	margin-bottom:10px;
	padding:10px;
	float:left;:
}

.imageholder img{
	float:left;
	margin:10px;
}


#footer{
	width:920px;
	margin:30px 0 10px;
	padding:10px;
	float:left;
	background-color:#bfe7fb;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;

}