@charset "utf-8";
/* CSS Document */

* {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}
body {
	text-align: center;
	background-color: #FFF;
	background-image: url(/images/background.png);
	background-repeat: repeat-x;
	color: #000;
}
#container {
	text-align: left;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(/images/container.png);
	background-repeat: no-repeat;
	position: relative;
	background-position: top;
}
#banner #officialFlashStamp {
	position: absolute;
	left: -100px;
	top: 0px;
}

#header #banner {
	height: 200px;
}
#header #navigation {
	background-image: url(/images/headernav.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 40px;
}
#mainContent {
	padding-right: 10px;
	padding-left: 10px;
	color: #333;
}
#footer p {
	text-align: center;
	font-size: 10px;
	color: #999;
	background-color: #EEE;
	margin-right: 10px;
	margin-left: 10px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #999;
	border-bottom-color: #999;
	clear: both;
}
#footer .officialSeal {
	position:absolute;
	right:15px;
	top:0;
	line-height:25px;
	font-size: 12px;
	color: #999;
	clear: both;
}
#footer div.visualdevise a{
	background-image: url(http://www.visualdevise.com/images/VisualDeviseTM16Black.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
	margin-left: 15px;
	line-height: 25px;
	position: absolute;
	left: 0px;
	top: 0px;
	font-size: 12px;
	color: #666;
}
#footer div.visualdevise a:hover {
	color: #09F;
	background-image: url(http://www.visualdevise.com/images/VisualDeviseTM16.png);
}


#navigation ul.hnav {
	padding-right: 10px;
	padding-left: 10px;
}
#navigation ul.hnav li {
	float: left;
}
#navigation ul.hnav li a {
	display: block;
	padding-right: 21px;
	padding-left: 21px;
	line-height: 40px;
	font-size: 16px;
	color: #333;
	font-weight: bold;
}
#navigation ul.hnav li a:hover {
	display: block;
	padding-right: 20px;
	padding-left: 20px;
	line-height: 40px;
	font-size: 16px;
	color: #EEE;
	background-color: #3F7596;
	border-right-color: #ADADAD;
	border-left-color: #ADADAD;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
}
#navigation ul.hnav li.first a:hover {
	display: block;
	padding-right: 20px;
	padding-left: 20px;
	line-height: 40px;
	font-size: 16px;
	color: #EEE;
	background-color: #3F7596;
	border-right-color: #ADADAD;
	border-right-width: 1px;
	border-right-style: solid;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #3F7596;
}
p.header1 {
	font-size: 22px;
	font-weight: bold;
}
h1 {
	font-size: 22px;
	font-weight: bold;
}
p {
	padding: 5px;
}
p.header2 {
	font-size: 14px;
	font-weight: bold;
	background-image: url(/images/headerBackround2.png);
	background-repeat: no-repeat;
	background-position: center center;
	color: #EEE;
	line-height: 20px;
}
form.blockLabel label {
	padding-left: 5px;
}
form.blockLabel label, form.blockLabel label input, form.blockLabel label textarea {
	display: block;
}
form#contact label input, form#contact label textarea {
	width: 100%;
	border: 1px solid #999;
	font-size: 16px;
}
form#contact {
	width: 400px;
}
.clientlogos img {
	margin-top: 2px;
	margin-right: 10px;
	margin-bottom: 2px;
	margin-left: 10px;
	vertical-align: middle;
}

div.PictureCaption{
	clear:both;
	width: 400px;
	overflow: hidden;
	border: 1px solid #999;
	position: relative;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	}
div.leftPictureCaption img {
	float: left;
	vertical-align: middle;
	margin: 5px;
}
div.leftPictureCaption p {
	float: right;
	text-align: justify;
	display: table-column;
	width: 300px;
}
div.rightPictureCaption img {
	float: right;
	vertical-align: middle;
	margin: 5px;
}
div.rightPictureCaption p {
	float: left;
	text-align: justify;
	width: 300px;
}

