@import url('reset.css');

html, body {
height: 100%;
}

body{
}

#container {
	width:100%;
	margin:0px;
	padding:0px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -170px; /* the bottom margin is the negative value of the footer's height */
}

#header {
	position:relative;
	margin:0 auto;
	width:900px;
}

#hpmain {
	margin:0 auto;
	position:relative;
	width:350px;
}

#header p {
	text-align:center;
	margin-top:50px;
	margin-bottom:30px;
}

.topLinks {
	position:absolute;
	top:90px;
	right:0px;
	font-family:georgia;
	font-size:11px;	
	text-transform:uppercase;
	color:#d52f88;
}

.topLinks a {
	text-decoration:none;
	color:#d52f88;
}

#navigation {
	height:40px;
	margin:0 auto;
	position:relative;
	width:380px;
}

#navigation ul {
	text-align:center;
}

#navigation ul li {
	float:left;
	font-family:georgia;
	text-transform:uppercase;
	font-size:15px;
}

#navigation ul li a {
	color:#d52f88;
	text-decoration:none;
	padding:3px 20px;
	display:block;
}

#navigation ul li a.current {color:#1d1952;}

#carousel, #carousel2, #carousel3 {
	height:680px;
}

.imgBrowse {
	text-align:center;
	padding:10px 0px;
	width:100%;
	height:440px;
}

.wrapper {
	width:750px;
	margin:0 auto;
	position:relative;
}

.content h3 {
	color:#d52f88;
	font-family:georgia;
	text-transform:uppercase;
	font-size:15px;
	text-align:center;
	font-weight:400;
}

.content h2 {
	color:#d52f88;
	font-family:georgia;
	text-transform:uppercase;
	font-size:17px;
	font-weight:400;
}

.content p {
	font-size:13px;
	font-family:arial;
	text-align:center;
	line-height:18px;
	margin-bottom:15px;
	color:#4a4a4b;
}

.D {
	position:absolute;
	left:-50px;
	margin-top:3px;
	font-family:georgia;
	font-size:5px;
	text-indent:-999px;
	color:#252566;
	width:45px;
	height:49px;
	background:url('../images/letterD.png') no-repeat;
}
.J {
	position:absolute;
	margin-left:-25px;
	margin-top:3px;
	font-family:georgia;
	font-size:5px;
	text-indent:-999px;
	color:#252566;
	width:20px;
	height:60px;
	background:url('../images/letterJ.png') no-repeat;
}

.bodyLeft {
	float:left;
	text-align:left;
	width:330px;
}

.bodyLeft p {
	text-align:justify;
	font-size:12px;
}

.bodyRight {
	float:right;
	text-align:justify-left;
	width:330px;
}


.bodyRight p {
	text-align:justify;
	font-size:12px;
}

.contactLeft {
	float:left;
	width:210px;
}

.contactRight {
	float:right;
	width:480px;
}

.contactLeft p, .contactRight p {
	text-align:left;
	font-size:11px;
}

.contactLeft h2 {
	margin-bottom:15px;
	border-bottom:1px solid #df66a8;
}

.contactLeft h4 {
		color:#d52f88;
	font-family:georgia;
	font-size:13px;
	font-weight:400;
	margin-bottom:15px;
}

.contactLeft span {
		color:#d52f88;
	font-family:georgia;
	font-size:13px;
	text-transform:uppercase;
	
}

.contactLeft a {
	color:#4a4a4b;
	text-decoration:none;
	
}

.contactRight h3 {	
	text-align:left;
	margin-bottom:20px;
	border-bottom:1px solid #df66a8;
}

.cform input[type="text"] {
	background:#f8f5f5;
	border:1px solid #cfcece;
	width:260px;
	padding:7px;
}

.cform textarea {
	background:#f8f5f5;
	border:1px solid #cfcece;
	width:450px;
	height:100px;
	padding:7px;
}

