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

* {
     padding: 0;
     margin: 0;
}
img {
     border: 0;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.3em;
	margin: 0;
	padding: 0;
	font-size: 13px;
	color: #333;
}
a:link, a:visited {
    text-decoration: underline;
    font-weight: normal;
    color: #000;
    
    text-align: left;
}
#container {
	width:800px;
	border: 3px solid #e2e2e2;
	text-align: left;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	overflow: auto;
}
#header {
	text-align: center;
	height: 80px;
}


/* Normal link */
a {
	color: #006699;
	text-decoration: underline;
}

a:hover, a:active, a:focus {
	color: #333333;
	text-decoration: underline;
}





#body-menu-top {
	text-align: center;
	height: 30px;
	float: right;
	width: auto;
	margin-top: 5px;
	margin-right: 15px;
	margin-bottom: auto;
	margin-left: auto;
}
#body-menu-left {
	text-align: center;
	width: 100%;
	margin: 3px;
	padding: 3px;
}

#breadcrumb {
	height: auto;
	width: auto;
	float: left;
	margin-top: 5px;
	margin-bottom: 10px;
}
#main-top-content {
	text-align: left;
	margin: 1px;
}

#main-top-content img {
	margin: 10px;	
}

#main-content {
	text-align: left;
	width: 99%;
	float: none;
	margin-right: 1px;
	margin-bottom: 1px;
	margin-left: 1px;
	overflow: auto;
}

#main-content img {
	margin: 10px;	
}


#footer {
	text-align: center;
	background-color:#FFF;
	height: 60px;
	width: auto;
	border: 2px solid #000;
	margin: 5px;
}


/* End of Body CSS */

/*    Start of Page CSS   */
h1{
	font-family: Verdana, Arial, sans-serif;
	font-size: 18px;
	color: #1B6AC3;
}

h2{
	font-size: 16px;
	color: #006699;
}

h3{
	font-size: 14px;
	color: #009;
}

h4{
	font-size: 12px;
	font-weight: normal;
	color: #333333;
}

h5{
	font-size: 10px;
	color: #334d55;
}




ul{
	list-style-type: square;
	padding-left: 50px;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

li {
	padding-left: 5px;	
}

#charnwood-link {
	font-size: 10px;	
}

.highlight {
	font-weight: bolder;
	color: #00639C;
}
#breadCrumb{
	font-size: 12px;
	padding: 5px 0px 5px 10px;
	background-color: #A5B5D6;
}
#breadCrumb a {
	color: #30C;
	text-decoration: underline;
	font-weight: bold;
}
/*  ====================Charnwood Link ========================*/
#charnwood-link {
	background-color: #FFF;
	height: 48px;
	width: 152px;
	border: 1px solid #009;
	border-radius:6px;
	overflow: hidden;
}
#chlink1 {
	float: right;
	height: 46px;
	width: 100px;
	margin: 0px;
	padding: 0px;
}
.charnwood-link {
	display: block;
	height: 51px;
	text-indent: -1000em;
	width: 51px;
	background-repeat: no-repeat;
	background-image: url(images/charnwood/charnwood-footer-icon_01.gif);
	float: left;
	overflow: hidden;
}
.charnwood-link1 {
	display: block;
	height: 23px;
	text-indent: -1000em;
	width: 99px;
	background-repeat: no-repeat;
	background-image: url(images/charnwood/charnwood-footer-icon_02.gif);
}
.charnwood-link2 {
	display: block;
	height: 11px;
	text-indent: -1000em;
	width: 99px;
	background-repeat: no-repeat;
	background-image: url(images/charnwood/charnwood-footer-icon_03.gif);
}
.charnwood-link3 {
	display: block;
	height: 12px;
	text-indent: -1000em;
	width: 99px;
	background-repeat: no-repeat;
	background-image: url(images/charnwood/charnwood-footer-icon_04.gif);
}
/*  ====================End of Charnwood Link ========================*/
