/*
Stylesheet For: Dennehy Serviced Lets V1
URL: http://www.vsitemplate4.co.uk
Version: v1.0
Author: VSI-Thinking, http://www.vsi-thinking.com
*/

/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */
/* CONTENTS

   A: Universal Elements
      1. Body & Html
      2. Hyperlinks
      3. General Divs
      4. Headings

   B: Structure
      1. Header & Navigation
      2. Content Wrapper
      3. Sidebar
      4. Main Body
	  5. Footer

	C: Modules
                                                               */
/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */

/* *********************************************************** */
/* A. Universal Elements                                       */
/* *********************************************************** */

/* ----------------------------------------------------------- */
/* A1. Body & Html                                             */
/* ----------------------------------------------------------- */
body, html {
	background: #B8B79C;
	margin: 0px;
	padding: 0px;
	color: #474747;
}
body, p, div, td {
	font-family: "Lucida Sans",Arial,Verdana;
	font-size: small;
}

/* ----------------------------------------------------------- */
/* A2. Hyperlinks                                              */
/* ----------------------------------------------------------- */
div#contentArea a.button {
	padding: 2px;
	background: #D6D6D6;
	border: #C3C3C3 1px solid;
	color: #2B2B2A;
	text-decoration: none;
}
div#contentArea a.button:hover {
	background: #2B2B2A;
	color: #FFFFFF;
}
a.hide {
	display: none;
}
a img {
	border: 0px;
}
.calendar_icon{
	background: transparent url(../pics/VSI/icons/calendar_icon.gif) top left no-repeat;
	border: 0;
	margin: 2px 0 0 0;
	width: 18px !important;
	width: 16px;
	height: 17px !important;
	height: 15px;
}
/* ----------------------------------------------------------- */
/* A3. General Divs                                            */
/* ----------------------------------------------------------- */
div.clearfix {
	clear: both;
}
div.content {
	width: 974px;
	margin: auto auto;	
	padding-left: 10px;
	padding-right: 10px;
}
div.hr {	
	border-top: #C3C3C3 1px solid;
	margin-top: 5px;
	margin-bottom: 5px;
}
div.hr hr {
	display: none;
}

/* ----------------------------------------------------------- */
/* A4. Headings                                                */
/* ----------------------------------------------------------- */
h1 {
	color: #262F7E;
	font-size: 200%;
}
h2 {
	font-size: 150%;
	color: #474747;
}


/* *********************************************************** */
/* B. Structure                                                */
/* *********************************************************** */

/* ----------------------------------------------------------- */
/* B1. Header & Navigation                                     */
/* ----------------------------------------------------------- */
#Header {
	background: #293188 url(../pics/bg-head.gif) repeat-x top left;
	height: auto !important;
	height: 110px;
	min-height: 110px;
}
#Header .content {
	background: #3F48A0 url(../pics/bg-head-content.gif) repeat-x top left;
	height: auto !important;
	height: 110px;
	min-height: 110px;
}
#Header img {
	padding-top: 10px;
	padding-left: 15px;
}

#Bar .content {
	background: #FFFFFF;
	min-height: 130px;
	padding-top: 10px;
}
#Bar #Navigation {
	width: 270px;
	float: left;
}
#Bar #Navigation ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#Bar #Navigation ul li {
	width: 100%;
	margin-bottom: 1px;
}
#Bar #Navigation ul li a {
	display: block;
	padding: 5px 0px 5px 0px;
	color: #262F7E;
	text-decoration: none;
	border-bottom: #E9EAF2 1px solid;
	height: auto !important;
	height: 18px;
	min-height: 18px;
}
#Bar #Navigation ul li a:hover {
	background: #E9EAF2;
	text-decoration: none;
}
#Bar #Navigation ul li.buttonSubMenu a {
	color: #EEFAE8;
	background: transparent;
	height: auto;
	min-height: 0px;
	padding: 3px 0px 0px 20px;
	font-size: small;
}
#Bar #Navigation ul li.buttonSubMenu a:hover {
	background: #607053;
	color: #FFFFFF;
	text-decoration: none;
}
#Bar #PageBanner {
	height: auto !important;
	min-height: 284px;
	height: 284px;
	width: 690px;
	float: right;
}
#Bar #PageBanner #Banner {
	height: auto !important;
	min-height: 300px;
	height: 300px;

}
#Bar #PageBanner #Banner span {
	font-size: 85%;
	background: transparent url(../pics/bullet.gif) no-repeat top right;
	padding-right: 10px;
	display: block;
	text-align: right;
}
#Bar #Tabs {
	height: auto !important;
	height: 10px;
	min-height: 10px;
}
#Bar #Tabs ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	height: 32px;
}
#Bar #Tabs ul li {
	float: left;
	padding: 0px;
	margin-right: 10px;
}
#Bar #Tabs ul li a {
	font-size: small;
	color: #6C6B42;
	text-decoration: none;
	padding: 8px;
	padding-left: 6px;
	padding-right: 6px;
	padding-bottom: 8px;
	display: block;
	background: #EFEEE4;
	border: #EFEEE4 1px solid;
	border-bottom: #B8B79C 1px solid;
	border-right:0px;
}
#Bar #Tabs ul li.selected a {
	background: #DDDCCD;
	border: #B8B79C 1px solid;
	border-bottom: #DDDCCD 1px solid;
	font-weight: bold;
}
#Bar #Tabs ul li a:hover {
	color: #FFFFFF;
	background: #6C6B42;
}
/*#Menu {
	background: #0074AB;
	border-bottom: #003E5B 1px solid;
	padding-left: 5px;
	padding-right: 5px;
	margin-bottom: 10px;
}
#Menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#Menu ul li {
	list-style-type: none;
	float: left;
	padding: 5px;
}
#Menu ul li a {
	font-size: small;
	color: #FFFFFF;
	text-decoration: none;
	padding: 5px;
	padding-left: 10px;
	padding-right: 10px;
}
#Menu ul li a:hover {
	color: #00AFFF;
	background: #003D5A;
}*/

