/* HTML elements  */		

	h1, h2, h3, h4, h5, h6{
		font-weight:normal;
		margin:0;
		line-height:1em;
		}	
	h1{font-size:2em;margin-bottom:.5em;}	
	h2{font-size:1.75em;margin-bottom:.5142em;padding-top:.2em;}	
	h3{font-size:1.5em;margin-bottom:.7em;padding-top:.3em;}
	h4{font-size:1.25em;margin-bottom:.6em;}
	h5,h6{font-size:1em;margin-bottom:.5em;font-weight:bold;}
	
	p, blockquote, ul, ol, dl, form, table, pre{line-height:inherit;margin:0 0 1.5em 0;}
	ul, ol, dl{padding:0;}
	ul ul, ul ol, ol ol, ol ul, dd{margin:0;}
	li{margin:0 0 0 2em;display:list-item;list-style-position:outside;}	
	blockquote, dd{padding:0 0 0 2em;}
	pre, code, samp, kbd, var{font:100% mono-space,monospace;}
	pre{overflow:auto;}
	abbr, acronym{
		text-transform:uppercase;
		border-bottom:1px dotted #000;
		letter-spacing:1px;
		}
	abbr[title], acronym[title]{cursor:help;}
	small{font-size:.9em;}
	sup, sub{font-size:.8em;}
	em, cite, q{font-style:italic;}
	img{border:none;}			
	hr{display:none;}	
	table{width:100%;border-collapse:collapse;}
	th,caption{text-align:left;}
	.content form div{margin:.5em 0;clear:both;}
	label{display:block;}
	fieldset{margin:0;padding:0;border:none;}
	legend{font-weight:bold;}
	input[type="radio"],input[type="checkbox"], .radio, .checkbox{margin:0 .25em 0 0;}

/* //  HTML elements */	

/* common */		
	
	.left{float:left;margin-right:1em;}
	.right{float:right;margin-left:1em;}
	.center{text-align:center;}
	
	.clear{clear:both;}
	.first{margin-left:0 !important;}
	.last{margin-right:0 !important;}
	.top{margin-top:0 !important;}
	.bottom{margin-bottom:0 !important;}	
	.hidden, .print{display:none;}
	.graphic, #header h1, #video, #directory, #ixact, #rri, .social li, #signup button{
		margin:0;
		padding:0;
		display:block;
		overflow:hidden;
		text-indent:-8000px;
		}

/* // common */			

