html	{
	margin: auto;}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:100%;
	color:#000000;
	background:url(../images/bg.jpg);
	background-color:#1A213D;
	padding:0;
	margin:0;
}

#printlogo	{display:none;}


a.skipnav:link, a.skipnav:visited {
	color:#FFFFFF;
	height:1px;
	left:-100px;
	overflow:hidden;
	position:absolute;
	text-align:left;
	top:-100px;
	width:1px;
}
a.skipnav:active, a.skipnav:focus {
	background-color:#008ECE;
	height:auto;
	left:0pt;
	overflow:auto;
	padding:5px;
	text-decoration:none;
	top:0pt;
	width:100%;
	z-index:2;
}

#outer_wrapper {
	width:1024px;
	background-image:url(../images/center_bg.gif);
	background-repeat:no-repeat;
	margin: 0 auto;
}
#wrapper {
	width: 900px;
	margin: 0 auto;/*background-color:#024B69;*/
	background-color:#024B69;
	background-image:url(../images/wrapperright.jpg);
	background-repeat:repeat-y;
	background-position:right;
}
#masthead {
	color: #999999;
	background-color:#1A213D;
	height:139px;
	background-image: url(../images/masthead_bg.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	padding: 0px;
	margin: 0;
}
#masthead .content {
	padding: 12px 20px;
}
.logo {
	border:0;
	padding-top:15px;
}

#banner {
	float:left;
	width:319px;
}
#utilities_top {
	float:right;
	background-color:#1A213D;
	margin:0;
	padding:5px 30px 0 0;
}

#utilities_list ul {
	margin:0px;
	
	padding:0;
	white-space: nowrap;
}
#utilities_list li {
	display: inline;
	list-style-type: none;
	margin:0px;
}
#utilities_list a {
	padding: 4px 1px 0px 16px;
	font-family: verdana, arial, sans-serif;
	font-size: 65%;
	font-weight: bold;
	background-color: #1A213D;
	background-image: url(../images/utilities_bullet.gif);
}
#utilities_list a:link, #utilities_list a:visited {
	color: #D3D2D0;
	text-decoration: none;
}

#utilities_list .nobullet {
	padding: 4px 1px 0px 4px;
	background-image: url(../images/nobullet.gif);
	background-color: #1A213D;
}
.clearfloat1 {
	clear:both;
}
/***********************NAVIGATION STYLE*********************************/
#navbar {
	background-color:#024B69;
	padding-left:20px;
	height:26px;
	background-color:#024B69;
	background-image:url(../images/wrapperright.jpg);
	background-position:right;
	background-repeat:repeat-y;
}
ul#navlist {
	margin: 0;
	padding: 0;
	list-style-type: none;
	white-space: nowrap;
}
ul#navlist li {
	float: left;
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin: 0 3px 0px 0;
	padding: 5px 0 5px 0;
	background-color: #01374D;
	border: 1px solid #828383;
	-moz-border-radius: .5em;
	-webkit-border-radius: .5em;
}
#navlist a, #navlist a:link {
	margin: 0;
	padding: 5px 11px 4px 11px;
	color: #FFFFFF;
	text-decoration: none;
}
ul#navlist li#active {
	color: #FFFFFF;
	background-color: #4B5912;
}
#navlist a:hover {
	color: #FFFFFF;
	background-color:#4B5912;
	-moz-border-radius: .5em;
	-webkit-border-radius: .5em;
}
/***********************************************************************/
/***********************************************************************/
#home_center {
	width: 900px;
	background-color:#024B69;
	background-image:url(../images/home_center_bg.gif);
	background-repeat:repeat-y;
	margin-top:20px;
}
#white_top_left {
	background-image:url(../images/top_left.gif);
	background-position: top left;
	background-repeat:no-repeat;
}
#white_top_right {
	background-image:url(../images/top_right.gif);
	background-position: top right;
	background-repeat:no-repeat;
}
/***********************************************************************/
/***********************************************************************/
#left_col {
	width:320px;
	float:left;
	margin:0px 18px;
	background-color:#171D3F;	
}
*html	#left_col {
	width:320px;
	height:393px;
	margin:0px 18px 0px 9px;
	background-color:#171D3F;	
}
#left_image	{
	background-image: url(../images/left_home_image.jpg);
	background-repeat:no-repeat;
	width:320px;
	height:211px;
	z-index:-1;
}
#left_content	{
	width:320px;
}
#left_image_bottom	{
	width:320px;
	height:211px;
}
#left_bottom  {
	width:320px;
}
#left_bottom .content  {
	padding: 16px 16px;
	color:#FFFFFF;
	font-size: 0.8em;
	line-height: 1.2em;
}
#left_bottom h1  {
	color:#FFFFFF;
	font-size: 1.2em;
}
/***********************EVENT BUTTON STYLE*********************************/

