body, 
html { 
width: 100%;
height: 101%;
margin-top: 5px;
background:#fff;
min-width:1100px;

} 
/*
	 CSS-Tricks Example
	 by Chris Coyier
	 http://css-tricks.com
*/

* { 
    margin: 0; 
    padding: 0; 
	text-align:justify;
	
}

		div#content {
			/* This is the only important rule */
			/* We need our content to show up on top of the background */
			position: relative; 
			
			
			/* These have no effect on the functionality */
			width: 100%;
			margin: 0 auto;
			background: transparent;
			padding: 20px;
			font-family: helvetica, arial, sans-serif;
			font-size: 10pt;
			line-height: 16pt;
			
		}
		
		body {
			/* These rules have no effect on the functionality */
			/* They are for styling only */
			margin: 0;
			
		}
		

a {
color: #111; /*Controls the slide panel numbered links*/
font-family: Verdana, sans-serif;
font-size: 10px;
font-style: normal;
font-weight: normal;
text-transform: normal;
letter-spacing: normal;
text-decoration: none;
border-style: none;
}

strong {
font-family: Helvetica, sans-serif;
font-size: 0.9em;
font-style: normal;
font-weight: normal;
text-transform: normal;
letter-spacing: normal;
line-height: normal;
color: #333;

}

/*Main Structure*/

#content{
margin:0;
padding:0;
}

/*End of logo area display controls*/





/*-----------Header-----------*/



#header {
width:92%;
height: 145px;
border-bottom: 1px solid #ccc;
}

#header_logo {
width:130px;
height:90px;

}

#address_bar{
margin-right:30px;
clear:both;
float:right;
height:20px;
}

#header span,#header h1{
font-family: Arial, Helvetica, sans-serif;
font-size: 2.2em;
font-style: normal;
font-weight: normal;
text-transform: normal;
letter-spacing: normal;
color:#888;
margin-bottom:20px;
}

#address_bar h2 {
font-family: Helvetica, sans-serif;
font-size: 0.78em;
font-style: normal;
font-weight: normal;
text-transform: normal;
letter-spacing: normal;
line-height: normal;
color: #666;
text-align:justify;
}

#address_bar p,#address_bar a {
font-family: Helvetica, sans-serif;
font-size: 1em;
font-style: normal;
font-weight: normal;
text-transform: normal;
letter-spacing: normal;
text-align:justify;
margin-right:15px;
color:#464646;

}

#address_bar a {
color: #005577;
}

#address_bar a:hover {
color: #eca014;
}

#header a img{
border:none;
}
/*------------------nav menu-----------------*/

.jqueryslidemenu{
width: 650px;
float:left;
margin-left:215px;
}

.jqueryslidemenu ul{
margin: 0;
padding: 0;
list-style-type: none;
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=80);
opacity:0.8;
}

/*Top level list items*/
.jqueryslidemenu ul li{
position: relative;
display: inline;
float: left;

}

/*Top level menu link items style*/
.jqueryslidemenu ul li a{
display: block;
background: #fff; /*background of tabs (default state)*/
font-family: Verdana, sans-serif;
font-size: 0.9em;
font-style: normal;
font-weight: normal;
text-transform: normal;
letter-spacing: normal;
line-height: 1.5em;
padding: 3px 10px;
/*border-right: 1px solid #eca014;*/
text-decoration: none;
 filter:progid:DXImageTransform.Microsoft.Alpha(opacity=80);
	opacity:0.8;
}

* 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: #000;
}

.jqueryslidemenu ul li a:hover{
background: #fff; /*tab link background during hover state*/
color: #eca014;
}
	
/*1st sub level menu*/
.jqueryslidemenu ul li ul{
position: absolute;
left: 0;
display: block;
visibility: hidden;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.jqueryslidemenu ul li ul li{
display: list-item;
float: none;
background:#fff;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.jqueryslidemenu ul li ul li ul{
top: 0;
}

/* Sub level menu links style */
.jqueryslidemenu ul li ul li a{
font: normal 1em Verdana;
width: 160px; /*width of sub menus*/
padding: 5px;
margin: 0;
border-top-width: 0;
border-bottom: 1px solid gray;
}

.jqueryslidemenuz ul li ul li a:hover{ /*sub menus hover style*/

color: #eca014;
}

/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
position: absolute;
top: 12px;
right: 7px;
}

.rightarrowclass{
position: absolute;
top: 6px;
right: 5px;
}

/*--------------End Navigation menu controls--------------*/

.clear {
	clear:both
}


/*---------------Press Index-------------*/

#press_index {
width:92%;
height:180px;
margin-bottom:50px;
margin-left:30px;
}

#press_index_inner {
width:24.9%;
height:170px;
float:left;
border-right:1px solid #ccc;
margin-top:15px;
}



