/* --------------------------------------------/ UNIVERSAL CLASSES \-------------------------------------------- */
.jqueryslidemenu{
width: 100%;
position:relative;
z-index:100;
font-size:12px;
font-weight:bold;
}

.jqueryslidemenu ul{
margin: 0;
padding: 0;
list-style-type: none;
float:right;
}

/*Top level list items*/
.jqueryslidemenu ul li{
position: relative;
display: inline;
float: left;
top:3px;

}

/*Top level menu link items style*/
.jqueryslidemenu ul li a{
display: block; 
color: white;
color: #fff;
text-decoration: none;
position:relative;
padding:9px 8px; 
}

* html .jqueryslidemenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
display: inline-block;
}

.jqueryslidemenu ul li a:link, .jqueryslidemenu ul li a:visited{
color: white;
}

.jqueryslidemenu ul li a:hover{
color:#cccccc;

}
	
/*1st sub level menu*/
.jqueryslidemenu ul li ul{
position: absolute;
left: 0;
display: block;
visibility: hidden;
background-color:#000;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.jqueryslidemenu ul li ul li{
display: list-item;
float: none;
background-color:#000;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.jqueryslidemenu ul li ul li ul{
top: 0;
background-color:#000;
}

/* Sub level menu links style */
.jqueryslidemenu ul li ul li a{
font: bold 12px Verdana;
width: 160px; /*width of sub menus*/
padding: 5px;
margin: 0;
border-top-width: 0;
background-color:#000;
border-top: 1px solid #fff;
}

.jqueryslidemenuz ul li ul li a:hover{ /*sub menus hover style*/
background: #000;
color:#CCCCCC;
}

/* ######### CSS classes applied to down and right arrow images  ######### */



.rightarrowclass{
position: absolute;
top: 6px;
right: 5px;
}
/* --------------------------------------------*/




/* --------------------------------------------/ BROWSER INITIALIZATION \-------------------------------------------- */

	* { margin : 0; padding : 0; }
	h1,h2,h3,h4,h5,h6 {
	text-indent: 0px;
}
	ol,ul { list-style : none; }
	table { border-collapse : collapse; border-spacing : 0; }
	fieldset,img { border : 0; }
	caption,th { text-align : left; }
	
	body {
	text-align:left;
	color:#000;
	font-family:"Trebuchet MS", sans-serif;
	font-size:12px;
	background-image:url(../images/bg.jpg);
	background-repeat:repeat-x;
	background-color:#ffbe4a;
	}

/* --------------------------------------------*/




/* --------------------------------------------/ BOX MODEL CLASS \-------------------------------------------- */

	.box { position:relative; float:left; width:100px; height:100px; margin:10px; background-color:#000; overflow:hidden; }

/* --------------------------------------------*/


/* --------------------------------------------/ HEADER \-------------------------------------------- */

	#container_header {width:100%; height:100%;}
		
		#header {
		position:relative;
		width:1003px;
		height:142px;
		margin:auto;
		background-image:url(../images/homeowners-header.jpg);
		}

/* --------------------------------------------*/


/* --------------------------------------------/ NAV \-------------------------------------------- */

#container_nav { width:100%; height:100%; }
	
	#nav {
	position:relative;
	width:1003px;
	height:40px;
	margin:auto;
	background-color:#000;
	z-index:100;
	}
	
		#nav ul{}
		
		#nav li{}

		/*  
		To Find "#nav a width" :
			Step 1 - change the "#nav a padding" so that the menu item covers the entire nav area from top to bottom.
			Step 2 - compute the "#nav a width" with the equation below  
			
			  ((#nav width) / (# of menu items)) - (2 * (#nav a padding)) = #nav a width 
			  (    800      /         6        ) - (2 *        13       ) = 107.333 = 107 
		*/

		#nav a {}

		#nav a:hover { }

/* --------------------------------------------*/

 
/* --------------------------------------------/ CONTENT \-------------------------------------------- */

