/*** Main Template CSS File ***/

 * {margin: 0; padding: 0;}

html, body{
	background-repeat: none;
	margin				: 0px;
	padding				: 0px;
	height: 100%;
	min-height: 100%;
}


body,td,th,div{
	font-family: "Arial";
    font-size: 13px;
}

p{
	margin-top: 10px;
	margin-bottom: 10px;
}


a img {border:none; }

a:link, a:active {
	color: #666;
	text-decoration: underline;
}

a:visited {
	color: #666;
	text-decoration:underline;
}

a:hover {
	color: #999;
	text-decoration:underline;
}

h1{
	font-size: 17px;
	font-weight: bold;
}

h2{
	font-size: 15px;
	font-weight: bold;
}

h3{
	font-size: 13px;
	font-weight: bold;
}

#wrapper{
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	border: 1px solid #E6E6E6;
	height: auto;
	margin-bottom: 0px;
	background-color: #ffffff;
	overflow: hidden;
}

#header{
	width: 100%;
	background-repeat: repeat;
	background-position: bottom;
	background-image: url(../images/header_bg.png);
	padding-top: 0px;
	height: 157px;
}

#header_nav{
	width: 100%;
	height: 20px;
	padding-top: 130px;
	overflow: hidden;
}

#content{
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	min-height: 300px;
	height: 100%;
	background-color: #ffffff;
	border-top: 1px solid #e6e6e6;
	padding-top: 0px;
	background: #fff;
}

#content_left{
	float: left;
	width: 160px;
	padding-left: 5px;
	padding-right: 12px;
	height: auto;
	min-height: 100%;
	margin-right: 0px;
	padding-top: 10px;
}

#content_center{
	float: right;
	width: 600px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	min-height: 350px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: -1px;
	border-left: 1px solid #e6e6e6;
	color: #333;
}

#content_right{
	float: right;
	width: 185px;
	padding-right: 5px;
	min-height: 300px;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 7px;
}

#footer{
	width: 800px;
	height: auto;
	padding: 5px;
	border-top: 1px solid #e6e6e6;
	background-color: #FFF;
}

#footer_nav {
	color: #999;
	width: auto;
	margin-left: auto;
	margin-right: auto;
}

#content_center ul {
	list-style-position: inside;
	list-style-image: url(../images/bullet.gif);
	*list-style-image: none;
	*list-style: none;
}


#content_center li {
	text-indent: 10px;
	*text-indent: 0px;
	*background-image:url(../images/bullet.gif);
	*background-position: 6px 8px;
	*background-repeat: no-repeat;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
	padding: 5px;	
}

.spacer {
	clear: both;
	height: 0px;
}




/*** Joomla Specific Styles ***/


/* Module & Menu Styling */

.moduletable{
	font-size: 15px;
	color: #514B3A;
	text-align: left;
	margin-bottom: 15px;
}

.moduletable h3{
	font-size: 15px;
	font-weight: normal !important;
	color: #063247;
	text-align: left;
	border-bottom: 5px solid #063247;
}

/* Top Menu Styling */
a.mainlevel-topmenu:link, a.mainlevel-topmenu:visited, a.mainlevel-topmenu:active {
	text-decoration:none;
	font-size: 13px;
	font-weight:normal;
	color:#333;
	white-space:nowrap;
	line-height: 22px;
	/*border-right: 1px solid #fff;*/
   /*border-left: 1px solid #074968;*/
	display: block;
	height: 20px;
	margin: 0px;
	padding: 0px 10px 0px 10px;
}

a.mainlevel-topmenu:hover {
	color:#666;
}

#mainlevel-topmenu ul {
	list-style-type:none;
}


#mainlevel-topmenu li{
	margin-top: 0px;
	margin-bottom: 0px;	
	float: left;
	list-style-type:none;
}

/* Left Menu Styling */
a.mainlevel-leftmenu:link, a.mainlevel-leftmenu:visited {
	text-decoration:none;
	font-size: 13px !important;
	font-weight:normal;
	color:#333;
	display: block;
	height: 20px;
	margin-top: 10px;
	padding-left: 25px;
	background: url(../images/bullet.gif) 10px 3px no-repeat;
}

a.mainlevel-leftmenu:hover{
	color:#666;
	text-decoration: underline;
}

a.sublevel-leftmenu:link, a.sublevel-leftmenu:visited {
	text-decoration:none;
	font-size: 12px !important;
	font-weight:normal;
	display: block;
	height: 10px;
	color:#333;
	margin-left: 35px;
	margin-top: 5px;
	margin-bottom: 10px;
}

a.sublevel-leftmenu:hover{
	color:#666;
	text-decoration: underline;
}

#active_menu-leftmenu{
	color:#333;
	text-decoration: none;
	font-weight: bold;
}

/* Heading Styles */
.createdate{
	line-height: 15px;
	font-size: 9px;
	color: #5A5441;
}

