/* CSS Document */

html {
	height: 100%;
}

body {
	height: 100%;
	margin-bottom: 1px;
}

.clr {
	clear: both;
}
/*sj 07.28.08 a{
white-space: nowrap;
}*/
/*sj h3 {
line-height:21px;
}*/
.outline {
  border: 1px solid #cccccc;
  background: #ffffff;
	padding: 2px;
}
blockquote {
	font-style: italic;
	font-size: 18px;
	line-height: 20px;
	width: auto;
	padding: 0px 0px 5px 30px;
	margin: 15px 0;
	background:url(quote.png) no-repeat top left;
	color:#666666;
}
.imgborder{
border: 1px #333333 solid;
padding: 5px;
}
#buttons_outer {
	width: 635px;
  	margin-bottom: 2px;
	margin-right: 2px;
	float: left;

}

#buttons_inner {
	border: 1px solid #cccccc;
	height: 21px !important;
	height: 23px;
}

#pathway_text {
  overflow: hidden;
	display: block;
	height: 25px;
	line-height: 25px !important;
	line-height: 22px;
	padding-left: 4px;
	border: 1px solid #ccc;
	margin-bottom: 2px;
}

#pathway_text img {
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 6px;
}

#buttons {
	float: left;
	margin: 0px;
	padding: 0px;
	width: auto;
}

/*sj ul li{
	background:url(star2.gif) no-repeat;
        line-height: 21px;
padding-bottom:5px;
margin-left:15px;
	}*/
ul#mainlevel-nav
{
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: 0.8em;
}

ul#mainlevel-nav li
{
	background-image: none;
	padding-left: 0px;
	padding-right: 0px;
	float: left;
	margin: 0;
	font-size: 11px;
	line-height: 21px;
	white-space: nowrap;
	border-right: 1px solid #cccccc;
}

ul#mainlevel-nav li a
{
	display: block;
	padding-left: 15px;
	padding-right: 15px;
	text-decoration: none;
	color: #333333;
	background: transparent;
}

#buttons>ul#mainlevel-nav li a { width: auto; }

	ul#mainlevel-nav li a:hover
{
	color: #fff;
	background: #c64934;
}


#search_outer {
	float: left;
	width: 165px;
}

#search_inner {
  border: 1px solid #cccccc;
	padding: 0px;
  height: 21px !important;
  height: 23px;
  overflow: hidden;
}

#search_inner form {
  padding: 0;
  margin: 0;
}

#search_inner .inputbox {
	border: 0px;
	padding: 3px 3px 3px 5px;
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	color: #c64934;
}

#header_outer {
	text-align: left;
	border: 0px;
	margin: 0px;
}

#header {
	float: left;
	padding: 0px;
	margin-right: 2px;
	width: 635px;
	height: 150px;
	background: url(header_short.jpg) no-repeat;
}

#top_outer{
	float: left;
	width: 165px;
}

#top_inner {
  border: 1px solid #cccccc;
	padding: 2px;
  height: 144px !important;
  height: 150px;
  overflow: hidden;
  float: none !important;
  float: left;
}

#left_outer {
  float: left;
	margin-top: 2px;
	width: 165px;
}

#left_inner {
  border: 1px solid #cccccc;
	padding: 2px;
  float: none !important;
  float: left;
}

#content_outer {
	padding: 0px;
	margin-top: 0px;
	margin-left: 2px;
	/** border: 1px solid #cccccc; **/
	float: left;
	width: 635px;
}

#content_inner{
  float: none !important;
  float: left;
  padding: 0;
  padding-top: 2px;
  margin: 0;
}

table.content_table {
  width: 100%;
	padding: 0px;
	margin: 0px;
}

table.content_table td {
	padding: 0px;
	margin: 0px;
}


#banner_inner {
	float: left;
	padding: 0px;
	height: 70px;
}

#poweredby_inner {
	float: right;
	padding: 0px;
	margin-left: 0px;
	height: 70px;
}

#right_outer {
	margin-left: 2px;
	width: 165px;
}

#right_inner {
  float: none !important;
  float: left;
  border: 1px solid #cccccc;
  padding: 2px;
}


.user1_inner {
	border: 1px solid #cccccc;
  float: none !important;
  float: left;
	margin: 0px;
	padding: 2px;
}

