* {
padding:0;
margin:0;
outline:none;
}




body{
 background:#00235d url(body_bg.gif) 50% 0 repeat-y;
 color:#ccc;
 font:13px "Helvetica Neue", Arial, sans-serif;
 }
 
 #extend {
  margin:30px 0 0 100px;
  	padding: 20px;
		width: 700px;

 }
 
h2, h3, h4 {
font-weight:normal;
}
 
#header{
width:860px;
height:250px;
margin:0 auto;
background: #fff url(images/JRLogo3.jpg)  526px 0px no-repeat;
background-repeat: no-repeat;
text-indent:-9999px;

}


#bar{

height:6px;
width:770px;
background:#00235d;
margin: 60px 40px 0 40px;
float:left;

}


#bar2{

height:6px;
width:780px;
background:#00235d;
margin: 70px 40px 0 40px;
float:left;

}

#bar3{

height:6px;
width:770px;
background:#00235d;
margin: 70px 40px 0 40px;
float:left;

}

#home h2{
font-size:24px;
color:#00235d;
text-transform:uppercase;
font-family:Helvetica, sans-serif;
margin:140px 0 0 0;
width:140px;
padding: 8px 0 8px 40px;
border-right: 2px solid #00235d;

}

#services {

background:#fff;
width:300px;
height:300px;
margin: 0 0x 200px 80px;
padding: 0 0 0 40px;
list-style: none;

}

#services ul{
list-style:none;
margin:30px 0 0 40px;
}

#services li{
color:#00235d;
line-height:30px;
font-size:14px;
margin:0 0 10px 0;
font-weight:bold;
list-style:none;
}

#services2 {

background:#fff;
width:400px;
height:100px;
margin: 120px 0 100px 410px;

}

#services2 ul{
list-style:none;
margin:30px 0 0 40px;
}

#services2 li{
color:#00235d;
line-height:32px;
font-size:20px;
margin:0 0 10px 0px;
font-weight:lighter;
text-transform:uppercase;
}

#services2 li.bold{
color:#00235d;
font-weight:normal;
font-size:24px;

}

#italic {
font-style:italic;

}



#home {
width:860px;
height:30px;
margin:0 auto;
background:#fff;
min-height:750px;
background: #fff url(images/MackisonHome.jpg) 410px 310px no-repeat;
}

#home2{
width:860px;
height:30px;
margin:0 auto;
background:#fff;
min-height:525px;
}

#home3 {
width:860px;
height:30px;
margin:0 auto;
background:#fff;
min-height:525px;
}

#home p{
width: 370px;
color:#00235d;
padding: 50px 0 0 40px;
text-align:justify;
line-height:20px;

}

#home3 p{
width: 370px;
color:#00235d;
padding: 50px 0 0 40px;
text-align:justify;
line-height:20px;

}


#nav {
width:860px;
height:30px;
margin:0 auto;
background:#fff;
height: 60px;
}

#nav ul { list-style:none;
padding:0 0 0 10px; }
 
#nav li {
float:left;
}

#nav li#no-border a{
border-right: none;
}

#nav li a{
padding: 7px 29px 10px 30px;
text-decoration:none;
line-height:30px;
color:#00235d;
text-transform:uppercase;
font-size:24px;
border-right: 2px solid #00235d;
}


#nav li a.here{

background: url(images/line.jpg) 50% 100% no-repeat;

}


#contactlogo{
width: 200px;
height:200px;
background: #fff url(images/ContactLogo.jpg) 0 0 no-repeat;
text-indent:-5000px;
float:left;
margin: 40px 0 0 200px;
padding:0 40px 0 0;
}


 #gallery {
		background-color:#00235d;
		padding: 20px 0 20px 40px;
		margin:0 auto;
		width:820px;
  }
	#gallery ul { list-style: none; }
	#gallery ul li { display: inline; }
	#gallery ul img {
		border: 5px solid #b0caea;
		border-width: 5px 5px 20px;
	}
	#gallery ul a:hover img {
		border: 5px solid #fff;
		border-width: 5px 5px 20px;
		color: #fff;
	}
	#gallery ul a:hover { color: #fff; }

/**
 * jQuery lightBox plugin
 * This jQuery plugin was inspired and based on Lightbox 2 by Lokesh Dhakar (http://www.huddletogether.com/projects/lightbox2/)
 * and adapted to me for use like a plugin from jQuery.
 * @name jquery-lightbox-0.5.css
 * @author Leandro Vieira Pinho - http://leandrovieira.com
 * @version 0.5
 * @date April 11, 2008
 * @category jQuery plugin
 * @copyright (c) 2008 Leandro Vieira Pinho (leandrovieira.com)
 * @license CC Attribution-No Derivative Works 2.5 Brazil - http://creativecommons.org/licenses/by-nd/2.5/br/deed.en_US
 * @example Visit http://leandrovieira.com/projects/jquery/lightbox/ for more informations about this jQuery plugin
 */
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color:#ccc; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}

#tabs-1, #tabs-2, #tabs-3, #tabs-4, #tabs-5 {
clear:both;
}


#tabber{
padding:60px 0 0 0;

}
   
.tab_content {
background: #00235d;
color:#fff;
font-size:13px;
padding:20px;
margin:0 40px 0 40px;
overflow:hidden;
-moz-border-radius: 0 7px 7px 7px;
-webkit-border-radius: 7px;
-webkit-border-top-left-radius: 0;
border-radius: 0 7px 7px 7px;
}

/*jQuery UI special css. These rules can be modified, but not deleted. The css names do not match
the css selectors because jQuery is tracking them internally */
.ui-tabs { position: relative; }
.ui-tabs .ui-tabs-nav { margin: 0 0 0 40px; padding:0; }

.ui-tabs .ui-tabs-nav li { 
list-style: none; 
float: left; 
position: relative; 
top: 1px; 
margin:0 2px 0 0; 
padding: 0;
background: #b0caea;
-moz-border-radius: 4px 4px 0 0;
-webkit-border-top-right-radius: 4px;
-webkit-border-top-left-radius: 4px;
border-radius: 4px 4px 0 0;

}

.ui-tabs .ui-tabs-nav li a { 
float: left; 
padding: 5px 20px; 
text-decoration: none;
outline:none;
color:#00235d;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-selected, .ui-tabs .ui-tabs-nav li.ui-tabs-selected a{ 
outline:none;
background: #00235d;
color:#fff;
}

.ui-tabs .ui-tabs-panel { display: block; border: 0; }
.ui-tabs .ui-tabs-hide { display: none !important; }