﻿@import url("layout.css");
body {
	font-family: verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	background-attachment: scroll;
	background-color: #009999;
	background-image: url("../images/mural.jpg");
	background-position: top;
	background-repeat: no-repeat;
}

/**/

#navigation {
	width: 750px;
	margin-right: auto;
	margin-left: auto;
/*	clear: both;
	overflow: hidden;*/
}


.menu:hover {
    font-weight:bolder;
    background-color:##fff;
    color:black;
;
}
.menu:active {
    color:blue;
}

.menu {
    text-decoration:none;
    font-family:verdana;
    border: 1px solid #003333;
    background-color:##009999;
    color:#003333;
    padding:5px;
    font-size: 10pt;
    font-weight:bolder;
    text-align:left;
    text-decoration:none;

}

#selected:hover {
    background-color:#87B0FB;
}

#selected {
    background-color:#87B0FB;
    font-weight:bolder;
    color:black
}

#LIMTitle {
    COLOR:black;
    FONT-FAMILY: verdana;
    FONT-SIZE:22pt;
    text-decoration:none;
}

#LIMSubTitle {
    COLOR:black;
    FONT-FAMILY: verdana;
    FONT-SIZE:10pt;
    FONT-WEIGHT: bolder;
    text-decoration:none;
}

#contactUs {
    FONT-SIZE:10pt;
    FONT-STYLE:italic;
}
#pageTitle {
    TEXT-ALIGN:center;
    HEIGHT:20px;
    BACKGROUND-COLOR:white;
    COLOR:black;
    /*BORDER:1px black solid*/
}
#pageTitle H1 {
    font-size:14pt;
}

.ParagraphTitle {
    COLOR: black;
    FONT-SIZE: 11pt;
    font-weight:bolder;
}

.ParagraphSubTitle {
    COLOR: black;
    FONT-SIZE: 11pt;
}


/**/

#container {
	width: 100%;
	margin-top: 83px;
	border-bottom: 1px solid #358;
	background-color: #FFF;
}
#masthead {
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 15px;
	padding-bottom: 10px; 
}
#page_content {
	width: 740px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;

}
#content {
	position: relative;
	float: left;
	width: 360px;
	padding-top: 7px;
	text-align: left;
}
#sidebar {
	float: right;
	width: 360px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: left;
}
#footer {
	clear: both;
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 5px;
	text-align: left;
}
/* Masthead Styles */
#masthead h1 {
	font-weight: normal;
	color: black;
	text-transform: uppercase;
	display: inline;
}
#masthead h3 {
	bottom: 0;
	font-weight: normal;
	color: black;
	display: inline;
	margin-top: 15px;
	margin-left: 25px;
}
/* Content Styles */
h6 {
	color: black;
}
h5 {
	color: black;
}
h4 {
	color: black;
}
h3 {
	color: black;
}
h2 {
	color: black;
}
#content h1 {
	color: black;
}
#content img {
	padding: 5px;
	border: 1px solid #358;
}
/* Sidebar Styles */
#sidebar p {
	color: #222;
}
#sidebar img {
	float: right;
	margin-bottom: 5px;
	margin-left: 5px;
}
/* Footer Styles */
#footer p {
	font-size: 0.85em;
	color: black;
	margin-top: 10px;
	margin-bottom: 10px;
}
#footer a {
	color: ##003333;
	text-decoration: underline;
}
#footer a:hover {
	color: black;
	text-decoration: none;
}
/* Link Styles */
a {
	color: ##003333;
	text-decoration: underline;
}
a:hover {
	color: #800000;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}