/* CSS Document */


body {
	background:#00002f;
	padding:0;
	margin:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
}

h1, h2, h3, h4, h5 {
	padding:0;
	margin:0;
	font-weight:normal;
	font-family:Georgia, "Times New Roman", Times, serif;
	padding-top:5px;
	clear:both;		
	margin-bottom:15px;
}

h1 {
	line-height: 100%;	
}

h2 {
	font-size:16px;
	color:#333333;
	margin-bottom:10px;
}

h3 {
	font-size:18px;
	border-bottom:1px dotted #5e8217;
	color:#5e8217;
	padding-bottom:6px;
}

h4 {
	font-size:12px;
	border-bottom:1px dotted #002762;
	color:#002762;
	padding-bottom:3px;
	font-weight:bold;
	display:inline;
	clear:both;
}

h5 {
	font-size:14px;
	color:#002762;
	padding:8px 0 3px 0;
}

a {
	text-decoration:none;
}

img {
	border:none;
}

hr {
	border:0;
	width:100%;
	background:url(../images/HR.gif) repeat-x;
	color:#cccccc;
	margin:0 0 10px 0;
	height: 3px;
}

.Hide {
    display:none;
}

.Clear {
	clear:both;
}

.AlignLeft {
	float:left;
	padding:0;
	margin:0;
}

.AlignRight {
	float:right;
	padding:0;
	margin:0;
}

#Wrapper {
	width:1000px;
	margin:0 auto 0 auto;
	background:url(../images/Back.jpg) no-repeat top center fixed #00002f;
	min-height:777px;
	height: auto !important;
	height:777px;
}

/* ---------------------- Header ---------------------- */

#Header {
	padding:25px 225px 25px 15px;
	width:760px;
	position:relative;
	height:100px;
}

#Header img {
	width:185px;
	height:100px;
}

#Header ul {
	padding:0;
	margin:0;
	list-style:none;
	overflow: hidden;
	position:absolute;
	top:25px;
	right:215px;
}

#Header ul li {
	border-left: 1px solid #ffffff;
   float: left;
   line-height: 11px;
   margin: 0 .5em 0 -.5em;
   padding: 0 .5em 3px .5em;
   white-space: nowrap;
}

#Header ul li a {
	font-size:11px;
	color:#FFFFFF;
	padding:0 0 0px 0;
	border-bottom:1px solid #ffffff;
}

#Header ul li a:hover {
	border-bottom:1px dotted #ffffff;
}

#Header h1 {
	position:absolute;
	bottom:0;
	margin:0;
	padding:0;
	padding-bottom:20px;
	right:225px;
	font-size:30px;
	color:#FFFFFF;
}

/* ---------------------- Left Column ---------------------- */

#LeftColumn {
	width:200px;
	padding-right:20px;
	float:left;
}

#LeftColumn ul {
	padding:0;
	margin:0;
	list-style:none;
	margin-bottom:20px;
}

#LeftColumn ul li {
	padding:0 0 0 0;
	margin:0 0 0 0;
	padding-bottom:2px;
}

#LeftColumn ul li a {
	display:block;
	color:#FFFFFF;
	font-size:13px;
	
	font-family:Georgia, "Times New Roman", Times, serif;
	padding:6px 0 10px 0;
	text-align:right;
	margin:0;
	background:url(../images/NavLinks.gif) repeat-x bottom;
}

#LeftColumn ul li a:hover {
	background:url(../images/NavLinksHover.gif) repeat-x bottom;
}

#CenterColumn {
	width:550px;
	float:left;
}

/* ---------------------- Content ---------------------- */

#Content {
	width:500px;
	padding:25px;
	background:#FFFFFF url(../images/ContentTop.gif) no-repeat;
	font-size:12px;
	line-height:18px;
	color:#333333;
}

#Content h1 {	
	font-size:28px;
	color:#00002f;
	background:url(../images/Header.gif) repeat-x bottom;
	padding-bottom:10px;
	margin-bottom:20px;
}

#Content a {
	border-bottom:1px solid #333333;
	padding:1px 0;
	line-height:18px;
	color:#333333;
}

#Content a:hover {
	border-bottom:1px dotted #333333;
	color:#333333;
}

#Content h1 a, #Content h2 a, #Content h3 a, #Content h4 a, #Content h5 a 
{
    border-bottom:none !important;
}

#Content p {
	font-size:12px;
	line-height:18px;
	color:#333333;
}

#Content ul {
	margin:8px 0 8px 12px;
	padding:0;
}

#Content ul li {
	font-size:12px;
	line-height:18px;
	color:#00002f;
	background: url(../images/Arrow.gif) no-repeat 0 7px;
	list-style:none;
	padding:3px 0 8px 18px;
}

#Content ul li a {
	color:#00002f;
	border-bottom:1px solid #00002f;
}

#Content ul li a:hover {
	color:#00002f;
	border-bottom:1px dotted #00002f;
}

.Advert {
	width:auto;
	padding-bottom:20px;
}

#Content .Advert {
	margin-top:10px;
}

/* ---------------------- News ---------------------- */

#Panel img {
    float:left;
    margin:0 20px 20px 0;
}

.NewsBoxHeader {
	padding:7px 11px;
	background:url(../images/NewsHeader.gif) no-repeat #89b435;
	color:#00002f;
}

.NewsBoxHeader strong {
	float:left;
	font-size:14px;
	font-weight:bold;
	font-family:Georgia, "Times New Roman", Times, serif;
}

#Content .NewsBoxHeader strong a {
	float:left;
	font-size:14px;
	font-weight:bold;
	color:#00002f;
	font-family:Georgia, "Times New Roman", Times, serif;
}

