body {
	background-color: #0066FF;
	background-image: url(../../../assets/bg.png);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin-top: 0px;
	max-width: 1400px;
	min-width: 800px;
	text-align: center;
	color: #000000;
}

#website {
	background-color: #8d9bbe;
	background-image: url(../../../assets/Uploads/bg2.png);
	background-repeat: repeat-x;
	border-bottom: 2px #6a779a solid;
	border-left: 2px #6a779a solid;
	border-right: 2px #6a779a solid;
	margin: 0 auto;
	padding: 0px;
	text-align: left;
	width: 80%;
	-moz-border-radius-bottomleft: 8px;
	-moz-border-radius-bottomright: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
}

#logo {
	text-align: center;
}

#navigation {
	background-color: #c2cada;
	color: #000000;
	font-size: 14px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
	width: 90%;
	margin: 0 auto;
	margin-bottom: 10px;
}

#navigation ul, #navigation ul li {
     list-style: none;
     margin: 0;
     padding: 0;
 }

 #navigation ul {
     text-align: center;
 }

 #navigation ul li {
     display: inline;
     margin-right: .75em;
 }

 #navigation ul li.last {
     margin-right: 0;
 }
 
 #navigation li.current {
	text-decoration: underline;
 }
 
 #navigation a {
	color:#333;
	font-weight:bold;
	font-size:1.1em;
	line-height:1.6em;
	text-decoration:none;
 }





#footer {
	border-top: 1px #8d9bbe solid;
	font-size: 12px;
	margin: 0 auto;
	margin-top: 10px;
	padding: 5px;
	text-align: center;
	width: 50%;
}

#container {
	background-color: #c2cada;
	margin: 0 auto;
	padding: 0px;
	width: 90%;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
}

#home_left {
	float: left;
	padding: 3px 5px 3px 8px;
	width: 58%;
}

#home_right {
	float: right;
	width: 40%;
}

.directory_right {
	float: left;
	padding: 3px 5px 3px 8px;
	width: 58%;
        margin-top: 8px;
}

.left_panel {
    background-color: #a2abbe;
    float: left;
    margin-top: 8px;
    padding: 3px 3px 3px 3px;
    text-align: center;
    width: 38%;
    -moz-border-radius-topright: 10px;
    -moz-border-radius-bottomright: 10px;
    -webkit-border-top-right-radius: 10px;
-webkit-border-bottom-right-radius: 10px;
}

.left_panel a {
	text-decoration: none;
}

.left_panel .current {
	text-decoration: underline;
 }
 
 .right_panel .current {
	text-decoration: underline;
 }


.right_panel {
	background-color: #a2abbe;
	float: right;
	margin-top: 8px;
	padding: 3px 3px 3px 3px;
	text-align: center;
	width: 38%;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
}

.right_bubble {
	background-color: #a2abbe;
	float: right;
	margin-top: 8px;
	padding: 3px 3px 3px 3px;
	text-align: center;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
}


/* LISTS */
ul#directory_list li {
	margin-bottom: 5px;
}

.specialty_lists a {
    text-decoration: none;
}

table.directory {
    border-bottom: 1px #8d9bbe solid;
    margin-top: 5px;
    padding-bottom: 5px;
}
.second p {
	display: none;
	height: 1px !important;
}

td hr {
    color: #8d9bbe;
    line-height: 1px;
    width: 80%;
}

.special_item {
	display: none;
}

.green {
    color: #004d00;
}


p {
	margin: 10px 5px 10px 5px;
}

a {
	color:#333;
		font-weight:bold;
		font-size:1.1em;
		line-height:1.6em;
		text-decoration:underline;
}

h1 {
	font-size: 18px;
	margin: 3px;
}

h2 {
	font-size: 15px;
	margin: 1px;
}

.bold {
	font-weight: bold;
}

.cloud {
	background-color: #a2abbe;
	margin-bottom: 8px;
	padding: 3px 3px 3px 3px;
	text-align: center;
	-moz-border-radius: 5px;
        width: 60px;
}

#content { padding: 10px; }

.cloud a {
    text-decoration: none;
}

.break {
	clear: both;
}

.links_page a {
	text-decoration: none;
}
