/* reset styles */
html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym {border:0;font-variant:normal;}sup {vertical-align:text-top;}sub {vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}input,textarea,select{*font-size:100%;}legend{color:#000;}body {font:13px/1.231 arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;}table {font-size:inherit;font:100%;}pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:100%;}
body{text-align:center;}
/* eof reset styles */ 

/* skin Matt at wsi-internetmarketing.co.uk */
html {
	background-color:#CCCCCC;
}

body{
margin:0px auto;
background-color:#ccc;
font-family:Arial, Helvetica, sans-serif;
}
#ControlPanel {
}
.adminMenu {
width:954px;
margin:0px auto;
text-align:left;
}
#PageFrame {
	width:954px;
	margin:0px auto;
	background-color:#ffffff;
	text-align:left;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #434040;
	border-left-color: #434040;
}
#header {
	border-bottom: solid #000000 1px;
	height: 141px;
	display:block;
	background-image: url(images/header_bg_01.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.menu {
	height: 49px;
	margin: 0px;
	text-align: right;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-image: url(images/menu_bg_02.jpg);
	background-repeat: repeat-x;
}
.Hmenu {
	float: right;
	height: 30px;
}


.threepanecontent {
	width:954px;
	background-color:#f2f2f2 !important;
	padding-top: 20px;
	/*margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	display: block;
	/*clear: both;*/
}

.leftpanegroup {
	float:left;
	width:560px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 40px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	clear: both;
}
.logo {
	width:347px;
	float: left;
	margin: 0px;
	padding: 0px;
}
.phone {
	float: right;
	font-size: 1.5em;
	font-weight: bold;
	padding: 0px;
	margin-right: 40px;
	margin-top: 20px;
	color: #FFFFFF;
}
.navigation {
	background-image: url(images/menu_bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	height: 49px;
	clear: both;
}


/* navigation */
#navHContainer {
	float:right;
	/*padding-top: 5px;*/
	/*padding-right: 20px;*/
	padding-bottom: 5px;
	width: 600px;
	margin-bottom: 20px;
}
.TabList {
}
#nav ul {
	list-style:none;
	float:right;
	margin:0px;
	padding:0px;
	display: inline;
}
#nav li {
	position:relative;
	float:left;
	width:120px;
	list-style: none;
	text-align:left;
	font-size:1.2em;
	font-weight:bold;
	padding:0px;
	margin:0px auto;
}

#nav li:hover {

}
#nav li:hover a{
}
#nav li ul { /* second-level lists */
	position:absolute;
	top:0;
	left: -999em;
	width:120px;
	padding:0px;
	background-color:#f2f2f2;
	margin-top: 34px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #000000;
}

#nav li ul ul { /* third-and-above-level lists */
	left: -999em;
	top:-1px;
	background-color:#FFFFFF;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 120px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
}

#nav a {
	color:#17307b !important;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none !important;
	display:block;
	width : 115px;
	height:27px;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	font-weight: bold;
}
#nav a:hover {
	color:#FFFFFF !important;
	text-decoration:none !important;
	font-weight: bold;
	background-color: #17307b;
}
#nav li li a{
	width: 115px;
	height:20px;
	font-weight: normal;
	font-size:11px;
	color: #000000;
	background-color: #FFFFFF;	/*text-indent: 10px;*/
}
#nav li li a:hover {
	color:#ffffff !important;
	font-weight: normal;
	background-color: #17317c;
}
#nav li li:hover {
	color:#FFFFFF !important;
}

#nav li li {
	width: 120px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}
#nav li ul:hover {

}
.SelectedTab {

}
#nav .DisabledTab {
    color:#ccc;
}
/*no need to change these hover classes unless you need more than 4 levels */
#nav li:hover ul ul,
#nav li:hover ul ul ul,
#nav li:hover ul ul ul ul,
#nav li.iehover ul ul,
#nav li.iehover ul ul ul,
#nav li.iehover ul ul ul ul{
  left: -999em;
}

#nav li:hover ul, 
#nav li li:hover ul, 
#nav li li li:hover ul, 
#nav li.iehover ul, 
#nav li li.iehover ul, 
#nav li li li.iehover ul {
	left: auto;
}