/* ----------------------------------------------------------- */
/* B2. Content Wrapper                                         */
/* ----------------------------------------------------------- */
#Wrapper .content {
	padding-bottom: 10px;
	background: #DDDCCD;
	margin-top: 1px;
}

/* ----------------------------------------------------------- */
/* B3. Side Bar                                                */
/* ----------------------------------------------------------- */
#Wrapper #Navigation {
	width: 321px;
	padding-left: 10px;
	padding-top: 40px;
	float: right;
	display: none;
}
#Wrapper #Navigation ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#Wrapper #Navigation ul li {
	width: 300px;
	margin-bottom: 5px;
	margin-top: 1px;
}
#Wrapper #Navigation ul li a {
	font-size: medium;
	font-weight: bold;
	display: block;
/*	padding: 5px;
	padding-top: 0px;
	padding-bottom: 0px;*/
	padding: 14px 0px 0px 20px;
	color: #444D3D;
	text-decoration: none;
	background: transparent url(../pics/bg-menuItem.gif) no-repeat top left;
	height: auto !important;
	height: 33px;
	min-height: 33px;
}
#Wrapper #Navigation ul li a:hover {
	background: transparent url(../pics/bg-menuItemDark.gif) no-repeat top left;
	color: #FFFFFF;
	text-decoration: none;
}
#Wrapper #Navigation ul li.buttonSubMenu a {
	color: #EEFAE8;
	background: transparent;
	height: auto;
	min-height: 0px;
	padding: 3px 0px 0px 20px;
	font-size: small;
}
#Wrapper #Navigation ul li.buttonSubMenu a:hover {
	background: #607053;
	color: #FFFFFF;
	text-decoration: none;
}
/* ----------------------------------------------------------- */
/* B4. Main Body                                               */
/* ----------------------------------------------------------- */
#Wrapper #Page {
	height: auto !important;
	height: 300px;
	min-height: 300px;
	padding-top: 10px;
}


/* ----------------------------------------------------------- */
/* B5. Footer                                                  */
/* ----------------------------------------------------------- */
#Footer .content {
	background: #6C6B42;
	padding-bottom: 10px;
	padding: 3px 10px 3px 10px;
	margin-top: 1px;

}
#Footer #FooterCopyright {
	color: #FFFFFF;
	font-weight: bold;
	width: 50%;
	float: left;
}
#Footer #FooterLinks {
	width: 50%;
	float: right;
	text-align: right;
}
#Footer ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#Footer ul li {
	list-style-type: none;
	display: inline;
	padding: 3px;
	padding-left: 0px;
	color: #FFFFFF;
}
#Footer ul li a {
	font-size: small;
	color: #FFFFFF;
	text-decoration: none;
	padding: 3px;
}
#Footer ul li a:hover {
	color: #474747;
	text-decoration: underline;
}
#vsi .content {
	padding: 3px;
	font-size: 85%;
}
#vsi .content a {
	color: #6C6B42;
	text-decoration: none;
	font-weight: bold;
}
#vsi .content a:hover {
	color: #474747;
	text-decoration: underline;
}
/* *********************************************************** */
/* C. Modules                                                  */
/* *********************************************************** */

/* ----------------------------------------------------------- */
/* Site Search                                                 */
/* ----------------------------------------------------------- */
table.siteSearchResults {
	width: 100%;
	margin: 0px;
	margin-top: 20px;
	margin-bottom: 10px;

}
table.siteSearchResults th {
	margin: 0px;
	background: #00405D;
	padding: 3px;
	color: #FFFFFF;
	text-align: left;
}
table.siteSearchResults th.siteSearchRank {
	width: 80px;
}
table.siteSearchResults td {
	padding: 3px;
	margin: 0px;
	border-bottom: #E9E9E9 1px  solid;
}


/* ----------------------------------------------------------- */
/* Pagination 1                                                */
/* ----------------------------------------------------------- */
table#tblNav {
	width: 100%;
	background: #E9E9E9;
	padding: 5px;
}

div#paginationOptions{
	position: absolute;
	z-index: 100;
	border: 1px solid black;
	padding: 5px;
	background-color: #ffffff;
	width: 180px;
	margin-left: 12%;
	display: none;
	margin-top: -100px;
}


