
body {
	margin:0;
	background:url('/images/bg.png') repeat-x;
	background-color:#ddd;
	font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, Arial, sans-serif;
	color: #323502;
}

h1, h2, h3 {
	font-family: Trebuchet MS;
}
h1 {
	margin: 0px;
	color: #333;
	font-size: 20px;
}

h2 {
	margin: 10px 0;
	font-size: 19px;
	color: #333;
}

h3 {
	color:#2F80AD;
	font-size: 16px;
}

h4 {
	color:#333;
	font-size: 13px;
}

a {
	color: #2D87BF;
	text-decoration:none;
}

a:hover {
	color:#DF4F32;
	text-decoration:underline;
}
p {
	color: #333;
	font-size: 13px;

}

#main p {
		margin-left:4px;
		margin-right:4px;
}
p a {
	
}

ul {
	
	color: #F15C22;
	
}


li span { color: #333; }

li {
	font-size: 12px;
	font-weight: bold;
}


.button a{
	font-size: 12px;
	color: #F15C22;
}


#error {
	width: 994px;
	margin: 0 0 0 -512px;
	height: 80px;
	border-right: 3px solid #666;
	border-bottom: 3px solid #666;
	border-left: 3px solid #666;
	border: 5px solid #A5EE0E;
	position:absolute;
	top: 15px;
	padding: 10px;
	background-color: #fff;
	color: #ff6600;
	left: 50%; 
	text-align: center;
	font-weight: bold;
	font-size: 30px;
	filter:alpha(opacity=95);
		-moz-opacity:0.95;
		-khtml-opacity: 0.95;
		opacity: 0.95;
}

#error a{
	color: #ccc;
	margin-left:20px;
}

#notice {
	width: 994px;
	margin: 0 0 0 -512px;
	height: 80px;
	border-right: 3px solid #666;
	border-bottom: 3px solid #666;
	border-left: 3px solid #666;
	border: 5px solid #F15C22;
	position:absolute;
	top: 15px;
	padding: 10px;
	background-color: #fff;
	color: #ff6600;
	left: 50%; 
	text-align: center;
	font-weight: bold;
	font-size: 30px;
	filter:alpha(opacity=95);
		-moz-opacity:0.95;
		-khtml-opacity: 0.95;
		opacity: 0.95;
}

#notice a{
	color: #ccc;
	margin-left:20px;
}


#container {

	width:800px;
	border: 0px #000 solid;
	margin: 0px auto;
	margin-top:0px;
}



#header {
	height: 131px;


}

#header-logo {
	color: #DF4F32;
	width: 200px;
	background-color: #333;
	padding-top:0px;
	float: left;
}

#header-logo img {
	border:0;
}



#phone {

}
#menubar {
		
clear:both;
	
}
#menubar ul {
	list-style: none;  
	    background: #666;  
	    overflow: hidden;  
	    width: 800px;

	padding-left:0;
	margin:0;
	border-top:0px solid #333;
	border-bottom:0px solid #3FA9F5;
	
	
}

#menubar li {
	float: left;  
	border-right: solid 1px #999;  
	height: 35px;
	
}

#menubar .menuon a {
	background: #3FA9F5; 
	 
	
}

#menubar li a:link, #menubar li a:visited {  
    text-decoration: none;  
    display: block;  
    height: 35px;  
    color: #fff;  
    line-height: 35px;  
    padding: 0 12px 0 12px;  
    border-right: solid 1px #333;  
    font-family: Trebuchet MS;
    font-size: 14px;  
    font-weight: normal;  
}

#menubar li a:hover {  
    background: #ff6600;  
    color: #fff;  
}

#menubar li.first {  

      border-left:1px solid #333;
}

#menubar li.first a{  
	border-left: solid 1px #999; 
  
}

#trim {
	clear:both;
	height: 20px;
	color:#fff;
	background: #F15C22;
	border-top: 2px solid #fff;
}


#content {
	width: 794px;
	padding: 0px;
	border: 3px solid #fff;
	background: #f4f4f4;
	margin:15px 0 15px;
	min-height:400px;
	height:auto !important;
	height:400px;
}



#main {
	width: 534px;
	margin: 0 ;
	background-color: #FBFBFB;
	float: left;
	padding:15px;
	min-height:400px;
	height:auto !important;
	height:400px;
}

#main h1 {
	color:#333;
	font-size: 26px;
}

#main h4 {
	font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, Arial, sans-serif;
	font-size: 14px;
	color:#333;
	margin-bottom:0;
}

#main h3 {
	margin-bottom:0;
}
#main p {
	margin-top:3px;
}

#main img {
	padding: 5px;
	background-color:#fff;
	margin: 0px 0 10px;
}