.contentheading, .componentheading, .componentheader {
	height: auto;
	width: 595px;
	*width: 590px;
	padding: 15px;
	padding-top: 10px;
	margin-bottom: 10px;
	font-size: 24px;
	color: #720101; /* Template Specific Color */
	line-height: 26px;
	font-weight:normal;
	text-align:left;
	background-color: #f1f1f1;
	position: relative;
	margin-left: -10px;
	border-bottom: 1px solid #e6e6e6;
}

.sectiontableheader, .galcomponentheading, .componentheading-blog, .componentheader {
		margin:0px;
		padding-bottom:16px;
		font-size: 18px;
		color: #720101; /* Template Specific Color */
		line-height: 22px;
		font-weight:normal;
 		text-align:left;
		text-indent: 3px;
		/*border-bottom: 5px solid #063247;
		width: 620px;*/
}



/* Other Styles */
fieldset{
	border: none;
}

.button{ height: 17px; font-size:9px; border:#999999 1px solid; background-color:#CCCCCC;}

.image_border{
	border: 1px solid #e6e6e6 !important;
	padding: 4px !important;
	margin: 5px;
}

.notice_box{
	border: 1px solid #e9e9e9 !important;
	padding: 10px;
	background-color: #ebebeb !important;
	width: 95%;
}


/* --- Tabs --- */
.jwts_tabberlive {margin:4px 0px;padding:0px;}
.jwts_tabberlive .jwts_tabbertab {margin:0px;padding:6px;border:1px solid #e6e6e6;border-top:0px;/*height:300px;overflow:auto;*/ width: 580px;}
.jwts_tabberlive .jwts_tabbertab h2,
.jwts_tabberlive .jwts_tabbertab h3,
.jwts_tabberlive .jwts_tabbertabhide {display:none;}
ul.jwts_tabbernav {margin:0px;padding:3px 4px;list-style:none;list-style-image:none;background:none;border-bottom:1px solid #e6e6e6;line-height:normal;height:auto;}
ul.jwts_tabbernav li {margin:0px !important;padding:0px !important;list-style:none;list-style-image:none;background:none;display:inline;}
ul.jwts_tabbernav li a,
ul.jwts_tabbernav li a:link {
	font-size:14px;
	font-weight:normal;
	margin:0px 1px;
	padding:3px 4px;
	color:#333;
	border:1px solid #e6e6e6;
	border-bottom:none;
	background:#f5f5f5;
	text-decoration: none;
}
ul.jwts_tabbernav li a:visited {color:#333;}
ul.jwts_tabbernav li a:hover {
	font-size:14px;
	font-weight:normal;
	margin:0px 1px;
	padding:3px 4px;
	color:#666;
	border:1px solid #e6e6e6;
	border-bottom:none;
	background-color:#f1f1f1;
	text-decoration:none;
}
ul.jwts_tabbernav li a:active,ul.jwts_tabbernav li a:focus {outline:0;}
ul.jwts_tabbernav li.jwts_tabberactive a {background:#fff;border-bottom:1px solid #fff;}
ul.jwts_tabbernav li.jwts_tabberactive a:hover {background:#fff;border-bottom:1px solid #fff;text-decoration:none;}
ul.jwts_tabbernav li.jwts_tabberactive,
ul.jwts_tabbernav li.jwts_tabberinactive {background:none;padding:0px;margin:0px;}
.jwts_tabberlive .jwts_tabbertab,ul.jwts_tabbernav {text-align:left;} /* force content orientation */

/* --- Slides --- */
.jwts_slider {margin:4px 0px;padding:0px; width: 925px;}
.jwts_slidewrapper {border:none;width:100%;visibility:hidden;height:0px;overflow:hidden;position:relative;margin:0;padding:0;}

.jwts_title {margin:0 0 1px 0;padding:0px;overflow:hidden; background-image:none; cursor:pointer; width: 605px;}
.jwts_title_left {
	background-image:none;
	background-color:#f1f1f1;
	margin:0 10px 0 0;
	padding:5px;
	border:thin #e6e6e6 solid;
}
a.jwts_title_text,
a.jwts_title_text:link {
	display:block;
	background:none;
	background-position:0px 2px;
	
	margin:0 0 0 8px;
	line-height:22px;
	font-size:16px !important;
	font-weight:normal;
	text-decoration:none;
	color:#333;
}
a.jwts_title_text:visited {color:#444;}
a.jwts_title_text:hover {
	display:block;
	background:#f2f2f2;
	background-position:0px 2px;
	
	margin:0 0 0 8px;
	line-height:22px;
	font-size:16px !IMPORTANT;
	font-weight:normal;
	text-decoration:none;
	color:#444;
}
.jwts_slidecontent {padding:4px 12px 8px 12px;margin:0px;position:relative;background:none;border:none;}
.jwts_title_left,.jwts_slidecontent {text-align:left;} /* force content orientation */