/*RESET*/

html, body, form, fieldset {
        margin: 0;
        padding: 0;
        font: 100%/120% Arial;
        color: #000;
}

/* Neutralize styling:
   Elements with a vertical margin: */
h1, h2, h3, h4, h5, h6, p, pre,
blockquote, ul, ol, dl, address {
        margin: 1em 0;
        padding: 0;
}

/* Apply left margin:
   Only to the few elements that need it: */
li, dd, blockquote {
        margin-left: 1em;
}

/* Miscellaneous conveniences: */
form label {
        cursor: pointer;
}
fieldset {
        border: none;
}
input, select, textarea {
        font-size: 100%;
        font-family: inherit;
}

.clear { line-height: 0; font-size: 0; clear:both; margin:0; padding:0; height: 1px; }

a img { border:none; outline: none; text-decoration: none; }
a:visited img { border:none; outline: none; }
a:hover img { border:none; outline: none; text-decoration:underline; }


a { border:none; outline: none; text-decoration: none; }
a:visited { border:none; outline: none; }
a:hover { border:none; outline: none; text-decoration:underline; }

p { padding: 0px; margin: 0px; } 

img, div { behavior: url(iepngfix.htc) }

.whole{
	margin:auto;
	width:1030px;
}

.left{
	float:left;
	width:150px;
}

.logo{
	float:left;
}

.list{
	float:left;
	width:149px;
}
.list table{
	color:#000;
	background-color:#2595bf;
	text-align:right;
}
.activity{
	padding:10px 0px 10px 0;
	float:left;
	width:130px;
}
.activity a{
	color:#00285e;

}


.right{
	float:left;
	width:860px;
	padding:0 0px 0 10px;
}

.right .top, .tagline{
	float:left;
}

.siteNav{
	width:500px;
	float:left;
	padding:20px 0 0 10px;
}

.siteNavItem{
	float:left;
}


.nav{
	height:58px;
	width:860px;
	float:left;
}

.topNavItem{
	float:left;
	padding: 0px;
}

.main{
	float:left;
	width:828px;
}

.headImg{
	height:430px;
	width:828px;	
}
.headImgNews{
	height:223px;
	width:979px;
}
.headImgMain{
	height:430px;
	width:980px;	
}
.title{
	float:left;
	background-color:#fff;
	margin-top:364px;
	color:#000;
	font-weight:bold;
	font-size:10pt;
}

.tabs{
	float:left;
	margin-top:355px;
	padding-left:200px;
	clear:both;
}

.tab{
	float:left;
}

.tabsTitle{
	padding-left:200px;
	
}

.copy{
	float:left;
	padding-left:50px;
	background-image:url('img/backgroundLogo.jpg');
	background-position: top right;
	background-repeat:no-repeat;
	width:780px;
}
.siteCopy{
	float:left;
	padding-left:570px;
	width:350px;
}

.newsItem{
	float:left;
	padding:15px 15px 15px 0;
	width:340px;
}

.homeTitle{
	font-weight:bold;
	font-size:9pt;
	color:#00285d;
}

.fpNews{
font-weight:bold; font-size:8pt;
}
.fpNews a{
	color:#af592c;
}

.footer{
	width:100%;
	text-align:center;
	float:left;
	padding:50px 0 50px 0px;
	font-size:8pt;
}

.footer a{
	color:#000;
	text-decoration:underline;
}

.advMainTitle{
	padding:5px;
	background-color:#0a1c4a;
	float:right;
	font-size:8pt;
	text-align:right;
	margin: 5px 0 5px 0;
	width:270px;
}
.advMainTitle a{
	color:#fff;
}

.gallery{
	width:700px;
}

.galleryThumb{
	border:5px solid black;
	padding:5px;
	float:left;
}