ul#eventlist {
	margin: 0;
	padding: 0;
	list-style-type: none;
	white-space: nowrap;
}
ul#eventlist li {
	float: left;
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin: 0 13px 0px 0;
	padding: 5px 0 5px 0;
	background-color: #000000;
	border: 1px solid #828383;
	-moz-border-radius: .5em;
	-webkit-border-radius: .5em;
}
#eventlist a, #eventlist a:link {
	margin: 0;
	padding: 5px 11px 4px 11px;
	color: #FFFFFF;
	text-decoration: none;
}
ul#eventlist li#active {
	color: #FFFFFF;
	background-color: #000000;
}
#eventlist a:hover {
	color: #000000;
	background-color:#FFFFFF;
	-moz-border-radius: .5em;
	-webkit-border-radius: .5em;
}
/***********************************************************************/
/***********************************************************************/
#right_col {
	float:left;
	width:526px;
	background-color:#FFFFFF;
	margin:0px auto;
}

#right_content .content  {
	padding: 16px 16px;
	color:#000000;
	font-size: 0.8em;
	line-height: 1.2em;
}
#right_content ul  {
	margin:10px 15px;
	padding:5px 15px;
	line-height:1.2em;
}
#right_content li  {
	margin:5px 0px;
	padding:5px 5px;
}
/***********************************************************************/
/***********************************************************************/
#sub_content .content  {
	padding: 16px 16px;
	color:#000000;
	font-size: 0.8em;
	line-height: 1.2em;
}
#sub_content ul  {
	margin:10px 15px;
	padding:5px 15px;
	line-height:1.2em;
}
#sub_content li  {
	margin:5px 0px;
	padding:5px 5px;
}

#subcenter {
	width: 900px;
	background-color:#024B69;
	background-image:url(../images/wrapperright.jpg);
	background-position:right;
	background-repeat:repeat-y;
	padding-top:20px;
}
#subcenter_content {
	width:864px;
	background-color:#FFFFFF;
	margin:0px auto;
}

/***********************************************************************/
/***********************************************************************/

#prefooter_home {
	background-image:url(../images/byrnes_home_footer.jpg);
	width:900px;
	height:64px;
}
#prefooter {
	background-image:url(../images/byrnes_footer.jpg);
	width:900px;
	height:64px;
}
#footer {
	color: #999999;
	background-image:url(../images/bg.jpg);
	padding: 0px;
	margin: 0px;
	font-size: 0.7em;
}
#footerlink {
	float:right;
}
#footerlink {
	clear:both;
	padding:0;
	margin:0;
}
#footerlink ul, #footerlink ul li {
	list-style: none;
	margin: 0;
	padding: 0;
}
#footerlink p {
	margin: 0;
	color:#786988;
	padding: 10px 6px 0px 0px;
	font-size:100%;
	text-align:right;
}
#footerlink ul {
	padding: 0;
	text-align: center;
}
#footerlink ul li {
	font-size: 90%;
	display: inline;
	color: #A5A8B1;
	margin-right:.2em;
	margin-left: .2em;
}
#footerlink li {
	padding: 1px 15px 5px 10px;
	border-right: 1px #FFFFFF solid;
}
#footerlink li a {
	margin-right:8px;
	margin-left:5px;
}
#footerlink li.clearBorder {
	border-right:none;
	margin-right:0px;
}
#footerlink ul li.last {
	margin-right: 0;
}
#footerlink ul li a:link {
	color: #FFFFFF;
	padding: 0;
	text-decoration: none;
}
#footerlink ul li a:hover {
	color: #FFFFFF;
	padding: 0;
	text-decoration: none;
}
#footerlink ul li a:visited {
	color: #FFFFFF;
	padding: 0;
	text-decoration: none;
}

/***********************************************************************/
/***********************************************************************/
a:link {
	color: #0000FF;
}
a:visited {
	color: #880088;
}
a:hover {
	color: #0099FF;
}
ul	{
margin:0;
padding:0;
}
p	{
margin:0;
padding:0;
}

h1 {
	color:#1A213D;
	font-size: 1.5em;
	font-weight:bold;
	margin: 10px 0 0 0;
	}
h2 {
	font-size: 1.2em;
	font-weight:bold;
	margin: 20px 0 0 0;
}
h3 {
	font-size: .9em;
	font-weight:bold;
	margin: 20px 0 0 0;
}
h4 {
	font-size: 1.1em;
	margin: 20px 0 0 0;
}
.nomargintop {
	margin-top: 0;
}
.content p {
	margin: 12px 0;
}
.red	{
	color:#FF0000;
	}
.tagline	{
	font-size:10px;
	font-style:italic;
}
.pictureleft	{
	float:left;
	margin-right:10px;
	margin-top:5px;
	}
.pictureright	{
	float:right;
	margin-left:10px;
		margin-top:5px;
	}
.hide	{
	display:none;}