/* CSS default Stylesheet for www.golfapartmentlasramblas.com */

* { /* Global Reset */
	margin: 0;
	padding: 0;
}

body {
	background-color: #A0C4E7;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	color: #000000;
	margin-bottom: 80px;
}

/* Page Layouts (divides ) -------------------------------------------------------------------------- */

#wrapper {
	max-width: 1280px;
	min-width: 997px;
	margin-left: auto;
	margin-right: auto;
	min-height: 400px;
	overflow: auto;
	background-color: #FFFFFF;
}

#topBar {
	background: url(../images/bg_topBar.jpg) repeat-x left;
	height: 63px;
}

#mainImg {
	background: url(../images/centreimg.jpg) no-repeat left;
	height: 400px;
}

#mainBody {
	background-color: #FFFFFF;
	width: 997px;
	min-height: 100px;
	overflow: auto;
	padding: 30px 0 60px 0;
}

#bodyLeft {
	float: left;
	width: 567px;
	padding-left: 30px;
}

#bodyRight {
	float: right;
	width: 380px;
	padding: 40px 0 0 20px;
}

#footer {
	width: 100%;
	height: 95px;
	border-top: 2px solid #A0C4E7;
	background: url(../images/bg_footer.jpg) repeat-x bottom;
}

#footCopyRight {
	float: left;
	width: 49%;
}

#footAuthor {
	float: right;
	width: 49%;
}

/* Text Styles --------------------------------------------------------------------------------------- */

h1 {
	font-weight: bold;
	color: #4A73A5;
	font-size: 0.95em;
	padding-bottom: 30px;
}

h2 {
	font-weight: bold;
	color: #4A73A5;
	font-size: 0.8em;
	padding-bottom: 10px;
}

p {
	font-weight: normal;
	text-align: justify;
	color: #333333;
	font-size: 0.7em;
	padding-bottom: 10px;
	line-height: 1.25em;
} 

.dateText {
	text-align: left;
	padding: 35px 0 0 20px;
	font-size: 0.7em;
	color: #557BAA;
	font-weight: bold;
}

#footer p {
	padding-top: 25px;
	text-align: center;
	font-size: 0.7em;
	line-height: 1.2em;
}

#footCopyRight p {
	text-align: left;
	padding: 10px 0 0 20px;
}

#footAuthor p {
	text-align: right;
	padding: 10px 20px 0 0;
}

#siteBullet li {
	list-style-type: none;
	margin-left: 30px;
	line-height: 20px;
	font-size: 0.7em;
	font-weight: bold;
}

#siteBullet li a {
	font-weight: bold;
	text-decoration: underline;
	color: #333333;
}

#siteBullet li span a {
	margin-left: 45px;
	color: #333333;
	font-weight: normal;
	text-decoration: underline;
}

#siteBullet li a:hover {
	color: #557BAA;
	text-decoration: none;
}

.contactDets {
	color: #4A73A5;
	font-weight: bold;
	margin-left: 30px;
	padding-right: 20px;
}

/* Link Styles --------------------------------------------------------------------------------------- */

a {
	color: #FF9900;
	text-decoration: underline;
	font-weight: bold;
}

a:hover {
	color: #FF9900;
	text-decoration: none;
	font-weight: bold;
}	

#footer a {
	text-decoration: none;
	color: #333333;
	font-weight: normal;
}

#footer a:hover {
	text-decoration: underline;
	color: #557BAA;
	font-weight: normal;
}

.jsLoad {
	cursor: pointer;
}

/* Image Styles --------------------------------------------------------------------------------------- */

.mapThumb, .mapHolder, .genImg {
	padding: 5px;
}

