/*
File:			custom.css
Description:	Custom styles for Thesis

BASIC USAGE:

If you have enabled the custom stylesheet in the Thesis options panel, the <body> tag 
will be appended with the "custom" class, like so: <body class="custom">. You can use 
the "custom" class to override *any* CSS declarations contained in the style.css file.

For example, if you wish to change the default link color to green, you would add the 
following declarations to this file:

	.custom a, .custom a:visited { color: #090; }	<--- This makes links green
	.custom a:hover { color: #00f; }				<--- This makes links blue when you mouse over them

WHY THIS WORKS:

By using the "custom" class, you are creating more specific CSS declarations for HTML
elements. CSS styling is applied through rules of specificity, and because declarations
prepended with .custom are more specific, they get applied when the page is rendered!

More information about styling your Thesis installation using this file can be found
in the User's Guide:
	http://diythemes.com/thesis/rtfm/customizing-thesis-with-customcss/
*/
body { font-family: arial, "Times New Roman", Times, serif; background: #29425f; text-align: center; }

a {outline: 0px;}

.custom #container { width: 956px; background: #transparent; margin: 0 auto; position: relative; top: 0px; left: 0px;}
.custom #page {width: 956px; margin: 0 auto; padding: 0; text-align: left;}
.custom #footer { padding-right: 1.1em; padding-left: 1.1em; background: #eeeeee; border-bottom: 4px solid #233B55; border-top: 0px; height: 60px; clear: both;}
.custom #footer p { font-size: 1.2em; line-height: 60px; text-align: center;}
.custom #footer p a { font-size: 1.2em; text-align: center; text-decoration: none;}
.custom #content_box h1 { color:#687f88; font-size: 24px; font-weight: bold; margin-bottom: 5px;}
.custom #content_box { width: auto; background: #ffffff; border: 4px solid #233B55; border-bottom: 0px; border-top: 0px; height: auto; }
.custom #content_box h2{ color:#687f88; font-size: 22px;}
.custom .entry-title  a{ color:#687f88; font-size: 22px;}
.custom #content_box p{ color:#687f88; font-size: 14px;}
.custom #content_box strong{ color:#687f88; font-size: 14px; font-weight: bold;}
.custom #content_box ul li{ color:#687f88; font-size: 14px;}
#header { border: 4px solid #233b55; clear: both;  height: 220px; width: 926px; *width: 926px; background: #4877a1 url('/images/splash.jpg');}

ul#tabs li a { font-size: 16px; padding: 7px 10px 8px 6px; font-weight: bold;}
.custom #content {margin: 5px 0px 0px 5px;}
.custom #content ul{margin: 0em 5em 2em 5em;}
.custom #content ol {margin:0em 5em 2em 5em;}
.custom #content ol, li {color:#687F88; font-size:14px;}
.custom #content .format_text h2, .format_text h3 {font-size:1.286em; line-height:1.222em; margin:0.833em 0 0.611em;}
/* for bigger 3 col sidebars .custom	#sidebars { border-style: solid; margin-top: 20px; float: right; border-left: 4px solid #dddddd; padding: 0px 10px 10px 8px; width: 400px;} */
.custom	#sidebars { border-style: solid; margin-top: 20px; float: right; border-left: 4px solid #dddddd; padding: 0px 10px 10px 8px; width: 250px;}
.custom .sidebar h3 { font-size: 18px; line-height: 1.385em; margin-bottom: 0.692em; color: #687f88; font-weight: bold;}
.custom #sidebar_1 { width: 185px; border-right: 0px; float: left; margin: 0px 0px 0px 7px;}	
.custom #sidebar_1 img{margin: 0px 0px 4px 0px; padding: 0;}
.custom #sidebar_2 {width: 191px; float: right; margin:12px 0px 0px 0px; border-left: 4px solid #dddddd; overflow: hidden;}	
.custom #sidebar_2 img{margin: 0px 0px 4px 0px; padding: 0;}
.custom #sidebar_2 li a{ color: #687f88; font-size: 15px; font-weight: normal; border-bottom: 1px dotted #71878f; height: 40px; line-height: 40px; padding:0px 0px 0px 5px; margin: 0px; display: block;}
.custom #sidebar_2 li a:hover{text-decoration: none; background: #e8f0f6;}
.custom #sidebar_2 ul {list-style-type: none; margin: 0px; padding: 0px;}
.custom .sidebar ul.sidebar_list {  padding: 0;}
.custom #sidebar_2 ul.sidebar_list { padding-right: 5px; }
.comments_closed p { text-transform: uppercase; letter-spacing: 1px; color: #888; display: none;}
li.widget ul li { margin: 0px;  }

.clearing {clear: both;  text-decoration: none; margin-left: 10px;}
.clearing  img {}
.custom #image_box, #video_box, #custom_box {
	margin: 0 ;
}
.custom  #image_box {
	background:#EEEEEE;
	border-bottom:0px solid #DDDDDD;
	/* width: 370px */
	width: 230px
}
#header h1{font-size: 28px; color: #dfe4eb; font-weight: bold; margin: 30px 0px 10px 20px;}
#header h2{font-size: 20px; color: #f1ede9; font-weight: bold; margin: 20px 0px 10px 20px;}
#header .number{font-size: 22px; color: #f1ede9; font-weight: bold; margin: 20px 0px 10px 20px;}
#header_wrapper{background: url('/images/new_header2.jpg') no-repeat; width: 956px; margin: 0 auto; height: 170px; margin-bottom: -26px;}
.catchphrase {font-size: 14px; color: #191970; text-align: left;  margin-left: 255px; _margin-left: 200px;  top: 50px; *top: 50px; position: relative; _top:50px; position:relative; width: 400px;  float: left; font-weight: bold;}

.calluscontainer {
	float: right; 
	_width: 178px;
	width: 440px;
	font-size:18px;
	_font-size: 17px;
	font-weight: bold;
	color:#ffffff;
	margin-right: 350px;
	margin-top: 77px;
	*margin: 77px 350px 5px 0px;
	_margin: 77px 70px 5px 0px;
}
#callus{ 
	font-size: 28px; 
	color: #ffffff; 
	font-weight: bold; 

}
#lady_olive{
background: url('/images/lady_olive.gif') no-repeat;
background-position:right bottom;
height: 169px;
width: 323px;
position: relative;
right: -632px;
top: 0px;
z-index: 0;
}
.orange{ color: #ffa20f; font-size: 25px; font-weight: bold;}
#logo1{ margin: 0px 0px 0px 40px; position: relative; top: 15px; left: 0px;  height: 190px; width: 114px;}
.bodytext {text-align: justify;}
.submit_button {
	background: url('../images/go.gif');
	height: 49px;
	width: 52px;
	border: 0;
	margin-right: 10px;
	}

.tourbutton {
	background: url('/images/tour2.gif');
	height: 22px;
	width: 148px;
	border: 0;
	display: block;
	float: left;
	margin: 0px 0px 5px 50px;
}

.input_search {
	height: 49px;
	border: 2px solid #dde2e6;
	margin-right: 7px;
	width: 140px;
	vertical-align: middle;
	*line-height: 49px;
	font-size: 22px;
	font-weight: bold;
	color: gray;
}

.custom input, textarea { font-family: arial, "Times New Roman", Times, serif; }

.search_tour {
	margin-bottom: 20px;
}

#contact{
	width: 170px;
	clear: both;
	color: #71878F;
	font-weight: bold;

}

.fontwork{
	
	font-size: 18x;	
}


 #contact h2 {
padding: 10px 0px 10px 0px;
font-size: 25px;
font-weight: bold;
}

