html,body{
	width:100%;
	height:100%;
	margin:0;
	padding:0;
}
body {
	font-size:11px;
	background-color:#000000;
	line-height:1.4em;
}
img, div { behavior: url(assets/iepngfix.htc) } 
img {
	border:none;
}
p,div,tr,td,span,a,pre{
}
body,p,div,tr,td,span,a,pre{
	font-family:Tahoma, Geneva, sans-serif;
	color: #ffffff;
	text-decoration:none;
}
h1,h2,h3,h4,h5,h6,h1 a,h2 a,h3 a,h4 a,h5 a,h6 a{
	color:#ffffff;
	margin: 0;
	padding: 0;
}
h1,h1 a{
	font-size:1.75em;
}
h2,h2 a{
	font-size:1.6em;
}
h3,h3 a{
	font-size:1.25em;
}
h4,h4 a{
	font-size:1em;
}
p{
	margin: 0px 10px;
	padding:0;
}
.align-left{
	text-align:left;
}
.align-right{
	text-align:right;
}
.align-justify{
	text-align:justify;
}
.align-center{
	text-align:center;
}

.float-left{
	float:left;
}
.float-right{
	float:right;
}
.float-clear{
	clear:both;
}
.padding-30{
	padding: 0 30px;
}
.text {
	text-align: justify;
	line-height: 1.4em;
	font-size:12px;
}
a,a:link, a:visited,a {
	color: #fff;
	text-decoration: none;
}
a:hover {
	color:#FC3;
}
.text-black{
	color:#000;
}
.text-white,.text-white a{
	color:#fff;
}
.text-white a:hover{
	color:#aaa;
}
.text-footer {
	color: #000;
	font-size:1.2em;
}
.text-footer a, .text-footer a:link, .text-footer a:visited {
	color: #FFF;
	text-decoration: none;
	font-size:10px;
}
.text-footer a:hover {
	color: #FFB703;
}
.untangled a, .untangleda:link, .untangled a:visited{
text-decoration:none;
color:#fff;
font-family: tahoma;
font-size:10px;
}
.untangled a:hover
{
color:#006600;
text-decoration: none;
}
.linksAB a, .linksAB:link, .linksAB a:visited{
text-decoration:none;
color:#FFFFFF;
font-family: tahoma;
font-size:12px;
}
.linksAB a:hover
{
color:#FC0;
text-decoration: none;
}
.formInput{
	margin: 5px 10px;
	border:1px #666666 dashed;
	text-align:right;
	padding:5px;
	color:#666666;
}
.formInput label{
	width: 170px;
	float:left;
}
.formSubmit {
	text-align:right;
}
.searchbox{
	padding: 0px 20px;
}
.infobox{
	padding:8px;
	font-size:1em;
	color:#000000;
	text-align:center;
}
.errorBox-right{
	padding: 4px 0px 4px 5px;
	background-image:url(../img-other/errorArrow-right.gif);
	background-repeat:no-repeat;
	color:#ffffff;
	font-weight:bold;
	position:absolute;
	z-index:1000000;
}
.errorBox-left{
	padding: 4px 5px 4px 0px;
	background-image:url(../img-other/errorArrow-left.gif);
	background-position:right;
	background-repeat:no-repeat;
	color:#ffffff;
	font-weight:bold;
	position:absolute;
	z-index:1000000;
}
.bg-patterned{
	background-image:url(../img-design/bg-horizontal.jpg);
	background-repeat:repeat-y;
	width:867px;
}
.leftpadding{
	padding:10px;
	padding-left:30px;
	padding-top:30px;
}
.rightpadding{
	padding:10px;
	padding-right:30px;
	padding-top:30px;
}

.img-thumb{
	float:left;
	margin:10px 0px 10px 20px;
	border:1px #FC3 solid;
}
#outer {display: table; height: 100%; width:100%; #position: relative; overflow: hidden;}
#middle {#position: absolute; #top: 50%;display: table-cell; vertical-align: middle;}
#inner {#position: relative; #top: -50%; width:100%; margin:0 auto;}

#container{
	position:relative;
	width:867px;
	margin: 0 auto;
}
#menu-bar{
	width:867px;
	margin: 0 auto;
}
#header{
	position:relative;
	width:867px;
	margin: 0 auto;
}
#footer{
	position:relative;
	width:867px;

	margin: 0 auto;
}
#lower-menu{
	position:relative;
	width:434px;

}
#footer-container{
	position:relative;
	width:847px;
	margin: 0 auto;
	padding:10px;
}
#slide
{
	width:423px;
	height:355px;	
}
#logo
{
}
#text
{
	font-family:Tahoma;
	text-align:justify;
	width:423px;
	padding: 5px 0px 5px 0px;
}
#untangled-menu
{
	font-family:Tahoma;
	text-align:right;
	font-size:10px;
	color:#FFF;
	width:433px;
}
#services
{
	padding: 7px 0px 0px 0px;
	width:346px;
	height:245px;	
}
#content-inner{
	position:relative;
	width:787px;
	margin: 0 auto;
	padding:20px 40px;
}
#panel-left{
	width:700px;
	text-align:justify;
	margin:0px;
	padding:0px;
}
#panel-right{
	width:420px;
	text-align:justify;
	margin:0px;
	padding:0px;
}
#newsletter-button{
	right:0px;
	top:0px;
	position:absolute;
}
.NewsSummary{
	border:2px solid #FFB703;
	padding: 10px;
	margin-bottom:20px;
}
.NewsSummaryLink{
	color: #FFB703;
	font-size:14px;
	font-weight:bold;
}
}