
/* New stuff */

html *
{
font-family:Helvetica !important;
}

*, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h5, h5, h6, pre, form, label, fieldset, input, p, blockquote, th, td
{
}

body 
{
	 background: #f2f6f7 url(../Site%20Files/Images/headBanner3.png) top center no-repeat;

}

.h1 {
}
.h2{
}
div#outer
{
	width:960px;
	margin-left: auto;
	margin-right: auto;
}

div#Adverts
{
	float:left;
	background-color: #0c2754;
	width:960px;
	height:300px;
}

div#header
{
	 background: #0c2754 url(../../Services/Images/TopMenu.jpg) repeat-x left bottom;
}

div#headerRight
{
	float:right;
	width:300px;
	vertical-align:middle;
	background-color: #cf0b27;
}

div#headerNavigation
{
	clear:both;
	float:right;
	text-align:right;
	background-color: #6200FF;
}

div#Centered
{
	text-align:center;
}


div#Content
{
	float:left;
	width:480px;
	vertical-align:top;
	margin-left:10px;
}

div#right
{
	float:right;
	width:300px;
	margin-left:10px;
}

div#ContactContent
{
	float:left;
	width:380px;
	vertical-align:top;
}

div#ContactMap
{
	float:right;
	width:420px;
}

div#halfLeft
{
	float:left;
	width:480px;
}
div#halfRight
{
	float:right;
	width:480px;
	vertical-align:bottom;
	text-align:right;
}
div#ContentFull
{
	float:left;
	width:800px;
	margin-left:10px;
}
div#contentleft
{
	float:left;
	width:300px;
	clear:both;
}
div#contentright
{
	float:left;
	width:300px;
}

div#Section
{
	width:770;
}

div#fullpage
{
	clear:both;
	text-align:left;
	border-top:Black thin solid;
	border-bottom:Black thin solid;
}

div#detail
{
	clear:right;
}
div#paging
{
	width:770;
}

div#login
{
	width:380px;
	margin-left: auto;
	margin-right: auto;
}

.copywrite
{
	font-size:smaller;
	text-align:right;
}

.DynamicMenuItemStyle
{
    font-size: .9em;
       
    border-right-style: solid;
    border-right-color: maroon;
    border-right-width: 2px; 
       
    border-left-style: solid;
    border-left-color: maroon;
    border-left-width: 2px; 
}
.bottom
{
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	border-bottom: thin solid #6d0023;

	padding: 0px;
}

.adjustedZIndex 
{
    z-index: 1;
}

.top
{
border-top: thin solid #6d0023;
height:30px;
}


/* Menu */
#menuTop
{
	width: 960px;
	height: 30px;
	margin: 150px auto 0px auto; 
	padding: 0px;
}

#menuTop ul
{
	margin: 0;
	padding: 0px 0px 0px 0px;
	list-style: none;
	line-height: normal;
}

#menuTop li
{
	float: right;
}

#menuTop a
{
	display: block;
	margin-right: 6px;
	margin-top:-8px;
	height: 20px;
	padding: 7px 25px 3px 25px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #020e23;
	border: none;
	background-color: #eeeef0;
}

#menuTop a:hover, #menuTop .current_page_item a
{
	display: block;
}

#menuTop .current_page_item a
{
	padding-left: 25;
}

#menuTop a:hover
{
	background: #445566;
	text-decoration: underline;
}

/* Hides all SubMenus under the MainMenu */
#menuTop .SubMenu
{
	display: none;
	position: absolute;
	margin-top: 0px;
	margin-left: 0px;
}

/* Shows the current Menu Items sub menu when hovered with the mouse */
#menuTop li:hover .SubMenu
{
	display: block;
	width: 200px;
}

/* Defines the list item of a sub menu */
#menuTop .SubMenu li
{
	display: block;
	width: 200px;
	background: #002d62;
}

#menuTop .SubMenu .SubMenu
{
	position: relative;
	left: 90px;
	top: -27px;
}

/* Menu */
#navigation
{ 
    float:left;
	padding: 0px;
	width:150px;
}

#navigation ul
{
	margin: 0;
	padding: 0px 0px 0px 0px;
	list-style: none;
	line-height: normal;
}

#navigation li
{
	float: left;
}

#navigation a
{
	display: block;
	height: 30px;
	width:150px;
	margin-top:6px;
	padding: 7px 0px 0px 0px;
	text-decoration: none;
	text-align:left;
	text-indent:10px;
	vertical-align:middle;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #020e23;
	border: none;
	background-color: #eeeef0;
}

#navigation a:hover, #navigation .current_page_item a
{
	display: block;
}
-
#navigation .current_page_item a
{
	padding-left: 25px;
	margin-top:0px;
}