.NewsBoxHeader span {
	float:right;
	font-size:11px;
}

.NewsBoxContent {
	padding:7px 11px;
	background:url(../images/NewsFooter.gif) no-repeat bottom #dbef9f;
	margin-bottom:20px;
}

.NewsBoxContent p {
	font-size:12px;
	padding:0;
	margin:0;
	line-height:16px;
}


/* ---------------------- BreadCrumb ---------------------- */


#Breadcrumb {
	min-height:10px;
	height:auto !important;
	height:10px;
	margin-bottom:20px;
}

#Breadcrumb ul {
	margin:0px;
	padding:0px;
	display:inline;	
}

#Breadcrumb ul li {
	display:inline;
	
	font-size:12px;
	line-height:18px;
	color:#00002f;
	background: url(../images/Arrow.gif) no-repeat 12px 3px;
	list-style:none;
	padding:0px 0 0px 30px;
}


#Breadcrumb ul li.selected a {
	color:#999999;
}


/* ---------------------- Footer ---------------------- */

#ContentFooter strong {
	display:block;
	font-weight:normal;
	font-size:18px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#333333;
	line-height:24px;
	padding:12px 0;
	background:url(../images/HR.gif) repeat-x;
}

#ContentFooter strong a {
	display:block;
	font-weight:normal;
	font-size:18px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#666666;
	border:0;
}


#ContentFooter strong a:hover {
	color:#333333;
	
	border:0;
}

#ContentFooter p {
	font-size:11px;	
}

#ContentFooter ul {
	padding:0;
	margin:0;
	list-style:none;
	overflow: hidden;
	float:left;
}

#ContentFooter ul li {
    float: left;
    margin: 0 .5em 0 0;
    padding: 0 .5em 0px 0;
    white-space: nowrap;
	background: none;
}

#ContentFooter ul li a {
	font-size:11px;
	color:#333333;
	padding:0;
	border-bottom:1px solid #333333;
}

#ContentFooter ul li a:hover {
	border-bottom:1px dotted #333333;
}

#Footer {
	background:url(../images/ContentFooter.gif) no-repeat top;
	padding:25px 25px 100px 25px;
	color:#FFFFFF;
	position:relative;
}

#Footer ul {
	padding:0;
	margin:0;
	list-style:none;
	overflow: hidden;
	float:left;
}

#Footer ul li {
   float: left;
   padding-right:10px;
}

#Footer ul li a {
	font-size:10px;
	color:#FFFFFF;
	border-bottom:1px solid #ffffff;
	margin-bottom:2px;
}

#Footer ul li a:hover {
	border-bottom:1px dotted #ffffff;
}

#SkipToTop {
	background:url(../images/SkipToTop.gif) no-repeat;
	height:98px;
	width:22px;
	display:block;
	position:fixed;
	bottom:20px;
	right:20px;
}

* html #SkipToTop {
	position:absolute;
	right:-30px;
	top:-100px;
}

/* ---------------------- HomePanel ---------------------- */

#HomePanel {
	width:500px;
	overflow:hidden;
	height:220px;
	padding:0;
	margin-bottom:20px;
}

*html #HomePanel {
	position:relative;
}

*:first-child+html #HomePanel {
	position:relative;
}

#kwicks_container { 
	height: 220px;
	width:506px;
	padding:0;
	margin:0;
}

#Content #kwicks {
	position: relative;
	padding:0;
	margin:0;
	list-style:none;
}
 
#Content #kwicks .kwick {
	float: left;
	display: block;
	width: 100px;
	height: 220px;
	padding:0;
	margin:0;
	list-style:none;
	background:url(/Templates/images/Image.jpg) no-repeat;
	position:relative;
}

#Content #kwicks #PanelWines {
	background:url(/Templates/images/Panel1.jpg) no-repeat;
}
	#Content #kwicks #PanelWines span {
		background:url(/Templates/images/Home1.gif) no-repeat;
	}

#Content #kwicks #PanelPropery {
	background:url(/Templates/images/Panel2.jpg) no-repeat;
}
	#Content #kwicks #PanelPropery span {
		background:url(/Templates/images/Home2.gif) no-repeat;
	}

#Content #kwicks #PanelFitness {
	background:url(/Templates/images/Panel3.jpg) no-repeat;
}
	#Content #kwicks #PanelFitness span {
		background:url(/Templates/images/Home3.gif) no-repeat;
	}
	
#Content #kwicks #PanelTravel {
	background:url(/Templates/images/Panel4.jpg) no-repeat;
}
	#Content #kwicks #PanelTravel span {
		background:url(/Templates/images/Home4.gif) no-repeat;
	}

#Content #kwicks #PanelBAHIS {
	background:url(/Templates/images/Panel5.jpg) no-repeat;
}
	#Content #kwicks #PanelBAHIS span {
		background:url(/Templates/images/Home5.gif) no-repeat;
	}

#kwicks .kwick span {
	float: left;
	width: 35px;
	height: 220px;
	list-style:none;
	display:block;
}

#kwicks .kwick strong {
	width: 250px;
	position:absolute;
	left:95px;
	top:20px;
	text-align:right;
	font-family:Georgia, "Times New Roman", Times, serif;
}

#kwicks .kwick strong a {
	padding:3px;
	background:#ffffff;
	color:#0064b4;
	font-size:18px;
	text-align:right;
	text-decoration:none;
	line-height:34px;
}

#kwicks .kwick strong a small {
	color:#0064b4;
	font-size:10px;
	padding:0 0 0 0;
}