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

body{
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-image: url(/media/images/bg.jpg);
	background-repeat: repeat-x;
	background-color: #FEE072;
}

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

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

img{
	border:0px;
}

img a{
	border:0px;
}


h1 {color:#CC372A;font-size:24px;margin:0;padding:0;}

p{
	margin:0px;
	padding:0px;
}

/* All Pages */

#container{
	min-height:100%;
	position:relative;
}

.wraper{
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}

.clear{
	clear: both;
}

.content-holder{
	margin-bottom: 50px;

}

.margin-left-right{
	margin-left:30px;
	margin-right:30px;
}

#footer{
	background-color: #cc372a;
	position: absolute;
	height: 50px;
	width: 100%;
	color: #ffe4c3;
	padding-top: 10px;
	border: 0;
}

#footer ul{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	display: block;
}

#footer ul li{
	display: inline;
	padding-right: 5px;
}

#footer a{
	color: #ffe4c3;
	text-decoration: none;
}

#footer a:hover{
	color: #FFB34A;
	text-decoration: none;
}

.footer-left{
	float: left;
}
.footer-right{
	float: right;
}

/* Index Page */
#index-bg{
	background-image: url(/media/images/index-bg.jpg);
	background-color: #FEE072;
	background-repeat: no-repeat;
	background-position: center top;
}

#index-header{
	text-align: center;
	margin-bottom: 10px;
	height: 200px;
}

.index-three-col{
	float: left;
	display: block;
	width: 300px;
}


/* All Pages */

#header {
height:320px;
margin:0;
padding:0;
}

#header-left{
	float: left;
	width: 340px;
	margin-right: 20px;
}

#logo{
	padding-top: 10px;

}

#tagline{
	margin-top: 20px;
}

#header-right{
	float: left;
	width: 600px;
}

.nav {
	width: 600px;
	height: 30px;
	background-image: url(/media/images/nav-bg.png);
	background-repeat: no-repeat;
	background-position: 0px -30px;
}

.nav ul{
	padding: 0px;
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}

.nav ul li{
	display: block;
	float: left;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	color: #ffe4c3;
	font-weight: bold;
	margin-right: 20px;
	margin-left:20px;
	line-height: 25px;
}

.nav ul li a{ color: #ffe4c3;}

.nav ul li a:hover{}

#featured-content{
	width: 600px;
	height: 200px;
	margin-top: 30px;
}

#featured-content-base{
	background-image:url(/media/images/featured-img-base.png);
	height:30px;
	margin-top: 10px;
}



/*Three Col*/

.three-col{
	width:300px;
	float: left;
	}
.three-col-top{
	background-image:url(/media/images/300-top-curve.gif);
	width:320px;
	background-repeat:no-repeat;
	height: 20px;
}
.three-col-bottom{
	background-image:url(/media/images/300-bottom-curve.gif);
	width:320px;
	background-repeat:no-repeat;
	height: 20px;
}

/*Two COl */

.col-content{
	background-color: #fff2c4;
	padding-right: 5px;
	padding-left: 5px;
}


.col-left{
	width:620px;
	margin-right:10px;
	float: left;
	}

.col-left-top-curve{
	width:620;
	background-image: url(/media/images/620-top-curve.gif);
	height: 20px;
	background-repeat: no-repeat;
}
.col-left-bottom-curve{
	width:620;
	background-image: url(/media/images/620-bottom-curve.gif);
	background-repeat: no-repeat;
	height: 20px;
}

.col-right{
	width:330px;
	float: left;
	margin-bottom: 5px;
	}
	
.col-right-top-curve{
	width:330px;
	background-image: url(/media/images/330-top-curve.gif);
	background-repeat: no-repeat;
	height: 20px;
}

.col-right-bottom-curve{
	width:330px;
	background-image: url(/media/images/330-bottom-curve.gif);
	background-repeat: no-repeat;
	height: 20px;
}
	
.full-width-top-curve{
	width:960px;
	background-image: url(/media/images/960-top-curve.gif);
	background-repeat: no-repeat;
	height: 20px;
}

.full-width-bottom-curve{
	width:960px;
	background-image: url(/media/images/960-bottom-curve.gif);
	background-repeat: no-repeat;
	height: 20px;
}

.randomgallery H1 { margin:0; }
.randomgallery ul{ margin:0px; padding:5px; }
.randomgallery UL LI{	list-style:none; display:inline; }


/* forms */

.contactusForm {}

.contactusForm ul{
	list-style:none outside none;
}

.contactusForm li{}

.contactusForm label{
	display:block;
}

.contactusForm select, input, textarea{
	border:1px solid #285087;
	font-weight:bold;
	margin-bottom:10px;
	margin-top:2px;
	padding:2px;
	width:250px;
}
