/* 
CSS Document 
Team Grow Website
Author: Andrew Lewis
*/

/*--GLOBAL--*/

html, body
{
	background-color: #abc7ee;
	font-family: Tahoma, Geneva, sans-serif;
	color: #6281aa;
	margin: 0;
	padding: 0;
	text-align: center;
	align: center;
}

a
{
	overflow: hidden;
	color: #239fff;
	text-decoration: none;
}

h1
{
	text-decoration: none;
	font-weight: bold;
	font-size: 32px;
	color: #e1eefd;
	text-shadow: 2px 2px 0 #8ab0e3, 2px -2px 0 #8ab0e3, -2px 2px 0 #8ab0e3, -2px -2px 0 #8ab0e3;
	margin: -35px 0 8px 0;
}

h2
{
	font-weight: bold;
	font-size: 18px;
	border-bottom: 3px double #8ab0e3;
	padding-bottom: 8px;
}

p
{
	margin: -4px 0 16px 0;
	padding-top: 4px
}

ul
{
	list-style-image: url(../images/dot_point.gif);
	padding-left: 24px;
}

li
{
	padding: 4px 0 0 4px;	
}

img.right, img.left, img.inline, img.inline_right
{
	background-color: #6281aa;
	border: 2px solid #8ab0e3;
	margin: -2px 0 0 -2px;
}

img.inline, img.inline_right
{
	margin-bottom: -3px;
}

img.inline_right
{
	margin-right: -2px;	
}

img.right
{
	float: right;	
}

img.left
{
	float: left;	
}

img.emoticon
{
	margin-bottom: -3px;	
}

.text_img_block
{
	margin: 4px 24px 8px 0;
	float: left	
}

iframe
{
	border: 2px solid #8ab0e3;
	margin: 0 0 16px -2px;
}

#spacer
{
	height: 8px;
	clear: both;
}

.clearfix 
{ 
	width: 100%; 
	*zoom: 1; 
} 
.clearfix:after 
{ 
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden; 
}

/*--PAGE BACKGROUND--*/

#bg-top
{
	min-height: 1024px;
	background:url(../images/bg_fade_top.png);
	background-repeat: repeat-x;
	background-position: top;
}

#bg-bot
{
	min-height: 1024px;
	background:url(../images/bg_fade_bot.png);
	background-repeat: repeat-x;
	background-position: bottom;
}

/*--HEADER--*/
header 
{ 
	margin: 0 auto; 
	width: 1024px; 
	height: 200px; 
	position: relative; 
}

#logo 
{ 
	padding: 75px 0 0 256px; 
}

#logo a 
{
	background: url(../images/team_grow_header_512.png) no-repeat; 
	height: 75px; 
	width: 512px; 
	display: block; 
	text-indent: -9999px; 
}

/*--MAIN CONTENT--*/
#content 
{ 
	padding-bottom: 18px; 
	margin: 0 auto;
	width: 1024px;
	text-align: left;
}

#main 
{ 
	float: left;
	width: 548px;
	margin: 8px 16px 8px 76px; 
}

.content_box, .nav_box
{
	background-color: #e1eefd;
	border: 2px solid #8ab0e3;
	-moz-border-radius: 16px;
	border-radius: 16px;
	margin-bottom: 32px;
	padding: 16px;
}

#sidebar 
{ 
	float: right;
	width: 292px;
	margin: 8px 76px 8px 16px; 
}

/*--NAVIGATION--*/
.nav_box a
{
	height: 54px;
	width: 256px;
	background: url(../images/button_style_grow_256.png);
	font-weight: bold;
	text-align: center;
	font-size: 32px;
	color: #8ab0e3;
	display: block; 
	padding-top: 10px;
	text-shadow: 1px 1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, -1px -1px 0 #000;
}

.nav_box a:hover, .nav_box a.current
{
	background-position: 0 -64px;	
	color: #e1eefd;
	text-shadow: 1px 1px 0 #8ab0e3, 1px -1px 0 #8ab0e3, -1px 1px 0 #8ab0e3, -1px -1px 0 #8ab0e3;
}

.nav_box a.current
{	
	color: #8ab0e3;
	text-shadow: none;
}

/*--FOOTER--*/
footer
{
	border-top: 4px groove #8ab0e3;
	height: 64px;
	background-color: #6281aa;
}

footer p
{
	margin: auto;
	width: 1024px;
	color: #e1eefd;
	font-weight: bold;
	padding-top: 20px;
}
