/* 
* Layout/Template CSS only
*/
.container
{
	height: auto;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	background-image: url('../graphics/bg.gif');
	background-repeat: repeat-y;
	background-position: 0px 200px;
}
.header
{
	background-color: #ffffff;
	padding-bottom: 2px;
}
.headertop
{
	background-color: #223F9B;
	text-align:left;
	padding: 15px;
}
.headerbottom
{
	background-color: #E7E7E7;
	text-align:center;
	padding-top: 10px;
	padding-bottom: 10px;
}
.footer
{
	background-color: #ffffff;
	padding-top: 4px;
	padding-bottom: 8px;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.speech
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	color: #000000;
	background-color: #FFFFFF;
	margin-top:-290px;
	height: 160px;
	width: 710px;
	padding: 15px;
	margin-left: 15px;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=60);
	vertical-align: middle;
	opacity: 0.6;
	float: left;
}
.menu
{
	background-color: #707174;
	width: 200px;
	left: 0px;
	float: left;
	height: 380px;
	background-image: url('../graphics/menubg.gif');
	background-repeat: repeat-x;
	text-align: right;
}
.menu li
{
	margin-top: 15px;
	margin-right: 15px;
}
.content
{
	width: 750px;
	float: left;
	min-height: 380px;
}
.clear
{
	clear: both;
}
.title
{
	background-color: #223F9B;
	text-align:left;
	padding: 15px;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #FFFFFF;

}
.clientarea
{
	border: 1px solid #999999;

}
.clientarea th
{
	border-bottom: 1px solid #999999;
	background-color: #FFFFFF;
	vertical-align: top;
	padding: 10px;

}
.documents
{
	border-top-width: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	border-bottom-width: 0px;
	width:100%;

}
.documents td
{
	padding: 5px;
	border-bottom: 1px solid #999999;
}
.documents th
{
	background-color: #223F9B;
	
}
.icon
{
	background-color: #FFFFFF;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
	width: 30px;

}
.img
{
	margin-top:15px;
	margin-bottom:15px;
}
.columnwrap
{
	background-image: url('../graphics/columnbg.gif');
	background-repeat: repeat-y;
}
.column
{
	background-color: #E6E7E8;
	width: 228px;
	float: left;
	height: auto;
	text-align: left;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	padding: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-weight: normal;
}
.cmscontent
{
	background-color: #E6E7E8;
	width: 730px;
	height: auto;
	text-align: left;
	/*margin-left: 1px;/**/
	padding: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
}

.contact
{
	float:right;
	text-align:right;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	line-height: 23px;
}

.cmscontent textarea
{
	width: 330px;
	height: 300px;
	border: 1px solid #223F9B;
}
.cmscontent input
{
	width: 330px;
	border: 1px solid #223F9B;
}
.cmscontent select
{
	width: 330px;
	border: 1px solid #223F9B;
}
.cmscontent input[type=submit]
{
	width: 150px;
	border: 1px solid #223F9B;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	background-color: #223F9B;
}
.form td
{
	padding: 5px;
}
#footer-logos{
	float:left;
	width:215px;
}
#footer-links{
	float:right;
	text-align:right;
}