﻿/* ---------------------------------------------------------------
######    Core CSS Styles for Wrightsville Beach Storage    ######
--------------------------------------------------------------- */

body,p,td,th,div {
	font-family: Arial, Geneva, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

a {
	color: #113D62;
	text-decoration: underline;
}

a:hover {
	color: #864600;
	text-decoration: none;
}


/* ----------------------------------------------------------------
######               Custom Class Definitions                ######
---------------------------------------------------------------- */

.small {
	font-size: 11px;
}

.white {
	color: #FFFFFF;
}

.smWhite {
	font-size: 11px;
	color: #FFFFFF;
}

.form {
	font-family: Arial, Geneva, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #CE7F28;
	background-color: #D7B794;
	color: #000000;
}

.title {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

.LeftSide { background:url(/images/leftside.jpg) no-repeat top right; height: 546px; }
.RightSide { background:url(/images/rightside.jpg) no-repeat top left; height: 546px; }
.SplashBeachBack { background:url(/images/splashbeachback.jpg) no-repeat top left; height: 230px; padding-left: 50px; }