/* BASIC HTML DEFINITIONS */

HTML       {height: 100%; margin-bottom: 1px;}
body       {background: #FFFFFF url(images/background.jpg) repeat-x; color: #000000; font-family: Verdana, Arial, sans-serif; font-size: 75%; margin: 0 0 20px 0;}
table, td  {padding: 0px; margin: 0; border-collapse: collapse; font-size: 100%;}
ul li      {list-style-image: url(images/bullet.gif); font-size: 100%;}
hr         {background-color: #4F6A7B; color: #4F6A7B; height: 1px; width: 100%;}
blockquote {margin-bottom: 0;}
form         {margin: 5px 0 0 0; padding: 0; font-size: 100%;}
.forminput   {background-color: #FFFFFF; color: #000000; border: 1px solid #C0C0C0; padding: 2px; font-size: 100%; font-family: Verdana, Arial, sans-serif; margin: 2px;}
.formbutton  {margin: 3px 0;}

/* HEADING DEFINITIONS */

h1 {
	font-family: Georgia, Times, serif;
	color: #4F6A7B;
	text-align: left;
	font-size: 140%;
	font-weight: bold;
	margin: 10px 0 20px 0;
	text-transform: uppercase;
}
h2 {font-family: "Trebuchet MS", "Comic Sans MS", Arial, sans-serif; color: #B27B21; text-align: left; font-size: 18px; font-weight: normal; margin: 0;}
h3 {font-family: "Trebuchet MS", "Comic Sans MS", Arial, sans-serif; color: #9E4C00; text-align: left; font-size: 18px; font-weight: normal; margin: 0;}
h4 {
	color: #000000;
	text-align: left;
	font-size: 120%;
	font-weight: bold;
	margin: 10px 0;
	padding: 3px;
	border-top: 1px solid #4F6A7B;
	border-right: none;
	border-bottom: none;
	border-left: none;
}
h5 {
	font-size: 110%;
	font-weight: bold;
	color: #4F6A7B;
	margin: 10px 0 10px 0;
	text-transform: uppercase;
	text-align: left;
}
h6 {
	font-size: 150%;
	font-weight: bolder;
	color: #9E4C00;
	text-align: left;
	margin-top: 15px;
	margin-right: 0;
	margin-bottom: 15px;
	margin-left: 0;
	background-color: #EBEBEB;
	background-repeat: repeat;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}

.call {
	font-size: 109%;
	font-weight: bold;
	color: #9E4C00;
	margin: 10px 0 10px 0;
	text-align: left;
}

/* BASIC LINK COLORS */
.hlefthead  {
	font-family: Georgia, Times, serif;
	color: #FFFFFF;
	text-align: left;
	font-size: 150%;
	font-weight: bold;
	margin: 10px 0 20px 0;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	border-bottom-width: thin;
}

A:LINK    {
	color: #9E4C00;
	text-decoration: none;
	font-weight: bold;
	font-size: 102%;
}
A:VISITED {color: #669900; text-decoration: none; font-weight: bold;}
A:HOVER   {color: #3E4D56; text-decoration: underline; font-weight: bold;}
A:ACTIVE  {color: #6B8596; text-decoration: none; font-weight: bold;}

.rollover   {text-align: left; color: #000;}
.rollover a:link    {display: block; width: 220px; padding: 8px 0 8px 30px; font: bold 12px Tahoma; color: #FFF; background: url(images/buttongroup.gif) 0 0 no-repeat}
.rollover a:visited {display: block; width: 220px; padding: 8px 0 8px 30px; font: bold 12px Tahoma; color: #FFF; background: url(images/buttongroup.gif) 0 0 no-repeat}
.rollover a:hover   {padding: 8px 0 8px 30px; width: 220px; background-position: 0 -30px; font: bold 12px Tahoma; color: #EDF3F7; text-decoration: none;}
.rollover a:active  {display: block; width: 220px; padding: 8px 0 8px 30px; font: bold 12px Tahoma; color: #FFF; background: url(images/buttongroup.gif) 0 0 no-repeat}

.header A:LINK    {color: #FFF; text-decoration: none; font-weight: normal;}
.header A:VISITED {color: #FFF; text-decoration: none; font-weight: normal;}
.header A:HOVER   {color: #FFF; text-decoration: underline; font-weight: normal;}
.header A:ACTIVE  {color: #FFF; text-decoration: none; font-weight: normal;}

.footer A:LINK    {color: #FFF; text-decoration: none; font-weight: normal;}
.footer A:VISITED {color: #FFF; text-decoration: none; font-weight: normal;}
.footer A:HOVER   {color: #FFF; text-decoration: underline; font-weight: normal;}
.footer A:ACTIVE  {color: #FFF; text-decoration: none; font-weight: normal;}

/* SPECIAL CLASSES */

.abouthead  {font-family: Georgia, Times, serif; color: #4F6A7B; text-align: left; font-size: 140%; font-weight: bold; margin: 10px 0 20px 0;}
.aboutquote {
	font-family: Georgia, Times, serif;
	color: #4F6A7B;
	text-align: left;
	font-size: 110%;
	font-weight: bold;
	margin: 10px 0 20px 0;
	font-style: italic;
}  
.headsubhead {
	font-family: Georgia, Times, serif;
	color: #4F6A7B;
	text-align: left;
	font-size: 125%;
	font-weight: bold;
	margin: 10px 0 20px 0;
	font-style: normal;
} 
.wrapper   {width: 750px; background-color: #FFFFFF;}
.header    {height: 70px; text-align: right; padding-right: 10px; font-size: 90%; background-image: url(images/logoimage.jpg);}
.navbar    {width: 250px; background: #6B8596; padding: 0;}
.mainimage {width: 500px;}
.sidebar   {width: 250px; background: #EDF3F7; font-size: 90%; vertical-align: top; text-align: left; padding: 0 10px 5px 10px;}
.sidebarbox   {
	width: 230px;
	background: #EDF3F7;
	font-size: 90%;
	vertical-align: top;
	text-align: left;
	padding: 5 10px 5px;
	border-top: double;
	border-right: none;
	border-bottom: double;
	border-left: none;
}
.sidebarhead   {
	width: 250px;
	font-size: 110%;
	vertical-align: top;
	text-align: left;
	padding: 0 10px 10px 0px;
	color: #000000;
	text-decoration: underline;
}
.maintext1 {
    width: 500px; 
    padding: 0 10px 5px 10px; 
    text-align: justify; 
    vertical-align: top; 
    line-height: 19px; 
    border-right: 1px solid #EDF3F7;
}
.maintext2 {
	width: 750px;
	padding: 0 20px 5px 20px;
	text-align: justify;
	vertical-align: top;
	line-height: 18px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #EDF3F7;
	border-right-color: #EDF3F7;
	border-left-color: #EDF3F7;
	border-top-width: 1px;
}
.maintext3 {
	width: 500px;
	padding: 0 10px 5px 0px;
	text-align: justify;
	vertical-align: top;
	line-height: 19px;
	border-right: 1px solid #EDF3F7;
	font-weight: bold;
}
.contacthead {
	width: 500px;
	padding: 0 10px 5px 0px;
	text-align: justify;
	vertical-align: top;
	line-height: 23px;
	border-right: 1px solid #EDF3F7;
	font-weight: bold;
	text-decoration: underline;
}
.catalog   {width: 50%; vertical-align: top; padding: 10px; text-align: center;}
.footer    {background: #6B8596; height: 50px; text-align: center; font-size: 90%; font-weight: normal; color: #FFF; border-top: 2px solid #000; border-bottom: 2px solid #000;}

/* ASSIGN CLASSES TO IMAGES TO PLACE THE BORDER AND ALIGNMENT */

.imageleft   {margin: 3px 10px 2px 0px; float: left; border: 3px double #C0C0C0;}
.imageright  {margin: 3px 0px 2px 10px; float: right; border: 3px double #C0C0C0;}
.imagecenter {
	margin: 0px 5px;
	border: 3px double #C0C0C0;
	text-align: center;
}
.quote {
	line-height: 18px;
	font-weight: bold;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	text-indent: 5pt;
	text-align: center;
	color: #4F6A7B;
	width: 450px;
}
.quoteblack {
	line-height: 18px;
	font-weight: bold;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	text-indent: 5pt;
	text-align: center;
	color: #000000;
	width: 450px;
}
.quotations {
	font-size: 30px;
	font-weight: bold;
	color: #999900;
	font-family: Arial, Helvetica, sans-serif;
}
.notice {
	font-size: 18px;
	text-transform: capitalize;
	color: #FF0000;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	font-weight: bold;
	text-decoration: underline;
}
.headcenter {
	font-size: 115%;
	color: #000000;
	font-weight: bold;
	text-align: center;
}
.quoteitalic {
	font-style: italic;
	font-size: 95%;
}
.quoteright {
	text-align: right;
	font-size: 95%;
}
.quotebold {
	font-weight: bold;
	text-align: left;
	font-size: 88%;
}
.bulletitalic {
	font-style: italic;
}
.times {
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 117%;
	font-weight: bold;
}
.quotecredit {
	font-size: 90%;
	font-weight: normal;
}
.unnderline {
	text-decoration: underline;
	font-weight: bold;
}
a.underline:link {
	color: #9E4C00;
	text-decoration: underline;
	font-weight: bold;
	font-size: 102%;
}
a.underline:hover {
	color: #3E4D56;
	text-decoration: none;
	font-weight: bold;
}
a.underline:visited {
	color: #9E4C00;
	text-decoration: underline;
	font-weight: bold;
	font-size: 102%;
}
#leftBio {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	height: auto;
	width: 95%;
	border: 1px solid #B8C1C7;
	padding-right: 10px;
	padding-left: 10px;
	margin-bottom: 15px;
	text-align: left;
}
#rightBioImg {
	margin-left: 22px;
	float: right;
}

.bioName {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #3A4F5A;
}
#leftBioImg {
	float: left;
	margin-right: 22px;
}
#rightBio {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	height: auto;
	width: 95%;
	border: 1px solid #B8C1C7;
	padding-right: 10px;
	padding-left: 10px;
	margin-bottom: 15px;
	text-align: left;
}
.maintext4 {
	width: 100%;
	text-align: justify;
	vertical-align: top;
	line-height: 18px;
	padding-top: 0;
	padding-bottom: 5px;
	padding-right: 10px;
	padding-left: 10px;
}
