/* global styles */

body 					{ color: #444444; 
								font-size: 10pt;
								font-family: tahoma, helvetica, sans-serif;  
								margin: 0px; padding: 0px; 
								}

h1						{ font-size: 10pt; color: #666666; margin: 0px; padding:0px; text-align: center;}
h2						{ font-size: 15pt; color: #444444; }
h3						{ font-size: 13pt; color: #666666; }


/* container */

.container		{ width: 765px;
								margin: auto;
								margin-top: 15px;
								background-image: url('images/background.jpg');
								background-repeat: no-repeat;
								background-position: top right;								
								}
.statement { text-align: center; padding : 5px color: #2FFE00!important;}
.statement a { color: #BF172E!important;}
.statement h2 { color: #41BF23}
/* banner */

.banner				{ 
								padding-bottom: 30px; 
								border-bottom: 5px solid #017EFF;
								margin-bottom: 20px; 
								height: 200px; 
								text-align: right;
								}
#slideshow {
	MARGIN :  0; 
	PADDING : 0; 
	float : left;
	}
.left { float : left;}
.rot_banner			{ 			width : 210px;
								height: 200px;
								float : left;
								}

.address			{ margin-top: 65px; padding : 0;
						float : right;

								font-weight: bold;}
.pen						{ font-size: 14pt; color: #0165CD; margin: 0px; padding : 0; }
								
/********** popup ***************/
#popup {

	font-size: 1.8em;
	position: absolute;
	width: 520px;
	margin: 0;
	padding: 15px;
	top: 0px;
	left: 0px;
	background: #f2f2f2;
	border :5px #ddd solid;
}

#popup h2 {
	width: 100%;
	text-align: center;
	margin: 0 0 1em 0;
	color :#ba1019;
	font-size: 1.5em; 
	line-height: 1em;
}

#popup .close {
	display: block;
	width: 100%;
	text-align: center;
}


/* main div */								

.main					{  }



/* links div */

.links				{ background-color: #EEEEEE;

								width: 175px; 

								float: left;

								margin: 0px;

								margin-bottom: 20px;

								padding: 5px;

								border: 1px solid #0165CD;

								}

.links a			{ display: block;

								margin-left:15px;

								color: #333333;

								font-weight: bold;

								text-decoration: none; }								

.links a.sec	{ margin-left: 30px;

								color: #017EFF; }

.links a:hover  { text-decoration: underline;}



/* content div */

.content			{ width: 530px;

								padding: 5px;

								margin-left: 200px;}

.content img	{	border: 1px solid black;

								float: right;}
								
.content img.left	{	float: left; }								 

.content ul   { list-style: square green;

								color: #555555;

								}

.content li   { }								

								









p.cost			{ font-size: 14pt; color: red; margin: 0px; padding: 0px;}								

p.calc			{ margin: 0px; padding: 0px;}



table.lease   { background-color: #DDDDEE;

								border: solid 1px #AAAAAA;

								text-align: center;} 

table.lease th { font-weight: bold;

								border-bottom: solid 1px #AAAAAA;}								

								

.contactform 	{ background-color: #DDDDEE;

								padding-bottom: 15px; 

								border: solid 1px #AAAAAA;} 								

.contactform table {margin: 10px 0px 0px 20px;}

								

/* footer */

.footer				{ clear: both;
								font-size: 8pt;
								background-color: #EEEEEE;
								border-top: 1px solid #017EFF;
								margin-top: 10px;
								margin-bottom: 20px;}

.gwd 					{ float: right;
								color: #444444;
								font-size: 8pt;
								text-decoration: none;}

.gwd:hover		{ text-decoration: underline;
								color: #000000;}								  		

