/***********************************************/
/* Core Page Divs                              */
/***********************************************/

body{
	padding: 0px;
	background-color: #EEE;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	}

h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 150%;
	color: #013E77;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}

h2{
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 115%;
	color: #A11017;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 7px;
	margin-left: 0px;
	text-indent: 0px;
	}

h3{
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #003464;
	margin: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D8333A;
}


h4 {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #EAEAEA;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #666666;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
 }

h5 {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color:#666666;
	font-weight:bold;
	text-align:left;
	height:0px;
	background-color: #EAEAEA;
	padding-left: 5px;
	font-style: italic;
	}
	
h6 {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	color:#999999;
	font-weight:normal;
	text-align:left;
	height:0px;
	background-color: #EAEAEA;
	padding-left: 5px;
	font-style: italic;
	}


/***********************************************/
/* Header                                      */
/***********************************************/

#header
	{
	padding:0px;
	height: 107px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-image: url(../images/banner.png);
	background-repeat: no-repeat;
	border-style: none;
	}
	
#menu-box {
	position:absolute;
	top:115px;
	right:50px;
	white-space:nowrap;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	z-index: 100;
	float: right;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 278px;
	padding-right: 0px;
}	
	
/***********************************************/
/* Breadcrumb                                  */
/***********************************************/



	
#breadcrumb 
	{
	color:#ffffff;
	display: block;
	text-align: left;
	height: 20px;
	padding-top: 5px;
	padding-right: 3px;
	padding-bottom: 2px;
	padding-left: 5px;
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-image: url(../images/breadcrumb.jpg);
	background-color: #A11218;
	text-indent: 10px;
	} 
	

#breadcrumb a 
	{
	color:#ffffff;
	font-weight:bold;
	} 

#breadcrumb a:hover 
	{
	color:#0053A0;
	text-decoration:underline;
	font-weight:bold;
	} 




/***********************************************/
/* Main Layout                                 */
/***********************************************/


#wrapper {
	margin-right: 0px;
	margin-left: 0px;
	background-image: url(../images/test.jpg);
	background-repeat: no-repeat;
	background-position: right 40px;
	padding-right: 60px;
}


#wrapper2 {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-image: url(../images/left-wrapper.jpg);
	background-repeat: no-repeat;
	background-position: left 40px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 60px;
}

#container {
	margin: 0px;
	padding: 0px;
}

#focal{
	position: inherit;
	z-index: 1;
	height: 320px;
	clear: both;
	margin-right: auto;
	margin-left: auto;
	}
	
	
#focal2{
	width: 100%;
	padding: 0px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}	

#contentcover {
	-moz-border-radius-bottomright: 20px;
	border-bottom-right-radius: 20px;
	-moz-border-radius-bottomleft: 20px;
	border-bottom-left-radius: 20px;
	-webkit-border-bottom-left-radius:20px; /* bottom left corner */
	-webkit-border-bottom-right-radius:20px;
	-moz-box-shadow: 3px 3px 4px #c5c5c5;
	-webkit-box-shadow: 3px 3px 4px #c5c5c5;
	box-shadow: 3px 3px 4px #c5c5c5;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#c5c5c5')";







	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#c5c5c5');
	position: relative;
	display: block;
	zoom: 1;
	clear: both;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	min-width: 800px;
	background-color: #FFF;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	height: 100%;
	}
	
#content_image{
	padding: 0px;
	min-height: 300px;
	clear: both;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	}	
	
#content{
	float: left;
	width: 100%;
	min-height: 200px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	margin-bottom: 0px;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	position: relative;
	z-index: 10;
	background-color: #FFF;
	}	
	
#content-subpage{
	float: left;
	clear: both;
	padding-top: 25px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 25px;
	font-family: Arial, Helvetica, sans-serif;
	width: 96%;
	margin: 0px;
	}	
	
#content-subpage-left{
	float: left;
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 20px;
	font-family: Arial, Helvetica, sans-serif;
	width: 45%;
	margin: 0px;
	}	
		
		
#content-subpage-right{
	float: left;
	padding-top: 10px;
	padding-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	width: 46%;
	margin: 0px;
	}	
	
	
#content-apply{
	float: left;
	padding-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	list-style-type: none;
	clear: both;
	width: 99%;
	}	
	
