/*
|
| TITLE:	Ardmore Portal Master Style Sheet
| AUTHOR:	Eric Shiarla, emshiarla@gmail.com	
| EMPLOYED:	Pendergraphics Design Group, http://www.pendergraphics.com 	
| 
| CREATED:	July 19th 2006
| MODIFIED: 	---------------
|
|
*/



html,body{ 
	margin: 0;
	padding: 0;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	background: #014373 url(../../images/bg-body-alt-3.jpg) repeat-x top left;	
}

#wrap {
	position: relative;
	margin: 0 auto;
	padding: 0;
	width: 800px;
	background: #fff; 
	border-left: 1px solid #B0BAD0;
	border-right: 1px solid #B0BAD0;
	border-bottom: 1px solid #B0BAD0;
}



/* GLOBAL ELEMENTS 
----------------------------------------------------*/
h1 {
	margin: 0;
	padding: 0;
	font-size: 150%;
	color: #014576; 
}

h2 {
	font-size: 120%;
	color: #F28C1E;
}

	h2.description {
		margin: 0;
		padding: 0; 
		color: #999;
		font-weight: normal;
		font-size: 100%;
	}

h3 {
	font-size: 100%;
	color: #F28C1E;
}

p, li {
	font-size: 90%;
	color: #666;
}

a {
	color: #014576;
	text-decoration: none;
}

input, textarea, select {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	padding: 2px;
	font-size: 85%;
	color: #666;
}

hr {
	display: none;
}


/* GLOBAL CLASSES 
----------------------------------------------------*/
.hidden {
	display: none;
}





/* HEAD ELEMENTS
----------------------------------------------------*/
#header {
	float: left;
	width: 100%;
	background-color: #fff;
}

#logo {
	float: left;
	margin: 5px 0 5px 5px;
	border: none;
}

h2 {
	display: none;
}

/* NAVIGATION ELEMENTS
----------------------------------------------------*/


/*--[Main Navigation]------*/

#mainNav {
	clear: both;
	float: left;
	margin-top: 10px;
	width: 100%;
	font-size: 95%;
	line-height: normal;
	border-bottom: 10px solid #F28C1E;	
}

	#mainNav ul {
		margin: 0;
    	padding: 0 0 3px 8px;
	    list-style: none;
    }

	#mainNav li {
    	float: left;
	    margin: 0 1px;
    	padding: 0 0 0 12px;
    	background: transparent url(../../images/navigation/main-left-door.gif) no-repeat left top;		
    }
	

	#mainNav a {
		display: block;
		color: #f0f0f0;
		text-decoration: none;
   		background: transparent url(../../images/navigation/main-right-door.gif) no-repeat right top;
    	padding: 7px 15px 7px 3px;		
	}
	
	#mainNav a:hover {
		color: #fff;
	}
	


/* SUB BAR
----------------------------------------------------*/
#subBar {
	clear: both;
	width: 800px;
	height: 29px; /*  REMOVE WHEN SEARCH IMPLEMENTED */
	float: right;
	background: #fff url(../../images/bg-searchbox.jpg) repeat-x top left; /*  REMOVE IMAGE WHEN SEARCH IMPLEMENTED */
}

#subBar h3 { display: none; }

#subBar form {
	float: right;
	margin: 0;
	padding: 0 10px 0 0;
	width: 790px;
	height: 29px;
	text-align: right;	
	background: transparent url(../../images/bg-searchbox.jpg) repeat-x top left;
}

	#subBar label {
		position: relative;
		top: 1px;
		font-size: 90%;
		color: #fff;
	}
	
	#subBar input {
		margin: 2px;
		vertical-align: middle;
	}
	
		#subBar input.submit { margin-top: 4px; }
		
#subBar p.contactInfo {
	clear: right;
	float: right;
	margin: 20px;
	padding: 0;
	font-size: 75%;
	color: #014576;
	display: none;
}


	
/* CONTENT
----------------------------------------------------*/

#content {
	clear: both;
	float: left;
	margin: 0;
	padding: 0 5px 35px 5px;
	width: 790px;
	background-color: #fff;
}

#content h3 { display: none; }

/*
#content h4 {
	margin: 0;
	padding: 3px 5px;
	width: 183px;
	color: #fff;
	font-weight: normal;
	text-align: center;
	background-color: #014576;
}

#content div.callout {
	float: left;
	margin: 1px;
	width: 198px;
}

	#content div.first {
		clear: left;
		margin-left: 70px;
	}

	#content div.last {
		margin-right: 70px;
	}
*/

