#button {
    font-size: 18px;
    text-decoration: none;
    display: block;
    background: #0078c1 url(../resources/bkgrnd_blue.jpg) 0 -1px repeat-x;
    border: 1px solid #004e6a;
    margin: 18px auto;
    width: 230px;
    padding: 10px 0;
    border-radius: 5px;
}
#button:visited {color: #0078c1;}

/* Background color */
body, #left-info, #main {background: #f6f6f6;}

.border {
    border: solid #ccc 1px;
    padding: 12px 20px;
    border-radius: 5px 5px 5px 5px;
}
.line {
    font-size: 12pt;
    line-height: 1.45;
}
#main-container {
	text-align:left;
    width: 950px;
    margin: 24px auto;
    position: relative;
}
#header {
	min-height:150px;
}
#inner-header {
	padding:18px 18px 0;
	overflow:auto !important;
}
.inner-header-content #map, .inner-header-content .lcol-map img {
    border:1px solid #beb6b0 !important;
    width:200px;
    height:200px;
}
.inner-header-content {
    margin-bottom: 18px;
    overflow: hidden;
}
#main-outer {
	overflow:auto !important; /*overrides rte and fixes columns not lining up issue */
}
#main-sub-outer {
    background-color:none;
    float: left;
    width: 320px;
    margin: 18px;
    margin: 0 18px 18px;
}
#left-info {
    color:#333;
    position:relative;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border-radius:5px;
    padding: 10px;
}
#left-info .gen-info a {
    color:#0078C1;
}
#left-info .gen-info a:hover, #left-info .gen-info a:visited {
    color:#0078C1;
}
#left-info h3 {
    color:#0078c1;
}
#main {
    margin: 18px 18px 18px 356px;
}
#left-info div:last-child, #main div:last-child {
    margin-bottom: 0;
}
#left-info div:last-child .inner-header-content, #main div:last-child .inner-header-content {
    margin-bottom: 0 !important;
}

h1, h3 { color:#3c3c3c;}

h1 {font-size:26px; line-height: 31px;}

a, a:visited {color:#0078c1;}

a:hover {opacity: .8;}


/****  Shared theme styles  ****/
body {
	text-align:center;
	font: 12px/1.45 Arial, Helvetica, sans-serif;
	color:#000;
}

ol, ul {
	list-style: disc outside;
	margin:18px 0 18px 18px;
}

ol { list-style:decimal; }

img { border:0; }

a {
	color:#000097;
	text-decoration:underline;
}
a:visited {text-decoration:underline;}
a:hover { text-decoration:none; }

p { margin:0 0 18px; }

select {max-width: 80%;}

#main-container #main {
    float: none !important;
    margin: 0 0 0 356px !important;
    width: auto !important;
}