.cform input[type="submit"] {
	background:#787878;
	border:0px;
	padding:8px;
	font-family:georgia;
	font-size:11px;
	color:#ffffff;
}


#footer {
	background:#ee2b7b;
	height:170px;
	position:relative;
}

.subFoot {
	width:650px;
	margin:0 auto;
	position:relative;
	padding-top:40px;
}

.clearfooter {
height: 170px;
}


.subFoot ul {
	height:36px;
	margin:0 auto;
	padding-top:20px;
	position:relative;
	width:350px;
}

.subFoot ul li {
	float:left;
	font-family:times;
	text-transform:uppercase;
	font-size:13px;
	letter-spacing:1px;
}

.subFoot ul li a {
	color:#ffffff;
	text-decoration:none;
	padding:3px 15px;
	display:block;
}

.subFoot p {
	font-family:times;
	text-transform:uppercase;
	font-size:11px;
	letter-spacing:1px;
	color:#ffffff;
	line-height:20px;
	clear:both;
	text-align:center;
}

.subFoot p a {color:#ffffff; text-decoration:none;}

.portfolioList li{
	float:left;
	width:125px;
	height:190px;
	padding:15px;
	text-align:center;
	vertical-align:middle;
}

.portfolioList li img {
		width:auto;
	height:auto;
	max-height:100%;
	max-width:100%;
	vertical-align:middle;
}

.stageSub {
	display:none;
	text-align:center;
	height:450px;
	position:relative;
}

.prev {
	position:absolute;
	left:-40px;
	top:150px;
	text-indent:-9999px;
	width:19px;
	height:19px;
	display:block;	
	cursor:pointer;
	background:url('../images/ico_prev.png') no-repeat;
}

.next {
	position:absolute;
	right:-40px;
	top:150px;
	text-indent:-9999px;
	width:19px;
	height:19px;
	display:block;	
	cursor:pointer;
	background:url('../images/ico_next.png') no-repeat;
}

.stageSub ul {
	margin:0px;
	padding:0px;
}

.stageSub ul li {
	position:absolute;
	margin:0px;
	padding:0px;
	top:0px;
	left:25px;
	width:730px;
	text-align:center;
}

.townlist {
	color:#d52f88 !important;
	padding-top:20px;
	font-size:15px !important;
}

.townlist a {
	color:#252665;
	text-decoration:none;
	padding:0px 5px;
}

.townlist a.current, .townlist a:hover {
	color:#d52f88;
}

.social img {
	width:36px;
}

/* PORTFOLIO */

.rg-thumbs {
	padding-top:20px;
	width:665px;
	margin:0 auto;
	position:relative;
}

.rg-image-wrapper{
	position:relative;
	padding:0px 30px;
	min-height:20px;
}
.rg-image{
	position:relative;
	text-align:center;
	line-height:0px;
}
.rg-image img{
	max-height:100%;
	max-width:100%;
}
.rg-image-nav a{
	position:absolute;
	top:200px;
	left:0px;
	background:#fff url(../images/ico_prev.png) no-repeat;
	width:28px;
	height:100%;
	text-indent:-9000px;
	cursor:pointer;
	z-index:100;
}
.rg-image-nav a.rg-image-nav-next{
	right:0px;
	left:auto;
	background:#fff url(../images/ico_next.png) no-repeat;
}

.rg-caption {
	text-align:center;
	margin-top:15px;
	position:relative;
}
.rg-caption p{
	font-size:11px;
	letter-spacing:2px;
	font-family: 'Trebuchet MS', 'Myriad Pro', Arial, sans-serif;
	line-height:16px;
	padding:0 15px;
	text-transform:uppercase;
}
.rg-view{
	height:30px;
	display:none;
}

.rg-loading{
	width:46px;
	height:46px;
	position:absolute;
	top:50%;
	left:50%;
	background:#000 url(../images/ajax-loader.gif) no-repeat center center;
	margin:-23px 0px 0px -23px;
	z-index:100;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	opacity:0.7;
}