/* Edited with EditCSS */
/**** LINK-tag style sheet style.css ****/

/*RESET*/

html, body, form, fieldset {
        margin: 0;
        padding: 0;
        font-family: Helvetica;
	font-size:10pt;
        color: #274d78;
}

/* 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: underline; color: #274d78;}
a:visited { border:none; outline: none; color: #274d78;}
a:hover { border:none; outline: none; text-decoration:none; color: #274d78;}

p { padding: 5px 0 5px 0; margin: 0px; } 


img, div { behavior: url(iepngfix.htc) }


body{
	background-color:#274d78;
/*	background-color:#fff;*/
}


.whole{
	width:805px;
	margin:auto;
}

.header{
	width:800px;
	float:left;
	background-color:#fff;
}
.navBar{
	width:800px;
	float:left;
	background-image:url('img/navBg.gif');
	height:40px;
}
.navList{
	float:right;
	list-style:none;
	padding:0px;
	margin:10px 0 0 0;
}

.navList a{
	text-decoration:none;
}
.navList a:hover {
	text-decoration:underline;
}

.navList li{
	color:#f5ae24;
	float:left;
	padding:0px 5px 0px 5px;
	margin:0px;
}

.navList li a:link {
	color:#fff;
}
.navList li a:visited {
	color:#fff;
}

.main{
	background-position:bottom left;
	background-repeat:no-repeat;
	float:left;
	width:780px;
	padding-left:20px;
	margin-top:-4px;
	top:-4px;
}

.sidebar{
	width:200px;
	float:left;
	height:200px;
}

.sidebar a:link {
	color:#fff;

}
.sidebar a:visited {
	color:#fff;

}

.sidenavItem{
	float:left;
	clear:both;
	padding:7px 0 7px 7px;
	width:160px;
	background-image:url(img/sideNavBg.gif);
	background-repeat:no-repeat;
	background-position:top left;
	position:relative;
}
.sidenavItemTop{
	background-image:url(img/sideNavBgTop.gif);
}

.content{
	width:680px;
	padding:20px 10px 0px 10px;
	float:left;

}
.spacer{
	float:left;
	line-height:1px;

}
.footer{
	float:right;
	text-align:right;
	width:300px;
}
.serviceBox{
	width:319px;
	border-left:solid 1px #f58b24;
	border-right:solid 1px #f58b24;
	padding:0px 10px 0 10px;

}

.serviceBox a:link {
	color:#274d78;

}
.serviceBox a:visited {
	color:#274d78;

}


.serviceHeader{
	font-size:12pt;
	font-weight:bold;
	color:#f58b24;
	line-height:18px;
	font-weight:bold;
}

.serviceLink{
	font-size:10pt;
	font-weight:bold;
	color:#274d78;
	line-height:10px;
}

.whiteBG{
	float:left; 
	background-color:#fff;
	width:800px;
	padding:0px;
}
/**********************************************/
.secMenu{
	list-style:none;
	margin:0;
	padding:0px;
	width:175px;
	float:left;
}

.secMenu li a{
    width:171px;
    height:29px;
    display: block;
    display: inline-block;
}

.secMenu li{
    height:29px;
    width:171px;
    margin:0;
    padding:0;
    background-repeat:no-repeat;
    background-position:0 -29px;
}

.secMenu li:hover, li.over {
    height:29px;
    width:171px;
    background-repeat:no-repeat;
    background-position:0px 0px;
}
.orangeList{
margin-left:30px;
list-style-image:url(img/orangeBullet.jpg);

}
.orangeList li{
padding-bottom:10px;
}



