




body { 
margin: 0px;
padding: 0px;
background-image:url('./images/background.jpg');
background-repeat: no-repeat;
font-family: Arial, Arial, Helvetica, sans-serif;
font-size:100%;
}



#master {
width: 984px;	
margin-left: auto;
margin-right: auto;
margin-top: 20px;
margin-bottom: 0px;
color: #190409;

padding: 0px;
padding-bottom: 200px;
font-size:.85em;
}


#header {
position:relative;
width:100%;
border-bottom:1px solid #000;
margin-bottom: 20px;

}

#header h1 {
font-size:1.5em;
color: #00175C;
margin: 0px;
padding: 0px;
vertical-align: bottom;
}


#layoutdims {
		clear:both;

		border-top:4px solid #000;
		margin:0;
		padding:6px 15px !important;
		text-align:right;
	}
	/* column container */
	.colmask {
		position:relative;	/* This fixes the IE7 overflow hidden bug */
		clear:both;
		float:left;
		width:100%;			/* width of whole page */
		overflow:hidden;		/* This chops off any overhanging divs */
	}
	/* common column settings */
	.colright,
	.colmid,
	.colleft {
		float:left;
		width:100%;			/* width of page */
		position:relative;
	}
	.col1,
	.col2,
	.col3 {
		float:left;
		position:relative;
		padding:0 0 1em 0;	/* no left and right padding on columns, we just make them narrower instead 
						only padding top and bottom is included here, make it whatever value you need */
		overflow:hidden;
		line-height: 140%;
	}
	/* 3 Column settings */
	.threecol {
		/* background:#ffffff;		right column background colour */
	}
	.threecol .colmid {
		right:25%;			/* width of the right column */
		/*background:#ffffff;		 center column background colour */
	}
	.threecol .colleft {
		right:50%;			/* width of the middle column */
		/* background:#ffffff;	left column background colour */
	}
	.threecol .col1 {
		width:46%;			/* width of center column content (column width minus padding on either side) */
		left:102%;			/* 100% plus left padding of center column */
	}
	.threecol .col2 {
		width:21%;			/* Width of left column content (column width minus padding on either side) */
		left:31%;			/* width of (right column) plus (center column left and right padding) plus (left column left padding) */
		font-family: Arial, Arial, Helvetica, sans-serif;
	}
	.threecol .col3 {
		width:21%;			/* Width of right column content (column width minus padding on either side) */
		left:85%;			/* Please make note of the brackets here:
						(100% - left column width) plus (center column left and right padding) plus (left column left and right padding) plus (right column left padding) */

		font-family: Arial, Arial, Helvetica, sans-serif;
	}
	
	



	
	/* 2 Column (left menu) settings */
.leftmenu {
	/*background:#FFFFFF;*/		/* right column background colour */
}
.leftmenu .colleft {
	right:75%;			/* right column width */
	/*background:#FFFFFF;*/	/* left column background colour */
}
.leftmenu .col1 {
	width:71%;			/* right column content width */
	left:102%;			/* 100% plus left column left padding */
}
.leftmenu .col2 {
	width:21%;			/* left column content width (column width minus left and right padding) */
	left:6%;			/* (right column left and right padding) plus (left column left padding) */
	font-family: Arial, Arial, Helvetica, sans-serif;
}





/* begin about us tabs */
ul.tabs {
    margin:0;
    padding:0;
}
ul.tabs li {
    display:block;
    float:left;
    padding:0 5px;
}
ul.tabs li a {
    display:block;
    float:left;
    padding:5px;
    font-size:0.8em;
    color: #00175C;
    background-color: #ffffff;
    border: 1px solid #E5E7DA;
    text-decoration:none;
}
.selected {
    font-weight:bold;
}
.tab-content {
    clear:both;
    background-color: #ffffff;
    border:1px solid #E5E7DA;
    padding:10px;
}/*end about us tabs */






	
	
	
	
	
	.record
	{
	margin-bottom: 50px;
	margin-top: 0px;
	padding: 0px;
	width: 100%;
	}
	
	
	.byline
	{
	padding-bottom: 10px;
	font-size: .85em;
	border-top: 1px solid black;
	padding-top: 1px;
	}
	
	.byline p
	{
	margin-top: 0px;
	}

	






	.acc_container {
	border: 1px dotted #E5E7DA;
	margin-bottom: 20px;
	}


	#accordion h3 {
	font-size: 1em;
	padding: 5px;
	background-color: #E5E7DA;
	color: #00175C;
	margin:0px;
	}


	.acc_content {
	font-size:.9em;
	padding-bottom: 5px;
  padding-top: 10px;
	padding-left: 10px;
	}
	
.acc_content p {
margin-top: 0px;
}

.ui-accordion-content{ zoom: 1; }  








#infobox h3 {
font-size:1em;
margin: 0px;
padding: 5px 5px;
background-color: #E5E7DA;
color: #00175C;
}
	
.info_content {
font-size:.9em;
margin: 10px;
}

.infoformat {
border: 1px dotted #E5E7DA; 
margin-bottom: 20px;
}
	






	
/* Footer styles */
	#footer {
		clear:both;
		float:left;
		width:100%;
		border-top:1px solid #000;

		font-family: Arial, Arial, Helvetica, sans-serif;
		line-height: 200%;
	}
	
	#footer p {
	margin-left: 266px;
	text-align: left;
	}

	.follow {
	margin-left: 266px;
	text-align:left;
	width: 400px;
	}

a:link.dblue {color: #00175C; text-decoration: none;}
a:visited.dblue {color: #00175C; text-decoration: none;}
a:hover.dblue {color: #00175C; text-decoration: none;}
a:active.dblue {color: #00175C; text-decoration: none;}


