/* Harris Insurance Website                        **

** Author: Dack Phillips                           **

** Date: 09/14/2K5                                 */



/* Main HTML Tag Styles */



HTML

{

    scrollbar-face-color: #D40A13;

    scrollbar-highlight-color: #FFFFFF;

    scrollbar-shadow-color: #440000;

    scrollbar-3dlight-color: #FF9999;

    scrollbar-arrow-color: #FFFFFF;

    scrollbar-track-color: #D40A13;

    scrollbar-darkshadow-color: #000000;

    scrollbar-base-color: #D40A13;

}



/* Set Standard Padding/Margin Heights & Width */ 



*

{

    padding: 0px;

    margin: 0px;

}



BLOCKQUOTE, FORM, LABEL, UL, OL, DL, ADDRESS

{

    margin: 20px 0px;

}



LI, DD, BLOCKQUOTE

{

    margin-left: 40px;

}



FIELDSET

{

	margin:20px 0;

    padding: 10px;

}



BODY 

{

    background-color: #D40A13;

    background-image: url('../images/background.gif');

    background-attachment: fixed;

    font-family: Times News Roman, Times, Garamond, serif; 

    font-size: 12pt;

    color: #000000;

    font-weight: normal; 

	text-decoration: none;

	margin: 0px;

	padding: 5px;

}



P 

{

	font-family: Times News Roman, Times, Garamond, serif; 

	font-size: 12pt; 

	font-weight: normal; 

	color: #000000; 

	text-decoration: none;

	margin: 20px 0px;

}



PRE 

{

	font-family: Times News Roman, Times, Garamond, serif; 

	font-size: 12pt; 

	font-weight: normal; 

	color: #000000; 

	text-decoration: none;

	margin: 20px 0px; 

}



B 

{

	font-family: Times News Roman, Times, Garamond, serif; 

	font-size: 12pt; 

	font-weight: bold; 

	color: #000000; 

	text-decoration: none;

}



H3 

{

    font-size : 16pt; 

    font-family: Times News Roman, Times, Garamond, serif; 

    color : #D40A13;

    text-align: center;

    margin: 20px 0px;

}



H2 

{

    font-size : 18pt; 

    font-family: Times News Roman, Times, Garamond, serif; 

    color : #D40A13; 

    text-align: center;

    margin: 20px 0px;

}



H1 

{

    font-size : 32pt; 

    font-family: Arial Black, Arial; 

    color : #FFFFFF;

    text-align: center;

    margin: 20px 0px;

} 



SELECT 

{

    background-color : #800000;

    color : #FFFFFF; 

    font-size : 12pt; 

    font-family: Times News Roman, Times, Garamond, serif; 

    scrollbar-face-color: #D40A13;

    scrollbar-highlight-color: #FFFFFF;

    scrollbar-shadow-color: #440000;

    scrollbar-3dlight-color: #FF9999;

    scrollbar-arrow-color: #FFFFFF;

    scrollbar-track-color: #AA0000;

    scrollbar-darkshadow-color: #000000;

    scrollbar-base-color: #800000;

}



INPUT 

{

    background-color : #800000;

    color : #FFFFFF; 

    font-size : 12pt; 

    font-family: Times News Roman, Times, Garamond, serif; 

}



TEXTAREA 

{

    background-color : #800000;

    color : #FFFFFF; 

    font-size : 12pt; 

    font-family: Times News Roman, Times, Garamond, serif;

    scrollbar-face-color: #D40A13;

    scrollbar-highlight-color: #FFFFFF;

    scrollbar-shadow-color: #440000;

    scrollbar-3dlight-color: #FF9999;

    scrollbar-arrow-color: #FFFFFF;

    scrollbar-track-color: #AA0000;

    scrollbar-darkshadow-color: #000000;

    scrollbar-base-color: #800000;

}



A:link

{

    color : #D40A13;

    text-decoration: underline;

}



A:visited

{

    color : #990000;

    text-decoration: underline;

}



A:hover

{

    color : #800000;

    text-decoration: underline;

}



A:active

{

    color : #666666;

    text-decoration: underline;

}



/* Classes */



.copy

{

	font-family: Times News Roman, Times, Garamond, serif; 

	font-size: 10pt; 

	color: #FFFFFF;

	background-color: #D40A13;

	text-decoration: none;

	text-align: center;

}



.red

{

	color: #D40A13;

}



.Address

{

	font-size: 10pt;

}



A.white

{

	color : #FFFFFF;

}



/* IDs */



#Wrapper

{

	margin-left: auto;

	margin-right: auto;

	width: 750px;

}



#Banner

{

	background-image: url('../images/topbar.gif');

	background-repeat: no-repeat;

	width: 750px;

	height: 118px;

}



#Inner

{

		background-image: url('../images/sidebarmiddle.gif');

		background-repeat: repeat-y;

		background-color: #FFFFFF;

		width: 750px;

}



#NavBar

{

		width: 100px;

		margin: 0px; 

		float: left;

}



#NavBar LI 

{

	font-size: 10pt; 

	background-image: url('../images/buttons.gif'); 

	margin: 0px; 

	width: 100px; 

	line-height: 30px; 

	background-repeat: no-repeat; 

	font-family: Times News Roman, Times, Garamond, serif; 

	list-style-type: none; 

	height: 30px; 

	text-align: center;

}



#NavBar LI A 

{

	display: block; 

	width: 100px; 

	color: #FFFFFF; 

	height: 30px; 

	text-decoration: none;

}



#NavBar LI A:link 

{

	background-position: 0px 0px; 

	background-image: url('../images/buttons.gif'); 

	color: #FFFFFF;

	font-weight: 700;

}



#NavBar LI A:visited 

{

	background-position: 0px 0px; 

	background-image: url('../images/buttons.gif'); 

	color: #FFFFFF;

	font-weight: 700;

}



#NavBar LI A:hover 

{

	background-position: 0px -31px; 

	background-image: url('../images/buttons.gif'); 

	color: #FFFFFF;

	font-weight: 900;

}



#NavBar LI A:active 

{

	background-position: 0px -62px; 

	background-image: url('../images/buttons.gif'); 

	color: #000000;

	font-weight: 900;

}



#PicBar

{

		width: 650px;

		height: 90px;

		float: left;

		text-align: center;

}



#Content

{

		width: 650px;

		float: right;

		text-align: center;

}



#text

{

	width: 600px;

	text-align: justify;

	margin-left: auto;

	margin-right: auto;

	background-image: url('../images/watermark.jpg');

	background-repeat: no-repeat;

	background-position: center;

}



#PicWrapper

{

		width: 650px;

		float: right;

		text-align: center;

}



#PicBar2

{

	width: 600px;

	text-align: justify;

	margin-left: auto;

	margin-right: auto;

}



#NavBarBottom

{

		background-image: url('../images/sidebarbottom.gif');

		background-repeat: no-repeat;

		background-position: left top;

		background-color: #FFFFFF;

		height: 105px;

		clear: both;

}



#CopyRight

{

		background-color: #D40A13;

		text-align: center;

		width: 750px;

}