/* css for landing page */
body {
	background:#000000;
	text-align:center;
	font-family: Helvetica,sans-serif;
	font-size: 12px;
	line-height: 15px;
	color: #999999;
}
#container {
	margin:25px auto;
	width:760px;
	text-align:left;
}
#header {
	width:379px;
	height:46px;
	background:url(../site_images/logo.gif) top left no-repeat;
}
	#header span {display:none;}

#leftCol {
	float:left;
	width:33%;
}
	#leftCol img {margin:20px 0 10px 0;}
	#leftCol p {
		margin:0 10px 10px 0;}
	#leftCol .contact:link, #leftCol .contact:visited {
		color:#b90200;
		font-size:16px;
		font-weight:bold;
		text-decoration:none;
	}
		#leftCol .contact:hover, #leftCol .contact:active {
			color:#999999;
			font-size:16px;
			font-weight:bold;
			text-decoration:none;
		}
#rightCol {
	float:left;
	width:67%;
}
	#rightCol h2 {
		margin:20px 0 10px 0;
		color:#b90200;
		font-size:16px;
		font-weight:bold;
	}
	#rightCol li {padding:5px 0;}
	#rightCol a:link, #rightCol a:visited {
		color:#999999;
		text-decoration:none;
	}
	#rightCol a:hover, #righCol a:active {
		color:#999999;
		text-decoration:underline;
	}

/* YUI CSS RESET */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}