﻿/* CSS layout */
body {
	margin-top:0;
	margin-left: 0;
	margin-right: 0;
	font-family: Verdana, Arial, sans-serif;
	font-size: 0.9em;
	background:#000000;
	
	background-position: left top;
	background-repeat: repeat;
	margin-top:0px;
	
	}

#site {
	 margin-left: auto ;
  margin-right: auto ;
	min-width: 950px;
	max-width: 1300px;
	border: solid 2px #cccccc;
	background: #547f54;
background-image: url('images/bk3000.jpg');
-moz-border-radius:15px;
-khtml-border-radius: 15px;
-webkit-border-radius:15px;
border-radius: 15px;
}


}
#masterhead {
		}
#rotator {
	
	;
	height: 300px;
}

#logo {
	float: left;
	width: 180px;
	background-image:url('images/new/logo-top.jpg');
		background-repeat:no-repeat;
		height: 76px;
}

#header {
	margin-left:180px;
	margin-right:180px;
max-width: 1120px;

		height: 76px;
		background-image:url('images/new/byliner.jpg');
		background-position:inherit;
		background-repeat:no-repeat;
		background-color:#547f54;

}
.td1 {
	background-image: url('images/new/menu1r.jpg');
}
.td2 {
	background-image: url('images/new/menu2r.jpg');
}
.td3 {
	background-image: url('images/new/menu3r.jpg');
}
#navigation {
	margin-right: 5px;
	margin-left: 5px;
	margin-top: 0px;
	overflow: hidden;
}

#container {
	clear: both;
	background:#ffffff;
		-moz-border-radius:15px;
-khtml-border-radius: 15px;
-webkit-border-radius:15px;
border-radius: 15px;

}

#left_col {
	float: left;
	width: 180px;
		padding:10px;
		background-image:url('images/new/logo-bottom.jpg');
		background-repeat:no-repeat;
		background-color:white;
		}

#right_col {
	float: right;
	width: 240px;
		padding:10px;
		background:#dfebdf;
	

}

#page_content {
	margin-left: 205px;
	margin-right: 275px;
		padding:10px;
		background:#fff;
		
}

#footer {
	clear: both;
	background-color: #ff6600;
	margin-right: 0px;
	margin-left: 0px;
	margin-top: 0px;
		padding: 5px;
		-moz-border-radius:15px;
-khtml-border-radius: 15px;
-webkit-border-radius:15px;
border-radius: 15px;

}


/* Styles for Navigation */
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
}
#navigation a {
	text-decoration: none;
	color: #fff;
	display: block;
	padding: 3px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 16px;
	font-style:normal;
	font-weight:normal;
	background-image:url('images/new/link.jpg');
		background-position:inherit;
		background-repeat:repeat;


}
#navigation a:hover {
	color: #000;
	text-decoration: none;
	background-color: #D4D4A0;
			background-image:url('images/menu.jpg');
		background-position:inherit;
		background-repeat:repeat;

}


/* Styles for Footer */
#footer p {
	font-family: Verdana, Arial, sans-serif;
	font-size: x-small;
	text-align: center;
	color: #393939;
	margin: 0px;
	padding: 0px;
}
#footer a {
	color: #dddddd;
	text-decoration: underline;
}
#footer a:hover {
	color: #ffffff;
	text-decoration: none;
}
/* Styles for Links */
a {
	color: #4e904e;
	text-decoration: none;
}
a:hover {
	color: #cc6600;
	text-decoration: none;
}
.style_bold {
	font-weight: bold;
}
tyle: italic;
}

h4 {
	font-size: 1.2em;
	font-weight: bolder;
	color: #CC0000;
}

h5 {
	font-size: 1em;
	font-weight: normal;
	color: #003366;
}
.red {
	color: #CC0000;
}
.grey  {color:  #CCCCCC;
	
}
.blue {
	color: #003366;
}

.orange {
	color: #ff6600;
}

.center {
	text-align: center;
	vertical-align: middle;

}
td {
	vertical-align: top;
}

img {
	border: 0;
}

