/* Global Styles */

* {
	margin:0;
	padding:0;
}

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:19px;
	margin-top: 0px;
	background-color: #cccccc;
}

.leftSide {
	background: url(/images/template/leftSideBG.gif);
}

.rightSide {
	background: url(/images/template/rightSideBG.gif);
}

.border {
	background-color:#999999;
}

/* links */

a, a:link, a:visited {
	color:#990000;
	text-decoration:none;
}

a:hover, a:active {
	text-decoration:underline;
	color:#990000;
}

a img {
	border-width:0;
	border-style:none;
	
}

p {
	margin: 12px 0;
}

.red {
	color:#990000;
}

h3 {font-size:115%;
	/* color:#990000; */
	font-weight:normal;	
	text-transform:uppercase;
	margin-top:12px;
	font-family:Arial, Verdana, Helvetica, sans-serif;
	}
	
.title {font-size:115%;
	font-weight:normal;	
	text-transform:uppercase;
	font-family:Arial, Verdana, Helvetica, sans-serif;
	}

/* header contains logo, search field and phone info */

#header {
	width:100%;
	height:10.5em;
	color:#FFFFFF;
	background-color:#000000;
	position:relative;
}

#logo {
	position:absolute;
	top:5px;
	left:10px;
	width:400px;
	height:98px;
}

#infolinks	{
	width:300px;
	position:absolute;
	top:56px;
	right:30px;
	text-align:center;
}

#infolinks select, #txt_search {
	width:255px;
	font-size:11px;
}

.dash {
	background: url(/images/template/white_dash.gif);
}

.contact {
	text-align:center;
}


/* content column */

.pageContentColumn {
	background-image: url(/images/template/contentBG.jpg);
	width:800px;
}


#content_Column {

	float:left;
	clear:left;
	margin:5px 25px 25px 25px;
	display:inline;
}

#content_Column li {

	margin:0px 35px 0px 35px;
}



/* left column links */

#content_Column a, #content_Column a:link, #content_Column a:visited {
	color:#990000;
	text-decoration:none;
}

#content_Column a:hover, #content_Column a:active {
	color:#990000;
	text-decoration:underline;
}



/*jump menus */

.jump { 
	color: #000000;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	width: 425px; 
}

/*Flash Photo Gallery and Video Player*/

#placeholder {
	text-align:center;
}



/* footer */

#footer {
	width:100%;
	height:5em;
	position:relative;
	clear:both;
	background-color:#000000;
	color:white;
	text-align:center;
	border-top:3px solid #990000;
	padding-bottom:5px;
}

#footer p {
	margin:1.3em 0;
}

#footer a, #footer a:link, #footer a:visited, #footer a:hover, #footer a:active {
	color:#FFFFFF;
}

#footer a:hover, #footer a:active {
	text-decoration:underline;
}