#rh {
	width:200px;
	min-height:400px;
	height:auto !important;
	height:400px;
	padding:15px;
	margin:0px;
	float:left;
	
	background-color: #f4f4f4;
}


#footer-trim {
	margin-top:0px;
	height: 4px;
	background-color: #3FA9F5;
}

#footer {
	background-color: #003256;
	color:#333;
	min-height:400px;
	height:auto !important;
	height:400px;
}


#copyright {
	width: 800px;
	font-size: 11px;
	margin: 0px auto;
	padding-top:10px;
	color:#fff;
}

#copyright ul {
	margin-left: 0px;
	padding-left: 0;
	
	float: left;
	width:600px;

	
}

#copyright li {
	font-size:12px;
	display: inline;
	padding: 0px 5px;
	font-weight: normal;
	
	
}

#copyright li a {

	font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, Arial, sans-serif;
	color: #fff;
	text-decoration: none;
}

#copyright li a:hover {
text-decoration: underline;
color:#ff6600;
}

.copyright {
	font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, Arial, sans-serif;
	float: right;
	width: 200px;
	clear: none;
	text-align: right;
	margin: 10px 0px 0 0;
	padding-top:0px;
	color: #fff;
	font-size:12px;

}

.copyright a {
	color:#fff;
	text-decoration: none;
}

.copyright a:hover{
	color:#ff6600;
	text-decoration: underline;
}


#logged {
	font:12px "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, Arial, sans-serif;
	clear:right;
	
	color:#fff;
	padding: 10px 0px 0 0;
	
	text-align:right;
	
}

#logged a {
	color:#fff;
	text-decoration: none;
	font-size: 11px;
}

#logged a:hover {
	text-decoration: underline;
	color:#ff6600;
}


/***********  RH ****************/

#rh {padding-top:50px;}
#rh  h1 {
	
	margin:0 0 8px;
	
}

#rh .panel h2 {
	color: #2F80AD;
	padding:0 0 0px;
	margin:0 0 3px;
	border-bottom: 0px dotted #A2D2F5;
	font-size: 17px;
}

#rh .panel h3 {
	font-size:15px;
	margin:0 0 0px;
}

#rh p {
	color: #333;
	font-size: 12px;
	margin-top:0;
	padding-bottom:0;
}

 #rh p a {
	color:#ff6600;
	text-decoration:underline;
}
#rh .panel img {
	background-color: #fff;
	padding:5px;
}

#rh .more {
	color:#fff;
	background: url('/images/rh/more.png') no-repeat;
	height: 40px;
	padding: 13px 0 0 90px;
	font-size: 12px;
	margin-top: -10px;
}

#rh .more a {
	color: #fff;
}

#rh .more a:hover {
	color: #666;
	text-decoration: none;
}

#rh .address p{
	
	margin:0;
}

#rh .phone p{
	
	margin:5px 0;
}

/***********  TICK ****************/

.tick {
	background-image: url(/images/bullet.png);
	background-repeat: no-repeat;
	margin: 5px 0 5px 20px;
	padding: 2px 2px 2px 30px;
	font-size: 15px;
	font-weight: bold;
	color: #333;
}

#rh .tick {
	background-image: url(/images/bullet.png);
	background-repeat: no-repeat;
	margin: 5px 0 5px 0px;
	padding: 2px 2px 2px 30px;
	font-size: 14px;
	font-weight: bold;
	color: #333;
}




/***********  PROGRAMS ****************/

#main .program img {
	margin: 5px 0 10px 10px;
}



/************* Gallery ************/


#gallery img{
	border: 1px solid #ddd;
	padding: 5px;
	margin:10px;
}

#show {
	text-align:center;
	padding-bottom:20px;
}

#show img{
	border: 1px solid #ddd;
	padding: 8px;
	background: #fff;
}

#show h5 {
	color:#999;
	font-weight: normal;
}

#rhpic {
	width:265px;
	background-color: #fff;
	padding:5px;
	
}
#rhpic img {
	border: 0px solid #eee;
	padding: 5px;
}

#rhpic h2 {
	color: #0E8DE0;
	text-align:center;
}

.cover {
	width:160px;
	padding: 5px;
	float:left;
	text-align:center;

	margin: 0 5px 20px;
}

.cover h2 {
	font-size: 13px;
	margin-top:0;
}

.cover h2 a{

	color: #ff6600;
}

.cover h2 a:hover {
	color:#0086BF;
}

.rhcover {
	width:160px;
	margin: 0 0 5px 0;
	text-align:center;
	
	
}
.rhcover h3  {
	padding-top:15px;
	padding-bottom: 3px;
}


.rhcover h3 a {

	font-size:14px;
	color: #ff6600;
}

.rhcover h2 a:hover {
	color:#0086BF;
}

