﻿/***********************************************/
/*County of Orangeburg - Planning Layout	   */	
/*HTML tag styles                              */
/***********************************************/

html,body
{
	background-color: #c8c8c8;
	background-image: url('background.png');
	background-attachment: fixed;
	background-position: center;
	background-repeat: repeat-y;
	margin: 0;
	padding: 0;
	height: 100%;
	font-family: Verdana;
	font-size: small;
	color: #000000;
}

a:link
{
	font-weight: bold;
	font-family: Verdana;
	font-size: small;
	/* color: #3c3c70; */
	color: #3c3c70;
	text-decoration: none;	
}

a:hover
{
	font-weight: bold;
	font-family: Verdana;
	font-size: small;
	color: #3c3c70;
	text-decoration: underline;	
}

a:visited
{
	font-weight: bold;
	font-family: Verdana;
	font-size: small;
	color: #3c3c70;
	text-decoration: inherit;
}

.listlink a
{
	display: block;
	font-weight: bold;
	font-family: Verdana;
	font-size: 14px;
	text-align: left;
	color: #ffffff;
	background-color: #000040;
	text-decoration: none;
	padding: 3px;
}

.listlink a:hover
{
	display: block;
	font-weight: bold;
	font-family: Verdana;
	font-size: 14px;
	color: #000040;
	background-color: #c8c8c8;
	text-decoration: none;
	padding: 3px;
}

.bodylink a:link
{
	font-weight: bold;
	font-family: Verdana;
	font-size: small;
	color: #98AFC7;
	text-decoration: underline;
}

.footerlink a
{
	font-weight: bold;
	font-family: Verdana;
	font-size: small;
	color: #71a0b3;
	text-decoration: underline;
}

ul.links
{
	list-style-image: url('bullet.png');
	/* color: #71a0b3; */
	margin: 0px;
	padding-left: 18px;
}

ul.ords
{
	list-style: square;
	margin: 0px;
	padding-left: 15px;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#border
{
	width: 904px;
	background-color: #000040;
	margin: 0 auto;
}

#maincontainer
{
	width: 900px;
	margin: 0 auto;
	background-color: #ffffff;
}

#topsection
{
	height: 153px;
	/* margin: 0 auto; */
	text-align: center;
	/* display: block; */
	/* background-color: #ffffff; */
}

#contentwrapper
{
	float: left;
	width: 100%;
	height: 100%;
	background-color: #ffffff;
}

#contentcolumn
{
	margin-left: 200px; /*Set left margin to LeftColumnWidth*/
	background-color: #ffffff;
	height: 100%;
	left: 0;
	padding-left: 15px;
	padding-right: 5px;
	font-family: Verdana;
	font-size: small;
	color: #000000;
}

#leftcolumn
{
	float: left;
	width: 200px; /*Width of left column*/
	height: 100%;
	font-family: Verdana;
	font-size: small;
/*	margin-left: -800px; /*Set left margin to -(MainContainerWidth) */
	background-color: #ffffff;
	/* line-height: 1.5em; */
}

#links
{
	background: #000040;
}

#footer
{
	background-color: #000040;
	width: 900px;
	font-family: Verdana;
	font-size: small;
	text-align: center;
	color: white;
}

/***********************************************/
/* Style Divs                                  */
/***********************************************/

.innertubeLeft
{
	margin: 0px; /*Margins for inner DIV inside each column (to provide padding)*/
	padding: 0px;
	line-height: 1.2em;
	background-color: #1713ba;
}

.innertubeMain
{
	margin: 0px; /*Margins for inner DIV inside each column (to provide padding)*/
	padding: 5px;
	line-height: 1.2em;
	background-color: #ffffff;
}

.style1
{
	font-size: 10px;
	font-family: Verdana;
	color: #000000;
}

.headers
{
	font-size: 16px;
	font-family: Verdana;
	font-weight: bold;
	color: #3c3c70;
}

.sub-headers
{
	font-size: 14px;
	font-family: Verdana;
	font-weight: bold;
	color: #3c3c70;
}

.division
{
	font-size: 14px;
	font-family: Verdana;
	font-weight: bold;
	color: #3c3c70;
}

.caption
{
	font-size: 10px;
	font-family: Verdana;
	font-weight: bold;
	color: #3c3c70;
}