/* eof navigation */
.LeftPaneContent {
	width:250px;
	float:left;
	/*margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
	clear: left;*/
}

#contentGroup {
	width:954px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-color: #17317c;
	clear: both;
}
.ContentPane {
	width:874px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	padding-bottom: 20px;
	clear: both;
}
.ContentPane img {
	border: 1px solid #173079;
	float: left;
	margin-right: 20px;
}

#login {
float:left;
width:100%;
margin:0px 0px 10px 0px;
padding:0px;
text-align:right;
color:#5f5e5e;
}
#login .SkinObject {
font-family:Arial, Helvetica, sans-serif;
color:#5f5e5e;
font-size:0.8em;
font-weight:normal;
text-decoration:none !important;
}

.ContentGroup{
	float:left;
	width:914px;
	margin:0px;
	background-color: #17317c;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
	padding-top: 30px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}
.leftPane2 {
	float: right;
	width: 564px;
	color: #FFFFFF;
	padding: 0px;
	margin-right: 20px;
}
.leftPane2 p {
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	/*border: solid 1px #fff;*/
}

.rightPane2 {
	float: left;
	width: 250px;
	padding: 0px;
	margin-left: 20px;
	background-color:#17317c;	/*border: solid 1px #fff;*/
}


.MiddlePane {
	float:right;
	width:250px;
	/*margin-right: 20px;
	padding: 0px;
	clear: right;*/
}
.RightPane {
	float:right;
	width:250px;
	margin-right: 40px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	margin-bottom: 20px;
	/*clear: right;*/
}


#footer {
	clear:both;
	width:100%;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	color:#cccccc;
	font-size:0.8em;
	background-image: url(images/footer_bg_03.jpg);
	background-repeat: repeat-x;
	background-position: top;
	height: 20px;
	margin: 0px;
	padding-top: 30px;
c	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-color: #000000;
	display: block;
}
#footer a {
	color:#cccccc !important;
	text-decoration:none !important;
	/*font-size: 0.9em;*/
}

#footer .SkinObject {
	font-family:Arial, Helvetica, sans-serif;
	color:#cccccc;
	font-weight:normal;
	text-decoration:none;
}
.footerLinks {
	text-align:center;
	padding-top: 5px;
	padding-bottom: 5px;
}
#bottomLinksPane {
	clear:both;
	width:954px;
	color:#FFFFFF !important;
	font-family:Arial, Helvetica, sans-serif;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
#bottomLinksPane a{
color:#FFFFFF !important;
text-decoration:none !important;
}
#bottomLinksPane a:hover{
color:#FFFFFF !important;
text-decoration:underline !important;
}

/* text style etc */
h1 {
font-family:Arial, Helvetica, sans-serif;
font-size:1.2em;
font-weight:bold;
text-transform:none;
text-decoration:none;
color:#393737;
}
h2 {
font-family:Arial, Helvetica, sans-serif;
font-size:1.1em;
font-weight:bold;
text-transform:none;
text-decoration:none;
color:#393737;
}
.blog_head {
	margin-bottom: -10px;
	padding: 0px;
	margin-top: -7px;
	}
.blog_head h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;

}
.blog_dateline {
	margin-left: 30px;
}
.blog_pub-date {
	color: #17307b;
}
.blog_date {
	color: #FFFFFF;
}

.horizontalline {
	margin-right: 10px;
	margin-left: 40px;
	margin-bottom: 10px;
}

.blog_body span p {
	margin-left:40px;
	margin-right:10px;
	}
.blog_footer_right {
	margin-right: 10px;
}
.blog_footer_left {
	margin-left: 40px;
	padding-bottom: 20px;
}




a {
font-weight:normal;
/*text-decoration:underline !important;
color:#393737 !important;*/
}
a:hover {
/*color:#999999 !important;*/
}
ul, li, .Normal, .NormalBold {
font-family:Arial, Helvetica, sans-serif;
color:#393737;
font-size:1em;
}
ul {
padding:0px 5px;
margin:0px 20px 10px 20px;
}
.threepanecontent img, .threepanecontent a img {
	border: solid 1px #173079;
	}