.user2_inner {
	border: 1px solid #cccccc;
  float: none !important;
  float: left;
	margin: 0px;
	padding: 2px;
}

table td.body_outer {
	padding: 2px;
	border: 1px solid #cccccc;
}

.maintitle {
	color: #ffffff;
	font-size: 40px;
	padding-left: 15px;
	padding-top: 20px;
}

.error {
  font-style: italic;
  text-transform: uppercase;
  padding: 5px;
  color: #cccccc;
  font-size: 14px;
  font-weight: bold;
}

/** old stuff **/

.back_button {
	float: left;
  text-align: center;
  font-size: 11px;
  font-weight: bold;
  border: 3px double #cccccc;
  width: auto;
  background: url(button_bg.png) repeat-x;
  padding: 0px 10px;
  line-height: 20px;
  margin: 1px;
}

.pagenav {
  text-align: center;
  font-size: 11px;
  font-weight: bold;
  border: 3px double #cccccc;
  width: auto;
  background: url(button_bg.png) repeat-x;
  padding: 0px 10px;
  line-height: 20px;
  margin: 1px;
}

.pagenavbar {
	margin-right: 10px;
	float: right;
}
/*sj 
#footer {
	text-align: center;
	padding: 3px;
}

ul
{
margin: 0;
padding: 0;
list-style: none;
}

li
{
line-height: 15px;
padding-left: 15px;
padding-top: 0px;
background-image: url(arrow.png);
background-repeat: no-repeat;
background-position: 0px 2px;
}


td {
	text-align: left;
}
*/


body {
	margin: 15px;
	height: 100%;
	padding: 0px;
	font-family: Arial, Helvetica, Sans Serif;
	line-height: 120%;
	font-size: 12px;
	color: #333333;
	background: #ffffff;
}

/* Joomla core stuff */
a:link, a:visited {
	color: #FF9900; text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #900;	text-decoration: none;
	font-weight: bold;
}

table.contentpaneopen {
  width: 100%;
	padding: 0px;
	border-collapse: collapse;
	border-spacing: 0px;
	margin: 0px;
}

table.contentpaneopen td {
   padding-right: 5px;
   font-family:Verdana, Arial, Helvetica, sans-serif;
   font-size:12px;
   line-height:18px;
}

table.contentpaneopen td.componentheading {
	padding-left: 4px;
}



table.contentpane {
  width: 100%;
	padding: 0px;
	border-collapse: collapse;
	border-spacing: 0px;
	margin: 0px;
}

table.contentpane td {
	margin: 0px;
	padding: 0px;
}

table.contentpane td.componentheading {
	padding-left: 4px;
}

table.contentpaneopen fieldset {
	border: 0px;
	border-bottom: 1px solid #eee;
}

.button {
  color: #c64934;
  font-family: Arial, Hevlvetica, sans-serif;
  text-align: center;
  font-size: 11px;
  font-weight: bold;
  border: 3px double #cccccc;
  width: auto;
  background: url(button_bg.png) repeat-x;
  padding: 0px 5px;
  line-height: 18px !important;
  line-height: 16px;
  height: 26px !important;
  height: 24px;
  margin: 1px;
}

.inputbox {
	padding: 2px;
	border:solid 1px #cccccc;
	background-color: #ffffff;

}
.main_body .inputbox{
	margin:3px;
}
 
.componentheading {
	height: 30px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #376279;
	font-weight:normal;
	font-size: 25px;
	margin-bottom:10px;

}

.contentcolumn {
	padding-right: 5px;
}

table.contentpaneopen td.contentheading,div.main_body div.block table.moduletable th {
	height: 30px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #376279;
	font-weight:normal;
	font-size: 25px;
	margin-bottom:20px;
}



.contentpagetitle {
	font-size: 13px;
	font-weight: bold;
	color: #cccccc;
	text-align:left;
}

table.searchinto {
	width: 100%;
}

table.searchintro td {
	font-weight: bold;
}

table.moduletable {
	width: 100%;
	margin-bottom: 5px;
	padding: 0px;
	border-spacing: 0px;
	border-collapse: collapse;
}

