@charset "UTF-8";
body {
	font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
	/*background-color: #545129;*/
	margin: 0;
	padding: 0;
	color: #333;
	line-height: 1.5em;
	background-image: url(../images/background.jpg);
}

/* ~~ Element/tag selectors ~~ */
ul, ol, dl { /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p, ul {
	margin-top: 0;	 /* removing the top margin gets around an issue where margins can escape from their containing div. The remaining bottom margin will hold it away from any elements that follow. */
	padding-right: 25px;
	padding-left: 24px; /* adding the padding to the sides of the elements within the divs, instead of the divs themselves, gets rid of any box model math. A nested div with side padding can also be used as an alternate method. */
}



h1 {
	font-size:1.6em;
	padding-top: 15px;
	line-height: 1.6em;
	color: #48509d;
	}
	
h2 {
	/*font-size:1.6em;
	padding-top: 15px;*/
	line-height: 1.4em;
	color: #48509d;
	padding-bottom: 20px;
	margin-top: 3px;
	margin-right: 3px;
	margin-bottom: 3px;
	margin-left: 0px;
	}
		
	

h3 {
	font-size: 1.1em;
	margin:3px;
	color: #48509d;
	padding-bottom: 20px;
}	

	
a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
	border: none;
}
/* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */
a:link {
	color: #48509d;
	font-weight:bold;
	text-decoration: none; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
}
a:visited {
	color: #48509d;
	font-weight:bold;
	text-decoration: none;
}
a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	text-decoration: underline;
}





/* ~~ this fixed width container surrounds the other divs ~~ */
.container {
	width: 960px; /* the auto value on the sides, coupled with the width, centers the layout */
	background-color: #FFF;
	border: 1px solid #666;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	padding-top: 0px;
}

/* ~~ the header is not given a width. It will extend the full width of your layout. It contains an image placeholder that should be replaced with your own linked logo ~~ */

.header_title {
	background-color: #48509d;
	height: 20px;
	position:relative;
	width:100%; /* for IE 6 */	/*float:right;*/
	/*font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.9em;
	line-height: 1.8em;
	color: #FFF;
	text-align: center;
	letter-spacing: 0.3em;
	font-weight: bold;
	vertical-align: middle;*/
	
}

.header {
	background-color: #333333;
	height: 250px;
	position:relative;
	width:100%; /* for IE 6 */
}

.header .header_banner {
	position:absolute;
	left:0;
	top:0;
	width:210px;
	height:230px;
	z-index:999;
	font-size:1.4em;
	line-height:1.4em;
	color: #48509d;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	background:rgba(240,240,240,0.8);
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 2.8em;
	text-align: center;
	font-style: normal;
	font-weight: bold;
	vertical-align: middle;
}

/* ~~ This is the layout information. ~~ 

1) Padding is only placed on the top and/or bottom of the div. The elements within this div have padding on their sides. This saves you from any "box model math". Keep in mind, if you add any side padding or border to the div itself, it will be added to the width you define to create the *total* width. You may also choose to remove the padding on the element in the div and place a second div within it with no width and the padding necessary for your design.

*/

/*#navbar_left  {
	width:220px;
	height:50px;*/
	/*background-colour: #fff;*/
	/*color: #fff;
	float:left;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.3em;
	vertical-align: middle;*/
		/*padding-top: 1px;*/
	/*padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;*/
/*}*/



#navbar {
	width:100%;
	height:50px;
	z-index:1;
	background-color: #48509d;
	
	
}


#nav
{
    padding:0;
}

#nav li
{
    display:inline;
}

#nav li a
{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.4em;
	text-decoration: none;
	float:left;
	background-color: #48509d;
	color:#ffffff;
	/*border-bottom:1px;
	border-bottom-color:#000000;
	border-bottom-style:solid;*/
	padding-top: 14px;
	padding-right: 40px;
	padding-bottom: 12px;
	padding-left: 40px;
}

#nav li a:hover
{
	background-color:#7BC8F0;
	color:#48509d;	/*padding-bottom:12px;
   border-bottom:2px;
   border-bottom-color:#000000;
   border-bottom-style:solid;
   margin:-1px;*/
}


	

