﻿body {
	margin:0;
	background:#f3f3f3;
}

td {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#000;
}

a:active {
	text-decoration:underline;
	color:#ed1d24;
}

a:visited {
	text-decoration:underline;
	color:#ed1d24;
}

a:link {
	text-decoration:underline;
	color:#ed1d24;
}

a:hover {
	color:#000;
}

img {
	border:0;
}

h1 {
	font-size:22px;
	font-weight:normal;
	display:block;
	margin:0 0 15px;
}


/*--------------Top Section-------------*/

#topbar {
	background:url(../siteart/topbar.gif) repeat-x top #005d99;
	padding:15px 0;
	border-bottom:5px solid #ed1d24;
	color:#fff;
}

#date {
	text-align:right;
	width:50%;
	color:#fff;
}

#web-address {
	color:#fff;
	width:50%;
}

#container {
	background:#f3f3f3;
	vertical-align:top;
}

#wrapper {
	background:#fff;
	padding:20px;
}

#header-right {
	width:662px;
	padding:0 10px 10px 0;
	background:url(../siteart/flagbg.jpg) no-repeat right bottom;
	color:#0072bc;
	text-align:right;
	vertical-align:bottom;
}

.hbar {
	background:#0072bc;
	border-top:1px solid #fff;
}


/*---------------Mid Section---------------*/

#mid {
	border-top:1px solid #fff;
	border-bottom:1px solid #fff;
	vertical-align:top;
}

#nav {
	background:#ed1d24;
	vertical-align:top;
	width:220px;
	border-right:1px solid #fff;
	padding:15px;
}

#nav ul {
	margin:0;
	padding:0;
	list-style:none;
}

#nav li {
	display:block;
	float:left;
}

#nav li a:active {
	text-decoration:none;
	text-transform:uppercase;
	color:#fff;
	display:block;
	padding:7px 0;
	width:220px;
	border-bottom:1px solid #c7171d;
	border-top:1px solid #fd4047;
}

#nav li a:visited {
	text-decoration:none;
	text-transform:uppercase;
	color:#fff;
	display:block;
	padding:7px 0;
	width:220px;
	border-bottom:1px solid #c7171d;
	border-top:1px solid #fd4047;
}

#nav li a:link {
	text-decoration:none;
	text-transform:uppercase;
	color:#fff;
	display:block;
	padding:7px 0;
	width:220px;
	border-bottom:1px solid #c7171d;
	border-top:1px solid #fd4047;
}

#nav li a:hover {
	background:#c7171d;
	text-indent:7px;
}

.sublinks {
	background:url(../siteart/nav-arrow.gif) no-repeat right center;
}

.sub-menu {
	position:absolute;
	visibility: hidden;
	border:1px solid #fd4047;
	line-height: 18px;
	z-index: 100;
	background: #c7171d;
	width: 200px;
	margin-left:14px;
}

.sub-menu a:active {
	color: #fff;
	width: 100%;
	display: block;
	font-weight:normal;
	padding: 7px 0;
	text-decoration: none;
	border-top:1px solid #fd4047;
	font-weight: bold;
	text-indent: 7px;
	font-weight:normal;
}

.sub-menu a:visited {
	color: #fff;
	width: 100%;
	display: block;
	font-weight:normal;
	padding: 7px 0;
	text-decoration: none;
	border-top:1px solid #fd4047;
	font-weight: bold;
	text-indent: 7px;
	font-weight:normal;
}

.sub-menu a:link {
	color: #fff;
	width: 100%;
	display: block;
	font-weight:normal;
	padding: 7px 0;
	text-decoration: none;
	border-top:1px solid #fd4047;
	font-weight: bold;
	text-indent: 7px;
	font-weight:normal;
}

.sub-menu a:hover {
	background: #0072bc;
	border-top:1px solid #0072bc;
	color:#fff;
}

#gallery {
	width:743px;
	vertical-align:top;
}

#slide {
	background:#0072bc;
	padding:5px;
	color:#fff;
}


/*---------------Lower Content Section------------*/

#content {
	padding:20px 0;
	vertical-align:top;
}

#main {
	vertical-align:top;
	width:664px;
	padding-right:30px;
	border-right:1px dotted #000;
}

#sidebar {
	width:300px;
	vertical-align:top;
}

.emp {
	vertical-align:top;
	padding:5px 10px 15px 0;
}

.emp img {
	border:3px solid #f3f3f3;
	margin-bottom:5px;
}


#footer {
	padding:15px;
	text-align:center;
}