﻿body
{
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	
	margin-top:0px;
	background-color:#4f524b;
	--background:url(images/background.png)
}

.mainBox
{
	margin-top:0px;
	z-index:2000;
	padding:0px;
	width:900px;
	margin-left:auto;
	margin-right:auto;
}



.logoBox
{
	margin-top:0px;
	
	height:60px;
	background-color:#fff;
	padding-top:10px;

	}

.logo
{
		width:300px;
		height:45px;
		margin-left:10px;
		margin-top:0px;
	background:url(images/logo.png) no-repeat;
	
}
.callUS
{
		width:250px;
		height:30px;
		float:right;
		top:10px;
		position:relative;
	background:url(images/sloganRed1.png) no-repeat;
}


.headImage
{
	height:200px;
	--background:#efefef url(images/header.png) no-repeat;
	width:900px;
		
}

.menuBox
{
	
	height:50px;
	background:#ffffff url(images/backMenu.png) repeat-x;
	text-align:center;
}

.menuBox a
{
	padding:0px;
	
}

.subMenu
{
	text-align:left;
}

.subMenu a
{
	padding:10px;
}



.current
{
	
	--background: url(images/backGray.png) repeat-x;
	color:#0047c2;
	background-color:#fff;
	
}

.current a
{
	
	
}


.contentBox
{
	
	background-color:#d9d9d9;
	padding:5px;
	
	
	
}



.contentBox a
{
color:#cc3300;
font-weight:bold;
text-decoration:none;
}


.grayBox
{
	background-color:#fff;
	
}

.grayBoxContent
{
	padding:5px;
	
	
}


.footer
{
	height:50px;
		background:#efefef url(images/backMenu.png) repeat-x;
}

.footerContent
{
	text-align:right;
	padding-top:20px;
	padding-right:10px;
	color:#efefef;
}


a
{
	
	padding:10px;
	color:White;
}


a:visited
{
	
}

h3
{
	margin-top:5px;
	margin-left:5px;
	padding-top:0px;
	color:#0047c2;
	font-size:14px;
}

h4
{
	margin-top:5px;
	margin-left:5px;
	padding-top:0px;
	color:#000;
	font-size:12px;
}


.sideLink
{
	padding:15px;
	background:#efefef;
	border:solid 1px #3d3d3d;
	
	margin-bottom:1px;
	
}

.sideLinkCurrent
{
	padding:15px;
	background:#cc3300;
	border:solid 1px #3d3d3d;
	color:White;
	margin-bottom:1px;
	
}

.sideLinkCurrent a
{
	color:White;
	
}
.sideLink a 
{

}

ul
{
	list-style:square ;

}

li{ padding:10px;}

/*

.leftTop
{
	background:#efefef url(images/leftTop.png) no-repeat;
	position:relative;
	float:left;
	top:0px;
	bottom:auto;
	width:10px;
	height:10px;
}

.rightTop
{
	background:#efefef url(images/rightTop.png) no-repeat;
	position:relative;
	float:right;
	top:0px;
	bottom:auto;
	width:10px;
	height:10px;
}


.lt
{
	background:#d9d9d9 url(images/lt.png) no-repeat;
	position:relative;
	float:left;
	top:0px;
	bottom:auto;
	width:5px;
	height:5px;
}

.rt
{
	background:#d9d9d9 url(images/rt.png) no-repeat;
	position:relative;
	float:right;
	top:0px;
	bottom:auto;
	width:5px;
	height:5px;
}

.rb
{
	_background:#d9d9d9 url(images/rb.png) no-repeat;
	
	float:right;
	top:auto;
	bottom:0;
	width:5px;
	height:5px;
}

.lb
{
	_background:#d9d9d9 url(images/lb.png) no-repeat;
	position:relative;
	float:left;
	top:auto;
	bottom:0;
	width:5px;
	height:5px;
}
*/
