@charset "utf-8";
/* CSS Document */
*{
	margin:0px;
	padding:0px;
}
body{
	background-color:#aaaaaa;
	background: url(../images/background.gif) #aaaaaa;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#5d5454;
}

.textInput
{
	width:100%;
}
.submit
{
	padding:5px;
}

a
{
	color:#5d5454;
	text-decoration:none;
}
a:hover
{
	color:#b41d1d;
	text-decoration:underline;!important;
}

#mast
{
	width:900px;
	background:#FFF;
}
#contentHolder
{
	width:908px;
	margin:auto;
	margin-top:10px;
	padding:0px 4px 0px 4px;
	background:url(../images/contentBackground.png) repeat-y;
}

#logoHolder
{
	width:897px;
	text-align:right;
	height:68px;
	padding-top:8px;
	background:url(../images/logo.jpg) no-repeat;
}

#banner
{
	width:894px;
	height:252px;
	background:#006;
	margin:0px 3px 0px 3px;
	border-bottom:solid 3px #FFF;
	background:url(../images/mast1.jpg) no-repeat;
}

#contentPage
{
	background:url(../images/contentAreaBackground.jpg) no-repeat;
	margin-top:3px;
	width:900px;
}

.column
{
	padding:22px 20px 20px 20px;
}

#firstColumn
{
	width:554px;
	margin-left:3px;
	float:left;
}
#secondColumn
{
	width:254px;
	float:left;
}
#footer
{
	clear:both;
	background:#FFF;
	width:900px;
	background:url(../images/footerBackground.jpg) no-repeat;
	height:160px;
}


#menu{
	margin-left:10px;
}

#firstColumn ul {
	margin-top:10px;
	margin-left:20px;
}
#firstColumn li 
{
	padding:10px;
	color:#b41d1d;
}

#menu li
{
	display:inline;
	
	
}

#menu li a
{
	display:inline-block;
	padding-left:20px;
	height:24px;
	background:url(../images/tabLeft.png) no-repeat left bottom;
	text-transform:uppercase;
}
#menu li a span
{
	padding:0px 20px 9px 0px;
	background:url(../images/tabRight.png) no-repeat right bottom;
}

h1
{
	font-size:16px;
	font-weight:normal;
	text-transform:uppercase;
	margin-bottom:10px;
}
h2
{
	padding-top:10px;
	font-size:12px;
	font-weight:bold;
	color:#b41d1d;
	text-transform:uppercase;
}
.car
{
	font-size:12px;
	font-weight:bold;
	color:#b41d1d;
	text-transform:uppercase;
}

.car, .clear
{
	clear:both;
	
}
.car img
{
	padding:0px 10px 0px 0px;
}
.carBackground
{
	background:#f0f0f0;
	height:200px;
	padding:10px;
	margin-bottom:10px;
	margin-top:10px;
}