/* CSS Document */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-family: inherit;
	vertical-align: baseline;
	text-decoration:none;
}

a:link {color:#234596;}
a:visited {color:#234596;}
a:hover {
	color:#2E315A;
	text-decoration:underline;
	-webkit-transition-duration: .5s;
	}
	
ul {list-style-type:none;
	margin-left:1em;}

li {list-style-type:none;
	
	}
	
.menu ul li
		{
			margin-left:1em;
		}

.serviceTopic {
	float:left;
	margin:10px 5px 20px 5px;
	}

.menuHeader {
	font-family:Trebuchet, Tahoma, Arial, sans-serif;
	font-size:1.2em;
	font-weight:bold;
	color:#295480;
	text-shadow: 1px 1px 1px #9BA7AA;
	margin-left:-5px;
	margin-top:5px;
	margin-bottom:3px;
			}
div.menuHeader:hover {background:#000000;}
			
.menuItem {
	font-family:GillSans, Calibri, Trebuchet, sans-serif;
	font-size:100%;
	margin-bottom:4px;
}	

.imageDefaultRight {
	float:right;
	margin:10px;
	-webkit-box-shadow:0px 4px 8px #999;
	-moz-box-shadow:0px 4px 8px #999;
	-webkit-border-radius:6px;
	
	}

#logStatus {
	position:relative;
	top:-50px;
	font-size:.7em;
	color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	margin-right:auto;
	margin-left:auto;
	width:200px;
	border-width:1px;
	border-color:#CCCCCC;
	-webkit-border-radius:3px;
	text-align:center;

	}

#interimFillerBG {
	background-image:url(../images/backgroundstretchyfiller.jpg);
	background-repeat:repeat-y;
	background-color:#1f729e;
	height:2000px;
	}

body {
	background-color: #1c6f9d;
}

#container {
	position:relative;
	margin-left:auto;
	margin-right:auto;
	width:1050px;
	height:auto;
	}
	
#footer {
	position:relative;
	background-color:#1C6F9D;
	background-image:url(../images/footer1050x105.jpg);
	width:1050px;
	height:105px;
	background-repeat:no-repeat;
	}	
	
#header {
	position:relative;
	background-color:#1C6F9D;
	background-image:url(../images/header1050x250.jpg);
	background-repeat:no-repeat;
	height:250px;
	width:1050px;
	left:0px;
	}

#content {
	position:relative;
	background-color:#1C6F9D;
	background-image:url(../images/contentbg1050x1.jpg);
	background-repeat:repeat-y;
	width:1050px;
	height:800px;
	left:0px;
	}
	
#navButtons {
	position:absolute;
	left:100px;
	width:550px;
	height:135px;
	background-position:center;
	background-repeat:no-repeat;
	top:30px;
	}

#twitterIcon {
	position:absolute;
	left:-99px;
	top: -217px;
	background-image:url(../images/twitter_75x75.gif);
	width:75px;
	height:75px;
	}

.clearFloat {clear:both;}

#leftColumn {
	top:-50px;
	margin-top:10px;
	float:left;
	position:relative;
	width:510px;
	left:125px;
	padding:20px;
	background-color:#CCC;
	min-height:280px;
	height:auto;
	-webkit-box-shadow:0px 5px 30px #000;
	-moz-box-shadow:0px 5px 30px #000;
	-webkit-border-radius:15px;
	-moz-border-radius:15px;
	z-index:100;
	}

#rightColumn {
	top:-50px;
	margin-top:10px;
	float:right;
	position:relative;
	width:180px;
	right:120px;
	padding:20px 20px 20px 5px;
	background-color:#ccc;
	min-height:280px;
	height:auto;
	font-size:100%;
	-webkit-box-shadow:0px 5px 30px #000;
	-moz-box-shadow:0px 5px 30px #000;
	-webkit-border-radius:15px;
	-moz-border-radius:15px;

	}
	

#centerBigColumn {
	top:-50px;
	position:relative;
	width:750px;
	margin-left:auto;
	margin-right:auto;
	padding:20px;
	background-color:#CCC;
	min-height:280px;
	height:auto;
	-webkit-box-shadow:0px 5px 30px #000;
	-moz-box-shadow:0px 5px 30px #000;
	-webkit-border-radius:15px;
	-moz-border-radius:15px;
	z-index:100;
	}
	
	
	
	
h1 {
	font-family:Trebuchet, Tahoma, Arial, sans-serif;
	font-size:2em;
	font-weight:bold;
	color:#295480;
	text-shadow: 1px 1px 2px #9BA7AA;
	margin-left:-5px;
	margin-bottom:15px;

	}
	
h2 {
	font-family:Trebuchet, Lucida Sans Unicode, Lucida Grande, Lucida Sans, Arial, sans-serif;
	font-size:.8em;
	line-height:130%;
	margin-bottom:.75em;
	font-weight:normal;
	}
	
h3 {
	font-family:Trebuchet, Tahoma, Arial, sans-serif;
	font-size:125%;
	font-weight:bold;
	color:#295480;
	margin-left:0px;
	margin-bottom:5px;
	}
