
/*---- TAGS ----------------------------------------------------------*/

body {
	padding: 0px; margin: 0px;
	font: 12px/20px verdana, helvetica, arial, sans-serif; 
	color: #d0d0d0; 
	background: url(images/bg.jpg) repeat-x top left #000;
}

h1 { font-size: 24px; }

h2 { font-size: 19px; }

h3 { font-size: 16px; }

h4 { font-size:14px; margin: 0px; }

a:link { color: #AE0067; }

a:visited { color: #2D8732; }

a:hover {
	color: #FFFFFF;
	background-color: #EE0191;
}

img { border: none; }


/*---- IDS STYLES -------------------------------------------------------------*/

#container {
	position: relative;
	margin: auto;
	width: 760px;
}

#header { 
	position: relative;
	height: 71px;
	width: 760px;
}

#header table { width: 100%; }

#header img { border: 0px; }

#header a:hover { background: none; }

#nav {
	position: relative;
	height: 26px;
	text-align: center;
}

#nav ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#nav li { 
	display: inline; 
	}
#aSearch, #aVT, #aAgents, #aCalc, #aLinks, #aContact, #aLocation {
	
	}

#nav a {
	color: #fff;
	text-decoration: none;
	padding: 6px;
}

#nav a:visited { color: #fff; }

#nav a:hover { color: #fff; background: #AD0F6B; }

#searchL {
	position: relative;
	float: left;
	width: 300px;
	padding: 5px;
	display:block;
	background-color:#E0E0E0;
	border:solid 1px #000;
	text-align:center;
	margin-left: 20px;
}

#content, #indexContent {
	position: relative;
	padding: 10px 10px 10px 10px;
	color: #000;
	background: url(images/shadow.jpg) repeat-x top left #fff;
}

#fix{
	padding: 0px;
	margin:-10px 0px 0px -42px;
	_margin:0px;
}

.contentTable {
	margin: 0px auto 10px auto;
	width: 500px;
	background: #ddd;
	border: 1px solid #000;
}

.contentTable input, .contentTable select, .contentTable textarea { 
	font: 12px/20px verdana, helvetica, arial, sans-serif;
	border: 1px solid #000; 
}

#inner {
	position: relative;
	width: 676px;
	margin: auto;
}

#left {
	position: relative;
	float: left;
	width: 320px;
}

#right {
	position: relative;
	float: right;
	width: 320px;
}

#sideL {
	position: relative;
	float: left;
	width: 300px;
	padding: 0px 10px 10px 0px;
	display:block;
}

#sideR {
	position: relative;
	float: left;
	width: 322px;
	padding: 0px 10px 10px 10px;
	_padding: 10px;
	background: #efefef;
	border: 1px dotted #000;
	_border: 1px dotted #555;
}

#footer {
	position: relative;
	text-align: center;
	font-size: 10px;
	color: #999999;
}


/* CLASSES ******************************************************************/
	
.border {
	border:solid 1px #000;
	}
.dotLine {
	border-bottom: dotted 1px #000;
	padding:5px 0px;
	margin:5x 0px;
	clear:both;
}
	
#map {
	float:left;
	border: solid 1px #829270;
}
#map img {background-color:none;}	


.alignCenter { text-align: center; }

.alignRight { text-align: right; }

.border { border: 1px solid #000; }

.clear { clear: both; }

.clearLine { 
	height: 1px;
	border-bottom: 1px solid #aaa; 
	clear: both; 
}

.contFloatRight {
	position:relative;
	float:left;
	width: 455px;
}

.contFloatRight h3 { margin: 0px; }

.dottedLine { border-bottom: 1px dotted #000; }

.imgFloatLeft { 
	position:relative;
	float:left;
	margin: 0px 20px 10px 0px;
}

.imgFloatLeft2 { 
	position:relative;
	float:left;
	margin: 0px 10px 10px 0px;
}

.largeText { 
	padding-top: 10px;
	font-size: 16px; }

.noBg:hover { background: none; }

.stripes {
	background: url(images/black_stripes2.gif) repeat-x top left;
}

.titles {
	text-align: center;
	background: url(images/black_stripes.gif) repeat-x center left;
}

.totalPrice { font-size: 16px; }

.center {
	text-align: center;
	}

.floatR {
	float:right;
	border:1px solid #A3A3A3;
	margin:5px 30px 5px 10px;	
}

.floatL {
	float:left;
	margin-right:20px
	}
	

.contactInfo {
	line-height: 16px;
	text-align: center;
	font-size: 10px;
	width:125px;
}




	
	