/* base */
	
	body, table, input, textarea, select, li, button{
		font:1em Helvetica, Arial, Sans-Serif;
		line-height:1.5em;
		color:#333;
		}		
	body{
		font-size:13px;
		background:#525251 url(../images/bg_body.jpg) repeat-x;
		margin:0;
		padding:0;
		text-align:center;
		}	
	iframe body{background:#ccc;}
	a, a:visited{
		text-decoration:none;
		color:#b77a2a;
		}
	a:hover{color:#999;}
	ins{text-decoration:none;color:#900;font-style:italic;}
	code{color:#555;}
	pre{
		margin-left:2em;
		padding-left:2em;
		border-left:1px solid #ccc;
		}
	blockquote{
		margin-left:2em;
		border-left:1px solid #ccc;
		font-style:italic;
		}	
	dt{font-weight:bold;}
	th, td{padding:.5em 1em;line-height:1.5em;}		
	th{background:#eee;}
	td{border-bottom:1px solid #eee;}
	caption{font-style:italic;color:#777;margin:.5em 0;}	
	fieldset{
		border:1px solid #ccc;
		padding:1em 2em;
		margin:0 0 1.5em 0;
		}
	legend{padding:2px 5px;}	
	form div.col{clear:none;}form div.first{clear:both;}
	form div{overflow:hidden;}
	
	input[type="text"], input[type="password"], textarea, .field, .area, select{
		border:1px solid #aaa;
		padding:5px;
		background:#fff;
		width:300px;
		line-height:1em;
		margin:0;
		}
	select{width:312px;}
	textarea, .area{overflow:auto; height:150px; width:400px;}
	input[type="text"]:focus, input[type="password"]:focus, textarea:focus, select:focus, .focus{background:#f5f5f5;outline:none;}
	.submit{}
	button{
		border:none;
		padding:0;	
		color:#fff;
		width:120px;
		height:41px;
		line-height:42px;
		text-align:center;
		background:url(../images/bg_btn.gif) no-repeat 0 0;
		font-size:13px;
		font-weight:bold;
		cursor:pointer;
		}
	.submitbutton
	{
		border:none;
		padding:0;	
		color:#fff;
		width:120px;
		height:41px;
		line-height:42px;
		text-align:center;
		background:url(../images/bg_btn.gif) no-repeat 0 0;
		font-size:13px;
		font-weight:bold;
		cursor:pointer;
		}				
	.link{height:41px;}	
	.link a{
		float:left;
		color:#fff;
		width:120px;
		height:41px;
		line-height:42px;
		text-align:center;
		background:url(../images/bg_btn.gif) no-repeat 0 0;
		font-size:13px;
		font-weight:bold;
		text-decoration:none !important;
		}	
		
	.note, .success, .error{display:block;}
	.error{color:#900;}
	.success{color:#060;}
	.note{font-weight:bold;}
	.notvalid{border:1px solid #900 !important;}
	
	.login {
		border:none;
		padding:0;	
		color:#fff;
		width:120px;
		height:41px;
		line-height:42px;
		text-align:center;
		background:url(../images/bg_btn.gif) no-repeat 0 0;
		font-size:13px;
		font-weight:bold;
		cursor:pointer;
		}
		
		
	#easy_tooltip{
		border:1px solid #e1e1e1;
		padding:2px 10px;
		background:#f5f5f5;
		}

/* base */

/* layout */

	#container, #header, #footer{	
		margin:0 auto;
		width:970px;
		text-align:left;
		position:relative;
		}	
	#header{
		height:239px;
		background:url(../images/bg_header.png) no-repeat 0 0;
		color:#fff;
		z-index:1000;
		overflow:visible;
		}	
	#container{
		background:url(../images/bg_container.png) repeat-y;
		z-index:1;
		}	
	#footer{
		background:url(../images/bg_footer.png) no-repeat 0 0;
		padding:40px 0;
		color:#b4b4b4;
		font-size:11px;
		}	
		
	.content{
		clear:both;
		width:926px;
		margin:0 22px;
		background:url(../images/bg_content.jpg) no-repeat 0 0;
		min-height:457px;
		}
	.main, .secondary, .tertiary, .quaternary{
		float:left;
		display:inline;
		}
	.main{width:588px;margin-left:22px;}
	.secondary{width:272px;margin-left:22px;}
	
	#admin{
		background:#fff;
		color:#333;
		min-height:500px;
		border-top:3px solid #b27e36;
		border-bottom:3px solid #b27e36;
		text-align:center;
		padding:2em 0;
		}
	#admin .inner{
		margin:0 auto;
		text-align:left;
		width:900px;
		}	
	
	/* grid */
		
		.cols{} /* main column container class */
		.col{
			float:left;
			display:inline;
			width:48%;margin-left:4%; /* 2 equal width columns layout - default */
			}	
		.cols3 .col{width:30%;margin-left:5%;} /* 3 equal width columns layout */
		.cols4 .col{width:22%;margin-left:4%;} /* 4 equal width columns layout */
		
	/* grid */	

/* // layout */

/* navigation */
	
		#nav, #nav ul, #nav li{
			margin:0;
			padding:0;
			list-style:none;
			}	
		#nav{
			position:absolute;
			top:162px;
			left:66px;
			}
		#nav li{
			float:left;
			display:inline;
			position:relative;
			line-height:55px;
			height:55px;
			margin-right:2em;
			}
		#nav li a{	
			color:#000;
			text-transform:uppercase;
			font-size:14px;
			font-weight:bold;
			}
		#nav li a:hover{color:#fff;}		
			
		#nav ul{
			position:absolute;
			left:0;
			top:32px;
			padding:5px 10px;
			width:200px;	
			background:#fff;
			display:none;
			z-index:1000;
			}
		#nav ul li{
			float:none;
			display:block;
			}
		