#press_index_inner a.site_link{
font-family: Georgia, sans-serif;
font-size: 01.1em;
font-style: normal;
font-weight: normal;
text-transform: normal;
letter-spacing: normal;
line-height:normal;
text-align:justify;
color:#464646;
text-decoration:none;
margin-left:20px;

}

#press_index_inner p{
font-family: Helvetica, sans-serif;
font-size: 0.8em;
font-style: normal;
font-weight: normal;
text-transform: normal;
letter-spacing: normal;
line-height:normal;
text-align:justify;
color:#464646;
margin-left:25px;
margin-bottom:13px;
}

#press_index_inner h4{
font-family: Georgia, sans-serif;
font-size: 1.5em;
font-style: normal;
font-weight: normal;
text-transform: normal;
letter-spacing: normal;
line-height:normal;
text-align:justify;
margin:15px;
margin-top:15px;
color:#464646;
}

#press_index_inner h5,#press_index_inner a{
font-family: Helvetica, sans-serif;
font-size: 0.8em;
font-style: normal;
font-weight: normal;
text-transform: normal;
letter-spacing: normal;
line-height:normal;
text-align:justify;
color:#464646;
}

#press_index_inner h5{
margin-bottom:6px;
margin-right:13px;
}

#press_index_inner a{
text-decoration:underline;
font-size: 1em;
color: #005577;
}


#press_index_inner a:hover{
color:#eca014;
}


#press_index_inner img{
margin-left:40px;

}


#mid_panel{
width:70%;
margin-bottom:45px;
margin-left:auto;
margin-right:auto;
}

#mid_panel img{
border:2px solid #666;
padding:3px;
background:#fff;
float:right;
margin-right:15px;
margin-left:15px;
margin-top:10px;
margin-bottom:14px;
float:left;
clear:both;
}
#mid_panel p img{
border:none;
padding:3px;
background:#fff;
float:right;
margin-right:15px;
margin-left:15px;
margin-top:0;
float:left;
clear:both;
}

#mid_panel h1{ /*header for section*/
font-family: Verdana, sans-serif;
font-size: 1.8em;
font-style: normal;
font-weight: normal;
text-transform: normal;
letter-spacing: normal;
line-height: 1.5em;
color: #777;
}

#mid_panel strong {
font-weight:normal;
font-size: 1.0em;
}

#mid_panel h2 {

font-family: Verdana, sans-serif;
font-size: 1.2em;
font-style: normal;
font-weight: normal;
text-transform: normal;
letter-spacing: normal;
line-height: 1.4em;
color: #666;
text-align:justify;
}

#mid_panel h3 {
font-family: Helvetica, sans-serif;
font-size: 13px;
font-style: normal;
font-weight: normal;
text-transform: normal;
letter-spacing: 0.3px;
line-height: 1.5em;
color: #000;
}

#mid_panel h4{ /*header for section*/
font-family: Georgia, sans-serif;
font-size: 20px;
font-style: normal;
font-weight: normal;
text-transform: normal;
letter-spacing: normal;
line-height: 1.5em;
color: #161616;
}

#mid_panel h5{ /*header for section*/
font-family: Helvetica,Arial, sans-serif;
font-size: 14px;
font-style: normal;
font-weight: normal;
text-transform: normal;
letter-spacing: normal;
line-height: 1.5em;
color: #000;
}

#mid_panel p.desc {
font-family: Verdana, sans-serif;
font-size: 0.9em;
font-style: italic;
font-weight: normal;
text-transform: normal;
letter-spacing: normal;
line-height: 1.5em;
color: #202020;
margin-left:12px;
margin-top:4px;
margin-bottom:26px;
}
#mid_panel p{
font-family: Helvetica, Arial, sans-serif;
font-size: 1em;
font-style: normal;
font-weight: normal;
text-transform: normal;
letter-spacing: normal;
line-height: 1.45em;
color:#444;
}


#mid_panel a {

font-family: Helvetica, sans-serif;
font-size: 12px;
font-style: normal;
font-weight: normal;
text-transform: normal;
letter-spacing: 0.3px;
line-height: 1.5em;
color: #03858b;
}

#mid_panel a:hover{
color:#e66c04;
}

#mid_panel ul{
list-style:none;
}
#mid_panel li{
margin-bottom:10px;
}

/*-------------Pull Quotes------------*/

blockquote.pullquote {
	padding:12px 0;
	margin: 5px 15px 8px 0;
	float:left;
	width:180px;
	text-align: center;
	border-top:3px double #ccc;
	border-bottom:3px double #ccc;
        border-left:0;
        border-right:0;
	line-height:1.6em;
        background:#fefefe;
		font-family: Georgia, sans-serif;
		font-size:1.3em;
		color:#e66c04;
		clear:both;
}
blockquote.pullquote.right {
	margin: 5px 0 8px 15px;
	float:right;
	font-family: Georgia, sans-serif;
	font-size:1.3em;
	clear:both;
	color:#e66c04;
}
blockquote.pullquote p {
	margin:0 !important;
	font-size:2em;
	color:#e66c04;
	font-weight:bold;
	font-family: Georgia, sans-serif;
	clear:both;
	
}





