/* --------------------------------------------/ UNIVERSAL CLASSES \-------------------------------------------- */
.jqueryslidemenu{

width: 100%;
position:relative;
z-index:100;
font-size:19px;
}

.jqueryslidemenu ul{
margin: 0;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.jqueryslidemenu ul li{
position: relative;
display: inline;
float: left;
top:4px;

}

/*Top level menu link items style*/
.jqueryslidemenu ul li a{
display: block; 
color: #0357e8;
text-decoration: none;
position:relative;
padding:5px 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: #0357e8;
}

.jqueryslidemenu ul li a:hover{

}
	
/*1st sub level menu*/
.jqueryslidemenu ul li ul{
position: absolute;
left: 0;
display: block;
visibility: hidden;
background-color:#ffc93c;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.jqueryslidemenu ul li ul li{
display: list-item;
float: none;
background-color:#ffc93c;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.jqueryslidemenu ul li ul li ul{
top: 0;
background-color:#ffc93c;
}

/* Sub level menu links style */
.jqueryslidemenu ul li ul li a{
font: normal 13px Verdana;
width: 160px; /*width of sub menus*/
padding: 5px;
margin: 0;
border-top-width: 0;
background-color:#ffc93c;
border-top: 1px solid #fff;
}

.jqueryslidemenuz ul li ul li a:hover{ /*sub menus hover style*/
background: #000;
}

/* ######### 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 {
	font-weight: normal;
	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:#FFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	background-image:url(../images/bg.jpg);
	background-repeat:repeat-x;
	background-color:#fffac1;
	}

/* --------------------------------------------*/




/* --------------------------------------------/ 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:1002px;
		height:269px;
		margin:auto;
		background-image:url(../images/header.jpg);
		}

/* --------------------------------------------*/


/* --------------------------------------------/ NAV \-------------------------------------------- */

#container_nav { width:100%; height:100%; }
	
	#nav {
	position:relative;
	float:left;
	width:980px;
	height:50px;
	margin:auto;
	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:1002px;
		height:100%;
		margin:auto;
		background-image:url(../images/content-bg.jpg) 
		}

		#left-content {
		position:relative;
		float:left;
		width:676px; /* (#content width) - (2 * (#middle-content padding) */
		height:100%;
		margin:auto;
		}
		
		    #left-content h1{ color:#0f714b; font-size:20px; line-height:30px; padding:10px 20px; font-weight:bold;}
		    
		    #left-content h2{ color:#045eeb; font-size:18px; line-height:30px; padding:10px 20px; text-align:center;}
		    
		    #left-content h3{ color:#0f714b; font-size:14px; line-height:30px; padding:10px 20px; text-align:center;}
		    
		    #left-content p{ color:#000; font-size:18px; line-height:30px; padding:8px 20px;}
		    
		    #left-content a{ color:#045eeb; text-decoration:none;}
		    
		    #left-content ul{ color:#000; font-size:18px; line-height:30px; padding:8px 20px;}
		    
		    
		
		#right-content {
		position:relative;
		float:left;
		width:326px; /* (#content width) - (2 * (#middle-content padding) */
		height:100%;
		margin:auto;
		}
		

			.min-holder {float:left; width:1px; height:420px;}
	
			.clear {clear:both; height:1px; overflow:hidden;}

/* --------------------------------------------*/


/* --------------------------------------------/ CONTACT FORM \-------------------------------------------- */

#contact_form .FieldLabel {
	text-align:right;
	padding-right:6px;
	font-size:16px;
	font-weight:bold;
	vertical-align: top;
}

#contact_form .RequiredFieldValidator,
#contact_form .RegularExpressionValidator {
	color:Red;
	display: none;
}

/* --------------------------------------------*/

/* --------------------------------------------/ FOOTER \-------------------------------------------- */

#container_footer { clear:both; width:100%; height:100%; }
	
	#footer {
	position:relative;
	width:1002px;
	height:184px;
	margin:auto;
	color:#039;
	background-image:url(../images/footer.jpg);
	background-repeat:no-repeat;
	background-color:#fffac1;
	}

		#footer ul {position:relative; float:right; margin-top:138px; right:15px;}

		#footer li { position:relative; float:left; margin-left:10px; }

		#footer a {text-decoration:none; color:#FFFFFF;}

		#footer a:hover {color:#FFFFFF;}

/* --------------------------------------------*/

#container_header {
    height: auto !important;
}