﻿@import url("../site_map/styles/layout.css");


.divBox
{
    width: 145px;
    height: 28px;
    text-align: center;
    vertical-align:middle;
    font-size:small;
    background-image:url('../images/btn-plastic-052214.png');
    background-repeat: no-repeat;
}
.divBox a
{
    width: 100%;
    height: 100%;
    display: block;
    font-weight:bold;
    padding-top: 6px;
}
.divBoxSelect
{
    width: 145px;
    height: 28px;
    text-align: center;
    font-size:small;
    background-image:url('../images/btn-plastic-select-052914.png');
    background-repeat: no-repeat;
}
.divBoxSelect a
{
    width: 100%;
    height: 100%;
    display: block;
    font-weight:bold;
    padding-top: 6px;
}

.divBoxHorizontal
{
    width: 142px;
    height: 28px;
    text-align: center;
    font-size:small;
    background-image:url('../images/btn-plastic-052214.png');
    background-repeat: no-repeat;
    float: left;
}
.divBoxHorizontal a
{
    width: 100%;
    height: 100%;
    display: block;
    font-weight:bold;
    padding-top: 6px;
}
.divBoxHorizontalSelect
{
    width: 144px;
    height: 28px;
    text-align: center;
    font-size:small;
    background-image:url('../images/btn-plastic-select-052914.png');
    background-repeat: no-repeat;
}
.divBoxHorizontalSelect a
{
    width: 100%;
    height: 100%;
    display: block;
    font-weight:bold;
    padding-top: 6px;
}

.img-center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    border:none;
}

.img-left {
    display: block;
    margin-left: auto;
    margin-right: auto;
    border:none;
}


.red {
	color:red;
}

.blue {
	color:blue;
}

.yellow {
	color:yellow;
}

.green {
	color:green;
}

.xlarge {
	font-size:x-large;
}

.text-medium {
	font-size:medium;
}

.text-large {
	font-size:large;
}


.left {
	text-align:left;
}


/********** PAGE FORMATTING **********/
body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color:blue;
	background-image:url('../images/ss005800600.jpg');
}

/*
li {
	list-style-image:url('../images/check.jpg');
}
*/

#container {
	font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	width: 1010px;
	margin: 0 auto;
	border-style:solid;
	border-color:navy;
	border-width:5px;
	/*background-color:white;*/
}
#header-main {
	width: 1000px;
	margin: 0 auto;
	/*background-color:white;*/
}
#top-menu {
	text-align: middle;
	font-size: 12px;
	font-weight:bold;
	/*background-color:white;*/
	color: white;
	height: 30px;
}
#top-menu td {
	background-image:url('../images/btn-plastic-052214.png');
	background-repeat:no-repeat;
	padding-top:6px;
	padding-bottom:5px;
}
#top-menu a {
	color:white;
	text-decoration:none;
}
#content-main {
	width: 1000px;
	margin: 0 auto;
	overflow:auto;
	/*background-color:white;*/
}
#content-main a {
	text-decoration:underline;
}
#content-main p {
	color:blue;
	font-weight:bold;
	font-size:18px;
}
#navigation {
	width: 145px;
	/*background-color:blue;*/
	color:white;
	/*padding: 5px;*/
	float:left;
}
#navigation td {
	padding-top: 5px;
	padding-bottom: 5px;
	background-repeat:no-repeat;
	height: 17px;
}
#navigation a {
	color: white;
	text-decoration:none;
}

#twitter-container {
	height:90px;
	width:90px;
	background-color:white;
	border-style:solid;
	border-width:2px;
	border-radius:5px;
	border-color:navy;
	display: block;
    margin-left: auto;
    margin-right: auto;
    padding-top:5px;
    padding-left:5px;
    padding-right:5px;
}

#content {
	width: 990px;
	/* if side banner present width: 835px; */
	/* if no side banner present width: 990px; */
	padding:5px;
	/*float: right; */
	/*If side banner present, float:right; */
	/*background-color:white;*/
}
#content a {
	text-decoration:underline;
}
#content-box {
	width: 660px;	
	border:thin blue solid;
}

#announcement {
	width:500px;
	background-color:white;
	border-style:solid;
	border-radius:10px;
	border-color:navy;
	border-width:5px;
	font-family:"Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	margin-top:5px;
	padding:5px;
	text-align:center;
}

#announcement-825 {
	width:815px;
	background-color:white;
	border-style:solid;
	border-radius:10px;
	border-color:navy;
	border-width:5px;
	font-family:"Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	padding:5px;
	text-align:center;
}


#sidebar-left {
	width: 145px;
	float: left;
	/*background-color:blue;*/
	color:blue;
	text-align: center;
	
}
#sidebar-left a {
	color: #33CCFF;
}
#footer-main {
	float:left;
	width: 1000px;
	margin: 0 auto;
}
#footer-category {
	font-size:10px;
	text-align:center;
	color: blue;
	/*background-color:blue;*/
	padding:5px;
	height:250px;
}
#footer-category a {
	text-decoration:underline;
	color: red;
}
#footer {
	color:blue;
	/*background-color:white;*/
	font-size:10px;
}

.footer-center {
	text-align:center;
}

#footer td {
	vertical-align:middle;
}
#footer a {
	color: red;
	text-decoration:underline;
}

#footer p {
	text-align:center;
	font-size:large;
}


