@charset "UTF-8";

/*
---------------------------------------------------------------------
Reset CSS
---------------------------------------------------------------------
*/
html, body, img, div, p, ul, li, a, h1, h2, h3 {

	padding:0px;
	margin: 0px;
	border: none;
}


html { min-height: 100%; margin-bottom: 1px; }
	
/*
---------------------------------------------------------------------
Redefined Tag CSS
---------------------------------------------------------------------
*/

body {
	font-family:"Trebuchet MS",Verdana,Helvetica,Arial,sans-serif !important;
	font-size: 13px;
	color: #161616;
	background-color: #FFF;
	background-image: url(../images/genbg.gif);
	background-repeat: repeat-x;
}



/*
---------------------------------------------------------------------
Page Layout CSS
---------------------------------------------------------------------
*/

#wrapper {
	margin: 0px auto 0px auto;
	width: 1060px;
}

/* Navigation Bar */

#navbar {
	padding: 0px;
	margin: 0px;
    border: none;	
}


#navbar ul{
	cursor: default;
	list-style-type: none;
}

#navbar ul li { display: inline; }


.hoover {
	padding:0px;
	margin: 0px;	
}

/* Leftcol */

#leftcol_page {
	width: 800px;
	float: left;
}


/* Welcome */

#welcome {
	padding-top: 20px;
	padding-left: 23px;
	padding-right: 8px;
	padding-bottom: 12px;
}


/* Rightcol */

#rightcol_page {
	width: 190px;
	height: auto;
	float: right;
	background-color: #1E7297;
	background-image: url(../images/blue_right_memo.png);
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 40px;
	background-position: bottom;
	color: #FFFFFF;
}

/* floatclear */

#floatclear {
	background-color: #fff;
	clear: both;	
}

/* Footer */

#footerwrap {
	background-image: url(../images/footerbg.gif);
	background-repeat: repeat-x;
	clear:both;
	height: 162px;
}

#footer {
	margin: 0 auto;
	text-align: left;
	width: 1060px;
}

#telephoneblock {
	width: 220px;
	height: 50px;
	float: right;
	padding-top: 14px;
	padding-right: 10px;
}
#legalblock {
	width: 400px;
	float: right;
	padding-top: 35px;
	padding-right: 10px;
	text-align: right;
	clear: right;
	color: #a5aeb0;
	font-size: 0.9em;
}

/* search */

#searchblock {
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}

#searchblock input.text {
	border:1px solid #B1B1B1;
	color:#343434;
	font-size:12px;
	height:14px;
	margin-right:5px;
	padding:5px 4px;
	width:195px;
	line-height:1.5em;
}

/*
---------------------------------------------------------------------
Headings
---------------------------------------------------------------------
*/

H1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.6em;
	color: #525252;
	padding-bottom: 10px;
}


/*
---------------------------------------------------------------------
link classes
---------------------------------------------------------------------
*/

a:link {color: #0386a8; text-decoration: none; }
a:visited {color: #0386a8; text-decoration: none; }
a:hover {color: #02a7d2; text-decoration: underline; }
a:active {color: #0386a8; }

a.external:link {color: #0000ff; font-size: 18pt; font-weight: bold; }
a.external:visited {color: #894f7b; font-weight: bold; }
a.external:hover {text-decoration: overline; background-color: #003399; }
a.external:active {color: red; }

/*
---------------------------------------------------------------------
Breadcrumbs
---------------------------------------------------------------------
*/	

#breadcrumbcontainer {
	padding-left: 24px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
}

#breadcrumb
{
    font: 11px Arial, Helvetica, sans-serif;
    background-image:url('../images/bc_bg.png'); 
    background-repeat:repeat-x;
    height:24px;
    line-height:24px;
    color:#9b9b9b;
    border:solid 1px #cacaca;
    width:100%;
    overflow:hidden;
    margin:0px;
    padding:0px;
}
#breadcrumb li 
{
    list-style-type:none;
    float:left;
    padding-left:10px;
}
#breadcrumb a
{
    height:24px;
    display:block;
    background-image:url('../images/bc_separator.png'); 
    background-repeat:no-repeat; 
    background-position:right;
    padding-right: 15px;
    text-decoration: none;
    color:#454545;
}
.bchome
{
    border:none;
    margin: 5px 0px;
}

#breadcrumb a:hover
{
	color:#35acc5;
}


/*
---------------------------------------------------------------------
classes
---------------------------------------------------------------------
*/

.blue {
	color: #0386a8;
}

.telephone {
	font-size: 1.6em;
	color: #7a8d91;
}

.telephonenumber {
	font-size: 2.6em;
	color: #0386a8;
}

.footeradblockfirst {
	
	float: left;
	padding-top: 6px;
	padding-left: 24px;
}

.footeradblock {
	
	float: left;
	padding-top: 6px;
	padding-left: 12px;
}

.floatright {
	float: right;
	padding-left: 7px;
	padding-bottom: 7px;
}
.olstyle {
	list-style-type:lower-alpha;
	padding-left:100px;
}
.hsub {
	color: #000000;
	font-size: 1.1em;
	padding-bottom: 6px;	
}
#rightimage{
	float:right;
	margin:10px;
	width:120px;
	height:150px;
}