/* CSS Document */

html { overflow-y:scroll; margin:0; padding:0; }
body {
	color:#000;
	font-size:.8em;
	margin:0 0 0 0;
	background-color:#000;
	background-image:url(/domains/dallas/images/bg_body.gif);
	font-family:Comic Sans MS, Helvetica, sans-serif;
}

a { color:#F23425; text-decoration: none; }

a:hover { color:#F23425;  text-decoration: underline;}

h1, h2, h3, h4, p { margin:0 0 8px 0; }

h1 { font-size:1.8em; }

h2 { font-size:1.4em; }

h3 { font-size:1.2em; }

/* ---- class settings ----------------------- */

.a-img { border:0; }

.flag { margin:0 0 8px 0; }

.message { width:250px; height:100px; }

.img-border { border:2px #F23425 solid; margin: 5px; padding:1px; }

.red-text { color:#EF3425; font-weight:bold; }

.text-underline { text-decoration:underline; }

.align-left { float:left; margin:0 10px 10px 0; }

.img-thumb { border:2px solid #000; margin:10px 1px 8px 1px; }

.groups-thumb { border:2px solid #000; margin:10px; }

.tbl_cell img {
	border:2px #F23425 solid; margin: 5px; padding:8px; background-color:#000;
}

.groups {
	width:98%;
	height:auto;
	padding:10px;
	margin:5px 0 5px 0;
	border:2px solid #3a552e;
	background-color:#fff2dd;
}

.licensePlates {
	position:absolute;
	top:0;
	right:25px;
}

.divider {
	background-image: url(images/pic_divider.gif);
	background-repeat: no-repeat;
	width: 516px;
	height: 13px;
	margin: 10px 0;
	clear:both;
	
}

#splash {
	position:relative;
	top:0;
	left:0;
	width:924px;
	height:auto;
	margin:0 auto;
	padding-top:15px;
	background-repeat:repeat-y;
	background-image:url(images/bg_main.gif);
}

#side_nav {
	position:relative;
	top:0;
	left:0;
	width:186px;
	height:353px;
	margin-top:-40px;
	padding:95px 50px 0 50px;
	background-repeat:no-repeat;
	background-image:url(/domains/boston/images/bg_side-nav.gif);
}

#side_nav a {
	color:#ffcd48;
	display:block;
	font-size:18px;
	padding:5px 0 2px 0;
	text-decoration:none;
	text-transform:uppercase;
}

#side_nav a:hover {
	text-decoration:underline;
}

