/**********************************/
/*      "Original" Style for      */
/*        www.lawbrown.com        */
/*                                */
/*  Finalized April 14, 2009 by   */
/*  MartinoBlum. Minor cxs 3/2010.*/
/*                                */
/* Section 1: Main Format         */
/* Section 2: Element Position    */
/*   A. Misc Content              */
/*   B. Overal Content            */
/*   C. Articles                  */
/*   D. Anchor Links              */
/*   E. Form                      */
/* Section 3: Content Format      */
/* Section 4: Element Format      */
/*   A. Content Window            */
/*   B. Navigation Menu           */
/*   C. News Box                  */
/*   D. Footer                    */
/* Section 5: IE Fixes            */
/**********************************/


/**************************/
/* Section 1: Main Format */
/**************************/
	body {margin-left:0px;
		margin-top:0px;
		background-image:url(../images/gradbg1.jpg);
		background-repeat:repeat-y;
		background-color:#000000;
		font-family:arial;
		color:#003300;}
	img {margin:0px;
		padding:0px;
		border:0px;}
	table {margin-left:auto;
		margin-right:auto;}
	

/********************************/
/* Section 2: Element Position  */
/********************************/
	#leftlogo {position:absolute;}
	#body {position:absolute;
		left:80px;
		margin:0px;
		padding:0px;}
	div#hnav {position:absolute;
		left:112px;
		top:102px;
		z-index:2;}
	div#vnav {position:absolute;
		left:715px;
		top:159px;
		z-index:2;
		width: 170px;}
	div#newsbox {position:absolute;
		left:715px;
		top:320px;}