.greentext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	color: #48509d;
	text-decoration: none;
	line-height: 1.3em;
}

.greentext_lowercase {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #48509d;
	text-decoration: none;
	line-height: 25px;
	text-transform: capitalize;
}

h4  {
	font-size: 1.1em;
	margin-top: 5px;
	margin-bottom:3px;
	color: #348741;
	
}

.sidebar1  {
	float: left;
	width: 220px;
	background: #fff;
	padding-top:50px;
	/*padding-bottom: 10px;*/
	height:100%;
	font-size: 1.0em;	
}

/* .container .sidebar1 p {
	font-size: 1.0em;
}
*/

#accent_rght {
	z-index:2;
	background-color: #EEEFDC;
	overflow: visible;
	float: right;
	width:300px;
	height: 100%;
	margin-left: 20px;
	padding: 10px;
	margin-top: 30px;
	margin-right: 10px;
	margin-bottom: 10px;
	border: 1px solid #999;
	line-height: 1.5em;
}

.bodyshell {
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;	
	height:100%;
	
	
}

.content {
	float:right;
	width:690px;
	/*height:100%;*/
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 25px;
	padding-left: 27px;
	background-color: #FFF;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999;
	margin-top: 20px;
}

/* ~~ The footer ~~ */
/*.footer {
	padding:20px 0;
	background-color: #999966;
	font-size:1.1em;
	color:#fff;
	
*/

.footer_gallery {
	background-color: #fff;
	font-size:1.1em;
	color:#333;
	position: relative;/* this gives IE6 hasLayout to properly clear */
	clear: both; /* this clear property forces the .container to understand where the columns end and contain them */
	text-align: center;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;	
	
}

.footer {
	padding: 10px 0;
	background-color: #fff;
	font-size:1.1em;
	color:#333;
	position: relative;/* this gives IE6 hasLayout to properly clear */
	clear: both; /* this clear property forces the .container to understand where the columns end and contain them */
	text-align: center;
}





/* ~~ miscellaneous float/clear classes ~~ */
.fltrt {  /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the #footer is removed or taken out of the #container */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
hr {
	width: 80%;
	background: #999;
	border: 0px;
	neight: 1px;
}

.content ul li {
	color:#333; /* set color of list item to a dark gray */
	list-style:none; /* if you’re not already using a reset */
	font-size: 1em;
	line-height: 1.5;	/*font-style: italic;*/
}

.content ul li:before {
  color:#348741; /* set color to red */
  content:"\2022"; /* /2022 is the numerical unicode for &bull; */
  font-size:1.3em; /* set the font-size of the bullet if necessary. Make sure to use em or %*/
  padding-right:.5em; /* give the bullet some padding from the text Make sure to use em*/
  position:relative;
    top:.1em; /* set the vertical position of the bullet if necessary. Make sure to use em or % */
}

#lightbox {
    position:fixed; /* keeps the lightbox window in the current viewport */
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:url(../2014/overlay.png) repeat;
    text-align:center;
}

#lightbox img {
    box-shadow:0 0 25px #111;
    -webkit-box-shadow:0 0 25px #111;
    -moz-box-shadow:0 0 25px #111;
    max-width:940px;
}

#lightbox p {
    text-align:right;
    color:#fff;
    margin-right:20px;
    font-size:12px;
}
/*.container .content ul {
	list-style-type: disc;
	color: #48509d;
}*/

.container .content ul {
    list-style: none;
    padding:0;
    margin:0;
}

.container .content li { 
    padding-left: 2.0em; 
    text-indent: -.7em;
}

.container .content li:before {
    content: "• ";
    color: #48509d; /* or whatever color you prefer */
}

.container .content table p {
	color: #48509d;
	margin: 0px;
	padding: 0px;
}

table, th, td {
	border: 1px solid #7C84C2;
}

.blue_highlight {
	font-size: 1.2em;
	font-weight: bold;
	color: #48509d;
	text-align: center;
}