#navigation a:hover
{
	background: #445566;
	text-decoration: underline;
	
}

/* Hides all SubMenus under the MainMenu */
#navigation  .SubMenu
{
	display: none;
	margin-left: 115px;
	position:absolute;
	margin-top:-15px;
	width: 175px;
}


/* Shows the current Menu Items sub menu when hovered with the mouse */
#navigation  li:hover .SubMenu
{
	display: block;
	width: 175px;

}
/* Defines the list item of a sub menu */
#navigation  .SubMenu li
{
	display: block;
	width: 175px;
}

#navigation  .SubMenu li a
{
	display: block;
	width: 175px;
	border-left:2px inset #020e23;
	margin-top:0px;
}

#navigation .SubMenu .SubMenu
{	
	position: relative;
	left: 130px;
}


/* footer */

div.footer
{
	background: #f2f6f7;
	border-top: 30px solid #0c2754;
	width: 100%;
	height: 250px;
	z-index: 2;
}

div.footer div.inner
{
	margin: 0 auto;
	padding: 0 0 0 160px;
	width: 800px;
	height: 250px;
	background: #0c2754;
}

div.footer div div
{
	float: left;
	width: 240px;
	margin: 40px 0 0 20px;
}

div.footer br
{
	clear: both;
}

h3
{
	font: 18px/18px Georgia, 'Times New Roman' , Times, serif;
	color: White;
	margin: 0 0 10px 0;
}

.normaltext
{
	color: Silver;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}

p a:hover
{

}

