
/*----------------------------------------
Name: global.css
Developed by:
Date Created:
Last Updated:
Copyright:
----------------------------------------*/

/* Imports
----------------------------------------*/



/* Elements
----------------------------------------*/
body
{
	background: url(../images/background.png) repeat-x #060c26;
}

body, p, td, th, li
{
	font-family: Arial, Helvetica, sans-serif;
	font-size:.875em;
	line-height:1.5em;
	color:#000000;
}

#mainContainer
{
	width:775px;
	margin: 0px auto;
	padding-top: 30px;
}

p
{
	margin: 0 0 1em 0;
}

/*--- Link Styles ---*/
a:link, a:visited
{
	color:#fff;
}

a:hover, a:active
{
	color:#ff6600;
	text-decoration:none;
}

h1
{
	color:#5C8127;
	margin:.825em 0 .5em 0;
	font-size:2.125em;
}

h2
{
	color:#5C8127;
	margin:.825em 0 .5em 0;
	font-size:1.75em;
}

h3
{
	color:#5C8127;
	margin:.825em 0 .5em 0;
	font-size:1.5em;
}

h4
{
	color:#5C8127;
	margin:.825em 0 .5em 0;
	font-size:1.25em;
}

h5
{
	color:#5C8127;
	margin:.825em 0 .5em 0;
	font-size:1.125em;
}

h6
{
	color:#5C8127;
	margin:.825em 0 .5em 0;
	font-size:1em;
}

ul
{
	margin-left:25px;
	list-style-type:none;
}

ol
{
	margin-left:25px;
	
}

blockquote	{margin: 0 0 18px 18px; color:#666666; font-style: italic;}
strong		{font-weight:bold;}
em		{font-style:italic;}
hr		{ border: 0px; background-color: #fff; height: 1px;}
/* Standard Definitions
----------------------------------------*/
.left 		{float:left;}
.right 		{float:right;}
.clearThis 	{clear:both;}
.small		{font-size:.625em;}
.large		{font-size:1em;}
.soft		{color:#D3D3D3;}
.hide		{display:none;}
p.last		{margin-bottom:0px;}
.orange		{color:#ff6600;}

/* Header
----------------------------------------*/
#header
{
	width:775px;
	height:175px;
	background: url(../images/header2.png) no-repeat;
	background-position: top;	
	padding-top:10px;
}

#header p
{
	color: #fff;
	text-align: center;
	font-size:16px;
	padding-top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
}
#headertable
{
margin-top: 40px;
}
#headertable td
{
color:#fff;
font-size:14px;
font-weight:bold;
}

	/* Nav
	----------------------------------------*/
	ul#nav
	{
		
		
		
	}
	
	ul#nav li {float:left; list-style-type:none; margin-left:10px;}
	
	/* Image Replacement 
	----------------------------------------*/
	ul#nav li a {/*Set to height of image*/ height:20px; display:block; text-indent:-9999px; outline:none;}
	
	/*Include all of your links with unique IDs. Use the correct path to the image and set the width of each image*/
	li#navHome a		{background-image: url(/images/nav/home.png); width:75px;}
	li#navWork a		{background-image: url(/images/nav/work.png); width:70px;}
	li#navServices a	{background-image: url(/images/nav/services.png); width:68px;}
	li#navContact a		{background-image: url(/images/nav/contact.png); width:55px;}
	
	/* CSS Rollover (Sprites) - Advanced Users!
	----------------------------------------*/
	
	/*Each link must have a unique ID - Include all of your links here - Remove if not using!*/
	li#navHome a:hover, li#navWork a:hover, li#navServices a:hover, li#navContact a:hover {background-position:0 -20px; /*Set to height of image !must be negative!*/}
		
/* Main Content
----------------------------------------*/
#mainContent
{
	width:775px;	
	padding-top: 10px;	
}

#mainContent p
{
	color:#FFFFFF;
	text-align: justify;
	font-size:16px;
}




/* Footer
----------------------------------------*/
#footer
{
	background: url(../images/footer2.png) no-repeat top;	
	width:775px;
	height:30px;
	padding-top:10px;		
}

#footer p 
{
	font-size:11px;
	color:#FFFFFF;
	text-align:center;
}

.ie-glow
{
	display: none;
}

#tableend
{
	background: url(../images/footer2.png) no-repeat top;	
	width:775px;
	height:30px;
	padding-top:0px;	
	margin-top: 10px;
}