#content p {
	margin: 0 0 10px 0;
}

#content a {
	padding: 2px 0;
	font-weight: bold;
}

	#content a:hover {
		border-bottom: 1px dashed #014576;
	}
	
#content p {
	line-height: 17px;
}	
	
#content img {
	margin: 15px;
	padding: 4px;
	background-color: #FCF9F5;
	border: 1px solid #ECECEC;
}


/*--[Boxes]------*/
#content h4 {
	margin: 0;
	padding: 10px;
	width: 160px;
	color: #014576;
	font-size: 90%;
	font-weight: normal;
	text-align: center;
	background: #FCF1E4 url(../../images/bg-footer-hd.jpg) no-repeat top left;
	cursor: pointer;
}

	#content h4 strong {
		font-size: 110%;
	}

#content a.box, div.box {
	float: left;
	display: block;
	position: relative;
	margin: 15px 5px;
	padding: 0 0 10px 0;
	width: 180px;
	background: transparent url(../../images/bg-footer-box.gif) no-repeat bottom left;
}

	#content a.box span,
	#content ul.nav {
		display: none;
	}
	
	#box1, #box2, #box3, #box4, #box5, #box6 {
		float: left;
		position: relative;
		margin: 0;
		padding: 0;
	}
	
	#box1 ul.nav, #box2 ul.nav, #box3 ul.nav, 
	#box4 ul.nav, #box5 ul.nav, #box6 ul.nav {
		position: absolute;
		top: 82px;
		left: 7px;
		margin: 0;
		padding: 5px 5px 5px 15px;
		width: 153px;
		font-size: 85%;
		list-style-image: url(../../images/li-diamond.gif);
		background-color: #F9F9F9;
		opacity: .90;
		border: 3px solid #FFDCBC;
		z-index: 99;
	}
		
		#box3 ul.nav { left: 20px; }
		
		#box3 ul.nav, #box4 ul.nav, #box5 ul.nav, #box6 ul.nav { top: 48px; }
		
	
	
		#content ul.nav li {
			margin: 2px 10px;
			z-index: 99;
		}

		#content ul.nav a:hover {
			border: none;
			background-color: #CBD4E9;
		}
	

/*	
	#content a.box {
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
*/
	
		#content a.box:hover {
			border-bottom: none;
		}

#content a.break {
	margin-left: 20px;
	clear: both;
}

#content a.top {
	margin-top: 40px;
}

	#content a.box img {
		display: block;
		margin: 5px auto 0 auto;
		padding: 0;
		border: none;
	}

	#content a.photo {
		margin: 0;
		padding: 0;
		width: 410px;
		background: none;
		cursor: default;
	}
	
		#content div.photo img {
			margin: 0 3px 3px 3px;
			padding: 2px;
			background-color: #FCF9F5;
			border: 1px solid #ECECEC;			
		}


/* ROTATION CSS
----------------------------------------------------*/	

#img-rotation {
	margin: 15px 0;
	padding: 0;
	width: 408px;
	height: 250px;	
}

	#rotationImages {
		display: none;
		margin: 0;
		padding: 0;
		width: 400px;
		height: 250px;
		overflow: hidden;	
		border: none;
		z-index: 1;
	}

	#img-rotation img {
		float: left;
		display: none;
		position: absolute;		
		margin: 0 auto;
		z-index: 1;
		border: none;
	}
	
/* WEATHER
----------------------------------------------------*/	
	
	#weather {
	padding: 0px;
	color: #74819F;
	font-size: 85%;
	font-weight: bold;
	text-align: center;
	width: 300px;
	float: left;
	margin: 50px 0 0 100px;
}

	#time { color: #999; }
	#conditions { color: #333; }
	
	
	#weather a {
		margin-left: 5px;
	}
	
	#weather a:hover {
		border-bottom: 1px dashed #014576;
	}
	



/* ADS
----------------------------------------------------*/	
#ads {
	margin: 0px auto;
	text-align: center;
}

#content #ads a:hover {
	border-bottom: none;
}

#content #ads img, #content #ads a {
	margin: 0;
	padding: 0;
}

#content #ads img {
	margin-top: 8px;
}




/* FOOTER
----------------------------------------------------*/	
#footer {
	clear: both;
	height: 10px;
	background-color: #fff;
}	



