
/* globals */
body	{
	background-color: #4B4B4B;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}

h2	{
	color: #ce0000;
	font-size: 16px;
}

h3	{
	color: #ce0000;
	font-size: 12px;
}

/* structural elements */
#wrapper	{
	text-align: center;
	width: 100%;
}

.container	{
	background-color: #000;
	margin: 0 auto;
	text-align: left;
	width: 700px;
}

#main	{
	background: url(../img/bg-main.gif) top left repeat-y #fff;
}

.clear-both		{ clear:both; }
.clear-left		{ clear:left; }
.clear-right	{ clear:right; }

/* top */
#top	{
	background-color: #000;
	color: #fff;
	font-size: 0.75em;
	font-weight: bold;
	padding: 0.25em;
	text-align: center;
}

	#top	a:link, 
	#top	a:visited	{
		color: #fff;
		text-decoration: underline;
	}
	
	#top	a:hover, 
	#top	a:active, 
	#top	a:focus	{
		text-decoration: none;
	}

/* header */
#header	{  }

	.header-menu	{
		background-color: #ce0000;
		display: block;
		list-style-type: none;
		margin: 0;
		padding: 0.1em;
		text-align: center;
	}
	
		.header-menu	li	{
			display: inline;
			font-size: 0.75em;
			font-weight: bold;
			margin: 0 0.25em;
			text-transform: uppercase;
		}


			.header-menu	a:link, 
			.header-menu	a:visited	{
				color: #fff;
				text-decoration: none;
			}
			
			.header-menu	a:hover, 
			.header-menu	a:active, 
			.header-menu	a:focus	{
				text-decoration: underline;
			}

/* content */
#content	{
	background-color: #fff;
	float: right;
	font-size: 0.75em;
	padding: 16px;
	width: 543px;
}

a.links	{
	color: #CE0000;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
}

a.links:hover	{
	color: #000;
}

/* sidebar */
#sidebar	{
	float: left;
	overflow: hidden;
	padding: 0.5em 0;
	width: 125px;
}

	#sidebar	h4	{
		color: #fff;
		font-size: 0.75em;
		font-weight: bold;
		margin: 0 0 0.5em;
		padding: 0 0.25em;
	}
	
	#sidebar	ul	{
		list-style-type: none;
		margin: 0 0 1em 8px;
		padding: 0;
	}
	
		#sidebar	li	{
			color: #fff;
			font-size: 0.6875em;
			line-height: 1.4em;
			margin-bottom: 0.25em;
		}
		
			#sidebar	li	a:link, 
			#sidebar	li	a:visited	{
				color: #fff;
				text-decoration: none;
			}
			
			#sidebar	li	a:hover, 
			#sidebar	li	a:active, 
			#sidebar	li	a:focus	{
				text-decoration: underline;
			}

/* footer */
.footerTop	{
	background-color: #CE0000;
}

.footerBottom	{
	background-color: #000;
}

.footerTop	{
	background-color: #CE0000;
	color: #fff;
	font-size: 12px;
}

h1.footerTop	{
	font-size: 12px;
}

a.ainspect:link, 
a.ainspect:visited	{
	color: #000;
	font-size: 10px;
	text-decoration: none;
}

a.ainspect:hover, 
a.ainspect:active	{
	text-decoration: underline;
}

a.bottomNav:link, 
a.bottomNav:visited	{
	color: #fff;
	font-size: 11px;
	text-decoration: none;
}

a.bottomNav:hover, 
a.bottomNav:active	{
	text-decoration: underline;
}

.footerPhone	{
	color: #fff;
	font-size: 18px;
	font-weight: bold;
}

