@charset "UTF-8";
/* CSS Document 

-Color-
 red: #a63b34

*/
html, body{
	background-image:url(../images/grnwood-bg.jpg);
	background-repeat:no-repeat;
	background-position: top center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
	}
	
h2{
	font-size:16px;
	letter-spacing:-1px;
	border-width:0 0 1px 0;
	border-style:dotted;
	border-color:#a63b34;
	padding-bottom:1px;
	margin-bottom:3px;
	}
	
p{
	margin:0 0 20px 0;
	font-size:14px;
	line-height:18px;
	}
	


/*----------------------------------------------------------
IDs
----------------------------------------------------------*/	
#signup-bar{
	width:100%;
	height:5px;
	background-color:#a63b34;
	}


#wrapper{
	margin:0 auto;
	width:970px;
	}

	#header{
		margin:0 auto;
		height:216px;
		}
		
		#reg-button{
			position:absolute;
			margin:0 0 0 750px;
			z-index:10;
			}
		#nav-box{
			margin:0 auto;
			width:966px;
			height:45px;
			background-color:#a63b34;
			}
		
	#body-sec{
		margin:0 auto;
		overflow:hidden;
		height:100%;
		}
		
		#flash-area{
			margin:0 auto;
			width:951px;
			}
			
		#image-area{
			margin:0 auto;
			width:951px;
			}
		
		#col1{
			float:left;
			margin:12px 0 0 0;
			}
			
		#col2{
			float:left;
			margin:12px 0 0 18px;
			width:301px;
			height:215px;
			background-image:url(../images/video-bg.jpg);
			background-repeat:no-repeat;
			}
		#col3{
			float:left;
			margin:12px 0 0 18px;
			}
			
		#menu-list{
			width:145px;
			margin:20px 0 0 26px;
			}
			
		#menu-list li{
			font-weight:bold;
			letter-spacing:-1px;
			border-width:0 0 1px 0;
			border-style:dotted;
			border-color:#a63b34;
			padding-bottom:1px;
			margin-bottom:2px;
			}
			
		#menu-list a{
			color:#000;
			text-decoration:none;
			}
			
		#menu-list a:hover{
			color:#a63b34;
			}
			
		#menu-opt{
			width:235px;
			margin:10px 0 0 10px;
			}
			
		#menu-opt li{
			font-weight:bold;
			letter-spacing:-1px;
			border-width:0 0 1px 0;
			border-style:dotted;
			border-color:#a63b34;
			padding-bottom:6px;
			margin-bottom:8px;
			}
			
		#menu-opt a{
			color:#000;
			text-decoration:none;
			}
			
		#menu-list a:hover{
			color:#a63b34;
			}
		
		#menu-left-col{
			width:755px;
			margin:20px 20px 0 0;
			background-color:#ececc9;
			height:100%;
			}
		
		#menu-img{
			width:460px;
			margin:0 0 20px 10px;
			}
			
		#item-list{
			float:right;
			margin:0 10px 15px 0;
			padding:0 0 10px 0;
			background-color:#fff;
			width:255px;
			}	
		
		#menu-sub-title{
			float:right;
			}
			
		#page-left-col{
			width:920px;
			margin:20px 0 0 20px;
			}
			
	#footer-box{
		width:950px;
		margin:0 auto;
		padding:10px;
		}
	#footer-box p{
		font-family:Arial, Helvetica, sans-serif;
		font-size:11px;
		line-height:13px;
		color:#fff;
		}
		
/*----------------------------------------------------------
Classes
----------------------------------------------------------*/
.scribble{
	margin:0 auto;
	width:951px;
	height:8px;
	}
.floatright{
	float:right;
	}
.floatleft{
	float:left;
	}
.floatleft2{
	float:left;
	margin:0 0 0 40px;
	}
.coming-soon{
	font-size:24px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	color:#CCCCCC
	}

/*----------------------------------------------------------
 Navigation
----------------------------------------------------------*/
.nav-links{
	list-style:none;
	}

.nav-links li{
	display:inline;
	margin-left:-1px;
	}
	
/*----------------------------------------------------------
Sticky Footer
----------------------------------------------------------*/

* {margin:0;padding:0;} 

html, body, #wrapper {height: 99.5%;}

body > #wrapper {height: auto; min-height: 99.5%;}

#main {
	padding-bottom: 72px;
	height:10px;
	}

#footer {
	position: relative;
	margin-top: -64px;
	padding:0;
	height: 72px;
	clear:both;
	background-color:#a63b34;
	} 
	
#footer a{
	color:#fff;
	text-decoration:none;
	}
	
#footer a:hover{
	text-decoration:underline;
	}

/* CLEAR FIX*/
.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
	
.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}

.clearfix {display: block;}
/* End hide from IE-mac */