﻿/* CSS Document */

html, body, *
	{
		margin:0;
		padding:0;
	}

body
	{
		background-color:#030306;
		background-image:url(../images/template/bgTile.jpg);
		background-repeat:repeat-x;
		color:#161616;
		font-size:14px;
		
		font-family:"Trebuchet MS", Arial;
	}


/* Main Elements */

#page
	{
		margin-left:auto;
		margin-right:auto;
	}

#top, #repeat-wrapper, #bottom, #page
	{
		width:975px;
	}

#top
	{
		
		background-image:url(../images/template/topSection.jpg);
		background-repeat:no-repeat;
		min-height:517px;
	}
	


#repeat-wrapper
	{
		background-image:url(../images/template/mainRepeat.jpg);
		background-repeat:repeat-y;	
	}
	
	
#bottom
	{
		background-image:url(../images/template/mainFooter.jpg);
		background-repeat:no-repeat;
		height:77px;
		
		padding-left:28px;
		padding-top:50px;
		
		background-color:#03030B;
	}
	
#footer
	{
		color:#FFFFFF;
		font-size:12px;
	}
	
	
	
/* End Background Layer */


/* Top Elements */

#topNav
	{
		position:relative;
		left:12px;
		top:68px;
		padding:4px;
		padding-left:20px;
		z-index:1;
	}
	
#topNavItems
	{
		font-size:15px;
		font-weight:bold;
		z-index:2;
	}
	
#topNavItems a, .navLink
	{
		text-decoration:none;
		padding-right:25px;
		color:#161616;
	}
	
#topNavItems a:hover, .navLink:hover
	{
		color:#096d8c;
	}

	
#topContent
	{
		position:relative;
		width:675px;
		padding-top:90px;
		padding-left:27px;
	}
	
/* End Top Elements */



/* Format Specific */

h1, h2
	{
		color:#666666;
		margin-bottom:10px;
	}

h1
	{
		font-size:22px;
	}

h2
	{
		font-size:18px;
	}
	
/* End Format Specific */

#topContent ul
{
 list-style-position:inside;	
 margin-top:2px;
 margin-bottom:2px;
 padding-left:15px;
}

ul li
{
		padding-top:10px;
}

p
{
		padding-top:5px;
		padding-bottom:5px;
}

.subtext
{
		font-size:16px;
		font-weight:bold;
}