#contact td{
	color: #71878F;
	font-weight: bold;
	font-size: 14px;
	padding: 1px 0px 1px;
	vertical-align: middle;
}

#contact input {width: 170px; height: 16px; font-size: 14px;}
#contact select {background: #EEEEEE; width: 178px; border-width: 1px solid; border-color: #AAAAAA #DDDDDD #DDDDDD #AAAAAA; }
#contact select:focus {background: #ffffff;}
#contact textarea {height: 80px; width: 170px;}
.checkbox{float: left;}
.message {height: 80px;}
.custom.sidebar ul.sidebar_list {padding: 0px;}
.custom #sidebar_1.sidebar ul.sidebar_list {padding: 0px;}
.custom #sidebar_2.sidebar ul.sidebar_list { padding-left: 10px; }

.naatp  {
	background: url('../images/naatp.gif');
	height: 64px;
	width: 152px;
	display: block;
	
}

.nami  {
	background: url('../images/nami.gif');
	height: 59px;
	width: 151px;
	display: block;
	margin: 17px 0px 7px 0px;
}

#menuh-container
	{
	padding-left: 4px;
	z-index:2;
	display: relative;
	}

#menuh
	{
	background-color: #6787b7;
	/* width:100%; */
	width: 949px;
	float:left;
	_margin-bottom: -12px;/* ie6 hack */
	}
		
