/* CSS Document */
body{
	background:url(/split5/themes/default/images/header-top-bg.jpg) top center repeat-x;
	margin:0;
	padding:0;
	line-height:18px;
	background-color:#fff;
	font:12px Verdana, Arial, Helvetica, sans-serif;
	color:#000;
}
p{
	margin:0;
	padding:0;
}
.clr{
	clear:both;
}
.float-left{
	float:left;
}
.float-right{
	float:right;
}
.top-maindiv{
	width:1002px;
	margin:0 auto;
	padding:0;
}
.header{
	background:url(/split5/themes/default/images/banner.gif) top center no-repeat;
	margin:0;
	padding:0;
	height:249px;
}
.header-top{
	height:150px;
	padding:15px 25px 25px 0;
	margin:0;
	text-align:right;
}
.menu{
	margin:0;
	padding:0;
}
.menu ul{
	margin:0;
	padding:0;
}
.menu ul li{
	list-style:none;
	display:list-item;
	float:left;
	margin:0;
	padding:0;
}
.menu ul li a{
	font:bold 12px Verdana, Arial, Helvetica, sans-serif;
	color:#052d6e;
	text-decoration:none;
	display:block;
	margin:0;
	padding:19px 10px 36px 10px;
	*padding:19px 10px 19px 10px;
	/*line-height:300%;*/
}
.menu ul li a:hover{
	background:url(/split5/themes/default/images/nav-hover.jpg) top center repeat-x;
	color:#052d6e;
	text-decoration:none;
}
.menu .nav-selected{
	background:url(/split5/themes/default/images/nav-hover.jpg) top center repeat-x;
	color:#052d6e;
}

.middle-top-main{
	background:url(/split5/themes/default/images/middle-top-bg.jpg) top center no-repeat;
	width:1002px;
	margin:0 auto;
	padding:0;
}
.middle-top-main2{
	width:1002px;
	margin:15px auto;
	padding:0;
}
.middle-top-left{
	float:left;
	width:500px;
	margin:0;
	padding:0;
}
.middle-top-right{
	float:right;
	width:475px;
	margin:0;
	padding:0 0 0 25px;
}
.heading{
	font:bold 30px "Trebuchet MS";
	color:#f69600;
	margin:10px 0 10px 5px;
}
.heading2{
	font:bold 30px "Trebuchet MS";
	color:#f69600;
	margin:0 0 15px 0;
}
.photo-frame{
	background:url(/split5/themes/default/images/photo-frame.jpg) top center no-repeat;
	width:129px;
	height:127px;
	margin:5px 3px;
	padding:9px 10px;
	float:left;
}
.middle-part{
	background:url(/split5/themes/default/images/body-middle-main-bg.jpg) top center repeat-x;
	margin:25px 0;
}
.middle-bottom-main{
	background:url(/split5/themes/default/images/body-middle-bg.jpg) top center no-repeat;
	margin:10px auto;
	padding:0;
	width:1002px;
}
.middle-bottom-left{
	background:url(/split5/themes/default/images/left-bg.jpg) top center no-repeat;
	margin:0 0 0 7px;
	padding:10px 200px 85px 20px;
	color:#000;
	width:250px;
	height:184px;
}
.middle-bottom-right{
	background:url(/split5/themes/default/images/right-bg.jpg) top center no-repeat;
	margin:0;
	padding:10px 135px 65px 20px;
	color:#000;
	width:315px;
	height:204px;
}
.sub-heading{
	font:24px "Trebuchet MS";
	color:#fff;
	margin:15px 0 10px 0;
}
.content{
	font:12px Verdana, Arial, Helvetica, sans-serif;
	color:#000;
	line-height:18px;
}
.footer{
	background:url(/split5/themes/default/images/footer-bg.jpg) top center repeat-x;
	height:96px;
	margin:0;
	padding:20px 0;
	text-align:center;
	color:#616161;
}
.footer-links{
	margin:10px 0;
	padding:0;
}
.footer-links ul{
	margin:0;
	padding:0;
}
.footer-links ul li{
	list-style:none;
	display:inline;
	margin:0;
	padding:0 15px;
	<!--border-right:1px solid #616161-->
}
.footer-links ul li a{
	font:12px Verdana, Arial, Helvetica, sans-serif;
	color:#616161;
	text-decoration:none;
	margin:0;
	padding:0;
}
.footer-links ul li a:hover{
	color:#467968;
	text-decoration:none;
}
.footer-links .nav-selected{
	color:#467968;
}
.spli5-logo{

background:url(/split5/themes/default/images/split-five-logo.gif) top no-repeat;

width:65px;

display:inline;

color:#fff;

}



