﻿/***********************************************/
/*County of Orangeburg - Magistrate Layout	   */	
/*HTML tag styles                              */
/***********************************************/

html,body
{
	background-color: #98AFC7;
	background-image: url('background.png');
	background-attachment: fixed;
	background-position: center;
	background-repeat: repeat-y; 
	margin: 0;
	padding: 0;
	height: 100%;
}

a:link
{
	font-weight: bold;
	font-family: Verdana;
	font-size: small;
	color: #ffffff;
	text-decoration: none;	
}

a:hover
{
	font-weight: bold;
	font-family: Verdana;
	font-size: small;
	color: white;
	text-decoration: underline;	
}

a:visited
{
	font-weight: bold;
	font-family: Verdana;
	font-size: small;
	color: white;
	/* text-decoration: none; */
}

.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: #98AFC7;
	text-decoration: underline;
}

ul
{
	color: #98AFC7;
	margin: 0px;
	padding-left: 20px;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#border
{
	width: 902px;
	background-color: #000000;
	margin: 0 auto;
}

#maincontainer
{
	width: 900px;
	margin: 0 auto;
	background-color: #ffffff;
}

#topsection
{
	height: 153px;
	background-color: #ffffff;
}

#contentwrapper
{
	float: left;
	width: 100%;
	height: 100%;
}

#contentcolumn
{
	margin-left: 200px; /*Set left margin to LeftColumnWidth*/
	background-color: #ffffff;
	height: 100%;
	left: 0;
	font-family: Verdana;
	font-size: small;
	color: #000000;
}

#leftcolumn
{
	float: left;
	width: 200px; /*Width of left column*/
	height: 100%;
/*	margin-left: -800px; /*Set left margin to -(MainContainerWidth) */
	background: #ffffff;
	line-height: 1.5em;
}

#footer
{
	background-color: black;
	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: 14px;
	font-family: Verdana;
	font-weight: bold;
	color: #98AFC7;
}

.caption
{
	font-size: 10px;
	font-family: Verdana;
	font-weight: bold;
	color: #98AFC7;
}