/* ----------------------------------------------------------- */
/* Rounded Box                                                 */
/* ----------------------------------------------------------- */
.box {
	background: #C6C5B1; 
	padding: 10px;
	margin-bottom: 10px;
}

/* ----------------------------------------------------------- */
/* Special Offer                                               */
/* ----------------------------------------------------------- */
.offer h2 {
	margin: 0px;
	padding: 0px;
	color: #FFFFFF;
	font-weight: bolder;
}
.offer p {
	margin: 0px;
	padding: 0px;
	font-size: 600%;
	color: #FFFFFF;
	font-weight: bolder;
	line-height: 60px;
}
.offer p.offerDetails {
	font-size: medium;
}

/* ----------------------------------------------------------- */
/* Lightbox                                                    */
/* ----------------------------------------------------------- */

.lightbox {
	text-align: center;
}
.lightbox img {
	padding-right: 10px;
	padding-left: 10px;
}

/* ----------------------------------------------------------- */
/* Calendar                                                    */
/* ----------------------------------------------------------- */

div.floatingCalendar .calendar{
	background-color: #FFFFFF;
	border-collapse: collapse;
	margin: 0px;
}

.calendar td {
	padding: 3px;
}
.calendar .prevMonth{
	text-align: left;
	cursor: pointer;
}

.calendar .monthSelector{
	font-weight: bold;
	font-size: 85%;
	text-align: center;
}

.calendar .monthSelector select{
	font-weight: normal;
	font-size: 85%;
}

.calendar .nextMonth{
	text-align: right;
	cursor: pointer;
}

.calendar .DayHeading{
	font-weight: bold;
	font-size: 85%;
	text-align: center;
}

.calendar .Day{
	font-size: 85%;
	width: 20px;
	height: 20px;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	border: 1px solid transparent;
}

.calendar .SelectedDay{
	font-size: 85%;
	width: 20px;
	height: 20px;
	text-align: center;
	vertical-align: middle;
	cursor: default;
	background-color: #A3B09A;
	color: #000000;
}
.calendar .DayHeading {
	background-color: #E9E9E9;
}
.calendar .SelectedDayOtherMonth{
	font-size: 85%;
	width: 20px;
	height: 20px;
	text-align: center;
	vertical-align: middle;
	cursor: default;
	border: 1px solid #000080;
	background-color: #4C4CA6;
	color: #ffffff;
}

.calendar .DayHighlighted{
}

.calendar .DayOtherMonth{
	font-size: 85%;
	width: 20px;
	height: 20px;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	color: #E9E9E9;
}
td .calendar .DayOtherMonth { color: #D9D9D9; }

.calendar .SelectedDayWeekend{
	font-size: 85%;
	width: 20px;
	height: 20px;
	text-align: center;
	vertical-align: middle;
	cursor: default;
	background-color: #2C2C2C;
	color: #ffffff;
}

.calendar .DayWeekend{
}

div.floatingCalendar{
	position: absolute;
	color: #000000;
	padding: 0px;
	display: none;
	margin-top: -125px;
	background-image: url("../../pics/calendarWrapper.gif");
	background-repeat: no-repeat;
	background-position: left top;
	padding-right: 5px;
	padding-bottom: 5px;
}

td a.calendarClose{
	display: block;
	background: #E9E9E9;
	text-align: right;
	color: #000000;
	margin-left: 0px;
	font-size: 85%;
	padding: 5px;
}


/* ----------------------------------------------------------- */
/* A7. Rounded Box                                         	       */
/* ----------------------------------------------------------- */
.rbox-content {
	clear: both;
	overflow: hidden;	
}
.tl, .tr, .bl, .br {
    background: url(../pics/bg-corner.gif);
    width: 6px;
    height: 6px;
    font-size: 0;
}
.tl, .bl { float: left; }
.tr, .br { float: right; }

* html .rbox-content { height: 1%; }

.rbox { background: #212A75; overflow: hidden; margin: 0 0 10px 0; width: 100%; }
.rbox .tl { background-position: 0px 0px; }
.rbox .tr { background-position: -8px 0px; }
.rbox .bl { background-position: 0px -6px; }
.rbox .br { background-position: -8px -6px; }

#Header .rbox {
	width: 300px;
	float: right;
	margin-top: 11px;
}
#Header .rbox-content {
	min-height: 62px;
	padding-top: 10px;
}
#Header .rbox-content .tel {
	color: #CDD1F9;
	background: transparent url(../pics/tel.gif) no-repeat 10px 0px;
	font-size: 150%;
	font-weight: bold;
	padding-left: 38px;
	padding-bottom: 10px;
}
#Header .rbox-content .email {
	color: #FFFFFF;
	background: transparent url(../pics/email.gif) no-repeat 10px 2px;
	padding-left: 38px;
	font-weight: bold;
	font-size: 16px;
}
#Header .rbox-content .email a {
	color: #FFFFFF;
	text-decoration: none;
}
#Header .rbox-content .email a:hover {
	color: #FFB600;
}