/*
	Sun City Texas Styles
	All urls need to be root relative from
	/system/modules/org.opencms.frontend.templateone/resources/
*/

/* Modified by Larry Douglas on 04/07/2011 to remove hardcoded "suncity" reference(s) */

/* importing basic typography & tools */
	@import url("layout.css");
	@import url("typo.css");
	@import url("tools.css");

/* ----- SUB PAGE Specific Styles ----- */

/* global body settings */
	body.main { }

/* Header */
	table.header {
		width:100%;
		background: #24513C url(/system/modules/org.opencms.frontend.templateone/resources/images/head-bg5-sub.jpg) repeat-x top;
	}


/* content table cell */
/*	added left/right padding for main body area  */
	td.content {
		vertical-align: top;
		width: auto;
		padding-top: 16px;
		padding-bottom: 1em;
		padding-left: 16px;
		padding-right: 16px;
		color: #000000;
		background: #FEFCF3 url(/system/modules/org.opencms.frontend.templateone/resources/images/content-bg.gif) repeat-x;
	}

/* a single new content element */
/*	removed left/right padding and added it to td.content */
	div.element {
		padding: 2px;
		clear: both;
		}

