/* Website Designed by Shane Keller                             */
/* Keller Internet Marketing, www.kellerinternetmarketing.com   */
/* Copyright Cline Medical Clinic, ClineMedical.com             */

img { behavior: url(pngbehavior.htc); }

#container { width: 100%; margin: 0 auto; text-align: center; }


/* HEADER */

#header {
	width: 760px;
	margin: 0 auto;
	height: 118px;
	color: #FFFFFF;
	padding-right: 8px;
	background-color: #45637a;
	background-image: url(../images/layout/header/header-background.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}

#banners {
	height: 293px;
	background-image: url(../images/DrCline.jpeg);
	/*background-image: url(../images/layout/banners/rotator.php);*/
	width: 760px;
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-bottom: 0;/**/
	background-position: right bottom;
	text-align: left;
}




/* HEADER SEARCH */

#header #search { height: 22px; float: right; width: 145px; text-align: left; padding-top: 6px; }
#header #search #searchbox {
	width: 90px;
	height: 20px;
	padding: 0 5px;
	padding-top: 1px;
	font-size: 1.1em;
	border: none;
	float: left;
	background-color: transparent;
	background-image: url(../images/layout/header/header-search.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#header #search #searchbutton {
	width:50px;
	border: none;
	padding: 0;
	margin-left: 3px;
	font-size: 1.2em;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	text-align: left;
	float: left;
	background-color: #45637a;
}



/* HEADER LEFT BACKGROUND */

#header #left {
	height: 118px;
	width: 115px;
	float: left;
	background-image: url(../images/layout/header/header-left.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#header #left a { display: block; height: 118px; width: 115px; }
#header #left a span { display: none; }




/* HEADER TOP NAVIGATION */

/*#header #top_nav { width: 600px; margin-left: 5px; float: left; font-size: 1.2em; color:#DDD; height:23px;} */
#header #top_nav { width: 442px; margin-left: 44px; float: left; font-size: 1.2em; color:#DDD; height:23px;}
#header #top_nav ul { list-style: none; text-align: center; float: right; }
#header #top_nav ul li { float: left; }
#header #top_nav a { color: #DDD; text-decoration: none; display: block; white-space: nowrap; overflow: hidden; padding-top: 7px;}
#header #top_nav a:hover { color: #FFF; }

#header #top_nav li ul { /* second-level lists */
	position: absolute;
	left: -999em;
	z-index: 1000;
	padding: 4px 3px 4px 3px;
	width: 144px;
	text-align: left;
	filter: -moz-opacity: 0.94; 	
	opacity: 0.94;
	background-color: #45637a;
}
#header #top_nav li ul li {
	text-align: left;
	border-bottom: 1px solid #555;
	width: 144px;
	background-color: #45637a;
}
#header #top_nav li:hover ul, #top_nav li.sfhover ul { left: auto; }
#header #top_nav li ul li a { padding: 0 5px; margin: 0; display: block; }

#header #top_nav li ul li a:hover { 
	background-color:#666666; 
}



/* TOP BLUE Bar links */

#header #top_nav a#home-link {
	width: 95px;
	background-position: 63px 2px;
	height:23px;
	background-image: url(../images/layout/header/header-hearts.gif);
	background-repeat: no-repeat;
}

#header #top_nav a#home-link:hover{
	background-position: 63px -29px;
	background-image: url(../images/layout/header/header-hearts.gif);
	background-repeat: no-repeat;
}

#header #top_nav #top-link {
	width: 80px;
	background-color: #45637a;
}

#header #top_nav #library-link {
	width: 70px;
	background-color: #45637a;
	background-repeat: no-repeat;
	background-position: left;
}
#header #top_nav #vulcans-link {
	width: 80px;
	background-color: #45637a;
	background-repeat: no-repeat;
	background-position: left;
}
#header #top_nav #directory-link {
	width: 80px;
	background-color: #45637a;
	background-repeat: no-repeat;
	background-position: left;
}
#header #top_nav #azindex-link {
	width: 70px;
	text-align: right;
	padding-right: 10px;
	background-color: #45637a;
	background-repeat: no-repeat;
	background-position: left;
}


/* SECONDARY NAVIGATION   */

#header #NAV-secondary {
	width: 630px;
	/* */float: right; 
	margin: 69px 0 0 0;
	font-size: 14px;
	font-weight: bold;
	text-align: right;
}
/* #header #static_nav { width: 630px; float: right; margin: 69px 0 0 0; font-size: 1.4em; font-weight: bold; text-align: right; } */

#header #NAV-secondary ul { list-style: none; text-align: center; float: right; }
#header #NAV-secondary ul li { float: left; }
#header #NAV-secondary a {
	color: #FFF;
	text-decoration: none;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	padding-right: 15px;
	padding-left: 15px;
}
#header #NAV-secondary a:hover { color:#eee;  }

/*#header #NAV-secondary #admissions-link { width: auto; }
#header #NAV-secondary #academics-link { width: auto; }
#header #NAV-secondary #newsandevents-link { width: auto; }
#header #NAV-secondary #studentlife-link { width: auto; }
#header #NAV-secondary #catalogs-link { width: auto; text-align: right; }

 #header #NAV-secondary #admissions-link { width: 125px; }
#header #NAV-secondary #academics-link { width: 130px; }
#header #NAV-secondary #newsandevents-link { width: 140px; }
#header #NAV-secondary #studentlife-link { width: 140px; }
#header #NAV-secondary #catalogs-link { width: 80px; text-align: right; } */



#welcome {
	position: relative;
	left: 0;
	top: 10px;
	height: 26px;
	width: 500px;
	background-image: url(../images/layout/header/header-welcome.gif);
	background-repeat: no-repeat;
}

