/* RESET */

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;
}
body {
	line-height: 1;
}
ol, ul {
	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;
}


/* BODY */

*{ margin: 0; padding: 0; }*
body {
	margin:0px;
	background-color: #f4f4f4;
	color: #444;
	font-family:Arial, Helvetica, sans-serif;
	background-image:url(../images/fullback.jpg);
	background-position:top;
	background-repeat:repeat-x;
      
}
	h1 {
	font-size: 3em;
	font-weight: normal;
	float: left;
	margin: 30px 0 0 38px;
	width:auto;
}
	h1 a { text-decoration: none; }
	h2 {
	font-size: 1.5em;
	color: #96cbff;
	font-weight: normal;
	margin: 0 0 .2em;
	font-family: Georgia, "Times New Roman", Times, serif;
}
	h3 {
	font-size: 1.5em;
	margin: 0 0 .8em;
}
	p  {
	margin: 0 0 2em 0;
	line-height: 1.2em;
	font-size:89%;
}
	em { cursor: pointer; }
	a { color: #9D2900; }
	a:hover { color: #A0000E; text-decoration: none; }
	img { border: 0; }
	.red { color: #9D2900; }
	
.wrap {
	width: 1000px;
	margin: 0 auto;
}

.wrap2 {
	width: 1024px;
	margin: 0 auto;
	background:#F8F8F8 url(../images/content-top.jpg) no-repeat top center;
}


/* Branding and Under Menu Area
------------------------------------------------------------------*/
#branding{ float:left; width:500px; height:84px; margin:0px; padding:0px;}

#logo {float: left; display: block; width:500px; height:84px; background-image:url(../img/global/logo.gif); background-repeat:no-repeat;
margin:0px 0px 0px 0px;}
#logo img, #logo span {display: none;}

#header {
	width: 1024px;
	height: 50px;
	margin: 0 auto;
	height: 147px;
	background: #fff url(../images/topheader-blue.gif) repeat-x;
}
#header h1 a {background:url(../images/logo.gif) no-repeat top left; display: block; width:462px; height:83px}
.primomotif {background: url(../images/primo-motif.jpg) display: block;
	float:right;
	width:135px;
	height:27px;
	margin: 0 15px 0 0;
}

 /* MENU */
#info {background:#f8f8f8; border:0;}
.menu {
	width:725px;
	height:32px;
	position:relative;
	z-index:100;
	font-family:arial, sans-serif;
	float: right;
	top: 3px;
	right: 50px;
}
/* hack to correct IE5.5 faulty box model */
* html .menu {width:495px;}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {padding:0;margin:0;list-style-type:none;}
.menu ul ul {width:119px;}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {
	float:left;
	width: auto;
	position:relative;
	margin: 0 1px;
}
/* style the links for the top level */
.menu a, .menu a:visited {
	display:block;
	font-size:12px;
	text-decoration:none;
	color:#001a34;
	width:auto;
	height:30px;
	background:#83a4c4;
	padding:0 14px;
	line-height:29px;
	font-weight:bold;
}
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {width:149px; w\idth:138px;}

/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {background:#191d3e}
/* style the second level hover */
.menu ul ul a.drop:hover{background:#c9ba65;}
.menu ul ul :hover > a.drop {background:#c9ba65}
/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {background:#e2dfa8;}
/* style the third level hover */
.menu ul ul ul a:hover {background:#b2ab9b;}


/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {visibility:hidden;position:absolute;height:0;left:0; width:149px}
/* another hack for IE5.5 */
* html .menu ul ul {top:30px;t\op:31px;}

/* position the third level flyout menu */
.menu ul ul ul{left:149px; top:-1px; width:149px;}

/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {left:-149px;}

/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table {position:absolute; top:0; left:0; border-collapse:collapse;;}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {background:#191d3e; color:#FFF; height:auto; line-height:1em; padding:5px 10px; width:128px;}
/* yet another hack for IE5.5 */
* html .menu ul ul a, * html .menu ul ul a:visited {width:150px;}

/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{color:#FFF; background:#191d3e;}
.menu :hover > a {color:#FFF; background:#191d3e;}
.menu ul ul :hover > a {color:#FFF; background:#3a598b}
/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{visibility:visible; }
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{visibility:hidden;}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ visibility:visible;}



/* PHOTO SLIDESHOW */
#photo-container {
	float:left;
	width:440px;
	height:195px;
	padding: 16px 0 0 54px;
}

#slider {
	width: 1024px;
	position: relative;
	margin: 0 auto;
height: 231px;
}
		
		.scroll {
	height: 210px;
	width: 930px;
	overflow: hidden;
	position: relative;
	clear: left;
		}
		
		.scrollContainer div.panel {
	height: 210px;
	width: 900px;
	padding: 6px 0 0 53px;
		}
		
		.navigation {
	position: absolute;
	top: 186px;
	right: 250px;
		}
		
		.navigation li {
			background: none;
			display: inline;
			float: left;
			padding: 0;
			width: auto;
		}
		
		.navigation a {
	display: block;
	font-size:18px;
	height: 44px;
	width: 36px;
	text-align:center;
	line-height:2em;
	color:#FFF;
	text-decoration: none;
	background:transparent;
		}
		
		.navigation a:hover {

		}
		
		.navigation a.selected {
			background:#d4241f; width:36px; height:44px;
		}
		
		.navigation a:focus {
			outline: none;
		}


	.col {
	float: left;
	margin: 10px 30px 0 0;
	width: 960px;
	}
	
	#header .col {
		margin-right: 80px;
	}
	
	#container .last {
		margin-right: 0;
		display: inline;
	}






/* MISCELLANEOUS*/
#teaser {
	clear: both;
	height: 231px;
	background: #fff url(../images/slideshowBG3.jpg) no-repeat top center;
}


	.box {
	float: right;
	padding: 25px 0 0 0;
	width: 420px;
	color: #eaeaea;
	font-size: 130%;
}
.box p {
	font-size:0.7em;
	font-style: italic;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.2em;
}
.box h2 {
	font-size: 1.5em;
	color: #96cbff;
	font-weight: normal;
	margin: 0 0 .2em;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.col1 h3,.col2 h3, .col3 h3 {
	font-size: 0.8em;
	margin: 0 0 .8em;
	color: #1a4774;
	text-transform: uppercase;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: 300;
}
.col1 p {
	font-size:75%;
	color: #0f0f0f;
}
.col1 {
	float: left;
	width: 280px;
	padding: 55px 0 0 60px;
}
.col2 {
	float: left;
	width: 275px;
	padding: 55px 0 0 40px;
}
.col3 {
	float: right;
	width: 270px;
	padding: 55px 60px 0 0;
}

.item {
	display: block;
	color: #0f0f0f;
	height: 54px;
	padding: 4px 1px;
	margin: 0 0 5px;
	text-decoration: none;
	font-size: 78%;
}
	.item p {
	color:#616161;
	font-size: 0.8em;
}
	.item.last { margin: 0; }
	
	.item strong {
	color: #aa1711;
	line-height: 15px;
	font-size: 13px;
}
		.sidedate {
	float: left;
	width: 49px;
	text-align: center;
	padding: 3px 0 0 0;
	font-size: 100%;
	margin: 0 12px 0 0;
	background: #f6f6f6 url(../images/calendar.gif) no-repeat top center;
	color: #FFF;
	height: 48px;
}
		.sidedate span {
	font-size: 180%;
	font-weight: bold;
	color: #000;
	line-height: 1.4em;
}


/* Column 3: Content*/

.col1 a {float:right; width:auto}

.admission-item  a, .admission-item  a:link, .admission-item  a:active, .col1 a {
	background: transparent url(../images/blue-button.gif) no-repeat;
	height:23px;
	width:107px;
	display:block;
	color:#FFF;
	text-decoration:none;
	font-size:12px;
	line-height:1.9em;
	padding: 0 0 0 12px;
	margin: 10px 0 0 0;
}
.admission-item a:hover, .col1 a:hover {
	background:url(../images/blue-button.gif) no-repeat;
	height:23px;
	width:107px;
	display:block;
	color:#1a4774;
	text-decoration:none;
	font-size:12px;
	line-height:1.9em;
	padding: 0 0 0 12px;
	margin: 10px 0 0 0;

}

.admission-item {
	display: block;
	color: #0f0f0f;
	height: 54px;
	padding: 4px 1px;
	margin: 0 0 10px 0;
	text-decoration: none;
	font-size: 78%;
}
	.admission-item p {
	color:#616161;
	font-size: 0.8em;
}
	.admission-item.last { margin: 0; }

	.admission-item strong {
	color: #aa1711;
	line-height: 15px;
	font-size: 13px;
}
	.admission-icon {
	float: left;
	width: 49px;
	padding: 3px 0 0 0;
	margin: 0 12px 0 0;
	background: transparent url(../images/admissions-icon.gif) no-repeat top center;
	color: #FFF;
	height: 48px;
}
	.admission-icon span {
	font-size: 1.5em;
	font-weight: bold;
	color: #000;
	line-height: 1.2em;
}

.col1 h3{
    margin: 0 0 15px 0;
}

.col1 img{
	float: left;
	width: 144px;
	left: 5px;
	margin: 0 5px 5px 0;
}




/* FOOTER */

#footer-wrapper {
	clear: both;
	width: 1024px;
	margin: 0 auto;
	padding: 58px 0;
	border-top: 1px solid #f8f8f8;
	background: #F8F8F8 url(../images/footer-top.jpg) no-repeat top left;
	font-size: 11px;
}	
#footer {
	width: 905px;
	margin: 0 auto;
	padding: 15px 0;
	border-top: 1px solid #e0e0e0;
	background: url(../images/footer-bg.gif) repeat-x;
	height: 80px;
}	
	#footer .right { float: right; margin: 0 55px 0 0; width:auto }
	#footer a { color: #808080; font-weight: bold; }

#footer ul {
	padding-left: 0;
	margin-left: 0;
	width: 160px;
	float: left;
	margin: 0;
}
#footer li {
	float:left;
	width: auto;
	position:relative;
	margin: 0 1px;
	width:140px;
	padding: 3px 0;
}
#footer a {
	text-decoration:none;
	font-size: 100%;
	color:#474747;
}
#footer a:hover {
	text-decoration:none;
	font-size: 100%;
	color:#0f0f0f;
}
------------------------------------------------
/* ---------------------------------------------------- */  
/* SLIDESHOW 
/* ---------------------------------------------------- */  
#slideshow {  
width: 960px;  
background-color: #eee;  
border: 1px solid #ddd;}  
  
