body{
	margin: 0px;
	font-family: "Lucida Grande", Geneva, Arial, Verdana, sans-serif;
	font-size: 0.75em;
	line-height: 130%;
	color: #444;
	background-color: #e7e7e7;
}
div#wrapbg{
	background-repeat: repeat-x;
	width: 100%;
	height: 100%;
}

.clr{
	clear: both;
}

.clrblu{
	clear: both;
	width: 100%;
	border-bottom: 1px solid #007fc2;
	margin-top:15px;
	margin-bottom: 15px;
}


/* JOOMLA DEFAULT STYLE
--------------------------------------------------------- */
a:link, a:visited{
	color:#007fc2;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}

a img{
	border: none;
}

h1, h2, h3 { color:#007fc2 ;}

h1 {
	font-size: 225%;
	margin:0;
	padding:0;
	margin-bottom: 10px;
}

h2 {
	font-size: 125%;
	margin:0;
	padding:0;
	
}

h3 {
	font-size: 100%;
	margin:0;
	padding:0;
	
}

/* LAYOUT STYLING
--------------------------------------------------------- */
div#wrapper{
	width: 100%;
	background-repeat: repeat-x;
}

/* TOP AREA
--------------------------------------------------------- */
div#header{
	position:relative;
	height: 300px;
	width: 100%;
	margin: 0;
	padding: 0;
	background: url('../images/tid_header.jpg') no-repeat top center #007fc2;
	border-bottom: 5px solid #fff;		
}

div#headercontent{}


/* Main Content
--------------------------------------------------------- */
div#maincontent{
	width: 900px;
	padding: 0;
}

div#maincontentdiv{}

/* Pathway
--------------------------------------------------------- */
div#pathway{
	text-align: left;
	font-size: 0.92em;
	color: #555555;
	margin-bottom: 15px;
	height: 30px;
	/*border: 1px solid #f00;*/
}

div#pathway a:link, div#pathway a:visited{
	color: #007fc2;
	text-decoration: none;
}
div#pathway a:hover{
	text-decoration: underline;
}

/* ------------------------------------ */
div#leftblock{
	float: left;
	width: 310px;
	padding: 30px 0px;
	margin:0;
	background: url('../images/tid_leftcolumn.jpg') no-repeat top left #fff;	
	border:none;
}
div#leftdiv{
	width: 250px;
	text-align: left;
	padding-left: 30px;
	padding-right: 30px;
	margin:0;
}
div#left{}

/* ------------------------------------ */
div#centerblockright{ /* 2 columns layout ~ right block disabled */
	float: left;
	width: 580px;
	padding: 30px 0px;	
}

div#centerdiv{
	padding-left: 30px;
}

div#center{text-align: left; position: relative;}

/* ------------------------------------ */
div#rightblock{
	float: right;
	width: 200px;
}

div#rightdiv{
	width: 180px;
	text-align: left;
	margin-right: 30px;
}

div#right{
}

div#right .moduletable{
	margin-bottom: 20px;
	font-size: 0.92em;
}

div#right div.moduletable { 
	margin-bottom: 10px; 
}


/* FOOTER
--------------------------------------------------------- */
div#footer{
	width: 900px;
	height: 60px;
	margin-bottom: 15px;
	/*background: url('images/footer.jpg') no-repeat top center;*/
}

div#footercontent{}
div#footerdiv{
	font-size: 80%;
	float: left;
	width: 900px;
	color: #444;
}
div#footerdiv a:link, div#footerdiv a:visited{
	color: #444;
	text-decoration: none;
}
div#footerdiv a:hover{
	text-decoration: underline;
}

div#footerdiv #copyright {
	position: relative;
	display: block;
	float: right;
	top: 15px;
	margin-right: 0px;
}


div#footerdiv #links {
	position: relative;
	display: block;
	float:left;
	top: 15px;
	margin-left:0px;
}

/* Contact Table
--------------------------------------------------------- */
#contacttable {
	margin-top: 10px;
	margin-bottom: 30px;
}

#contacttable tr{
	margin: 0;
	padding:0;
	height: 10px;
}


/* Body Table
--------------------------------------------------------- */
table.bodytable {
	margin:0;
	padding:0;
}


img.floorplan{
	margin: 0;
	padding:0;
	margin-top: 20px;
}

td.smallprint {
	font-size: 80%;
	text-align: center;
	color: #007fc2;
}

/* Contact Form
--------------------------------------------------------- */
#contactform {
	margin-top: 10px;
}

#contactform input.textfield{
	border: 1px solid #999;
	margin: 5px 0px;
	width: 250px;
}

#contactform textarea{
	width: 250px;
	overflow: hidden;
	border: 1px solid #999;
	margin: 5px 0px;
}

#contactform #submit {
	border: 1px solid #ccc;
	background: #007fc2;
	color: #fff;
	width: 90px;
	font-weight: bold;
}
#contactform .required {
	border: 1px solid #999;
	background: #D7EEF9;
	margin: 5px 0px;
	width: 250px;		
}

#contactform span.span_required {
	color: #007fc2;
}

/* Insignia
--------------------------------------------------------- */
#insignia {margin:0;padding:0;border-collapse:collapse;}
#insignia #developedby{margin:0;padding:0; padding-right: 5px;}
#insignia #cabaslogo{margin:0;padding:0;}

span.span_line_input {display:block;}