/*-----------------Footer-------------------*/
#footer {
width:92%;
	border-top: 5px solid #006699;
float:left;
}

#col_alpha {
width:28%;
height:370px;
float:right;
}

#col_alpha h3 {
font-family: Georgia, sans-serif;
font-size: 1.3em;
font-style: normal;
font-weight: normal;
text-transform: normal;
letter-spacing: normal;
line-height: 1.5em;
color: #006699;
margin:12px;
}

#col_alpha ul li a:hover {
color:#e66c04;
}

/*--------------Random Quote in Footer------------*/

#quote-box-text div, #quote-author div {
 display: none;
 
}

#quote-author h3,#quote-author h4 {
font-family: Georgia, sans-serif;
font-size: 1.2em;
font-style: normal;
font-weight: normal;
text-transform: normal;
letter-spacing: normal;
line-height: 1.5em;
color: #030303;
}

#quote-box-text p{
font-family: Verdana, sans-serif;
font-size: 0.8em;
font-style: normal;
font-weight: normal;
text-transform: normal;
letter-spacing: normal;
line-height: 1.5em;
color: #323232;
margin-right:14px;

}

#quote-box-text a {
font-family: Helvetica, sans-serif;
font-size: 1em;
font-style: normal;
font-weight: normal;
text-transform: normal;
letter-spacing: normal;
line-height: 1.5em;
color: #005577;
text-align:justify;
}

#quote-box-text a:hover {
color:#e66c04;
}

#col_bravo {
width:33.3%;
height:370px;
float:left;
margin-right:25px;
clear:both;
margin-bottom:20px;
}

#col_bravo h4 {
font-family: Georgia, sans-serif;
font-size: 1.3em;
font-style: normal;
font-weight: normal;
text-transform: normal;
letter-spacing: normal;
line-height: 1.5em;
color: #006699;
margin:12px;
}

#col_bravo li.question,#col_bravo li {
font-family: Verdana, sans-serif;
font-size: 0.8em;
font-style: italic;
font-weight: bold;
text-transform: normal;
letter-spacing: normal;
line-height: 1.5em;
color: #282828;
margin-left:18px;
list-style:none;
display:block;
}


#col_bravo ul li{
font-family: Verdana, sans-serif;
font-size: 0.8em;
font-style: normal;
font-weight: normal;
text-transform: normal;
letter-spacing: normal;
line-height: 1.5em;
color: #363636;
margin-left:19px;
list-style:none;
text-align:justify;
margin-bottom:5px;
}

#col_bravo ul li a{
color: #005577;
font-size:1em;

}

#col_bravo a:hover{
color:#e66c04;
}


#col_charlie {
width:100%;
height:60px;
	border-top: 4px solid #006699;
float:left;
}

#col_charlie p{
font-family: Verdana, sans-serif;
font-size: 0.8em;
font-style: normal;
font-weight: normal;
text-transform: normal;
letter-spacing: normal;
line-height: 1.5em;
color: #000;
margin:15px;
float:left;
}

#col_charlie a{
color: #005577;
}

#col_charlie a:hover{
color:#e66c04;
}

#col_charlie a img{
float:right;
margin-top:10px;
margin-right:30px;
border:0;
}

#col_charlie li{
display:inline;
}

#col_delta {
width:30%;
height:370px;
margin-left:15px;

float:left;
}

#col_delta ul{
margin-left:20px;
margin-right:15px;
}

#col_delta li a,#col_delta li{
display:inline;
font-size: 0.89em;
}

#col_delta ul li a:hover {
color:#e66c04;
}

#col_delta h4 {
font-family: Georgia, sans-serif;
font-size: 1.3em;
font-style: normal;
font-weight: normal;
text-transform: normal;
letter-spacing: normal;
line-height: 1.5em;
color: #006699;
margin:12px;
}



/* Easy Slider */

	#slider ul, #slider li,
	#slider2 ul, #slider2 li{
		margin:0;
		padding:0;
		list-style:none;
		
		}
	#slider2{margin-top:1em;}
	#slider li, #slider2 li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:696px;
		height:361px;
		overflow:hidden; 
		
		}	
#slider img{
border:none;
}
#slider{
margin-left:18%;
}
		
	/* numeric controls */	

	ol#controls{
		margin:1em 0;
		padding:0;
		height:28px;	
		}
	ol#controls li{
		margin:0 10px 0 0; 
		padding:0;
		float:left;
		list-style:none;
		height:28px;
		line-height:28px;
		}
	ol#controls li a{
		float:left;
		height:28px;
		line-height:28px;
		border:1px solid #ccc;
		background:#DAF3F8;
		color:#555;
		padding:0 10px;
		text-decoration:none;
		}
	ol#controls li.current a{
		background:#5DC9E1;
		color:#fff;
		}
	ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}
	
/* // Easy Slider */