/*****************************/
/* Section 3: Content Format */
/******************************/
	/* Sect 3.A: Misc Content */
	/**************************/
		div#portraits {padding-top:25px;}
		div.banner {margin-bottom:16px;}
		#homepage {margin-bottom:-5px;}
		#map {float:left;}
	
		div.newspic {float:right;
			margin:15px;
			margin-top:0px;}


	/****************************/
	/* Sect 3.B: Overal Content */
	/****************************/
		#left {float:left;}
		#right {float:right;}
		#center {display:block;
			margin-left:auto;
			margin-right:auto;}
		#ie #center {text-align:center;}
		#titleleft {margin-left:30px; /*<- prevents text wrap & */
			text-align:left;}         /*<-  aligns titles left  */
		#deemph {font-weight:normal;}
		#color1 {color:#cc0000;
			font-weight:bold;}
		#color2 {color:#0000cc;
			font-weight:bold;}
		#required {color:#cc0000;
			font-weight:bold;}
	
		div.content h1 {margin:0px;
			margin-top:10px;
			margin-bottom:20px;
			text-align:center;
			font-size:25px;}
		div.content h2 {margin:0px;
			margin-top:25px;
			text-indent:25px;
			font-size:20px;}
		div.content h3 {text-align:center;
			font-size:18px;}
		div.content p {margin:30px;
			margin-top:10px;
			margin-bottom:10px;
			text-indent:20px;
			font-size:14px;
			text-align:left;}
		div.content a {font-weight:bold;}
		div.content a:link {text-decoration:none;
			color:#003300;}
		div.content a:visited {text-decoration:none;
			color:#003300;}
		div.content a:active {text-decoration:none;
			color:#003300;}
		div.content a:hover {text-decoration:underline;
			color:#003300;}
		div.content ul {margin-left:40px;}
		div.content li {margin:5px;
			font-size:12px;}
		blockquote {position:relative;
			left:25px;
			font-size:12px;
			font-weight:bold;}
		blockquote a:link {text-decoration:none;
			color:#003300;}
		blockquote a:visited {text-decoration:none;
			color:#003300;}
		blockquote a:active {text-decoration:none;
			color:#003300;}
		blockquote a:hover {text-decoration:underline;
			color:#003300;}
	
		div.list {margin:20px;
			margin-left:75px;}
		div.list p {margin:0px;
			text-indent:0px;
			font-size:13px;}
		div.list p#main {text-indent:0px;
			font-size:14px;
			font-weight:bold;}
		div.list p#sub {margin-bottom:10px;
			margin-left:20px;
			font-size:12px;}
		div.list p#note {text-indent:40px;
			font-size:13px;}
		div.list p#relate {margin-top:10px;
			text-indent:15px;
			font-size:12px;}
		div.list p#title {margin-top:10px;
			margin-left:20px;
			font-size:15px;
			font-weight:lighter;}
		div.list p#name {font-weight:bold;}
	
		img.int {margin:15px;
			margin-top:0px;}
		img#break {margin:5px;
			margin-left:0px;}
	
	/**********************/
	/* Sect 3.C: Articles */
	/**********************/
		div.article {margin:10px;
			margin-bottom:25px;
			border-style:solid;
			border-width:1px;
			border-color:#000000;}
		div.article p {font-size:80%;}
	
	/**************************/
	/* Sect 3.D: Anchor Links */
	/**************************/
		div.anchoring {padding-top:5px;}
		div.anchoring p {margin-top:0px;
			margin-bottom:0px;
			text-indent:0px;
			font-size:10px;
			font-weight:bold;}
		div.anchoring  a:link {text-decoration:none;
			color:#0000cc;}
		div.anchoring a:visited {text-decoration:none;
			color:#0000cc;}
		div.anchoring a:active {text-decoration:none;
			color:#0000cc;}
		div.anchoring a:hover {text-decoration:underline;
			color:#0000cc;}
		div#topanch p {text-align:left;}
		div#bottomanch p {text-align:center;
			margin-top:30px;
			margin-bottom:10px;}
	
	/******************/
	/* Sect 3.E: Form */
	/******************/
		div#form {width:90%;
			margin-left:auto;
			margin-right:auto;
			border-style:solid;
			border-width:1px;}
		div#form td {min-width:265px;}
		div#form b {font-size:12px;}
		#req {color:#cc0000;}

/*****************************/
/* Section 4: Element Format */
/********************************/
	/* Sect 4.A: Content Window */
	/****************************/
		div#homecont {width:630px;}
		div#intcont {width:800px;}
		div.content {margin-bottom:40px;
			background-color:#ffffff;}
	
	/*****************************/
	/* Sect 4.B: Navigation Menu */
	/*****************************/
		td#navspace {width:25px;}
		

	/*********************/
	/* Sec 4.C: News Box */
	/*********************/
		div#newsbox {width:165px;
			background:#ffffff;
			text-align:center;
			padding-bottom:-5px;}
		#newsbox p {margin:5px;
			margin-top:10px;
			font-size:12px;
			text-align:left;}
		#newsbox a:link {color:#003300;
			text-decoration:none;}
		#newsbox a:visited {color:#003300;
			text-decoration:none;}
		#newsbox a:active {color:#003300;
			text-decoration:none;}
		#newsbox a:hover {color:#003300;
			text-decoration:underline;}	
		#newsbox ul {margin-left:-25px;}
		#ie #newsbox ul {margin-left:15px;}
	
		#newsbox img {margin:3px;
			margin-bottom:0px;}
		#newsbox ul img {margin-left:-15px;}
		
		img.newspick {float:left;}
		img#newslink {margin-left:auto;
			margin-right:auto;
			margin-top:10px;
			margin-bottom:-3px;}
		#newsbox div.headline {margin:3px;}
	
	/********************/
	/* Sect 4.D: Footer */
	/********************/
		div#footer {margin-top:10px;
			padding-bottom:10px;
			text-align:center;}
		div#footer table {margin-left:auto;
			margin-right:auto;}

/************************/
/* Section 5: IE Fixes  */
/*   Individual fixes   */
/* are noted throughout */
/************************/

	div#ie {position:absolute;}