
/*** ESSENTIAL STYLES ***/

.jt-menu, .jt-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.jt-menu {
	line-height:	1.0;
}
.jt-menu ul {
	position:		absolute;
	top:			-999em;
	width:			10em; /* left offset of submenus need to match (see below) */
		z-index: 1000;
}
.jt-menu ul li {
	width:			100%;
}
.jt-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.jt-menu li {
	float:			left;
	position:		relative;
}
.jt-menu a {
	display:		block;
	position:		relative;
}
.jt-menu li:hover ul,
.jt-menu li.sfHover ul {
	left:			0;
	top:			2.5em; /* match top ul list item height */
	z-index:		99;
}
ul.jt-menu li:hover li ul,
ul.jt-menu li.sfHover li ul {
	top:			-999em;
}
ul.jt-menu li li:hover ul,
ul.jt-menu li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}
ul.jt-menu li li:hover li ul,
ul.jt-menu li li.sfHover li ul {
	top:			-999em;
}
ul.jt-menu li li li:hover ul,
ul.jt-menu li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}

/*** DEMO SKIN ***/
.jt-menu {
	float:			left;
	margin-bottom:	1em;
}
.jt-menu a {
	
	padding: 		.75em 1em;
	text-decoration:none;
	color:#fff;
}
.jt-menu a, .jt-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:			#fff;
}

.jt-menu li li {
	background:		#5b5959;
	color:#fff;
}

.jt-menu li li a {
	background:		#5b5959;
	color:#fff;
}

.jt-menu li li li {
	background:		#5b5959;
	color:#fff;
}

.jt-menu li li ul li a{
color:#fff;
}

.jt-menu li:hover, .jt-menu li.sfHover,
.jt-menu a:focus, .jt-menu a:hover, .jt-menu a:active {
	background:		#000;
	outline:		0;
	color:#fff;
}

/*** arrows **/
.jt-menu a.sf-with-ul {
	padding-right: 	2.25em;
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
	position:		absolute;
	display:		block;
	right:			.75em;
	top:			1.05em; /* IE6 only */
	width:			10px;
	height:			10px;
	text-indent: 	-999em;
	z-index: 1000;
	overflow:		hidden;
	background:		url('../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:			.8em;
	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 */
.jt-menu ul .sf-sub-indicator { background-position:  -10px 0; }
.jt-menu ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
.jt-menu ul a:focus > .sf-sub-indicator,
.jt-menu ul a:hover > .sf-sub-indicator,
.jt-menu ul a:active > .sf-sub-indicator,
.jt-menu ul li:hover > a > .sf-sub-indicator,
.jt-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('../images/shadow.png') no-repeat bottom right;
	padding: 0 8px 9px 0;
	-moz-border-radius-bottomleft: 17px;
	-moz-border-radius-topright: 17px;
	-webkit-border-top-right-radius: 17px;
	-webkit-border-bottom-left-radius: 17px;
}
.sf-shadow ul.sf-shadow-off {
	background: transparent;
}
html,body{margin:0;padding:0;text-align:center;font: 85%/150% Verdana,Sans_serif,Aerial;color:#323232}
#fluid_head_container,#fluid_footer_container,#fluid_body_container{width:100%;margin:0;padding:0;text-align:left;}
#fixed_header,#fixed_footer,#fixed_content_wrapper{width:912px;margin:0 auto;text-align:left;}
#sidebar{width:250px;text-align:left;margin-right:20px;}
#maincontent{width:880px;text-align:left;padding:25px;}

#fluid_head_container{background: url(../theme/fluid_head.jpg) repeat;}
#fluid_footer_container{background: url(../theme/fluid-footer-tile.jpg) repeat;min-height:50px;}

#fixed_content_wrapper{background:url(../theme/content-wrapper.jpg) repeat;padding-left:1px;}
#menu{width:100%;
background:url(../theme/menu-tile.jpg) repeat;}

#fixed-menu{width:912px;margin:auto;text-align:center;min-height:12px;}
.random-image img{border:3px solid green;}


#menu-footer ul{display:inline;}
#menu-footer ul li{display:inline;padding:5px;}
#menu-footer a{color:#fff;text-decoration:none;}
#menu-footer{margin-left:50px;}
#menu-footer a:hover,{color:#fff;}
#copyright{margin-top:25px;margin-left:-600px;}

.block{float:left;margin:20px 5px 0 5px;}
.blockright{float:right;margin:20px 60px 0 10px;}
.heading{color:#323232;border-bottom:2px dotted #ccc;width:700px;font: 18px Verdana,Sans_serif,Aerial}
.subheading{color:#323232;border-bottom:2px dotted #ccc;font: 14px Verdana,Sans_serif,Aerial}
p{padding:5px;margin:10px;}
#slider {
	width: 400px;
	height: 180px;
	padding-top:0;
	padding-left:0;
	list-style: none;
	/* Prevent FOUC (see FAQ page) and keep things readable if javascript is disabled */
	overflow-y: auto;
	overflow-x: hidden;
}

img{border:none;}



#contact-us a{text-decoration:none;}

.pagination ul{display:inline;}
.pagination ul li{display:inline;float:left;padding:5px;}

#system-message-container{background:green;font:18px;color:#fff;}
#maincontent{padding-left:10px;}
#sidebar{display:inline;margin:0 1px;width:200px;float:left;}
#para{display:inline;float:left;width:680px;margin:0 10px;}
#rightsidebar{display:inline;float:right;width:172px;}

#fluid_body_container{background: url(../theme/fluid-body.jpg) repeat;}

#ticker {
	width: 170px;
	height:350px;
	overflow: hidden;
	border: 1px solid #DDD;
	margin: 0;
	padding: 0;
	list-style: none;
	border-radius: 5px;
	box-shadow: 0px 0px 1px #DDD;
}
.box{ padding:5px;
	border: 1px solid #DDD;
        border-radius: 5px;
	box-shadow: 0px 0px 5px #DDD;}
#ticker li{border-bottom:1px solid #DDD;padding-bottom:8px;}
#socio-flap	{
	width:60px;
	height:140px;
	background: #0FF;
	position:fixed;
	float:left;
}

#socio-flap a:hover	{ opacity:0.8; box-shadow: 0px 0px 10px #0FF; -moz-box-shadow: 0px 0px 10px #0FF; -webkit-box-shadow: 0px 0px 10px #0FF;}

.facebook	{ width: 80px; height: 80px; background:url(../theme/facebook.png); display: block;}

.twitter	{ width: 80px; height: 80px; background:url(../theme/twitter.png); display: block;}