#menuh a
	{
	text-align: left;
	display:block;
	border: 1px solid #7a98c4;
	border-bottom: 1px solid #7a98c4;
	white-space:nowrap;
	font-size: 15px;
	font-weight: bold;
	padding: 4px 3px 3px 3px; 
	font-family: arial;
	letter-spacing: -0.1px
	}

	
#menuh a:link, #menuh a:visited, #menuh a:active	/* menu at rest */
	{
	color: #191970;
	background-color: #F0F0F0;
	text-decoration:none;
	}
	
#menuh a:hover						/* menu on mouse-over  */
	{
	color: white;
	background-color: #89a0bf;
	text-decoration:none;
	}	
	
#menuh a.top_parent, #menuh a.top_parent:hover  /* attaches down-arrow to all top-parents */
	{
	color: white;
	background-color: #6787b7;
	background-image: url(navdown_white.gif);
	background-position: right center;
	background-repeat: no-repeat;
	}
	
#menuh a.parent, #menuh a.parent:hover 	/* attaches side-arrow to all parents */
	{
	background-image: url(nav_white.gif);
	background-position: right center;
	background-repeat: no-repeat;
	}

#menuh ul
	{
	list-style:none;
	margin:0;
	padding-left:6px;
	float:left;
	width:auto;	/* width of all menu boxes */
	/* NOTE: For adjustable menu boxes you can comment out the above width rule.
	However, you will have to add padding in the "#menh a" rule so that the menu boxes
	will have space on either side of the text -- try it */
	
	}

#menuh li
	{
	position:relative;
	min-height: 1px;		/* Sophie Dennis contribution for IE7 */
	vertical-align: bottom;		/* Sophie Dennis contribution for IE7 */
/* margin-left: 3px; */
	}
	#menuh li li a{
	 _width: 260px;
	display: block;
	font-size: 15px;
	font-weight: bold;
	height: 23px;
	line-height: 23px;
	}
	
	#menuh li li {
	 *width: 260px;
	 }
	
#menuh ul ul
	{
	position:absolute;
	z-index:500;
	top:auto;
	display:none;
	padding: 10px 0 0 2px;
	margin:-1em 0 0 -5px;
	}
	
	#menuh ul ul li {
	display: block;
	}

#menuh ul ul ul
	{
	top:0;
	left:100%;
	}

div#menuh li:hover
	{
	cursor:pointer;
	z-index:100;
	}

div#menuh li:hover ul ul,
div#menuh li li:hover ul ul,
div#menuh li li li:hover ul ul,
div#menuh li li li li:hover ul ul
{display:none;}

div#menuh li:hover ul,
div#menuh li li:hover ul,
div#menuh li li li:hover ul,
div#menuh li li li li:hover ul
{display:block;}

/* End CSS Drop Down Menu */
/* 
#menuh ul li{float:left; _width: 100px; text-align: center;} 
#menuh a{height:1%;} */

