/* 
==============================================================================
Created for:	NOSS Inc (incorporating Bluegum).
Date: 			April '08.
Created by: 	greenskin Media.
				www.greenskinmedia.com
==============================================================================
*/





/************ default styles **************/

* {padding: 0; margin: 0;}

p {padding: 0 0 15px 0; font-size: 14px; line-height: 20px;}

img, a img {border: 0px;}

.hide {display: none;}

ul, #sidebar .list {padding: 15px 0 20px 10px;}

li, #sidebar .list li { 
	background: url(../images/li.gif) no-repeat 0 7px; 
	list-style: none; 
	padding: 0 0 0 0;
	}

#sidebar li {background: none;}



/************ body style *******************/

body { 
	color: #333; 
	font: 11px/1.7em "Lucida Grande", Arial, Verdana, sans-serif; 
	background: #eee url(../images/bground.jpg) repeat-x;  
	text-align: center;
	}



/***************** body *******************/

body {
	width: 780px;
	margin: 0 auto;
	}
	
#wrap {
	width: 740px;
	padding: 0px 20px 20px 20px;
	margin: 0 auto;
	background: #eee;
	border-top: none;
	float: left;
	text-align: left;
	}
	
#header {
	float: right;
	background: #ff9900 url(../images/index.jpg) repeat-x 100%;
	padding: 0;
	margin: 0; 
	width: 782px; 
	height: 205px; 
	}
	
#spacerA {padding: 0px 0 0 10px;}

#page {
	float: right;
	width: 740px;
	height: 160px;
	padding: 50px 30px 5px 20px;
	}
	
#page2 {
	float: left;
	width: 340px;
	height: 160px;
	padding: 0px 30px 20px 0px;
	}
	
#page3 {
	float: right;
	width: 340px;
	height: 160px;
	padding: 0px 0px 20px 30px;
	}

.orange {color: #ff9900; letter-spacing: -1px;}
.green {color: #7e9a8e; letter-spacing: -1px;}

	
	
/**************** headers *******************/

h1 {font: 360% Arial;
	font-weight: bold;
	padding: 40px 0 0 30px;
	color: #333;
	}
	
h2 {font-weight: bold;
	line-height: 16px;
	font-size: 26px;
	font-weight: bold;
	padding: 0 0 5px 0;
	margin: 0 0 5px 0;
	color: #ff9900;
	font-family: Arial;
	}
	
h3  {font-size: 18px;
	color: #ff9900;  
	letter-spacing: -1px; 
	padding: 0 0 6px 0;
	}

h4 {color: #ffffff;}



/***************** navigation ********************/

ul#nav {
	width: 710px;
	line-height: 30px;											/*the height of header nav*/
	background: transparent;
	/*border: 1px solid #333;*/
	margin: 166px 0 40px 0;										/*margin undrer header nav*/	
	padding: 0 0 0 20px;										/*padding squaring off header nav*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.4em; 											/*header nav font size*/	
	font-weight: bold;
	}
	
ul#nav li {	
	list-style: none;
	display: inline;
	background: none;
	padding: 0;
	}
	
ul#nav li a {
	padding: 14px 11px;	 										/*header nav bar size*/
	text-decoration: none;
	color: #fff;
	/*border-right: 1px solid #333;*/
	background: none;
	}
	
ul#nav li a.f {/*border-left: 1px solid #333;*/}

ul#nav li a:hover {
	background: #ff9900; 
	color: #fff;}												/*logout nav*/

ul#nav li a#menu8  {											/*logout nav*/
	color: #ff9900; 
	background: none;
	}											

	
	
/************ links **************/

a:link, a:visited {
	text-decoration: none;
	color: #666;
	background: #eee;
	}
	
#page a:link, #page a:visited,
#page2 a:link, #page2 a:visited {border-bottom: 1px solid #ff9900;}

#page3 a:link, #page3 a:visited {border-bottom: 1px solid #7e9a8e;}

#page, #page2, #page3, a:hover {border-bottom: none;}
#page3 a:hover {background: #7e9a8e; color: #fff;}
	
a:hover {
	background: #FF9900;
	color: #fff;
	}
	
#page h2 a:link, #page h2 a:visited {
	background: #fff;
	color: #666;
	border-bottom: none;
	}
	
#page h2 a:hover {
	background: #fff;
	color: #FF9900;
	}



/*************** footer ******************/
#footer {
	background: #eee url(../images/footer_bground.jpg) repeat-x bottom; 
	position: absolute; 
	float: right;
	width: 100%;
	top: 610px;
	left: 0px;
	padding: 0 0 65px 0px;
	color: #bbb; 
	font-size: 0.9em; 
	text-align: left; 
	margin: 0 auto;
	}
	
#footerSpacer {height: 90px;}	

#footer a {
	color: #888;
	background: none;
	}
	
#footer a:hover {color: #FF9900;}

#copyright {position: relative; text-align: center; top: 50px; left: 0px;}

.spacerB {padding-left: 350px;}
.studio {font-weight: bold; color: #ffffff;}
.studio a:hover {color: #FF9900;}