@charset "utf-8";

html,body,div,span,applet,object,iframe,
h1,h2,h3,h4,h5,h6,p,blockquote,pre,
a,abbr,acronym,address,big,cite,code,
del,dfn,em,font,img,ins,kbd,q,s,samp,
small,strike,strong,sub,sup,tt,var,
dl,dt,dd,ol,ul,li,
fieldset,form,label,legend,
table,caption,tbody,tfoot,thead,tr,th,td{
	margin:0;
	padding:0;
	font-weight:inherit;
	font-style:inherit;
	font-family:Arial, Helvetica, sans-serif;
	text-align:left;
}

/********************************************************
 Modify the styles below to customize your site's design. 
 ********************************************************/

/* base styles */
body{
text-align:center; /* for centering layouts (remove if not desired) */
font-family:Arial, Helvetica, sans-serif; /* base font */
font-size:12px;                           /* base font-size */
color:#333;
background:#000 url(../images/bg-tile.png) 0 0 repeat-x;
}

#wrap{
/* next 3 styles for centering layouts (remove if not desired) */
text-align:left;
width:800px;
margin:0 auto;
padding:0 50px;
background:url(../images/page-shadows.png) 0 0 repeat-y;
}

/* By only applying the margin to the bottom, spacing between
   these common block-level elements remains consistent and
   headings can be flush with the following content if desired. */
p,ul,ol,table,form,blockquote{
margin-bottom:10px;
}

/* heading styles */
h1,h2,h3,h4,h5,h6{
color:#206788;
font-weight:bold;
}
h1{
font-size:24px;
font-weight:normal;
margin-bottom:10px;
}
h2{
font-size:18px;
font-weight:normal;
text-align:center;
}
h3{
font-size:16px;
}
h4,h5,h6{
text-align:center;
font-size:14px;
margin-bottom:5px;
}
h5{
text-align:left;
}
#location h2{
text-align:left;
}

/* hyperlink styles */
a{
color:#0062e2;
text-decoration:underline;
}
a:hover{
text-decoration:none;
}

/* table styles */
td{
vertical-align:top;
}

/* A class is used for formatting tables so nothing weird happens
   when someone wants to use a table for layout. */
table.dataTable {
border:1px solid #CCCCCC;
border-collapse:collapse;
}
.dataTable caption {
color:#0066CC;
font-size:14px;
font-weight:bold;
}
.dataTable tr{
}
.dataTable th, .dataTable td{
text-align:left;
padding:5px;
}
.dataTable th {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#6D6D6D url(../images/sidenav-header-tile.png) repeat-x scroll 0 0;
color:#FFFFFF;
font-weight:bold;
}
.dataTable td{
border-bottom:1px solid #ccc;
}
.lighter {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#F5F5F5 none repeat scroll 0 0;
}

/* other miscallaneous styles */
address{
font-style:normal;
}
p{
}
strong,b{
font-weight:bold;
}
em,i{
color:#666;
font-style:italic;
}
hr{
height: 0;
border: 0;
border-bottom: 1px solid #ccc;
margin:10px 10px;
}
blockquote{
font-style:italic;
margin:0 20px 10px 20px;
}
img{
display:block;
}

/* common floats used for formatting and images */
.right,.right-wide,.right-narrow{
float:right;
margin:0 0 10px 10px;
}
.right-wide{
width:300px;
}
.right-narrow{
width:100px;
}
.left,.left-wide,.left-narrow{
float:left;
width:200px;
margin:0 10px 10px 0;
}
.left-col{
float:left;
width:180px;
margin:5px 10px 10px 0;
}
.left-wide{
width:300px;
}
.left-narrow{
width:100px;
}
.clear{
clear:both;
}

/* Add any other classes here. */
.center{
text-align:center;
margin-bottom:10px;
}
.list{
margin-left:20px;
}

/* Layout */

/* header */

#logo {
background:#8b8b8b;
height:45px;
overflow:visible;
border-right:15px solid #8b8b8b;
}

#ligonco {
float:right;
margin-top:11px;
width:160px;
}

#logo h1 {
/*float:left;
width:600px;*/
background:url(../images/angle.png) -102px 0 no-repeat;
}
#logo h1 a {
color:#fff;
/*float:none;*/
text-decoration:none;
position:relative;
top:15px;
left:24px;
z-index:1;
}
#logo h1 a:hover {
text-decoration:underline;
}
#logo img {
display:inline;
margin-bottom:-6px;
}

/*
#topnav, #banner, #main, #borderBottom, #footer {
position:relative;
top:-19px;
z-index:0;
}
*/


/* Top Navigation - topnav */

#topnav {
clear:both;
text-align:right;
background:#fff;
padding:14px 0 12px 0;
}
#topnav a {
color:#000;
font-weight:bold;
text-decoration:none;
margin:0 6px;
}
#topnav a:hover {
color:#206788;
}

/* banner */

#banner {
height:150px;
background:#333;
}
#banner span {
color#fff;
visibility:hidden;
}

/* content main */

#main {
width:780px;
color:#333;
background:#fff url(../images/sidenav-tile.png) 0 0 repeat-y;
border:10px solid #fff;
border-width:10px 10px 0 10px;
overflow:auto;
}

#watermark {
zoom:1; /* IE 6/7 has layout */
background:url(../images/watermark2.png) 10px bottom no-repeat;
min-height:300px;
}

#borderBottom {
height:11px;
background:#fff;
}

#borderBottom span {
width:181px;
border-top:1px solid #c2c2c2;
display:block;
margin-left:10px;
}

#content {
background:#fff;
width:575px;
float:right;
}

#content p, #content li {
line-height:1.7em;
}
ul.twoColumnList {
width:280px;
float:left;
}
#content li {
margin-left:22px;
}

.imageBox cite {
color:#666;
font-size:11px;
display:block;
border-top:1px solid #cf3038;
margin-top:3px;
}

/* sidenav subnav leftnav */

#sidenav {
color:#333;
width:181px;
float:left;
}

#sidenav h2 {
color:#fff;
font-size:14px;
font-weight:bold;
padding:8px 0 8px 10px;
background:#6d6d6d url(../images/sidenav-header-tile.png) 0 0 repeat-x;
text-align:left;
}
#sidenav h2 a {
text-align:left;
color:#fff;
}

#sidenav ul {
list-style:none;
margin:5px 0;
}
#sidenav li {
padding:5px 5px 5px 27px;
background:url(../images/plus.png) 10px 8px no-repeat;
}
#sidenav a {
color:#333;
font-weight:bold;
text-decoration:none;
}
#sidenav a:hover {
text-decoration:underline;
}
#sidenav address, #sidenav p {
font-size:12px;
margin:0px 5px 20px 10px;
line-height:1.5em;
}
#side-text{
padding-top:10px;
background:#d2d2d2;
border-bottom:#aaa 1px solid;
border-right:#aaa 1px solid;
border-left:#aaa 1px solid;
border-top:#555 1px solid;
}
#side-text p{
font-size:11px;
}
/* footer */

#footer {
clear:both;
color:#acacac;
font-size:11px;
height:75px;
background:#000 url(../images/footer-tile.png) 0 0 repeat-x;
}
#footer a {
color:#acacac;
text-decoration:none;
}
#footer a:hover {
text-decoration:underline;
}
.footerLeft {
position:relative;
float:left;
margin:6px 0 0 10px;
}
.footerLeft a {
position:absolute;
top:22px;
}
.footerRight {
float:right;
margin:6px 10px 0 0;
}
.blue-text{
color:#206788;
font-weight:bold;
}

/* Captcha Formating */
#recaptcha_switch_audio_btn{
display:none;
}