.alumni {font-weight: bold; font-size: 17px; color: #687F88; text-align: right; margin:0px 10px 10px 0px;}
.alumni a {text-decoration: underline;}
.alumni a:hover {text-decoration: none;}

#searchform{width: 241px; margin: 10px 0px 10px 0px; height: 24px; float: left;}

#searchform #s {height: 20px; font-size: 16px; width: 186px; float: left; vertical-align: middle; line-height: 22px;}
#searchsubmit {background: url('/images/go1.gif'); height:22px; width: 32px; font-size: 0px; vertical-align: top; border: 0; padding: 0px 0px -5px 0px; margin: 0px 10px 0px 10px; float: left; color: #ffd756; cursor: pointer;}
#searchform label{display: none; font-size: 0px;}

.intervention {
margin: 12px 20px 5px -12px;
}

.contact_page td {	color: #71878F; font-weight: bold; font-size: 18x;}
.contact_page input {width: 200px; height: 25px;}
.contact_page select {background: #EEEEEE; width: 210px; border-width: 1px solid; border-color: #AAAAAA #DDDDDD #DDDDDD #AAAAAA; height: 25px;}
.contact_page select:focus {background: #ffffff; width: 200px;}
.contact_page textarea {height: 80px;}

.hometble td div{border-right: 2px solid #dddddd; border-left: 2px solid #dddddd; margin-right: 2px; padding: 2px;}
.link {display: block; margin: -3px 0px 0px 5px;}
#cntdiv{border-bottom: 2px solid #dddddd; padding-bottom: 5px; margin-bottom: 15px; width: 480px;}
#map_canvas{
	width: 480px; 
	height: 500px;
	border: 1px solid #DDDDDD
}

#toAddress {
	display: none;
}

#toAddress p {
	margin: 0; 
	padding: 0;
	
}

th{
	color:#687f88; 
	font-size: 14px;
	font-weight: bold;
}

td{
	color:#687f88; 
	font-size: 14px;
}

#fromAddress {
	width: 170px;
}

#directionsadd p {
	font-size: 14px;
	font-weight: bold;	
}

#novel {
width: 310px; height: 400px; overflow: auto
}

#dir_submit {
	background:#29425F; 
	color: #fff;
	font-weight: bold;
	width: 130px;
	cursor: pointer;
}




.format_text {


}

#slideshow {list-style:none; color:#fff}
#slideshow span {display:none}
#wrapper {width:480px; margin:50px auto; display:none; }
#wrapper * {margin:0; padding:0}
#fullsize {position:relative; width:476px; height:375px; padding:2px; border:1px solid #ccc; overflow: hidden}
#information {position:absolute; bottom:0; width:500px; height:0; background:#000; color:#fff; overflow:hidden; z-index:200; opacity:.7; filter:alpha(opacity=70)}
#information h3 {padding:4px 8px 3px; font-size:14px}
#information p {padding:0 8px 8px}
#image {width:480px}
#image img {position:absolute; z-index:25; width:auto}
.imgnav {position:absolute; width:25%; height:306px; cursor:pointer; z-index:150}
#imgprev {left:0; background:url(/images/left.gif) left center no-repeat}
#imgnext {right:0; background:url(/images/right.gif) right center no-repeat}
#imglink {position:absolute; height:306px; width:100%; z-index:100; opacity:.4; filter:alpha(opacity=40)}
.linkhover {background:url(images/link.gif) center center no-repeat}
#thumbnails {margin-top:15px}
#slideleft {float:left; width:20px; height:81px; background:url(/images/scroll-left.gif) center center no-repeat; background-color:#222}
#slideleft:hover {background-color:#333}
#slideright {float:right; width:20px; height:81px; background:#222 url(/images/scroll-right.gif) center center no-repeat}
#slideright:hover {background-color:#333}
#slidearea {float:left; position:relative; width:430px; margin-left:5px; height:81px; overflow:hidden}
#slider {position:absolute; left:0; height:81px}
#slider img {cursor:pointer; border:1px solid #666; padding:2px}