div.moduletable {
	padding: 0;
	margin-bottom: 2px;
}
div.moduletable-menu {
	padding:0px 5px 20px 5px;
	border:1px solid #333333;
	margin:5px 5px 10px 5px;
	width:228px;
	line-height:18px;
}
/* sj div.moduletable-menu h3{
	margin: 10px 0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#FF9900;
	font-size:24px;
	font-weight:normal;
	border-bottom:1px solid #999999;
	height:26px;
	line-height:normal;
	
}*/
div.moduletable-menu a.mainlevel:link, div.moduletable-menu a.mainlevel:visited{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#002845;
	font-size:14px;
	padding-left:15px;
	line-height:normal;
	font-weight:normal;
	height:25px;
	display:block;
	text-align:left;
	}
div.moduletable-menu a.mainlevel:hover, div.moduletable-menu a#active_menu, div.moduletable-menu a.sublevel:hover{
	color:#FF9900;
	background:url(bullet-3.png) no-repeat top left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
div.moduletable-menu a#active_menu:link, div.moduletable-menu a#active_menu:visited{
	color:#FF9900;
	background:url(bullet-3.png) no-repeat top left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:12px;
}
div.moduletable-box2{
	background:url(../bg_box2.gif) repeat-x;
	height:auto;
	background-color:#FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666666;
	float:left;
	line-height:18px;
        border:1px solid #333333;
	margin:5px 5px 10px 5px;
	width:228px;
	}
/*sj table.moduletable th, div.moduletable h3 {
	background: url(subhead_bg.png) repeat-x;
	color: #666666;
	text-align: left;
	padding-left: 4px;
	height: 21px;
	line-height: 21px;
	font-weight: bold;
	font-size: 10px;
	text-transform: uppercase;
	margin: 0 0 2px 0;
}*/
 div.moduletable-menu a.sublevel:link, div.moduletable-menu a.sublevel:visited{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#002845;
	font-size:14px;
	padding:5px 0px 0px 15px;
	line-height:normal;
	font-weight:normal;
	height:25px;
	}
table.moduletable td {
	font-size: 12px;
	padding: 0px;
	margin: 0px;
	font-weight: normal;
}

table.pollstableborder td {
  padding: 2px;
}

.sectiontableheader {
  font-weight: bold;
  background: #f0f0f0;
  padding: 4px;
}

.sectiontablefooter {

}

.sectiontableentry1 {
	background-color : #ffffff;
}

.sectiontableentry2 {
	background-color : #f9f9f9;
}

.small {
	color: #999999;
	font-size: 11px;
}

.createdate {
	height: 15px;
	padding-bottom: 10px;
	color: #999999;
	font-size: 11px;
}

.modifydate {
	height: 15px;
	padding-top: 10px;
	color: #999999;
	font-size: 11px;
}

table.contenttoc {
  border: 1px solid #cccccc;
  padding: 2px;
  margin-left: 2px;
  margin-bottom: 2px;
}

table.contenttoc td {
  padding: 2px;
}

table.contenttoc th {
  background: url(subhead_bg.png) repeat-x;
  color: #666666;
	text-align: left;
	padding-top: 2px;
	padding-left: 4px;
	height: 21px;
	font-weight: bold;
	font-size: 10px;
	text-transform: uppercase;
}

a.mainlevel:link, a.mainlevel:visited {
	display: inline;
	vertical-align: middle;
	font-size: 16px;
	font-weight: bold;
	color: #00192b;
	text-align: right;
	padding:0px 5px 0px 5px;
	height: 30px;
	text-decoration: none;
}
span.mainlevel{
	font-size: 12px;
	font-weight: bold;
	color: #00192b;
	text-align: right;
		height: 25px;
		vertical-align:bottom;

}
a.mainlevel:hover {
	background-position: 0px -25px;
	text-decoration: none;
	color: #003399;
}

a.mainlevel#active_menu {
	color:#00192b;
	font-weight: bold;
}

a.mainlevel#active_menu:hover {
	color: #003399;
}

a.sublevel:link, a.sublevel:visited {
	padding-left: 1px;
	vertical-align: middle;
	font-size: 11px;
	font-weight: bold;
	color: #c64934;
	text-align: left;
}

a.sublevel:hover {
	color: #900;
	text-decoration: none;
}

a.sublevel#active_menu {
	color: #333;
}

.highlight {
	background-color: Yellow;
	color: Blue;
	padding: 0;
}
.code {
	background-color: #ddd;
	border: 1px solid #bbb;
}

form {
/* removes space below form elements */
	margin: 0;
 	padding: 0;
}

div.mosimage {
  border: 1px solid #ccc;
}