.LeftPaneContent p, .MiddlePane p, .RightPane p, .ContentPane p {
	color:#333333;
	font-size: 1em;
	line-height: 1.1em;
	margin-bottom: 10px;
	}

.LeftPaneContent h1, .MiddlePane h1, .RightPane h1, .ContentPane h1 {
	color: #173079;
	font-size: 1.3em;
	font-weight: bold;
	margin: 5px 0px;
	}
.LeftPaneContent h2, .MiddlePane h2, .RightPane h2, .ContentPane h2 {
	color: #173079;
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 10px;
	}
.LeftPaneContent h3, .MiddlePane h3, .RightPane h3, .ContentPane h3 {
	color: #173079;
	font-size: 1.2em;
	font-weight: normal;
	margin-bottom: 10px;
	}
.LeftPaneContent a, .MiddlePane a, .RightPane a, .ContentPane a {
	color: #207ac6;
	font-weight: bold;
	}

.LeftPaneContent a:hover, .MiddlePane a:hover, .RightPane a:hover, .ContentPane a:hover {
	color: #207ac6;
	text-decoration:underlined;
	}
.LeftPaneContent h1 a, .MiddlePane h1 a, .RightPane h1 a, .ContentPane h1 a {
	color: #17317c;
	/*text-decoration:none;*/
	}
.LeftPaneContent h1 a:hover, .MiddlePane h1 a:hover, .RightPane h1 a:hover, .ContentPane h1 a:hover {
	color: #207ac6;
	text-decoration:underlined;
	}
.leftPane2 p {
	color:#E5E5E5;
	font-size: 1em;
	line-height: 1.3em;
	margin-bottom: 10px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	}
.leftPane2 a{
	color: #8CC1EC;
	font-weight: bold;
	}
.leftPane2 img {
	margin: 0px 20px 0px 0px;
	}
.leftPane2 a:hover, .rightPane2 a:hover {
	text-decoration: underline;
	}
.leftPane2 h1 {
	color: #ffffff;
	font-size: 1.5em;
	font-weight: bold;
	margin-bottom: 10px;
	}
.leftPane2 h2 {
	color: #ffffff;
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 10px;
	}
.leftPane2 h3 {
	color: #ffffff;
	font-size: 1.2em;
	font-weight: normal;
	margin-bottom: 10px;
	}
.leftPane2 ul, .leftPane2 li, .leftPane2 .Normal, .leftPane2 .NormalBold {
font-family:Arial, Helvetica, sans-serif;
color:#fbfbfb;
font-size:1em;
margin-bottom:5px;
}

.rightPane2 p {
	color:#FFFFFF;
	font-size: 1em;
	line-height: 1.3em;
	margin-bottom: 10px;
	}
.rightPane2 a{
	color: #8cc1ec;
	font-weight: bold;
	}
.rightPane2 h1 {
	color: #FFFFFF;
	font-size: 1.5em;
	font-weight: bold;
	margin-bottom: 10px;
	}
.rightPane2 h2 {
	color: #FFFFFF;
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 10px;
	}
.rightPane2 h3 {
	color: #FFFFFF;
	font-size: 1.2em;
	font-weight: normal;
	margin-bottom: 10px;
	}
.leftPane2 .SubHead, .rightPane2 .SubHead {
	color:#fff;
	padding-bottom: 10px !important;
	}
a .CommandButton {
	color:#fff;
	}

.rightPane2 ul, .rightPane2 li, .rightPane2 .Normal, .rightPane2 .NormalBold {
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size:1em;
}
table {
	margin-bottom: 10px;
	}
.rightPane2 table {
	width: 250px;
}
table td .Blog_Archive_Day, table td .Blog_Archive_WeekendDay, table td .Blog_Archive_OtherMonth {
	 height: 20px;
	 vertical-align:middle;
	 border: solid 1px #999;
	 }
.rightPane2 td a .CommandButton {
	margin: 10px 0;
	color:#fff !important;
	}
a.CommandButton:link{
color: #8cc1ec !important;
}

a.CommandButton:hover{
text-decoration: underline;
}
table th {
	height:20px;
	vertical-align:middle;
	text-align: center;
	border:solid 1px #999;
	}	
strong {
	font-weight:bold;
	}
ul {
	list-style-position: inside;
	margin-left: 10px;
	}