#slideshow ul {  
margin: 0;  
padding: 0;  
list-style-type: none;  
height: 1%; /* IE fix */}  
  
#slideshow ul:after {  
content: ".";  
clear: both;  
display: block;  
height: 0;  
visibility: hidden;}              
  
/* ---------------------------------------------------- */  
/* SLIDESHOW > SLIDES 
/* ---------------------------------------------------- */  
#slideshow .slides {  
overflow: hidden;  
width: 960px;}  
  
#slideshow .slides ul {  
/* total width of all slides - 
960px multiplied by 3 in this case */  
width: 2880px;}  
  
#slideshow .slides li {  
width: 920px;  
float: left;  
padding: 20px;}  
  
#slideshow .slides h2 {  
margin-top: 0;}  
  
/* ---------------------------------------------------- */  
/* SLIDESHOW > NAVIGATION 
/* ---------------------------------------------------- */  
#slideshow .slides-nav {  
background-color: #ddd;  
border-top: 2px solid #ccc;}  
  
#slideshow .slides-nav li {  
float: left;}  
  
#slideshow .slides-nav li a {  
display: block;  
padding: 15px 20px;  
outline: none;}  


.js #slideshow .slides-nav li.on,  
.js #slideshow .slides-nav li.on a {  
background-color: #eee;}  
  
