/*
dark blue: #002049
mid blue: #315768
light blue: #B8C5CC
yellow: #FFE098
*/

/******************
HTML Tags
******************/
#page {
	width:770px;
	margin-left:auto;
	margin-right:auto;
	margin-top: 0px;
	margin-bottom: 0px;
	border-bottom:2px solid #7F7F7F;
	border-right:1px solid #7F7F7F;
}

#header, #footer {
	display: block;	/*make image have no padding*/
}

#topmenu
{
	height: 29px;
	display: block;
	background-image: url("images/home_topmenu.jpg");
	background-repeat: no-repeat;
	padding:0;
	margin:0;
}


img {
	border: 0;
}

/******************
LAYOUT STYLES
******************/
/* the three columns */
#content-container {
	width:100%;
	xborder-bottom:2px solid #7F7F7F;
	xborder-right:1px solid #7F7F7F;
	padding:0px;
	margin:0px 0px 0px 0px;
	table-layout:fixed;
}

#leftcontent, #centrecontent, #right-body {
	padding-top: 15px;
	padding-bottom: 10px;
}
#leftcolumn {
	vertical-align:top;
	background-color:#FFE098;
	background-image: url("images/main_left_bottom.jpg");
	background-repeat: no-repeat;
	background-position: 0% 100%;
	width:220px;
	padding: 0;
	margin:0;
}
#leftcontent {
	padding-right: 25px;
	padding-left: 20px;
}

#centrecolumn {
	vertical-align:top;
	background-color:#002049;
	padding:0;
	margin:0;
	}
#centrecontent {
	padding-right: 25px;
	padding-left: 20px
}

#rightcolumn {
	vertical-align:top;
	background-color: #FFE098;
	width:180px;
	padding: 0;
	margin:0;
}
#rightcontent-top {
	background-image: url("images/home_right_white.jpg");
	background-repeat: no-repeat;
	background-position: 100% 0%;
	background-color: white;
}
#rightcontent-bottom {
	background-color: #FFE098;
	background-image: url("images/home_right_yellow.jpg");
	background-repeat: no-repeat;
	background-position: 100% 0%;
}
#right-body {
	padding-right:10px;
	padding-left: 10px;
}

#footerinfo {
        height: 85px;
        background-image: url("images/main_bottom.jpg");
	background-repeat: no-repeat;
	background-position: 100% 0%;
	padding-top: 8px;
	padding-left: 8px;
	padding-right: 8px;
}


/******************
LIST and menu
******************/
ul {
	padding: 0 15px;	/*padding, not margin is used for ul*/
	margin: 0;			/* IE requires a hack */
}
ul li {
	list-style:none;
	list-style-position: outside;
	margin:0 0 5px 0;
}

#centrecontent ul li {
	list-style-image: url("images/bullet_white.gif");
}
#leftcontent ul li,#right-body ul li {
	list-style-image: url("images/bullet_midblue.gif");
}

#breadcrumb-right {
	text-align:right;
	padding-top: 5px;
	margin-right: 58px;
}
#breadcrumb-right ul li {
	display:inline;
}
#breadcrumb-right ul li a:hover {
	padding: 5px 5px 8px 5px;
}
#topmenu a {
	padding: 5px 5px 8px 5px;
}

/******************
FOOTER
******************/

/* contact details and legal info */

#legalinfo {
        text-align:center;
        color:#ffffff;
}

#legalinfo a {
        color:#ffffff;
}

#legalinfo a:hover {
text-decoration: underline;
}

#legalinfo a:visited {
        color:#ffffff;
}

.footerinforight {
        float: right;
        color: #002049;
        font-weight: bold;
        text-align: right; 
}

.footerinforight a {
        color: #002049;
}


.footerinfoleft {
        color: #002049;
        font-weight: bold; 
}

.footerinfoleft p.address{
        font-weight: normal;
        color: #000000;
}