
/*----------------------------------------
Name: global.css
Developed by:
Date Created:
Last Updated:
Copyright:
----------------------------------------*/

/* Imports
----------------------------------------*/
@import url("reset.css");
@import url("externalLinks.css");


/* Elements
----------------------------------------*/
body
{
	background-color:#FFFFFF;
	text-align:center;
}

body, p, td, th, li
{
	font-family: Arial,"ËÎÌå", Helvetica, sans-serif;
	font-size:12px;
	line-height:1.5em;
	color:#000000;
}

#mainContainer
{
	width:1002px;
	margin: auto;
}

p
{
	margin: 0 0 1em 0;
}

/*--- Link Styles ---*/
a:link, a:visited
{
	color:#B1DA67;
}

a:hover, a:active
{
	color:#5C8127;
	text-decoration:none;
}

ul
{
	margin-left:25px;
	list-style-type:none;
}

ol
{
	margin-left:25px;
	
}
sup{ line-height:5px; margin:0;}
blockquote	{margin: 0 0 18px 18px; color:#666666; font-style: italic;}
strong		{font-weight:bold;}
em		{font-style:italic;}

/* Standard Definitions
----------------------------------------*/
.left 		{float:left;}
.right 		{float:right;}
.clearThis 	{clear:both;}
.small		{font-size:11px;}
.large		{font-size:13px;}
.soft		{color:#D3D3D3;}
.hide		{display:none;}
p.last		{margin-bottom:0px;}

/* Header
----------------------------------------*/
#header
{
	background:url(../images/top.jpg);
	height:129px;
	width:100%;
	overflow:hidden;
	
	
}

	/* Nav
	----------------------------------------*/
	ul#nav
	{
		background:url(../images/navs-bg.gif) no-repeat;
		height:33px;
		width:630px;
		margin-left:33px;
		float:left;
		display:inline;
		overflow:hidden;		
	}
	ul#nav li{ list-style-type:none; height:33px; width:103px;float:left; margin-right:2px; }
	ul#nav li a{float:left; display:inline; color:#FFFFFF; height:33px; width:103px; vertical-align:middle; text-align:center; line-height:33px; overflow:hidden; text-decoration:none;}
	a:link, a:visited{ color:#FFFFFF; background:none;}
	ul#nav li a:hover,ul#nav li .navcurrent{ color:#FFFFFF; background:url(../images/nav-hover.gif);}

	
	/*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:100%;
	background-color:#D8ECB3;
	background:url(../images/mainContent-bg.jpg) repeat-x; 
}

	#contentMinor
	{
		width:241px;
		float:left;
		margin:0;
		overflow:hidden;
		display:inline;
	}
	#contentMajor
	{
		width:736px;
		float:left;
		margin:0px;
		overflow:hidden;
		display:inline;
	}






/* Footer
----------------------------------------*/
#footer
{
	width:100%;color:#939496
}

#footer ul{ margin:35 0 0 260px;color:#939496}
#footer ul li,#footer a{ color:#939496}



.showmsg th,.showmsg td{ text-align:center}

