/*
	Default css file for wite
*/

* {
	padding:0px;
}

Body{
	background:url('../Images/MainBackground.gif');
	background-repeat:repeat;
	background-position:top left;
	margin:0px;
	font-family:Tahoma;
}


A{
	text-decoration:none;
	color:#3F3631;
}

A:hover{
	color:#3F3631;
	text-decoration:underline;
}

A:visited{
	color:#AD262A;
}

A:visited:hover{
	color:#AD262A;
}

#Outer{
	width:964px;
	background:url('../Images/DropShadow.png');
	background-repeat:repeat-y;	
	margin-left:auto; 	
	margin-right:auto;
}

#Main{
	Width:900px;
	margin-left:auto;
	margin-right:auto;
	background-color:white;
}

#Header{
	width:900px;
	height:400px;
	background:url('../Images/HeaderBackground1.jpg');
	background-repeat:no-repeat;
}

#TopSwipe{
	width:900px;
	height:131px;
	background:url('../Images/TopHeaderSwipe.png');
	background-repeat:no-repeat;	
}

#LogoSwipe{
	width:900px;
	height:187px;
	background:url('../Images/LogoSwipe.png');
	background-repeat:no-repeat;
}

#HeaderSpacer{
	width:900px;
	height:83px;
}


#TopNavBar{
	width:900px;
	height:20px;
	background-color:#FB8E44;
	
}

#TopNavBar .NavItem{	
	width:110px;
	text-align:center;
	margin-left:2px;
	margin-right:2px;
	height:20px;
	float:left;
}

#TopNavBar .NavItem A{
	font-family:verdana;
	display:block;
	width:100%;
	height:20px;
	color:#333333;
}

#TopNavBar .NavItem A:visited{
	font-family:verdana;
	display:block;
	width:100%;
	height:20px;
	color:#333333;
}

#TopNavBar .NavItem A:hover{
	background-color:#FCB88A;
	text-decoration:none;
}

#TopNavBar .NavItem A:visited:hover{
	background-color:#FCB88A;
	text-decoration:none;
}


#LeftContainer{
	width:690px;
	float:left;
	min-height:400px;
}

#MainContent{
	padding:10px;
}

#MainContent LI{
	margin-left:20px;
}

#RightContainer{
	width:210px;
	float:right;
}

#ServicesContainer{
	margin-top:3px;
	width:204px;
	float:left;
	background-color:#FEDBC3;
}

#ServicesHeader{
	background-color:#FCB88A;
	font-size:12pt;
	font-weight:bold;
	text-align:center;
	padding:5px;
}

#Services{
	background:url('../Images/RightArch.gif');
	background-repeat:no-repeat;
	background-position:top left;
	line-height:20px;
	
}


#Services .NavItem{	
	width:199px;
	height:20px;
	font-size:10pt;
}

#Services .NavItem A{
	font-family:verdana;
	display:block;
	width:100%;
	height:20px;
	color:#333333;
	padding-left:5px;
}

#Services .NavItem A:visited{
	font-family:verdana;
	display:block;
	width:100%;
	height:20px;
	color:#333333;
}

#Services .NavItem A:hover{
	background-color:#FCB88A;
	text-decoration:none;
}

.SelectedLink{
	background-color:#F96D0D;
	text-decoration:none;
}

#Services .NavItem A:visited:hover{
	background-color:#FCB88A;
	text-decoration:none;
}


#AdContainer{
	background:url('../Images/RightArch.gif');
	background-repeat:no-repeat;
	background-position:top left;
	background-color:#FEDBC3;
	margin-top:3px;
	width:204px;
	float:left;
}


#Ads{
	margin-bottom:40px;
	
}

#FooterSeparator{
	background-color:#FA883B;
	height:5px;
}

#Footer{
	width:900px;
	padding-top:10px;
}

#Copy{
	font-size:8pt;
	float:right;
	margin-right:6px;
	padding-bottom:10px;
}


.Project{
	font-size:10pt;
	font-family:verdana;
}

.Project Img{
	border:1px solid black;
}


.RFQ{
	font-family:Lucida Sans;
	text-align:left;
	font-size:11pt;
	padding:3px;
	margin-top:3px;
}
.RFQ TD{	
	font-size:8pt;
}
.RFQ INPUT, TEXTAREA{
	font-family:Lucida Sans;
	font-size:8pt;
}
.SearchBarText{
	color:black;
	text-align:center;
}