/*********************input******************************/

input{

border:1px solid #CCCCCC;

background-color:#EEEEEE;

color:#333333;

}

.formBlockSubmitButton{

background-color:#EEEEEE;

border:1px solid #CCCCCC;

color:#333333;

cursor:pointer;

}



.formBlockSubmitButton:focus, select:focus, textarea:focus{

background:none;

}





input, textarea{

border:1px solid #CCCCCC;

background-color:#EEEEEE;

color:#333333;

}





input:focus, select:focus, textarea:focus {

background:#EEEEEE;

}

/*********************input******************************/





/*** ESSENTIAL STYLES ***/



.sf-menu, .sf-menu * {
margin:0;
padding:0;
list-style:none;
}



.sf-menu {
line-height:1.0;
}



.sf-menu ul {
position:absolute;
top:-999em;
width:16em; /* left offset of submenus need to match (see below) */
}



.sf-menu ul li {
width:100%;
}



.sf-menu li:hover {
visibility:inherit; /* fixes IE7 'sticky bug' */
}

.sf-menu li {
float:left;
position:relative;
}



.sf-menu a {
display:block;
position:relative;
}



.sf-menu li:hover ul,

.sf-menu li.sfHover ul {
left:0px;
top:53px; /* match top ul list item height(menu pos ) */
z-index:99;
}



ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
top:-999em;
}



ul.sf-menu li li:hover ul,

ul.sf-menu li li.sfHover ul {
left:208px; /* match ul width (Sub menu pos) */
top:0;
}



ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
top:-999em;
}



ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
left:10em; /* match ul width */
top:0;
}







/*** DEMO SKIN ***/



.sf-menu {
float:left;
margin-bottom:0px;
}



.sf-menu a {
padding:5px 5px 5px 5px;
text-decoration:none;
}



.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
color:#052d6e;
}



.sf-menu li {
/*background:#ff0000;*/
}



.sf-menu li li {
background:#a7c8bd;
height:52px;
/*border-bottom:1px dashed #2c95ca;*/
border-bottom:1px solid #80a196;
border-left:1px solid #80a196;
border-right:1px solid #80a196;
}



.sf-menu li li li {
background:#a7c8bd;
}



.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
/*background:#004075;*/
outline:0;
}







/*** arrows **/



.sf-menu a.sf-with-ul {
padding-right:5px;
min-width:1px; /* trigger IE7 hasLayout so spans position accurately */
}



.sf-sub-indicator {
position:absolute;
display:block;
right:-8px; /*for menu bullet position*/
top:25px; /* IE6 only */
width:10px;
height:30px;
text-indent:-999em;
overflow:hidden;
background:url(/split5/themes/default/'images/arrows-ffffff.png') no-repeat 10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
}



a > .sf-sub-indicator {  /* give all except IE6 the correct values */
top:8px; /*for menu bullet position*/
background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}



/* apply hovers to modern browsers */

a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,

a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
background-position: -10px -100px; /* arrow hovers for modern browsers*/
}


/* point right for anchors in subs */

.sf-menu ul .sf-sub-indicator { background-position:  -10px 0; }
.sf-menu ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
.sf-menu ul a:focus > .sf-sub-indicator,
.sf-menu ul a:hover > .sf-sub-indicator,
.sf-menu ul a:active > .sf-sub-indicator,
.sf-menu ul li:hover > a > .sf-sub-indicator,
.sf-menu ul li.sfHover > a > .sf-sub-indicator {
background-position: -10px 0; /* arrow hovers for modern browsers*/
}

/*** shadows for all but IE6 ***/



.sf-shadow ul {
/*background:	url(/split5/themes/default/'images/shadow.png') no-repeat bottom right;*/
padding: 0 8px 9px 0;
}
 
 .sf-shadow ul.sf-shadow-off {
background: transparent;
}

