@charset "UTF-8";
/* CSS Document */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	font-family: 'Questrial', sans-serif;slide
	
}
body {
	line-height: 1;
}
ul {
	list-style: none;
}

ol {
	list-style: none;
}

blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

a img {
	border: none;
}


/* =============================================================================
   =============================================================================
   =============================================================================
   AllSolus Styling  begins here everything above this line is a reset.
   =============================================================================
   =============================================================================
   ========================================================================== */
 
 .float-left{
	 float: left;
	 } 
	  
 .float-right{
	 float: right;
	 }  
   
 #container{
	margin: 0 auto; /*Center container on page*/
	width: 910px;
	padding: 0 10px 0 10px;
	min-height: 300px;
}

.logo{
	position: relative;
	top: 2px;
	}

#nav{
	margin-top: 75px;
	height: 75px;
	width: 910px;
	}
	
	
#header{
	width: 910px;
	height: 230px;
	}

#panels{
	height: 160px;
	width: 910px;
	margin-top: 20px;
	margin-bottom: 20px;
	}	
	
#slideshow {
    position:relative;
    height:345px;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}

#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}

#slideshow IMG.last-active {
    z-index:9;
}

#footer-small{
	width: 645px;
	height: 40px;
	margin-left: 265px;
	background-image: url('images/footer.png');
	background-position: top center;
	clear: both;
	background-repeat: no-repeat;
	text-align: right;
	font-size: 12px;
	padding-top: 30px;
	}

#footer{
	width: 910px;
	height: 40px;
	background-image: url('images/footer.png');
	background-position: top center;
	clear: both;
	background-repeat: no-repeat;
	text-align: right;
	font-size: 11px;
	padding-top: 30px;
	}
	

	
#footer a, #footer-small a{
	color: #000000;
	text-decoration: none;
	margin-left: 10px;
	}
	
#footer a:hover, #footer-small a:hover{
	color: #00aeef;
	text-decoration: none;
	}
	
#sidebar{
	width: 205px;
	min-height: 170px;
	float: left;
	margin-top: 30px;
	}
	
.footer-left{
	float: left;
	color: #829291;
	text-align: left;
	}
	
.quotes{
	
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 13px;
	margin-top: 20px;
	line-height: 120%;
	}
	
.dean-quote{
	font-size: 12px;
	text-transform: uppercase;
	font-style: normal;
	margin-top: 15px;
	clear: both;
	}
	
#content{
	width: 645px;
	min-height: 250px;
	float: right;
	margin-top: 30px;
	}
	
blockquote{
	width: 605px;
	min-height: 10px;
	padding: 20px;
	background-image: url('images/blockquote.png');
	margin: 20px 0 20px 0;
	}
	
h1{
	font-size: 16px;
	color: #00aeef;
	margin-bottom: 15px;
	}
	
	
h3{
	font-size: 14px;
	color: #000000;
	margin-bottom: 15px;
	}
	
h4{
	font-size: 13px;
	color: #000000;
	margin-bottom: 10px;
	line-height: 120%;
	font-weight: bold;
	}
	
p{
	font-size: 13px;
	color: #000000;
	margin-bottom: 10px;
	line-height: 120%;
	}
	
ol{
	font-size: 13px;
	color: #000000;
	margin-bottom: 10px;
	line-height: 120%;
	}
	
li{
	list-style: square;
	margin-left: 16px;
	padding-bottom: 8px;
	}
	
	
.spacer{
	width: 100%;
	height: 15px;
	background-image: url('images/footer.png');
	background-position: top center;
	background-repeat: no-repeat;
	margin-top: 10px;
	margin-bottom: 10px;
	}
	
#content a{
	color: #000000;
	text-decoration: none;
	}
	
#content a:hover{
	color: #00aeef;
	text-decoration: none;
	}