.js #slideshow .slides-nav li.on a {  
position: relative;  
top: -4px;} 




/*============================*/
/*=== Custom Slider Styles ===*/
/*============================*/

-----------------------------------------------------------
/*--Main Container--*/
.main_view {
	float: left;
	position: relative;
	height:231px;
	

}
/*--Window/Masking Styles--*/
.window {
	height:231px;	
	width: 894px;
	overflow: hidden; /*--Hides anything outside of the set width/height--*/
	position: relative;
	margin-left:65px;
}
.image_reel {
	position: relative;
	top: 16px; 
	
}
.image_reel img {float:left;
		}

/*--Paging Styles--*/
.paging {
	position: absolute;
	bottom: 0px; right: -7px;
	margin-right:62px;
	width: 178px; height:47px;
	z-index: 100; /*--Assures the paging stays on the top layer--*/
	text-align: center;
	line-height: 40px;
	background: url(../images/paging_bg3.png) no-repeat;
	display: none; /*--Hidden by default, will be later shown with jQuery--*/
}
.paging a {
	padding: 5px;
	text-decoration: none;
	color: #fff;
}
.paging a.active {
	font-weight: bold;
	background: #920000;
	border: 1px solid #610000;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.paging a:hover {font-weight: bold;}

---------------

.photo-meta-data { 
		background: url(../images/transpBlack.png); 
		padding: 0px; 
		height: 30px;
		width:130px;
		position: relative; 
		 color: white;
		float:right; }
.photo-meta-data a                      { font-size: 13px; padding: 5px;
	text-decoration: none;
	color: #fff}

----------------------------

.caption {  
        z-index:600;   
        background-color:#000;   
        color:#ffffff;   
        height:100px;   
        width:100%;   
        position:absolute;  
        bottom:0;  
    }  
  
 .caption .content {  
        margin:5px  
    }  
      
 .caption .content h3 {  
        margin:0;  
        padding:0;  
        color:#1DCCEF;  
    }  
-----------------
ul.slideshow5 {
    list-style:none;
    width:9600px;
    height:196px;
    overflow:hidden;
    position:relative;
    margin:0;
    padding:0;
     
}   
 
ul.slideshow li {
    position:absolute;
    left:0;
    right:0;
}
 
ul.slideshow li.show {
    z-index:500;    
}
 
ul img {
    border:none;    
}
 
#slideshow-caption {
    width:960px;
    height:70px;
    position:absolute;
    bottom:0;
    left:0; 
    color:#fff;
    background:#000;
    z-index:500;
}
 
#slideshow-caption .slideshow-caption-container {
    padding:5px 10px;   
    z-index:1000;   
}
 
#slideshow-caption h3 {
    margin:0;
    padding:0;  
    font-size:14px;
}
 
#slideshow-caption p {
    margin:5px 0 0 0;
    padding:0;
}
/* Caption styles */
.nivo-caption {
	position:absolute;
	left:0px;
	bottom:0px;
	background:#000;
	color:#fff;
	opacity:0.8; /* Overridden by captionOpacity setting */
	width:100%;
	z-index:89;
}
.nivo-caption p {
	padding:5px;
	margin:0;
}
.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption {
    display:none;
}