#content-apply ul li
 {
	padding-left: 14px;
	list-style-image: url(../images/bullet-check.png);
	list-style-type: none;
	list-style-position: outside;
	padding-right: 2px;
	margin-left: 10px;
}			
	
#active-boxes{
	float: left;
	width: 100%;
	min-height: 225px;
	padding-bottom: 15px;
	clear: both;
	margin-left: 1%;
	margin-right: 1%;
	}

	
#active-boxes p{
	margin: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000;
	padding-top: 20px;
	padding-right: 10px;
	padding-left: 15px;
	line-height: 26px;
	font-size: 1em;
	}	
	
#active-boxes h1{
	font-family: Arial, Helvetica, sans-serif;
	color: #274078;
	background-color: #f8f6f6;
	display: block;
	background-repeat: no-repeat;
	background-position: right;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 7px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-decoration: none;
	font-size: 120%;
	line-height: 32px;
	}	
	
#active-boxes h1 a{
	color: #274078;
	}	
	
#active-boxes h1 a:hover{
	color: #06F;
	}			

#active-box1{
	behavior: url(/css/border-radius.htc);
	border-radius: 16px;
	-moz-border-radius: 16px;
	-webkit-border-radius: 16px;
	-moz-box-shadow: 3px 3px 4px #c6bebe;
	-webkit-box-shadow: 3px 3px 4px #c6bebe;
	box-shadow: 3px 3px 4px #c6bebe;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#c6bebe')";












	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#c6bebe');
	position: absolute;
	display: block;
	zoom: 1;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 1%;
	min-width: 200px;
	min-height: 200px;
	background-color: #EAEAEA;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	float: right;
	width: 23%;
	background-repeat: no-repeat;
	background-position: center top;
}	

#active-box2{
	behavior: url(/css/border-radius.htc);
	border-radius: 16px;
	-moz-border-radius: 16px;
	-webkit-border-radius: 16px;
	-moz-box-shadow: 3px 3px 4px #c6bebe;
	-webkit-box-shadow: 3px 3px 4px #c6bebe;
	box-shadow: 3px 3px 4px #c6bebe;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#c6bebe')";









	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#c6bebe');
	position: absolute;
	display: block;
	zoom: 1;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 25%;
	min-width: 200px;
	min-height: 200px;
	background-color: #EAEAEA;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	float: left;
	width: 23%;
	background-repeat: no-repeat;
	background-position: center top;
}	

#active-box3{
	behavior: url(/css/border-radius.htc);
	border-radius: 16px;
	-moz-border-radius: 16px;
	-webkit-border-radius: 16px;
	-moz-box-shadow: 3px 3px 4px #c6bebe;
	-webkit-box-shadow: 3px 3px 4px #c6bebe;
	box-shadow: 3px 3px 4px #c6bebe;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#c6bebe')";












	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#c6bebe');
	position: absolute;
	display: block;
	zoom: 1;
	clear: both;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 49%;
	min-width: 200px;
	min-height: 200px;
	background-color: #EAEAEA;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	float: left;
	width: 23%;
	background-repeat: no-repeat;
	background-position: center top;
}	

#active-box4{
	behavior: url(/css/border-radius.htc);
	border-radius: 16px;
	-moz-border-radius: 16px;
	-webkit-border-radius:16px;
	-moz-box-shadow: 3px 3px 4px #c6bebe;
	-webkit-box-shadow: 3px 3px 4px #c6bebe;
	box-shadow: 3px 3px 4px #c6bebe;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#c6bebe')";

















	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#c6bebe');
	position: absolute;
	display: block;
	zoom: 1;
	clear: both;
	margin-top: 0px;
	margin-right: 0%;
	margin-bottom: 10px;
	margin-left: 73%;
	min-width: 200px;
	min-height: 200px;
	background-color: #EAEAEA;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	float: left;
	width: 23%;
	background-repeat: no-repeat;
	background-position: center top;
}	
		
	

#events-boxes{
	float: left;
	width: 100%;
	min-height: 350px;
	padding-bottom: 15px;
	clear: both;
	margin-right: 1%;
	margin-left: 1%;
	}

	