.mosimage {
  border: 1px solid #cccccc;
  margin: 5px
}

.mosimage_caption {
  margin-top: 2px;
  background: #efefef;
  padding: 1px 2px;
  color: #666;
  font-size: 10px;
  border-top: 1px solid #cccccc;
}

span.article_seperator {
	display: block;
	height: 1.5em;
}

/* style for template */

body{
	padding:0px;
	margin:0px;
	
}

.bg_body{
	background:url(body-bg.jpg) repeat-x top;
	background-color:#FFFFFF;
	height:606px;
	}
.main_container{
	width:/*sj 950px*/1000px;
	height:auto;
	text-align:left;
	}
.header_container{
	width:/*sj 947px*/ 997px;
	height:135px;
	float:left;
	padding:0px 0px 0px 0px;
	
	}
.logo{
	width:262px;
	height:107px;
	float:left;
	margin-top:10px;
	}
.header_menu{
	float:left;
	text-align:right;
	width:/*sj 685px*/ 735px;
	padding-top:50px;
	}
.menu1x, .menu2{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	height:40px;
	text-align:right;
	color:#002845;
	font-weight:bold;
	}
.menu2{
	color:#7e8081;
	font-weight:normal;
	}
.menu, #wrap{
	text-align:right;
	width:450px;
	float:right;
	}
.body_container{
	width:/*sj 950px*/ 1000px;
	float:left;
	height:auto;
	}
.content_container{
	background:url(inner-banner.jpg) no-repeat top;
	width:/*sj 947px*/ 997px;
	height:700px;
	background-color:#FFFFFF;
	border:1px solid #666666;
	}
.footer_container{
	width:/*sj 947px*/ 997px;
	height:100px;
	float:left;
	padding-top:20px;
	}
.address{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	float:left;
	width:580px;
	text-align:right;
	color:#666666;
	text-align:left;
	line-height:18px;
}
.link_footer
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	float:right;
	width:250px;
	text-align:right;
	color:#666666;
	text-align:left;
}
.link_footer .moduletable td{
	text-align:right;
	}
a.link_footer2:link , a.link_footer2:visited
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	width:auto;
	text-align:right;
	color:#666666;
	text-align:left;
	font-weight:normal;
}
a.link_footer2:hover{
	color:#333399;

}
.content_container{
	background:url(inner-banner.jpg) no-repeat top;
	width:/*sj 947px*/ 997px;
	height:auto;
	background-color:#FFFFFF;
	border:1px solid #666666;
	float:left;
	padding-bottom:20px;
	
	}
.content_container2{
	background:url(banner.jpg) no-repeat top;
	width:947px;
	height:auto;
	background-color:#FFFFFF;
	border:1px solid #666666;
	float:left;
	padding-bottom:20px;
	}
.banner_home{
	height:320px;
	width:400px;
	float:left;
	}
	
.welcome_text{
	padding-left:40px;
	margin-top:50px;

}
.banner_home .contentpaneopen{
	color:#FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:18px;
	padding:0px;
	margin:0px
}
ul li.list1{
	background:url(star.png) no-repeat;
	height:25px;
	padding-left:20px;

	
	}
ul li.rental_list{
	background:url(arrow2.jpg) no-repeat;
		padding:3px 0px 5px 20px;
	}
ul li.rental_list2{
	background:url(arrow2.jpg) no-repeat;
	padding:3px 0px 3px 20px;
	}
.banner_home ul {
	padding:0px;
	margin:0px 0px 0px 20px;

}

.banner_home .welcome_text table.moduletable th, .banner_home .welcome_text .contentheading{
	color:#FFCC00;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
}
.tagline{
	background:url(yellowbanner.jpg) no-repeat top center;
	height:54px;
	width:/*sj 947px*/ 997px;
	float:left;
	margin-top:22px;
}
.tagline2{
	background:url(yellowbanner.jpg) no-repeat top center;
	height:54px;
	width:947px;
	float:left;
}
.maincontent_container{
	width:927px;
	height:auto;
	background-color:#FFFFFF;
	float:left;
	padding:10px;
}
a.index_link1:link, a.index_link1:visited{
	background:url(banner-read-more-bg.gif) no-repeat;
	height:50px;
	width:151px;
	display:block;
	color:#FFFFFF;
	padding:15px 0px 0px 5px;
	}
