@charset "utf-8";
/* CSS Document */

/*----------------------------------------
Name: home.css
Developed by:
Date Created:
Last Updated:
Copyright:
----------------------------------------*/

/* Imports
----------------------------------------*/
@import url("reset.css");
@import url("externalLinks.css");


/* Elements
----------------------------------------*/
body
{

}

body
{
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(../images/pages-bkg.jpg);
	background-repeat:repeat-x;
	background-color:#FFFFFF;
}

p, td, th, li ,h1, h2, h3, h4, h5, h6
{
font-family: Arial, Helvetica, sans-serif;



}

#mainContainer
{


	
}

#miniheader{
margin: 0 auto;
height:38px;
width: 960px;
padding-top: 6px;
/* background-color:#666666; */

}


.miniheader-p {
color: #afafaf;
float:left;
font-size:11px;
padding-top:5px;

}

#miniheader-inside {
float:right;
margin:0 auto;
margin-top: 4px;
width: 225px;
height: 30px;

}

#miniheader-searchbar{
float:right;
width: 200px;
height: 30px;

}



/* Text Box with Gradient: */
.tb-gradient {
    border:0;
    background: transparent url(../images/nav/gradientcopy.gif) no-repeat top left;
    height: 22px;
    width: 150px;
    padding-top:2px;
}

.replacement-1 {
width: 28px;
height: 25px;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent url(../images/SearchButton.gif) no-repeat center top;
  text-indent: -1000em;
  cursor: pointer; /* hand-shaped cursor */
  cursor: hand; /* for IE 5.x */
  }



/* Header----------------------------------------*/
#header{
	 margin: 0 auto;
	 width: 960px;
	height:130px;
	padding-top: 0px;
	}

	/* Nav----------------------------------------*/
	#nav
	{
	margin-top:105px;
	background-image:url(../images/nav/Nav_bg.jpg);
	background-repeat:no-repeat;
	width:140px;
	height:45px;
	font-size:20px;
	float:right;	
	text-align: center;
	padding-top: 10px;
	}
	
	#sub-nav
	{
	background-color:#999999;
	width: auto;
	background-repeat:repeat-x;
	height:47px;
	
	}
	
	
	/* 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!*/}
/*
#maincontent_bg {
margin: 0 auto;
width:1074px;
height:516px;


 background-image:url(../images/FrontPageBox_03.jpg) 

}
*/
#navbar-sub{


}

		
/* Main Content
----------------------------------------*/
#mainContent
{
	width: 960px;
	height: 440px;
	margin: 0 auto;
	padding-left: 5px;
}


#inside_mainContent-left{
float: left;
height:440px ;
width: 750px;

}


#inside_mainContent-right {
float: left;
height: 440px;
width: 200px;

}

#WelcomeBox {
background-image: url(../images/images/HOME/WelcomeBox-BG.jpg);
background-repeat:repeat-x;
background-color:#FFFFFF;
float: left;
width: 751px;
height: 161px;
}

#WelcomeBox-Header {
height: 32px;
background-image: url(../images/images/HOME/WelcomeBox-Header.jpg);
background-repeat:repeat-x;

}


#directory {
width: 700px;


}

/* Footer
----------------------------------------*/
#footer
{
height: 300 px;
}

#footer p 
{
	
}

p
{
color:#afafaf;
}

/*--- Link Styles ---*/
a:link
{
	color: #CC0000;
	text-decoration: none;
}

a:visited 
{
color: #000000;
text-decoration: none;

}
a:hover, a:active
{
	color: #FF0000;
	text-decoration:none;
}

h1
{
	color:#000000;
	margin:.825em 0 .5em 0;
	font-size:2.125em;
}

h2
{
	color: #FF0000;
	margin:.825em 0 .5em 0;
	font-size:1.75em;
}

h3
{
	color:#333;
	margin:.825em 0 .5em 0;
	font-size:1.5em;
}

h4
{
	color:#000000;
	margin:.825em 0 .5em 0;
	font-size:1.25em;
}

h5
{
	color:#000000;
	margin:.825em 0 .5em 0;
	font-size:1.125em;
}

h6
{
	color:#000000;
	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;}

/* 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;}
.fromtop	{padding-top: 5px;
			 padding-left: 5px;
			 color:#FFFFFF;}
.pad-all	{padding: 5px;}