#events-boxes p{
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	padding-top: 5px;
	padding-right: 10px;
	padding-left: 10px;
	line-height: 10px;
	font-size: 0.95em;
	}	
	
#events-boxes h1{
	font-family: Arial, Helvetica, sans-serif;
	color: #274078;
	background-color: #f8f6f6;
	display: block;
	background-image: url(../images/blue-tab.png);
	background-repeat: no-repeat;
	background-position: right;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 7px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	}	

#events-box1{
	behavior: url(/css/border-radius.htc);
	border-radius: 16px;
	-moz-border-radius: 16px;
	-webkit-border-radius: 16px;
	-moz-box-shadow: 3px 3px 4px #c6bebe;
	-webkit-box-shadow: 3px 3px 4px #c6bebe;
	box-shadow: 3px 3px 4px #c6bebe;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#c6bebe')";









	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#c6bebe');
	position: absolute;
	display: block;
	zoom: 1;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 1%;
	min-width: 200px;
	min-height: 350px;
	background-color: #e4dcdc;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	float: right;
	width: 47%;
}

#events-featured-image{
	width: 43%;
	background-color: #FFF;
	margin-left: 15px;
	margin-top: 25px;
	float: left;
	margin-right: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	}	
	
#events-featured-text{
	width: 52%;
	float: right;
	}		

#events-box2{
	behavior: url(/css/border-radius.htc);
	border-radius: 16px;
	-moz-border-radius: 16px;
	-webkit-border-radius: 16px;
	-moz-box-shadow: 3px 3px 4px #c6bebe;
	-webkit-box-shadow: 3px 3px 4px #c6bebe;
	box-shadow: 3px 3px 4px #c6bebe;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#c6bebe')";












	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#c6bebe');
	position: absolute;
	display: block;
	zoom: 1;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 49%;
	min-width: 200px;
	min-height: 350px;
	background-color: #e4dcdc;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	float: left;
	width: 47%;
}	
	
#facebook {
	width: 50px;
	float: left;
	padding: 0px;
	height: 45px;
	position: absolute;
	z-index: 2;
	margin-top: 14px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 7px;
}	
	
#footer 
	{
	padding: 15px;
	behavior: url(/css/border-radius.htc);
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius:20px; /* bottom left corner */
	-moz-box-shadow: 3px 3px 4px #c5c5c5;
	-webkit-box-shadow: 3px 3px 4px #c5c5c5;
	box-shadow: 3px 3px 4px #c5c5c5;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#c5c5c5')";








	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#c5c5c5');
	position: relative;
	display: block;
	zoom: 1;
	clear: both;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	min-width: 770px;
	background-color: #FFF;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	}	
	



/* fix for browsers that don't need the hack */
/*html>body #navigationlinks li:onpage {border-top: 1px solid #DEC08A;}*/


/************* #search styles ***************/

.searchtext {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: medium;
	color: #0053A0;
	background-color: #FFF;
	}	
	
.searchbutton {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: medium;
	color: #000000;
	background-color:#CCC;
	}	
	
#searchform
	{
	position:relative;
	top:105px;
	right:50px;
	text-align:right;
	white-space:nowrap;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	z-index: 5;
	}
	
#searchform-bg
	{
	position:relative;
	top:45px;
	right:0px;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	z-index: 10;
	background-image: url(../images/search-bg.png);
	width: 535px;
	height: 175px;
	background-position: top;
	float: right;
	border-style: none;
	}

#searchform-bg-image
	{
	position:relative;
	top:150px;
	right:15px;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	z-index: 20;
	float: right;
	border-style: none;
	}

img
{  border-style: none;
}

a:visited {
	text-decoration: underline;
	color: #257BB8;
}

a.aLetter:link    { color: #4F5D43; text-decoration:underline; font-size:1em;font-weight:bolder;padding-left:10px;padding-right:10px;}
a.aLetter:visited { color: #4F5D43; text-decoration:underline;font-size:1em;font-weight:bolder;padding-left:10px;padding-right:10px;}
a.aLetter:hover   { color: #4F5D43;text-decoration:underline;font-size:1em;font-weight:bolder;padding-left:10px;padding-right:10px;}
a.aLetter:active  { color: #4F5D43;text-decoration:underline;font-size:1em;font-weight:bolder;padding-left:10px;padding-right:10px;}
