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

/*	RiserGear.com 
	by Tim Capezzone/Rise or Decay
	RiseOrDecay.com
*/
	

* { padding:0; margin:0; }

html 
	{ 
	margin:0 auto;	
	height:100%;
	}

body 
	{
	background: #000000 url(../images/bg2.gif) repeat;
	color:#666666;
	font:.8em/1.5 Verdana, Arial, Helvetica, sans-serif;
	height:100%;
	}

h1, h2
	{
	color:#333333;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	}
	
h1
	{
	font-size:2em;
	line-height:2;
	background:url(../images/sm_arrow.gif) left no-repeat;
	padding-left:30px;
	}

h2
	{
	font-size:1.5em;
	line-height:2;
	text-align:center;
	border-bottom:1px solid #999999;
	padding:.5em 0 0 0;
	}
	
img 
	{  
	border: none; 
	text-decoration: none; 	
	}

ul, ol, li
	{
	list-style:none;
	text-decoration:none;
	}

a, a:visited 
	{ 
	color: #333333; text-decoration: underline; 
	}
	
a:hover 
	{ 
	color: #000000;
	text-decoration:underline;
	}
	
#container
	{
	margin:0 auto;
	width:900px;
	}
	
#nav
	{
	height:50px;
	width:900px;
	background:url(../images/navbg.gif) top no-repeat;
	overflow:auto;
	}
	
#nav ul
	{
	padding:0 0 0 15px;
	}
	
#nav li
	{
	float:left;
	display:inline;
	font:1.5em/1.25 Arial, Helvetica, sans-serif;
	padding:20px 15px 0 15px;
	}
		
#nav li a, a:visited 
	{
	color:#666666;
	text-decoration:none;
	}
	
#nav li a:hover 
	{
	color:#000000;
	}
	
.activelink 
	{
	color:#000000;
	border-bottom:2px solid #000000;
	}

/* Main Classes	*/
.home
	{
	background-color:#FFFFFF;
	padding:35px 30px 10px 30px;
	overflow:auto;
	}

.mission
	{
	background-color:#FFFFFF;
	height:720px;
	padding:35px 30px 10px 30px;
	overflow:auto;
	}

.you
	{
	background-color:#FFFFFF;
	height:500px;
	padding:35px 30px 10px 30px;
	overflow:auto;
	}


.contact 
	{
	background-color:#FFFFFF;
	height:500px;
	padding:35px 30px 10px 30px;
	overflow:auto;
	}
#left
	{
	width:409px;
	float:left;
	padding-right:30px;
	}
	
#right
	{
	width:370px;
	float:right;
	padding-left:15px;
	border-left:1px solid #999999;
	}	

#bottom
	{
	height:50px;
	background:url(../images/bottom.gif) no-repeat;
	}
	
#footer
	{
	height:150px;
	background:url(../images/footer.gif) top no-repeat;
	margin:0 auto;
	clear:both;
	bottom:0;
	overflow:auto;
	}

#footer p
	{
	padding:75px 0 0 0;
	text-align:center;
	}

.indent
	{
	text-indent:4em;
	}

.bold
	{
	font-weight:bold;
	}	
	
.email_list
	{
	background:url(../images/mail.gif) left no-repeat;
	padding:20px 0 20px 35px;
	}
.gall_list
	{
	padding:20px 0 0 20px;
	}