.back {
	text-align: right;
	font-size: 12px;
}

.back a {
		color: #ff6600;
}

.back a:hover {
	color: #0E8DE0;
	text-decoration:underline;
}

.hr {
	border-top:1px solid #ccc;
	clear:both;
	margin: 30px 0 10px;
}

/************* forms ************/

form {
	padding: 20px 0;
}
label {
	font-size: 13px;
	margin: 7px 0 7px 0;
	display: block;
	width: 100px;
	clear: left;
	float: left;
	text-align: right;
	color: #333;
	font-weight: bolder;
}

input {
	width: 400px;
	margin: 7px 0 5px 10px;
	
}

select {
		margin: 7px 0 5px 10px;
}
textarea {
	width: 400px;
	margin: 5px 0 5px 10px;
}

#main .submit, #main .save {
	margin-left: 420px;
	width: 100px;
}
.med-text-area {
	width: 400px;
	height: 100px;
}
.small-input {
	width: 20px;
}

.date-input {
	width: 150px;
}

#rh label {
	font-size: 11px;
	margin-left:0;
	width: 65px;
}

#rh .send-news {
	margin-left: 90px;
	width: 80px;
}

#main .send-news {
	margin-left: 440px;
	width: 80px;
}

.rh-input {
	width: 85px;
}

.url-input {
	width: 240px;
}

.case-title {
	width: 400px;
	height: 3em;
}

.disclaimer {
	color:#333;
	font-weight: bold;
	font-size: 11px;
	padding: 8px;
	background:#efefef;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

#quote_display_true {
	width: 30px;
}

#quote_display_false {
	width: 30px;
}

.intro {
	width: 400px;
	height: 40px;
}



.meta {
	width: 400px;
	height: 30px;
}

.apple_pagination {
	font-size: 12px;
	margin:40px 0;
  background: #fff;
  
  text-align: center;
  padding: 3px; }
  .apple_pagination a, .apple_pagination span {
    padding: .2em .3em; }
  .apple_pagination span.disabled {
    color: #999; }
  .apple_pagination span.current {
    font-weight: bold;
    background: #efefef; 
border: 1px solid #ccc;
	color: #333;}
  .apple_pagination a {
    text-decoration: none;
    color: #333; }
    .apple_pagination a:hover, .apple_pagination a:focus {
      text-decoration: underline; }


#map {
	overflow:hidden;
}

.share {
	margin:10px 0;
	text-align:right;
	font-size: 12px;
}
/******* MEDIA *******/

.archive h3{
	 	font-size: 14px;
		margin:7px 0 4px;
}

.archive h4 {
	font-weight: normal;
	font-size: 11px;
	margin:0;
}

.social img {
	border:0;
	margin: 10px 0;
}

/******* BIOS ********/

.bio {
	clear:both;
	margin: 15px 0;
}
.bio img {
	float:left;
	margin-bottom: 20px;
}

.bio h2 {
	margin: 0 0 5px;
}

.bio h4 {
	color: #333;
	margin: 0 0 8px;
}

.bio p {
	margin-top:0;
}

.biobio {
	float:left;
	padding-left: 15px;
	width: 430px;
}

.bigbio img {
	float: right;
	margin: 20px 0 20px;
	padding: 0px 0 10px 10px;
}

.bigbio p {
	margin-top:20px;
}

/******* LINKS ********/

.links h2 {
	margin-bottom: 2px;
}
.links h4 {
	margin-top:4px;
	margin-bottom: 2px;
}

.links p {
	margin-top: 0;
}
.links ul {
	margin-top: 2px;
	margin-left: 0px;
	padding-left: 0;
}
.links li {
	color: #333;
	list-style: none;
	font-weight: normal;
	padding: 3px 0 3px 0;
	
}

/******* CONTACT ********/

.locations {
	font-size: 12px;
	margin:0px 10px 0 -10px;
	padding: 10px;
	background:#efefef;
}

.locations h3 {
	margin:10px 0 4px;
}

.contact-form-address {
	height: 40px;
}



/******* ADMIN ********/

#admin h4 {
	clear: both;
	margin:20px 0 20px;
	padding:0 0 6px;
	border-bottom: 1px dotted #ccc;
	color: #666;
}


.cpanel {
	font-size: 12px;
	font-weight: bold;
	float:left;
	text-align:center;
	margin: 0 10px 20px;
	width: 100px;
	height: 30px;
	padding: 5px;
	background: #eee;
	border: 1px solid #ddd;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}


.inline-admin {
	font-size: 11px;
	color: #ccc;
}
.inline-admin a{
	color: #DF4F32;
	text-decoration: none;
}

.inline-admin a:hover{
	color: #333;
	text-decoration: underline;
}


