/* BASIC SETUP */

* {
	padding: 0;
	margin: 0;
}

html, body {
	height: 100%;
}

body {
	font-size: 76.2%;
	font-family: Arial, Helvetia, "sans-serif";
	background: #252525;	
}

a {
	color: #00c;
}
a:active {
	color: #f00;
}
a:visited {
	color: #006;
}

img {
	border: none;
}

ul {
	margin: 10px 10px 10px 30px;
}

/* MENU */


#menu-bar a {
	padding: 0px;
	margin: 0px;
	text-decoration: none;
	color: #153f5d;
	font-weight: bold;
	font-size: 1.2em;
}
#menu-bar a:hover {
	color: #000;
}

#menu-bar td {
	text-align: center;
}



/* COLUMNS */


#homepage #left-column {
	vertical-align: top;
	background: #4A4A4A;
	text-align: left;
}
#homepage #right-column {
	vertical-align: top;
	padding-top: 5px;
	background: #4A4A4A;
	text-align: left;
}
#contentpage #left-column {
	vertical-align: top;
	background-color: #fff;	
	text-align: left;
}
#contentpage #left-column h1 {
	margin: 12px 20px 10px 10px;
	font-size: 1.6em;
	color: #000;
	font-weight: bold;
	text-align: left;
}
#contentpage #left-column p {
	line-height: 1.5em;
	font-size: 1.1em;
	margin: 10px 20px 10px 10px;
	color: #000;
	text-align: left;
}
#contentpage #right-column {
	vertical-align: top;
	background-color: #BD0000;
	text-align: left;
}


/* CONTENT CONTAINERS */

.text-box {
	margin: 7px 25px 10px 10px;
	border: solid 1px #fff;
	background: #ECECEC url('../images/textbox_bg.jpg') repeat-x top left;
}

#text-lp {
	margin: 0px 0px 0px 0px;
	width: 748px;
	height: 75px;
	background: #ECECEC url('../images/pfg_logo.jpg') repeat-x top left;
}

#text-lp a {
	margin: 0px 0px 0px 0px;
	padding-left: 160px;
	padding-top: 15px;
	width: 590px;
	height: 75px;
	display: block;
	text-decoration: none;
}

.text-box h1 {
	margin: 10px;
	font-size: 1.6em;
	color: #0C00B0;
	font-weight: bold;
}
.text-box p {
	line-height: 1.5em;
	font-size: 1.1em;
	margin: 10px;
	color: #000;
}

.interest-box-container {
	vertical-align: top;
}

.interest-box {
	background: transparent url('../images/interest_hr.jpg') no-repeat bottom left;
}
.interest-box-0, .interest-box {
	width: 475px;
	padding-bottom: 10px;
	padding-top: 5px;
}
.interest-box-0 h1, .interest-box h1 {
	margin: 10px 10px 5px 10px;
	font-size: 2.2em;
	font-weight: normal;
	font-family: Arial, Helvetica, "sans-serif";
	color: #f00;
}
.interest-box-0 p, .interest-box p {
	margin: 5px 10px 5px 10px;
	color: #fff;
	font-size: 1.2em;
}
.interest-box-0 a, .interest-box a, .interest-box-0 a:visited, .interest-box a:visited {
	color: #7088ff;
	font-weight: bold;
}

.topic-box {
	width: 226px;
	border: solid 3px #000;
	background-color: #252525;
	color: #fff;
	margin-bottom: 10px;
}
.topic-box h1 {
	color: #7088ff;
	font-weight: bold;
	font-size: 1.4em;
	margin: 10px;
}
.topic-box p {
	color: #fff;
	font-size: 1.1em;
	margin: 10px;
}
.topic-box a, .topic-box a:active, .topic-box a:visited {
	color: #fff;
	font-weight: bold;
}
#contentpage .topic-box {
	margin-top: 7px;
}
#contentpage .topic-box h1 {
	color: #fff;
}

#bluepane {
	padding-top: 7px;
	background: #060617 url('../images/bluepane_bg.jpg') repeat-y top left;
}
#bluepane h1 {
	color: #7088ff;
	font-weight: bold;
	font-size: 1.4em;
	margin: 12px 25px 6px 25px;
}
#bluepane p {
	color: #fff;
	font-size: 1.1em;
	margin: 6px 25px 6px 25px;
}
#bluepane-bottom {
	background: transparent url('../images/bluepane_bottom.jpg') no-repeat;
	width: 250px;
	height: 60px;
}
#bluepane a, #bluepane a:active, #bluepane a:visited {
	color: #fff;
	font-weight: bold;
}
#bluepane .hr {
	width: 100%;
	background: transparent url('../images/bluepane_hr.gif') no-repeat top right;
	height: 4px;
}

.testimonial-box {
	margin-bottom: 25px;
}
.testimonial-box p {
	font-style: italic;
}
.testimonial-box h3 {
	text-align: right;
	font-size: 1.2em;
	font-weight: bold;
	margin: 10px 20px 10px 10px;
}
#sitemap-wrapper
{
    background-color: #252525;
    border: solid 1px #636363;
    color: #636363;
    width: 998px;
    text-align: left;
}

#sitemap-wrapper a, #bluepane a:active, #bluepane a:visited
{
	color: #fff;
}

#sitemap1
{
    float: left;
    padding: 17px;
}

#sitemap2
{
    float: left;
    padding: 17px;
}

#sitemap3
{
    float: left;
    padding: 17px;
}

#sitemap4
{
    float: left;
    padding: 17px;
}

#footer
{
    margin-left: auto;
    margin-right: auto;
    text-align: right;
    padding: 5px;
}

#oiam_button {
    color: #515151;
    font-size: 11px;                
    text-align: center;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    width: 200px;            
}

#oiam_button a { color: #515151; text-decoration: none; }

#photo_gallery { margin: 12px 20px 10px 10px; min-height: 400px; }
#photo_gallery h1 { margin-left: 0px !important; }

#photo_gallery #gallery_list a 
{
	color: #3B74C8;
	display: block;
	font-size: 13px;
	font-weight: bold;	
	padding: 3px;
	text-decoration: none;
}

#photo_gallery #gallery_list a:hover 
{
	color: #BCBCBC;
}


