﻿/*************************************
* General html element styling
*************************************/
body
{
	font-family: Verdana, Helvetica, Arial, sans-serif;
	line-height: 125%;
	padding: 0;
	margin: 0;
	background-image: url("pictures/background/floor_plan_3.gif");
	background-repeat: repeat;
}

li
{
	font-size: 11pt;
}

p
{
	font-size: 11pt;
}

h1
{
	font-size: 32pt;
	padding-top: 0.8em;
	padding-bottom: 0.8em;
	border: 1px solid black;
	margin: 0;
	background-image: url("pictures/images/WebLogoNoText.png");
	background-repeat: no-repeat;
}

h2
{
	font-size: large;
	padding-top: 20px;
	border-bottom: 3px solid black;
	margin-bottom:0px;
}

h3
{
	font-size:14px;
	font-weight:normal;
	padding-top: 3px;
	font-weight:normal;
}

h4
{
	font-size: medium;
	padding-top: 10px;
	border-bottom: 2px solid black;
	//color: #FEFFEF;
	padding-left: 0.2em;
	margin-top: 0;
}

h1, h2, h3
{
	background-color: #FF0000;
	color: #FEFFEF;
	padding-left: 0.2em;
	margin-top: 0;
}

ul
{
	margin-top: 15px;
}

.tagline{
	padding-left: 15em;
}
/**************************************
* Div styling
**************************************/
#navigation, #body_content
{
	position: absolute;
}

#navigation, #body_content
{
	top: 107px;
}

#body_content
{
	left: 17%;
	width: 80%;
	background-color: #D5D5D5;
	padding-top: 0;
	background-image: url("pictures/background/house_plan_2.gif");
	background-repeat: repeat;
}

#body_content p
{
	padding-left: 0.6em;
	padding-right: 0.6em;
}
#body_content img
{
	margin-right: 1em;
	margin-left: 0.5em;
}



#navigation
{
	width: 15%;
	background-color: #FEFFEF;
	border: 3px solid black;
	margin-left: 5px;
}
#navigation ul
{
	margin-left: 2em;
	padding-left: 0;
}
#navigation li
{
	font-size: small;
	line-height: 125%;
	list-style: circle;
}
#navigation a:link,
#navigation a:visited,
#navigation a:hover
{
	color: black;
	font-weight: bold;
}

#navigation a:hover
{
	color: #FF0000;
	font-weight: bold;
}





#header
{
	width: 100%;
	/** background-color: #FF0000; */
	/** background-color: transparent; */
	height: 100px;
	background-image: url("pictures/background/banner_background.png");
	background-repeat: repeat;
	
}


#footer
{
	padding-top: 3px;
	padding-bottom: 0;
	
}
#footer p
{
	font-style: italic;
	background-color: #FEFFEF;
	border-top: 3px solid black;
	border-bottom: 3px solid black;
	border-left: 3px solid black;
	border-right: 3px solid black;
	padding-left: 0.2em;
	margin-bottom: 0;
}

#vertack_logo
{
	float: right; 
	border: 0;
	margin-top: 5px;
}
#logo
{
	float: right;
}

#banner_logo
{
	height: 100px;
	margin: auto;
	align: center;
}


/*************************************
*Table styling
**************************************/

/*******************
*The stylings for the product tables
**************/
table#products
{
	border-collapse: collapse;
	align: center;
	margin: auto;
}

table#products th
{
	font-weight: bold;
	text-align: center;
	border-bottom: 3px solid black;
	border-top: 3px solid black;
	font-size: medium;
	padding: 0.2em;
}
table#products td
{
	font-size: small;
	text-align: center;
	padding-top: 2px;
	padding-bottom: 2px;
}
.odd_row
{
	background-color: #FEFFEF;		
}
.even_row
{
	background-color: #C4C4C4;
}
.bottom_row
{
	border-bottom: 3px solid black;
}
.top_row
{
	border-top: 3px solid black;
}
.indent_row
{
	padding-left:20px;
}

/*********************
*The stylings for the personnel table
*********************/
table#personnel
{
	border-collapse: collapse;
	align: center;
	margin: auto;
}
table#personnel td
{
	font-size: small;
	text-align: center;
	padding: 4px;
	
}

/**************************************
*The css class's
**************************************/

/***
* This is used for the div that goes around the embedded google map
*/
.map
{
	text-align: center;
}

/*
* Superscript class, this is used to make text appear as a superscript.
*/
.superscript
{
	vertical-align: super;
	font-size: x-small;
}

/*
* Floats an element to the right
*/
.right
{
	float: right;
}

/*
* Puts a white border around photos to make them look like polariods
*/
.photo
{
	border: 15px solid white;
}



