/* universal*/

DIV.outer
      {
	position: absolute;
	margin-left: -400px;
	top: 30px;
	/*left: 50%;*/
        left: 50%;
        top:30px;
        width: 795px;
	background-color:#fffbcc;
	padding: 0px;
	}

body {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #666;
	background-color: #FFFFFF;
	text-align: left;
	width: 795px;
	overflow:-moz-scrollbars-vertical;
	}
	

h1, .h1	{
	font-size: 12px;
	text-transform:uppercase;
	color: #023473;
}


#navbar		{
	text-align: right;
	background-color: #C7720D;
	width: 795px;
	color: #FFFFFF;
	height: 16px;
	padding-top: 6px;
}
		

a:link {
color: #C7720D;
text-decoration: none;
}


a:visited {
color: #E1943B;
text-decoration: none;
}
a:hover {
color: #C7720D;
text-decoration: underline;
}
	
	
/* homepage bottom area*/

#wrapper {
width: 795px;
margin: 0;
padding: 0;
}

#bottomleftbox		{
	float: left;
	width: 174px;
	height: 338px;
	margin-left: 0;
	background-image:url(../images/index_bluebar.gif);
	background-repeat:no-repeat;
		}			
		
#bottomcenterbox		{
	float: left;
	height: 338px;
	width: 380px; 
        margin-left: 0;
	background-image:url(../images/...jpg);
	background-repeat:no-repeat; 
	background-position: bottom;
		}			

#bottomrightbox		{
	float: right;
	width: 241px;
	height: 338px;
	margin-left: 0;
	background-image:url(../images/index_orangebar.gif);
	background-repeat:no-repeat; 
		}			
		
/* text styling for blue and orange column areas */

.indextextbox	{
	color:#FFFFFF;
	height:70px;
	padding: 15px;
	}
	
.indexheading	{
	font-size: 12px;
	text-transform:uppercase;
	}
	
.indextextbox a:link	{ color:#F5E85D; text-decoration:none;	}
.indextextbox a:hover	{ color:#F5E85D; text-decoration:underline;	}
.indextextbox a:visited	{ color:#F5E85D; }

.indexheading a:link	{ color:#F5E85D; text-decoration:none;	}
.indexheading a:hover	{ color:#F5E85D; text-decoration:underline;	}
.indexheading a:visited	{ color:#F5E85D;	}

/* text styling for bottom center area */

#centertextbox	{
	padding: 15px;
	}

/* secondary page styling */

#secondarytitle	{
	border-bottom: 1px solid white;
	}		
		
.secondarynavitems	{
	height:15px;
	padding: 10px;
	border-bottom: 1px solid white;
	}
	
.secondarynavitemstall	{
	height:30px;
	padding: 10px;
	border-bottom: 1px solid white;
	}	
	
.secondarynavactive	{
	height:15px;
	padding: 10px;
	border-bottom: 1px solid white;
	background-color: #2B487C;
	}
	

#secondarytext {
	margin-left: 0;
	padding: 25px;
	padding-right: 25px;
}			

.secondarynavitems a:link	{ color:#FFFFFF; text-decoration:none;	}
.secondarynavitems a:hover	{ color:#F5E85D; text-decoration:underline;	}
.secondarynavitems a:visited	{ color:#FFFFFF; }

.secondarynavitemstall a:link	{ color:#FFFFFF; text-decoration:none;	}
.secondarynavitemstall a:hover	{ color:#F5E85D; text-decoration:underline;	}
.secondarynavitemstall a:visited	{ color:#FFFFFF; }

#names {
	line-height: 13px;
	width: 100%;
	}
	
.right-side-box {
	float: right;
	margin-left: 30px;
	margin-bottom: 10px;
	padding-top: 5px;
}

img.sidebar {
	border: 1px solid #3e5d95;
}


/* Events Page */

.event-title {
	font-weight: bold;
	font-size: 12px;
	margin-top: 3.5em;
	margin-bottom: 1em;
}

.first-event {
	margin-top: 1em;
}

.event-date {
	font-style: italic;
	margin-top: 0.5em;
	margin-bottom: 1em;
}

.event-description {
	margin-top: 1em;
	margin-bottom: 1em;
}


/* Home Page */

.homepage-video-links {
	overflow: hidden;
	margin-top: 10px;
        /* zoom: 1; Trigger hasLayout in IE 6 */
}

.video-link-short, 
.video-link-full {
	display: block;
        float: left;
	
}

.video-link-short img, 
.video-link-full img{
	display: block;
        border: 0px solid black;
}


.video-link-full {
	margin-left: 40px;
}

.house {
        float: left;
	margin-left: 500px;
}


.side-box-right {
	float: right;
	padding-left: 3em;
	text-align: center;
}

.side-box-right a,
.side-box-right a:link,
.side-box-right a:visited {
	font-style: italic;
	color: #023473;
}

.side-box-right img {
	display: block;
	margin-bottom: 0.2em;
	border: none;
}