#container_content { width:100%; }

	#content { 
		position:relative;  
		width:1003px;
		height:100%;
		margin:auto;
		background-image:url(../images/homeowners-content-bg.gif);
		}

		#left-content {
		position:relative;
		float:left;
		width:253px; /* (#content width) - (2 * (#middle-content padding) */
		height:100%;
		margin:auto;
		margin-left:2px;
		}
		
			#left-content ul{ width:215px; margin:15px 0 0 20px;}
			
			#left-content li{ margin:2px 0 0 0; width:215px;}
			
			#left-content a{ display:block; font-size:10px; color:#000000; padding:8px 0px 7px 30px; width:184px; background-image:url(../images/homeowners-nav-bg.jpg); text-decoration:none; margin-bottom:2px;}
			
			#left-content a:hover{background-image:url(../images/homeowners-nav-bg-over.jpg); color:#ffbe4a;}
			
			#left-content a.green{background-image:url(../images/homeowners-nav-bg-greenguide.jpg);}
			
			#left-content a.green:hover{background-image:url(../images/homeowners-nav-bg-over.jpg); color:#ffbe4a;}
			
		
		#right-content {
		position:relative;
		float:left;
		width:712px; /* (#content width) - (2 * (#middle-content padding) */
		height:100%;
		margin:auto;
		margin-left:6px;
	    padding-left:14px;
		padding-right:14px;
		}
		
		#right-content-detailed {
		position:relative;
		float:left;
		width:519px; /* (#content width) - (2 * (#middle-content padding) */
		height:100%;
		margin:auto;
		margin-left:6px;
		padding-left:14px;
		padding-right:14px;
		}
		
		#detailed-info {
		position:relative;
		float:left;
		width:192px; /* (#content width) - (2 * (#middle-content padding) */
		height:100%;
		margin:auto;
		margin-top:3px;
		background-color:#e7e7e7;
		border-bottom:1px solid #123c62;
		}
		
			#detailed-info h2{ text-align:center; padding-top:10px; padding-bottom:10px; color:#fff; background-color:#123c62; font-size:14px;}
			
			#detailed-info h3{   color:#103c5f; font-size:16px;}
			
			#detailed-info p{ padding-left:10px; padding-right:10px; padding-bottom:5px; color:#103c5f; font-size:11px;}
			
			#detailed-info a{ display:block; height:44px; text-align:center; width:192px; padding-top:21px; color:#fff; font-size:16px; text-decoration:none;}
			
			#detailed-info a:hover{ color:#000000;}
			
			#detailed-info .light{ width:190px; background-image:url(../images/right-cloumn-bg.jpg); background-repeat:repeat-x; position:relative; float:left; padding:0; border-right:1px solid #123c62; border-left:1px solid #123c62; border-top:1px solid #123c62;}
			
			#detailed-info .dark{ width:190px; background-image:url(../images/right-cloumn-bg.jpg); background-repeat:repeat-x; position:relative; float:left; padding:0; border-right:1px solid #123c62; border-left:1px solid #123c62; border-top:1px solid #123c62;}
			
			
		

			.min-holder {float:left; width:1px; height:420px;}
	
			.clear {clear:both; height:1px; overflow:hidden; background-image:url(../images/homeowner-footer.gif); background-repeat: no-repeat;}

/* --------------------------------------------*/




/* --------------------------------------------/ FOOTER \-------------------------------------------- */

#container_footer { clear:both; width:100%; height:100%; }
	
	#footer {
	position:relative;
	width:1003px;
	height:55px;
	margin:auto;
	color:#000;
	background-image:url(../images/homeowner-footer.gif);
	background-repeat:no-repeat;
	font-size:10px;
	}

		#footer ul {position:relative; float:right; margin-top:20px; right:15px;}

		#footer li { position:relative; float:left; margin-left:10px; }

		#footer a {text-decoration:none; color:#000; font-size:10px;}

		#footer a:hover {color:#666666;}

/* --------------------------------------------*/




/* --------------------------------------------/ JSE LINK \-------------------------------------------- */

#container_jseLink { width:100%; height:100%; }
	
	#jseLink { 
	position:relative; 
	width:600px;
	height:40px;
	margin:auto;
	margin-top:20px;
	margin-bottom:20px; 
	}
	
		#RLInk1 { display:block; height:40px; padding:5px 0 0 311px; font-family:Verdana, Arial, Helvetica, sans-serif; text-decoration:none; font-weight:bold; font-size:10px;
			color:#111; background-image:url(../images/jseLink-black.gif); }
		 /* color:#FFF; background-image:url(../images/jseLink-white.gif); } */

		#RLInk2 { display:block; display:none; width:235px; position:absolute; top:0px; left:0px; padding:5px 0 0 365px; height:40px; font-family:Verdana, Arial, Helvetica, sans-serif; text-decoration:none; font-weight:bold; font-size:12px;
			color:#111; background-image:url(../images/jseLink-black-over.gif); }
		 /* color:#FFF; background-image:url(../images/jseLink-white-over.gif); } */


/* --------------------------------------------*/

