/* CSS Document */

body,
html {
	font: 100%/1.5 Verdana, Arial, Helvetica, sans-serif;
	background-image:url(images/page_BG.gif);
	background-repeat:repeat-x;
	background-color:#537fac;
	margin:0;
	padding:0;
	color:#005481;
}

body {
	min-width:827px;
	margin:0;
	padding:0;
}
	
#wrap {
	background-image:url(images/wrap_BG.gif);
	background-repeat:no-repeat;
	margin:0 auto;
	padding:0px;
	width:827px;
	text-align:center;

}
	
	
#wrapInner {
	width:801px;
	padding:0px;
	margin:0 auto;
	text-align:center;
}

#header {
	width:801px;
	padding:0px;
	margin:0;
	text-align:center;
}

#photoMenu {
	width:801px;
	padding:0px;
	text-align:center;
	margin:0;
}

#topPhoto {
	float:left;
	width:527px;
	padding:0px;
	background-color:#095986;
	text-align:center;
	margin:0;
}

#VU {
	float:left;
	width:527px;
	padding:0px;
	background-color:#095986;
	text-align:center;
	margin:0;
}

#menu {
	float:right;
	background-color:#005481;
	width:274px;
	padding:0px;
	text-align:center;
	margin:0;
}

#nav {
	float:right;
	background-image:url(images/menu_BG.gif);
	background-repeat:no-repeat;
	width:274px;
	height:302px;
	padding:0px;
	text-align:left;
	margin:0;
	color:#FFFFFF
}

#navlist {
	font-family:Verdana;
    font-size:13px;
    font-weight:bold;
    list-style:none;
	padding:0;
	margin:20px 0 0 22px;
}
#navlist a {
    display:block;
    width:218px;
height:51px;
    color:#fff;
    text-decoration:none;
	vertical-align:middle;
    background:url("images/tab.gif") no-repeat;
    padding:0px;
	margin:0;
}
#navlist a:hover { 
    background-position:0 -51px;
    color: #1e5ebd;
}
#navlist a:active {
    background-position:0 -51px;
    color:#1e5ebd;
}

 /* Main */ 
 
#main {

	clear:both;
	width:801px;
	margin:0px;
	padding:0px;
}


#mainTop {
	height:30px;
	padding:0px;
	margin:0px;

}

#mainTop p {
	padding:0px;
	margin:0px;
}

#content {
	float:left;
	margin:0px;
	padding-left:30px;
	padding-right:14px;
	padding-top:0px;
	padding-bottom:10px;
	width:470px;
	text-align:left;
}


#content p {
	font-size:.8em;
	line-height:1.5em;
	font-weight:normal;
}

#content h1 {
	font-size: 1.25em;
	line-height:1.25em;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color:#005481;
	margin-top:0px
}

#content h2 {
	font-size: 1.15em;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color:#3c9f9e;
	margin-top:16px;
}

#content h3 {
	font-size: 1.05em;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color:#257aa4;
}

#content h4 {
	font-size:.8em;
	line-height:1.75em;
	background-image:url(images/border_top.gif);
	background-repeat: repeat-x;
	margin-top:22px;
	padding-top:17px;
	font:13px/18px Verdana,Sans-serif;
	font-family:Verdana, sans-serif;
	font-weight:bold;
}

#content a {
	color:#3c9f9e;
    }

#content a:hover {
	color:#990000;
    }
	
#content ul {
	font-size:.75em;
	list-style-image:  url(img/bullet.gif); 
	}

#content li { 
	padding-bottom:5px;
	margin-left: -10px;

	} 
	
#content ol li { 
	font-size:.75em;
	padding-bottom:11px;
	margin-left: -10px;

	} 

	
#sidebar {
	float: right;
	text-align:left;
	width:218px;
	margin:0px;
	padding-left:28px;
	padding-right:30px;
	padding-top:0px;
	padding-bottom:0px;

}

#sidebar p {
	font-size:.75em;
	line-height:1.45em;
	font-weight:normal;
	}

#sidebar h1 {
	background-image:url(images/border_top.gif);
	background-position:bottom;
	background-repeat: repeat-x;
	font-size: 1.15em;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color:#3c9f9e;
	margin-top:0px;
	margin-bottom:14px;
	padding-bottom:10px;
}	

#sidebar h2 {
	background-image:url(images/border_top.gif);
	background-position:bottom;
	background-repeat: repeat-x;
	text-transform:uppercase;
	margin-top:24px;
	margin-bottom:14px;
	padding-bottom:6px;
	font-size: 1.0em;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	color:#257aa4;
}

#sidebar a {
	color:#3c9f9e;
}

#sidebar a:hover {
	color:#990000;
}
 
 /* FOOTER */ 
 
#footer {
	clear:both;
	background-image:url(images/footer_BG.gif);
	background-repeat:none;
	text-align:center;
	width:801px;
	height:73px;
	margin:0px;
	padding:0px;
}

#footer p {
	color:#a4b9ca;
	font:10px/14px Verdana,Sans-serif;
	padding-top:43px;
	margin-top:0px;
  }
   
#footer a {
	font-weight:normal;
	color:#a4b9ca;
	text-decoration:underline;
}

#footer a:hover {
	color:#3c9f9e;
	font-weight:normal;
	text-decoration:underline;

    }

/* links */

a:link, a:visited {
	color: #3c9f9e;
	text-decoration:underline;
}

a:hover {
	color: #990000;
	text-decoration:underline;
}
	
 /* BreadCrumb */
 
 
.imageRight{
	float:right;
	padding:4px;
	margin-right: 0px;
	margin-left: 6px;
	margin-bottom: 8px;
	margin-top: 1px;
	border: 1px solid #99bace;
}


	
#pageBottom {
	width:740px;
	height:26px;
	margin:0;
	padding:0px;
}

.sideHeader {
padding:0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 16px;
	margin-top: 0px;
}


    #nav-example {
    background:url("images/nav-final.gif") no-repeat;
    width:274px;
    height:253px;
    margin:0;
    padding:0;
    }

    #nav-example span {
    display: none;
	margin:0;
    padding:0;
    }

    #nav-example li, #nav-example a {
    width:272px;
	height:42px;
    display:block;
	margin:0px;
    padding:0;
    }

	#nav-example ul {
	margin:0px;
	padding:0px;
	list-style:none;
	}

	#menuMid  {
	margin:0px;
	padding:0px;
    }

	#menuBottom  {
	margin:0px;
	padding:0px;
    }

    #nav-example li {
    float:left;
    list-style:none;
	margin:0px;
	padding:0px;
    }

    #nav-example-01 {width: 272px; height:42px;}
    #nav-example-02 {width: 272px; height:42px;}
    #nav-example-03 {width: 272px; height:42px;}
    #nav-example-04 {width: 272px; height:42px;}
	#nav-example-05 {width: 272px; height:42px;}
	#nav-example-06 {width: 272px; height:42px;}


    #nav-example-01 a:hover {background:url("images/nav-final.gif") -274px 0px no-repeat; }
    #nav-example-02 a:hover {background:url("images/nav-final.gif") -274px -42px no-repeat; }
    #nav-example-03 a:hover {background:url("images/nav-final.gif") -274px -84px no-repeat;  }
    #nav-example-04 a:hover {background:url("images/nav-final.gif") -274px -126px no-repeat;  }
	#nav-example-05 a:hover {background:url("images/nav-final.gif") -274px -168px no-repeat; }
	#nav-example-06 a:hover {background:url("images/nav-final.gif") -274px -210px no-repeat; }
	