body
{
	background: #FFFFFF;
    padding: 0px;
    margin: 0px;
    height: 100%;
    font-family: arial, verdana, tahoma, helvetica;
    font-size: 12px;
    line-height: 135%;
    color: #404040;
}

img
{
	border: 1px solid #AAAAAA;
	padding: 1px
}

img:hover
{
	border: 1px solid #E02C1D
}

.container
{
	width: 930px;
	margin: 0px auto
}



.toptool
{
	width: 930px;
	height: 30px;
	margin: 5px auto;
	color: #DDDDDD;
	overflow: hidden
}

.toptool a
{
	color: #CCCCCC;
	padding: 0px 5px;
}	
	
.header
{
	width: 930px;
	height: 227px;
	overflow: hidden
}

.header img
{
	border: 0px;
	margin: 0px;
	padding: 0px;
}

.mainmenu
{
	background: url(../layout/mainmenu.png) no-repeat top left;
	width: 926px;
	height: 60px;
	padding: 0px 2px;
	overflow: hidden
}

.mainmenu a
{
	background: url(../layout/menubreak.png) no-repeat center right;
	color: #494e51;
	height: 42px;
	padding: 25px 30px 0px 30px;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 13px;
	float: left;
	overflow: hidden
}
.mainmenu a:hover
{
	background: url(../layout/menubreak2.png) no-repeat center right;
}
	

.content
{
	width: 930px;
	margin: 0px auto;
	padding: 0px;
	overflow: hidden
}

.sidecolumn
{
	width: 202px;
	float: left;	
	display: inline
}


a
{
	color: #CC0000;
	font-weight: bold;
	text-decoration: none
}

h2
{
	font-size: 13px;
	padding: 6px 0px 3px 0px;
	margin: 0px 0px 0px 0px;
	font-weight: bold		
}


.block
{
	width: 202px;
	margin-bottom: 5px;
	display: inline;
	float: left
}
	
.block .bhead
{
	background: url(../layout/bhead.png) no-repeat top left;
	width: 189px;
	height: 28px;
	padding: 6px 0px 0px 13px;
	overflow: hidden;
	float: left		
}

.block .bhead h2
{
	background: url(../layout/pointred.png) no-repeat 0% 60%;
	padding-left: 13px;
	font-size: 13px;
	font-weight: bold		
}
.block .bbody
{
	background: #FFFFFF url(../layout/bbody.png) repeat-x top left;
	width: 174px;
	border: 1px solid #d0d6da;
	padding: 15px 13px; 	
	float: left;
	overflow: hidden
}		
.bbody p
{
	padding: 0px; 		
}	
	
.nav
{
	height: 10px;
	padding: 5px 0px 0px 0px;
	display: inline;
	clear: both;
	float: right
}
	
	.nav a
	{
		font-weight: normal;
		color: #888888
	}	

.main
{
	width: 724px;
	min-height: 200px;
	margin-right: 4px;
	display: inline;
	overflow: hidden;
	float: left
}
	
	.main .text
	{	
		background: url(../layout/mbody.png) repeat-x top left;
		width: 682px;
		padding: 10px 20px;
		border: 1px solid #d0d6da;
		border-bottom: none;
		float: left
	}
	
	.main .foot
	{
		background: url(../layout/mfoot.png) no-repeat top left;
		width: 100%;
		height: 10px;
		float: left
	}	
		
	.main h1
	{
		background: url(../layout/arrowred.gif) no-repeat 0% 53%;
		font-size: 18px;
		padding: 15px 0px 15px 23px;
		margin: 0px;
		font-weight: normal;
		width: 100%	
	}
	.main p
	{
		margin: 0px;
		padding: 0px		
	}	
	.main img
	{
		border: 2px solid #D5D5D5;
		padding: 1px
	}
	.main img:hover
	{
		border: 2px solid #E0261E
	}
	
.miniNews
{
	width: 100%;
	float: left;
	margin-bottom: 15px
}

	.miniNews .miniImg
	{
		background: url(../layout/minibreak.png) no-repeat center right;
		width: 145px;
		float: left;
		display: inline;
		margin-right: 13px
	}
	.miniNews .miniImg img
	{
		border: none
	}	
	.miniNews a.newsTitle
	{
		display: block;
		font-size: 13px;
		color: #404040;
	}	
	.miniNews a.newsTitle:hover
	{
		text-decoration: underline;
		color: #606060;
	}	

a.moreButton
{
	padding: 1px 13px;
	color: #FFFFFF;
	border: 1px solid #d0d6da;
	float: right;
	font-size: 11px;
	display: inline;
	margin: 2px 0px 0px 2px;	
}

	a.moreRed
	{
		background: #9f1b01 url(../layout/linkred.png) repeat-x center left;	
	}
	a.moreRed:hover
	{
		background: #9f1b01 url(../layout/linkred2.png) repeat-x center left;	
	}


.footer
{
	background: url(../layout/footer.png) no-repeat top left;
	width: 900px;
	margin: 5px auto;
	padding: 15px 15px;
	overflow: hidden
}

	.footer img
	{
		border: none;
	}
	.footer .logoLeft
	{
		float: left;
	}
	
	.footer ul
	{
		float: left;
		list-style: none;
		margin: 0px;
		padding: 9px 0px
	}		
	.footer li
	{
		float: left;
		display: inline;
	    margin: 0px 6px 0px 0px
	}
	.footer a
	{
		padding: 0px 0px 0px 23px;
		font-weight: normal;
		text-transform: uppercase;
		color: #AAAAAA;
		font-size: 10px
	}
	.footer a:hover
	{
		text-decoration: underline
	}
	
input.inputText
{
	background: #FFFFFF url(../layout/input.png) repeat-x top left;
	border: 1px solid #d0d6da;
	font-size: 11px;
	width: 105px;
} 
input.inputText:hover
{
	background: #FFFFFF url(../layout/input2.png) repeat-x top left
}

input.inputSubmit
{
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	border: 0px;
	float: right;
	display: inline;
	margin-right: 20px;
	margin-top: 10px;
	padding-right: 27px;
	padding-top: 3px;
	padding-bottom: 4px; 
	width: 112px;
} 
	
input.inputRed
{
	background: url(../layout/buttonred1.png) no-repeat center left;
}	
input.inputRed:hover
{
	background: url(../layout/buttonred1a.png) no-repeat center left;
}		


.inputAutoText
{
	background: #FFFFFF url(../layout/input.png) repeat-x top left;
	border: 1px solid #d0d6da;
	font-size: 11px;
	width: 105px;
}	

.inputAutoText:hover
{
	background: #FFFFFF url(../layout/input2.png) repeat-x top left
}

.inputAutoText div{ position: relative; z-index: 5; background-color: #EDF5FF }
.inputAutoText ul, .inputAutoText li { margin: 0px; padding: 0px; list-style: none; color: #333 }
.inputAutoText li { padding: 2px; border-top: 1px solid #ccc }
.inputAutoText .selected { background-color: #ffc }