/* default page rotator */
.wt-rotator
{
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	background-color:  #0c2754;
	border: 1px solid  #0c2754;
	position: relative;
	width: 960px;
	height: 300px;
	overflow: hidden;
}
.wt-rotator a
{
	outline: none;
}
.wt-rotator .screen
{
	position: relative;
	top: 0;
	left: 0;
	width: 960px;
	height: 300px;
	overflow: hidden;
}
.wt-rotator #strip
{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	overflow: hidden;
}
.wt-rotator .content-box
{
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}
.wt-rotator .main-img
{
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	border: 0;
}
.wt-rotator .preloader
{
	position: absolute;
	top: 50%;
	left: 50%;
	width: 36px;
	height: 36px;
	margin-top: -18px;
	margin-left: -18px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	background: #0c2754 url(../../Services/images/assets/loader.gif) center no-repeat;
	z-index: 4;
	display: none;
}
.wt-rotator #timer
{
	position: absolute;
	left: 0;
	height: 4px;
	background-color: #FFF;
	-moz-opacity: .5;
	filter: alpha(opacity=50);
	opacity: 0.5;
	z-index: 4;
	visibility: hidden;
	font-size: 0;
}
.wt-rotator .desc
{
	color: #000;
	position: absolute;
	color: #FFF;
	z-index: 6;
	overflow: hidden;
	visibility: hidden;
	text-align: left;
}
.wt-rotator .inner-bg
{
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	-moz-opacity: .7;
	filter: alpha(opacity=70);
	opacity: .7;
	z-index: 0;
}
.wt-rotator .inner-text
{
	position: absolute;
	top: 0;
	left: 0;
	padding: 10px;
	width: auto;
	height: auto;
	z-index: 1;
}
.wt-rotator .c-panel
{
	position: absolute;
	top: 0;
	z-index: 7;
	visibility: hidden;
}
.wt-rotator .outer-hp, .wt-rotator .outer-vp
{
	position: absolute;
	background: #333;
	background: -moz-linear-gradient(#444, #111);
	background: -webkit-gradient(linear, 0 top, 0 bottom, from(#444), to(#111));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#444444', endColorstr='#111111',GradientType=0);
	border: 1px solid #000;
}
.wt-rotator .outer-hp
{
	left: 0;
	width: 100%;
	border-left: none;
	border-right: none;
}
.wt-rotator .outer-vp
{
	top: 0;
	height: 100%;
	border-top: none;
	border-bottom: none;
}
.wt-rotator .back-scroll, .wt-rotator .fwd-scroll
{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	background: url(../../Services/images/assets/spacer.png) no-repeat;
}
.wt-rotator .thumbnails, .wt-rotator .buttons
{
	display: inline;
	position: relative;
	float: left;
	overflow: hidden;
}
.wt-rotator .thumbnails ul
{
	position: relative;
	list-style: none;
	margin: 0;
	padding: 0;
}
.wt-rotator .thumbnails ul.inside
{
	position: absolute;
	top: 0;
	left: 0;
}
.wt-rotator .thumbnails li, .wt-rotator .play-btn, .wt-rotator .prev-btn, .wt-rotator .next-btn
{
	position: relative;
	list-style: none;
	display: inline;
	float: left;
	overflow: hidden;
	width: 24px;
	height: 24px;
	line-height: 24px;
	text-align: center;
	color: #EEE;
	background-color: #000;
	background: -moz-linear-gradient(#333, #000);
	background: -webkit-gradient(linear, 0 top, 0 bottom, from(#333), to(#000));
	border: 1px solid #000;
	cursor: pointer;
	font-weight: bold;
	background-repeat: no-repeat !important;
	background-position: center !important;
}
.wt-rotator .thumbnails li.thumb-over
{
	color: #FFF;
	background-color: #CCC;
	background: -moz-linear-gradient(#DDD, #BBB);
	background: -webkit-gradient(linear, 0 top, 0 bottom, from(#DDD), to(#BBB));
}
.wt-rotator .thumbnails li.curr-thumb
{
	color: #000;
	background-color: #FFF;
	background: -moz-linear-gradient(#FFF, #DDD);
	background: -webkit-gradient(linear, 0 top, 0 bottom, from(#FFF), to(#DDD));
	cursor: default;
}
.wt-rotator .thumbnails li.image
{
	background: #000;
}
.wt-rotator .thumbnails li.image.curr-thumb, .wt-rotator .thumbnails li.image.thumb-over
{
	border-color: #06F;
}
.wt-rotator .thumbnails li.image a
{
	display: block;
	border: 0;
}
.wt-rotator .thumbnails li.image img
{
	display: block;
	border: 0;
	position: absolute;
	-moz-opacity: .85;
	filter: alpha(opacity=85);
	opacity: 0.85;
}
.wt-rotator .thumbnails li.image.thumb-over img
{
	-moz-opacity: 1;
	filter: alpha(opacity=100);
	opacity: 1;
}
.wt-rotator .thumbnails li.image.curr-thumb img
{
	-moz-opacity: 1;
	filter: alpha(opacity=100);
	opacity: 1;
	cursor: default;
}
.wt-rotator .thumbnails li *
{
	display: none;
}
.wt-rotator .thumbnails li div
{
	position: relative;
	color: #FFF;
	background-color: #000;
	width: auto;
	height: auto;
}
.wt-rotator .button-over
{
	background-color: #CCC !important;
}
.wt-rotator .play-btn
{
	background: #000 url(../../Services/images/assets/play.png);
	background: url(../../Services/images/assets/play.png), -moz-linear-gradient(#333, #000);
	background: url(../../Services/images/assets/play.png), -webkit-gradient(linear, 0 top, 0 bottom, from(#333), to(#000));
}
.wt-rotator .play-btn.button-over
{
	background: url(../../Services/images/assets/play.png), -moz-linear-gradient(#DDD, #BBB);
	background: url(../../Services/images/assets/play.png), -webkit-gradient(linear, 0 top, 0 bottom, from(#DDD), to(#BBB));
}
.wt-rotator .pause
{
	background: #000 url(../../Services/images/assets/pause.png);
	background: url(../../Services/images/assets/pause.png), -moz-linear-gradient(#333, #000);
	background: url(../../Services/images/assets/pause.png), -webkit-gradient(linear, 0 top, 0 bottom, from(#333), to(#000));
}
.wt-rotator .pause.button-over
{
	background: url(../../Services/images/assets/pause.png), -moz-linear-gradient(#DDD, #BBB);
	background: url(../../Services/images/assets/pause.png), -webkit-gradient(linear, 0 top, 0 bottom, from(#DDD), to(#BBB));
}
.wt-rotator .prev-btn
{
	background: #000 url(../../Services/images/assets/prev.png);
	background: url(../../Services/images/assets/prev.png), -moz-linear-gradient(#333, #000);
	background: url(../../Services/images/assets/prev.png), -webkit-gradient(linear, 0 top, 0 bottom, from(#333), to(#000));
}
.wt-rotator .prev-btn.button-over
{
	background: url(../../Services/images/assets/prev.png), -moz-linear-gradient(#DDD, #BBB);
	background: url(../../Services/images/assets/prev.png), -webkit-gradient(linear, 0 top, 0 bottom, from(#DDD), to(#BBB));
}
.wt-rotator .next-btn
{
	background: #000 url(../../Services/images/assets/next.png);
	background: url(../../Services/images/assets/next.png), -moz-linear-gradient(#333, #000);
	background: url(../../Services/images/assets/next.png), -webkit-gradient(linear, 0 top, 0 bottom, from(#333), to(#000));
}
.wt-rotator .next-btn.button-over
{
	background: url(../../Services/images/assets/next.png), -moz-linear-gradient(#DDD, #BBB);
	background: url(../../Services/images/assets/next.png), -webkit-gradient(linear, 0 top, 0 bottom, from(#DDD), to(#BBB));
}
.wt-rotator .up
{
	background: #000 url(../../Services/images/assets/up.png);
	background: url(../../Services/images/assets/up.png), -moz-linear-gradient(#333, #000);
	background: url(../../Services/images/assets/up.png), -webkit-gradient(linear, 0 top, 0 bottom, from(#333), to(#000));
}
.wt-rotator .up.button-over
{
	background: url(../../Services/images/assets/up.png), -moz-linear-gradient(#DDD, #BBB);
	background: url../../Services/images/(assets/up.png), -webkit-gradient(linear, 0 top, 0 bottom, from(#DDD), to(#BBB));
}
.wt-rotator .down
{
	background: #000 url(../../Services/images/assets/down.png);
	background: url(../../Services/images/assets/down.png), -moz-linear-gradient(#333, #000);
	background: url(../../Services/images/assets/down.png), -webkit-gradient(linear, 0 top, 0 bottom, from(#333), to(#000));
}
.wt-rotator .down.button-over
{
	background: url(../../Services/images/assets/down.png), -moz-linear-gradient(#DDD, #BBB);
	background: url(../../Services/images/assets/down.png), -webkit-gradient(linear, 0 top, 0 bottom, from(#DDD), to(#BBB));
}
#rotator-tooltip
{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99999;
	display: none;
}
#rotator-tooltip.txt-up
{
	margin-left: -10px;
	margin-bottom: 5px;
	background: url(../../Services/images/assets/vtip.png) no-repeat;
	background-position: 10px bottom;
	background-position-x: 10px;
	background-position-y: bottom;
}
#rotator-tooltip.txt-down
{
	margin-left: -10px;
	margin-top: 24px;
	background: url(../../Services/images/assets/vtip.png) no-repeat;
	background-position: 10px top;
	background-position-x: 10px;
	background-position-y: top;
}
#rotator-tooltip.img-up
{
	background: url(../../Services/images/assets/vtip.png) center bottom no-repeat;
}
#rotator-tooltip.img-down
{
	background: url(../../Services/images/assets/vtip.png) center top no-repeat;
}
#rotator-tooltip.img-right
{
	background: url(../../Services/images/assets/htip.png) left center no-repeat;
}
#rotator-tooltip.img-left
{
	background: url(../../Services/images/assets/htip.png) right center no-repeat;
}
#rotator-tooltip .tt-txt
{
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	color: #FFF;
	background-color: #000;
	max-width: 350px;
	padding: 4px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	margin: 8px 0;
}
#rotator-tooltip img
{
	display: none;
	background-color: #000;
	padding: 3px;
	margin: 8px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}
.wt-rotator .s-prev, .wt-rotator .s-next
{
	position: absolute;
	top: 50%;
	margin-top: -25px;
	width: 30px;
	height: 50px;
	cursor: pointer;
	background: url(../../Services/images/assets/large_buttons.png) no-repeat;
	-moz-opacity: .7;
	filter: alpha(opacity=70);
	opacity: .7;
	z-index: 8;
}
.wt-rotator .s-prev
{
	left: 0;
	background-position: 0 0;
}
.wt-rotator .s-next
{
	left: 100%;
	margin-left: -30px;
	background-position: -30px 0;
}
.wt-rotator .s-prev.button-over, .wt-rotator .s-next.button-over
{
	-moz-opacity: 1;
	filter: alpha(opacity=100);
	opacity: 1;
	background-color: transparent !important;
}
.wt-rotator .block, .wt-rotator .vpiece, .wt-rotator .hpiece
{
	position: absolute;
	z-index: 2;
}

.classname {
-moz-box-shadow:inset 0px 0px 0px 0px #ffffff;
-webkit-box-shadow:inset 0px 0px 0px 0px #ffffff;
box-shadow:inset 0px 0px 0px 0px #ffffff;
background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
background-color:#ededed;
-moz-border-radius:6px;
-webkit-border-radius:6px;
border-radius:6px;
display:inline-block;
color:#777777;
font-family:arial;
font-size:15px;
font-weight:bold;
padding:50px 50px;
text-decoration:none;
text-shadow:1px 1px 0px #ffffff;
}.classname:hover {
background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
background:-moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
background-color:#dfdfdf;
}.classname:active {
position:relative;
top:1px;
}

#ads {
	width:auto;
	
}
div#ad {
	float:left;
	width:315px;
	height:220px;
	
}
div#ad2 {
	float:left;
	width:315px;
	height:220px;
	margin: 0px 7px 0px 8px;
}
a {
	outline:none;
}

:active, :focus {
	outline:none; -moz-outline-style: none;}
	