#welcome h1 { display: none; }

#welcome2 {
	width: 175px;
	float: left;
	padding: 0;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #ffffff;
}

#welcome2 p.testimonial { padding: 10px 0 0 0; }

#welcome2 p.testimonial a, #welcome2 p.testimonial a:hover { border: none; }



/* SERVICES NAVIGATION  */

#NAV-services {
	left: 0;
	position: relative;
	top: 31px;
	width: 400px;
}
/* #NAV-services { position: relative; left: 0; top: 31px; width: 400px; } */

#NAV-services ul {
	list-style: none;
	font-size: 16px;
	font-weight: bold;
}

#NAV-services ul li {
	height: 31px;
	background-position: 0 22px;
	background-image: url(../images/layout/bars/NAV-services-bar.gif);
	background-repeat: no-repeat;
	white-space: nowrap;
}
#NAV-services a { text-decoration: none; color: #45637a; }
#NAV-services a:hover { text-decoration: none; color: #FF0000; }
/* 
#NAV-services a { text-decoration: none; color: #C10202; }
#NAV-services a:hover { text-decoration: none; color: #FF0000; } 
*/


#homecaption {
	position: relative;
	left: 0; /* top: 87px; */
	width: 620px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	color: #666;
	text-align: right;
	margin-top: 45px;
}



/* BODY */

* { margin: 0; padding: 0; }

body {
	background-color: #fff;
	background-image: url(../images/layout/body/bg-background.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	ext-align: center; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 62.5%;
}

#homecontent { width: 760px; margin: 0 auto; height: 293px; text-align: left; }




/* SCROLL BOX */

#header #scroll_box { height: 150px; overflow: auto; }

#header #scroll_up { cursor: pointer; width: 139px; }

#header #scroll_up a {
	display: block;
	height: 9px;
	width: 12em;
	background-image: url(../images/layout/scrollers/scrollup.gif);
	background-repeat: no-repeat;
	background-position: top;
}
#header #scroll_up a:hover { background-color: #555; }

#header #scroll_down { cursor: pointer; height: 15px; }

#header #scroll_down a {
	display: block;
	height: 12px;
	width: 12em;
	background-image: url(../images/layout/scrollers/scrolldown.gif);
	background-repeat: no-repeat;
	background-position: top;
}

#header #scroll_down a:hover { background-color: #555; }

/* Support for the "iehover-fix.js" */
* html ul.nav iframe { position: absolute; left: -0.25em; top: -0.25em; z-index: 0; filter: progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=0); }

/* this is for IE 5.0
select.hide { visibility: hidden; }
/* End Support for the "iehover-fix.js" */



/* SIDEBAR */

.signup img { padding-top: 5px; }
.signup a { border: none !important;  }

.video img { padding-top: 10px; }
.video a { border: none !important;  }

/* CONTENT AREAS */

#homebottom { width: 760px; margin: 0 auto; text-align: left; color: #444; }

#homebottom_right {
	width: 580px;
	float: left;
	border-bottom: 3px solid #eee;
	border-right: 1px solid #eee;
	border-left: 1px solid #fff;
	background-color: #F1F4F5;
}

#homebottom h2 { font-size: 1.4em; font-weight: bold; color: #333; padding: 8px 0 5px 0; }
#homebottom h3 { font-size: 1.3em; padding: 0 0 2px 0; font-weight: normal; }
#homebottom p { font-size: 1.3em; padding: 0 0 8px 0; line-height: 1.1em; }
#homebottom a { text-decoration: none; color: #C10202; border-bottom: #ccc 1px solid; }
#homebottom a:hover { text-decoration: none; color:#FF0000; border-bottom: #ccc 1px solid; }
#homebottom small {
	font-size: 9px;
	font-weight: normal;
	padding-top: 0;
	padding-right: 8px;
	padding-bottom: 0px;
	padding-left: 5px;
	color: #999999;
	text-decoration: none;
}
#homebottom small a {
	color: #666;
	padding-right: 8px;
	border: none;
	text-decoration: none;
}
#homebottom small a:hover { color: #333; border: none; background: url(i/rarrow.gif) top right no-repeat; background-position: 100% -12px; }
#homebottom .testimonial a { border: none; }

#homebottom ul { font-size: 1.3em; list-style: none; }
#homebottom ul li { padding-bottom: 4px; }


#main-content {
	width: 374px;
	float: left;
	border-right: #fff solid 2px;
	padding-top: 0;
	padding-right: 12px;
	padding-bottom: 10px;
	padding-left: 12px;
	font-size: 11px;
}

#main-content p {
	line-height: 18px;
}

#main-content h2 {
	line-height: 18px;
	padding-bottom: 10px;
	font-size: 16px;
	font-weight: bold;
}

#testimonials { width: 168px;  padding: 0 0 0 10px; float: left; }

#news-events { width: 562px;  padding: 0 10px 0 8px; float: left; border-top: #fff solid 2px; }


#footer {
	/*margin-top:-47px;*/
	
	position:relative;
	width:100%;
	background-color:#cc292b;
	text-align: center;
	clear: both;
	padding: 10px 0 25px 0;
}

#footer p {
	font-size: 10px;
	color: #FFFFFF;
}

#footer a {
	font-size: 10px;
	color: #FFFFFF;
}

#footer a:hover {
	color: #CCCCCC;
}

#footer-blue {
/*margin-top:-47px;
padding-top:5px;*/

position:relative;
width:100%;
background-color:#45637a;
padding: 0 0 10px 0;

}

#footer-blue p {
	font-size: 10px;
	color: #FFFFFF;
}

#footer-blue a {
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
}

#footer-blue a:hover {
	text-decoration: underline;
}