/* //navigation */

/* header */

	#header h1{
		height:128px;
		width:523px;
		background:url(../images/bg_logo.png) no-repeat 0 0;
		position:absolute;
		top:0;
		left:22px;
		}
	#header h1 a{	
		display:block;
		height:128px;
		}	
	
	#call{
		margin:0;
		position:absolute;
		right:22px;
		top:65px;
		text-align:right;
		font-size:20px;
		font-weight:bold;
		letter-spacing:-0.01em;
		}
	#call small{display:block;font-size:12px;}
	
	#meta, #meta li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#meta{
		position:absolute;
		top:0;
		right:2px;
		height:44px;
		line-height:44px;
		background:url(../images/bg_meta.gif) no-repeat 100% 0;
		padding-right:0px;
		}	
	#meta li, #meta li a{
		float:left;
		height:44px;
		line-height:44px;
		padding:0 20px;
		}	
	#meta li.first{
		background:url(../images/bg_meta.gif) no-repeat 0 0;
		padding-left:40px;
		}	
	#meta li a{color:#fff;padding:0 0 0 25px;background:url(../images/ico_cart.png) no-repeat 0 45%;}	
	#meta li.first a{background:url(../images/ico_user.png) no-repeat 0 45%;}	

/* // header */
	
/* content */

	.main a, .main a:visited{
		text-decoration:underline;
		}
		
	#article{background:#fff url(../images/bg_article.gif) no-repeat 0 0;padding-top:10px;}	
	#article .inner{background:#fff url(../images/bg_article2.gif) no-repeat 0 100%;padding:12px 22px 22px 22px;}	
	
	.box{background:url(../images/bg_box.png) no-repeat 0 0;padding-top:6px;margin-bottom:1em;}
	.box .inner{background:url(../images/bg_box2.png) no-repeat 0 100%;padding:16px 22px 22px 22px;color:#fff;}
	
	.box ul{margin:0;border-top:1px solid #333;}
	.box li{
		margin:0;
		padding:.5em 0;
		list-style:none;
		border-bottom:1px solid #333;
		font-size:11px;
		}
	.box li a{
		color:#fff;
		text-transform:uppercase;
		}
	.box li a:hover{color:#b77a2a;}
	
	#intro{margin:0 22px .5em 22px;color:#fff;}
	#video{
		float:right;
		display:inline;
		background:url(../images/bg_video.jpg) no-repeat 0 0;
		width:588px;
		height:281px;
		}
	#video a{display:block;height:281px;}
	#signup{
		float:right;
		display:inline;
		background:url(../images/bg_signup.jpg) no-repeat 0 0;
		width:588px;
		height:281px;
		position:relative;
		}
	#signup fieldset{
		position:absolute;
		top:147px;
		left:210px;
		clear:none;
		border:none;
		padding:0;
		}
	#signup a {
		text-decoration:none;
	top: 10px;
	left: 0px;
}
		.hide {
		visibility:hidden;
		}
		
	#richard { /* Richard Robbins Link */
		float: left;
		position:absolute;
		width : 206px;
		height: 54px;
		margin-left: 200px;
		margin-top: 200px;
		}	
		
	#signup label{display:none;}
	#signup .field{
		width:120px;
		margin-right:5px;
		}
	.signupbutton{
		width:28px;
		height:28px;
		background:url(../images/bg_signup.png) no-repeat 0 0;
		display:inline;
		vertical-align:top;
		}
	#intro div.copy{
		float:left;
		width:250px;
		margin-left:22px;
		}
	#intro h2{
		font-size:20px;
		text-transform:uppercase;
		letter-spacing:-0.01em;
		line-height:1.4em;
		margin-top:.5em;
		}
	#intro h2 strong{display:block;font-weight:normal;}
	#intro p{
		font-size:15px;
		line-height:1.7em;
		margin-bottom:1em;
		}
	#intro ul, #intro li{
		margin:0;
		padding:0;
		list-style:none;
		}	
	#intro li{
		float:left;
		width:40%;
		text-transform:uppercase;
		font-size:16px;
		color:#fff;
		}
	#intro li.last{margin-left:15%;padding-top:1.5em;}
	#intro li a{
		text-decoration:none !important;
		color:#000;
		float:left;
		width:103px;
		height:35px;
		line-height:36px;
		text-align:center;
		background:url(../images/bg_btn1.png) no-repeat 0 0;
		font-size:11px;
		font-weight:bold;
		margin-top:.5em;
		}
	#intro li a:hover{color:#fff;}
	
	#directory{
		height:132px;
		margin-bottom:11px;
		background:url(../images/bg_directory.png) no-repeat 0 0;
		}
	#directory a{display:block;height:132px;}
	#ixact{
		height:56px;
		background:url(../images/bg_ixact.png) no-repeat 0 0;
		}
	#ixact a{display:block;height:56px;}
	
	#news{background:url(../images/bg_news.gif) no-repeat 0 100%;padding-bottom:11px;color:#fff;}
	#news .inner{background:url(../images/bg_news.gif) no-repeat 0 0;padding:22px 22px 0 22px;}
	#news h3{color:#fff;text-transform:uppercase;font-size:17px;margin-bottom:1em;}
	
	#events{
		float:right;
		height:161px;
		width:155px;
		background:url(../images/bg_events.png) no-repeat 0 0;
		margin-left:44px;
		}
	#events a{
		display:block;
		margin-top:115px;
		height:43px;
		line-height:45px;
		text-align:center;
		text-decoration:none !important;
		text-transform:uppercase;
		color:#000;
		font-size:11px;
		font-weight:bold;
		}
	#events a:hover{color:#fff;}
	
	#extra{
		position:absolute;
		top:125px;
		left:670px;
		width:300px;
		height:206px;
		background:url(../images/bg_extra.png) no-repeat 0 0;
		z-index:1000;
		}
	
