/* ---------- Body Attributes ---------- */

body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: black;
	line-height: 18px;
	background: black url(images/background.jpg) repeat-x 0px 0px;
	margin: 0;
	height: 100%;
}

/* ---------- Common Div Attributes ---------- */

#header{
	width: 1000px;
	height: 65px;
	margin: 0 auto;
}

#container{ /* Overall wrapper container, all divs go inside this one */
	position: relative;
	width: 986px;
	margin: 10px auto;
	padding: 5px;
}

#footer{
	width: 986px;
	height: 60px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #cecece;
	text-align: center;
	margin: 0 auto;
	background: url(images/phonenum.gif) no-repeat center right;
}

ul{
list-style-image: url(images/li-bullet.gif);
}

.leftImage{
	display: block;
	float: left;
	border: 1px solid #999999;
	padding: 5px;
	margin: 0px 10px 10px 5px;
}

.centerImage{
	border: 1px solid #999999;
	padding: 5px;
	margin: 10px;
}

.rightImage{
	display: block;
	float: right;
	border: 1px solid #999999;
	padding: 5px;
	margin: 0px 5px 10px 10px;
}

.rightText{
	text-align: right;
}

.borderless{
	border: none;
}

.clear{
	clear: both;
}

/* ----------1/2/3 Column Page Layout Attributes ---------- */

#singleColumnContainer{ /* single column container for 1 column layout */
	width: 976px;
	position: relative;
	background: white;
	padding: 5px;
	margin: 0px;
}

	#singleColumnContent{ /* content of 1 column layout */
		border: 1px solid #999999;
		padding: 5px;
		width: 964px;
	}

#leftColumnContainer{ /* left and center column container of 3 column layout, left column container for 2 column layout */
	float: left;
	width: 706px;
	position: relative;
	margin: 0px;
}

	#leftThreeColumn{ /* left column of 3 column layout */
		float: left;
		width: 150px;
		background: white;
		padding: 5px;
	}
	
		#leftThreeColumnContent{ /* left column content of 3 column layout */
			border: 1px solid #999999;
			padding: 5px;
			width: 138px;
		}
	
	#centerThreeColumn{ /* center column of 3 column layout */
		float: right;
		width: 516px;
		background: white;
		padding: 5px;
	}
	
		#centerThreeColumnContent{ /* center column content of 3 column layout */
			border: 1px solid #999999;
			padding: 5px;
			width: 504px;
		}
	
	#leftTwoColumn{ /* left column of 2 column layout */
		float: left;
		top: 0px;
		left: 0px;
		width: 696px;
		background: white;
		padding: 5px;
	}
	
		#leftTwoColumnContent{ /* left column content of 2 column layout */
			border: 1px solid #999999;
			padding: 5px;
			width: 684px;
		}

#rightColumn{ /* outer right column */
	float: right;
	display: block;
	width: 250px;
	background: white;
	padding: 5px;
}

	#rightColumnContent{ /* outer right column content */
		border: 1px solid #999999;
		padding: 5px;
		width: 238px;
	}

/* ---------- Link Attributes ---------- */

a{ /* Standard links */
	text-decoration: underline;
	color: #212121;
	font-weight:bold;
}

a:link{
	text-decoration: underline;
	color: #212121;
	font-weight:bold;
}

a:visited{
	text-decoration: underline;
	color: #212121;
	font-weight:bold;
}

a:hover{
	text-decoration: none;
	color: #212121;
	font-weight:bold;
}

a:active{
	text-decoration: none;
	color: #999999;
	font-weight:bold;
}


a.footerLink{ /* Footer links */
	text-decoration: underline;
	color: #ffff00;
}

a.footerLink:link{
	text-decoration: underline;
	color: #ffff00;
}

a.footerLink:visited{
	text-decoration: underline;
	color: #ffff00;
}

a.footerLink:hover{
	text-decoration: none;
	color: #ffff00;
}

a.footerLink:active{
	text-decoration: none;
	color: #ffff00;
}

a.topnav:link{
	color: #000000;
	font-weight:bold;
}

a.topnav:visited{
	color: #000000;
	font-weight:bold;
}

a.topnav:hover{
	color: #000000;
	font-weight:bold;
}

a.topnav:active{
	color: #FFFF00;
	font-weight:bold;
}

#leftThreeColumnContent, #centerThreeColumnContent, #rightColumnContent{ /* column height settings for non-IE browsers */
			min-height: 920px;
		}
		
		* html #leftThreeColumnContent, * html #centerThreeColumnContent, * html #rightColumnContent{ /* column height settings for IE */
			height: 940px;
		}
		
		#tic{ /* enter any styles for the ticker below */
			font-size: 11px;
			font-weight: bold;
			padding: 0px;
			width: 140px;
			height: 45px;
			line-height: 13px;
		}
		
		#tic * { /*this will hide all children tags */
			font-size: 1em;
			margin:0px;
			padding:0px;
			display:none;
		}
		
		#tic a{  /* add more tags to this list if you wish to display them inside the children */
			display:inline;
		}