a.link2:link, a.link2:visited{
	color:#FF9900;
	font-size:12px;
	font-weight:bold;
	}
a.link2:hover{
	color:#FFCC33;
	font-size:12px;
	font-weight:bold;
	}
.main_body{
		width:640px;
		float:left;
		padding:0px 15px;
		font-size:12px;
	}
#mod_search_searchword{
	width:234px;
		border:1px solid #111111;
	}
.left_body{
	width:240px;
	float:left;
	}
div#content01{
	font-family: Arial,Verdana, Helvetica, sans-serif;
	font-size:24px;
	color:#666666;
	font-weight:bold;
	line-height:normal;
	}
span.orange{
	color:#FF9900;
	}
#content02{
	line-height:18px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
	}	
	
/*sj .left_body .moduletable h3{
	font-family:  Arial, Verdana, Helvetica, sans-serif;
	font-size:24px;
	color:#000066;
	margin-bottom:30px;
	height:30px;
	}*/
.left_body .moduletable{
	width:240px;
	margin-bottom:15px;
	padding:5px;
}
ul li.client_list{
	background:url(star2.gif) no-repeat;
	height:25px;
	}
ul li.service_list{
	background:url(bullet-2.png) no-repeat;
	height:25px;
	margin-left:10px;
	}

.tag_container{
	margin-top:20px;
	float:left;
	width:/*sj 950px*/1000px;
	}
.tag1, .tag2{
	border:1px solid #111111;
	background:url(bg_tag.gif) repeat-x;
	height:auto;
	background-color:#FFFFFF;
	width:304px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666666;
	float:left;
	margin-top:15px;
	line-height:18px;
	height:300px;
	}

.tag1{
	margin-right:13px;
	}
.tag2{
	margin-right:0px;
	}
/*sj .tag1 .moduletable h3, .tag2 .moduletable h3{
	font-family:  Arial, Verdana, Helvetica, sans-serif;
	font-size:20px;
	color:#f6d001;
	margin:0px 0px 30px 0px;
	padding-top:12px;
	}*/
.tag1 .moduletable, .tag2 .moduletable{
	padding:15px;
}
.clientname{
	width:250px;
	float:left;
	}
div.moduletable-menu a.mainlevel:link, div.moduletable-menu a.mainlevel:visited{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#002845;
	font-size:14px;
	padding:5px 0px 0px 15px;
	line-height:normal;
	font-weight:normal;
	height:25px;
	display:block;
	text-align:left;
	}
div.moduletable-menu a.mainlevel:hover, div.moduletable-menu a#active_menu, div.moduletable-menu a.sublevel:hover{
	color:#FF9900;
	background:url(bullet-3.png) no-repeat top left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	padding:5px 0px 0px 15px;
	font-size:14px;
}
div.moduletable-menu a#active_menu:link, div.moduletable-menu a#active_menu:visited{
	color:#FF9900;
	background:url(bullet-3.png) no-repeat top left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:12px;
	font-size:14px;
}

/*sj table.moduletable th, div.moduletable h3 {
	background: url(subhead_bg.png) repeat-x;
	color: #666666;
	text-align: left;
	padding-left: 4px;
	height: 21px;
	line-height: 21px;
	font-weight: bold;
	font-size: 10px;
	text-transform: uppercase;
	margin: 0 0 2px 0;
}*/
 div.moduletable-menu a.sublevel:link, div.moduletable-menu a.sublevel:visited{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#002845;
	font-size:14px;
	padding:5px 0px 0px 15px;
	line-height:normal;
	font-weight:normal;
	height:25px;
	}
.menu2 .moduletable table td{
	text-align:right;
	}
a.mainlevel-submenu:link, a.mainlevel-submenu:visited{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666666;
	padding:0px 10px;
	}
a#menu1, a#menu9, a#menu14, a#menu16, a#menu18{
	height:18px;
}

a#menu21{
	height:16px;
}
a#TransMenu0-0:link, a#TransMenu0-0:visited, a#TransMenu0-1:link, a#TransMenu0-1:visited,a#TransMenu0-2:link, a#TransMenu0-2:visited,a#TransMenu0-3:link, a#TransMenu0-3:visited{
	height:12px;
	font-size:24px;
	}

#registrationTable td.titleCell, .mod_login{
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}
div.main_body div.block {
	margin-top:30px;
}