/* // content */

/* footer */
	
	#footer a, #footer a:visited{
		color:#b4b4b4;
		}
	#footer, #footer li{color:#b4b4b4;}
	#footer p{margin-left:66px;}
	
	#footer #rri{
		position:absolute;
		top:40px;
		left:22px;
		width:30px;
		height:30px;
		background:url(../images/bg_rri.gif) no-repeat 0 0;
		margin:0;
		}
	#footer #rri a{
		display:block;
		height:30px;
		}
	#footer .social, #footer .social li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#footer .social{
		margin:0;
		float:left;
		position:absolute;
		right:22px;
		top:40px;
		}
	#footer .social li{
		float:left;
		width:30px;
		height:30px;
		background:url(../images/ico_twitter.gif) no-repeat 0 0;
		margin-left:10px;
		}
	#footer .social li.facebook{background:url(../images/ico_facebook.gif) no-repeat 0 0;}	
	#footer .social li.linkedin{background:url(../images/ico_linkedin.gif) no-repeat 0 0;}	
	#footer .social li a{
		display:block;
		height:30px;
		}	
	
/* // footer */

/* clearfix */

	.inner:after, .content:after, .cols:after, .fixed:after{
		content:"."; 
		display:block; 
		height:0; 
		clear:both; 
		visibility:hidden;
		}
	.inner, .content, .cols, .fixed{display:block;min-height:1%;}
	* html .inner, * html .content, * html .cols, * html .fixed{height:1%;}

/* // clearfix */
