﻿html
{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	background-image: url('images/bgd-page.png');
	background-position: top left;
	background-repeat: repeat-x;
	background-color: White;
	font-family: Verdana, Arial;
	font-size: 12px;
}

body 
{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	
}

form
{
	
	margin: 0px 0px 0px 0px;
	
}

table
{
	font-size: 12px;
}

img { border: none; }

a,
a:link,
a:active,
a:visited,
a:hover
{
	color: #555555;
	text-decoration: underline;
}

a:hover
{
	text-decoration: none;	
}

h1

{
	margin: 5px 0px 5px 0px;	
	font-style: normal;

font-variant: normal;

font-weight: bold;

font-size: 14px;

line-height: 140%;
color:black;
}

h2
{
	margin: 5px 0px 5px 0px;	
font-style: normal;

font-variant: normal;

font-weight: bold;

font-size: 12px;

line-height: 140%;	
}

hr
{
	border-style: dotted;

border-bottom-width: 1px;

border-top-color: #cccccc;

border-right-color: #cccccc;

border-bottom-color: #cccccc;

border-left-color: #cccccc;

margin-top: 3px;
margin-bottom: 3px;

height: 1px;
}

ul
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;	
}

#wrapper
{
	width:960px;
	margin: 0px auto;	
	padding-top:0px;
}


#header-logo
{
	font-size: 20px;
	margin-bottom: 0px;
	height: 65px;
	width: 75px;
	float:left;
	
	
}

#header-title
{
	font-size: 20px;
	margin-bottom: 0px;
	height: 65px;
	padding-top: 20px;
	width: 350px;
	float:left;
}

#header-telephone
{
	font-size: 20px;
	margin-top: 5px;
	height: 108px;
	width: 202px;
	padding-right: 5px;
	float:right;
	text-align:right;
	background-image: url('images/bgd-telephone.png');
	background-position: top left;
	background-repeat: no-repeat;
	
}

#header
{
	height:210px;
	width:910px;
	
	background-image: url('images/emotionheader.jpg');
	background-position: top left;
	background-repeat: no-repeat;
	color:Black;
	padding-left: 15px;
	padding-right:15px;
}

#menu
{
	/*background-color: Blue;*/
	padding-top: 8px;
	padding-left: 20px;
	height:27px;
	background-image: url('images/bgd-menu.png');
	background-position: top left;
	background-repeat: repeat-x;
	font-size: 16px;
	/*border-left: solid 3px white;
	border-right: solid 3px white;
	border-bottom: solid 3px white;*/
	width: 920px;
}

#menu ul
{
	list-style-type: none;
}

#menu ul li
{
	display: inline-block;
	float:left;	
	margin-right: 20px;
	/*background-image: url('images/bgd-menu-side.png');
	background-position: top left;
	background-repeat: no-repeat;*/
}

#menu ul li a,
#menu ul li a:link,
#menu ul li a:hover,
#menu ul li a:visited,
#menu ul li a:active
{
	color:White;	
	text-decoration: none;
	
}

#menu ul li a:hover
{
	text-decoration: underline;
}



#content
{
	background-color: White;
	width: 900px;
	/*border-left: solid 3px white;
	border-right: solid 3px white;*/
	padding-left: 20px;
	min-height: 500px;
	padding-top: 10px;
	color: #666666;
	padding-right: 20px;
	
}


#footer
{
	width: 930px;
	/*background-image: url('images/bgd-footer.png');
	background-position: top left;
	background-repeat: no-repeat;*/
	background-color:White;
	padding-left: 5px;
	padding-right:5px;
	height: 25px;
	padding-top: 25px;
}

#footer-links
{
	float:left;
	width: 300px;
	height: 25px;
}

#footer-copy
{
	height: 25px;
	
	float:right;
	width: 300px;
	text-align:right;
}

.highlight
{
	background-color: #f1f1f2;
	padding: 10px 10px 10px 10px;
	margin-bottom: 5px;
}

.highlight ul
{
	margin: 5px 0px 5px 0px;	
}

.highlight ul li
{
	margin: 0px 0px 5px 20px;	
	list-style-type: square;
}

.clearer
{
	height:0px;
	overflow:hidden;
	clear:both;	
}


.image-top
{
	border-bottom: 1px solid white; position: absolute; width: 145px; height: 18px; color: white; font-weight: bold; padding-left: 5px; padding-top: 3px;
}

.ContactForm
{
	border-collapse: collapse;
	
}

.ContactForm tr th
{
	text-align:right;	
	vertical-align: top;
}
.ContactForm tr td
{
text-align:left;	
vertical-align: top;
}

.Button
{
	border : solid 1px #8a8b85;
	color: #8a8b85;
}

.TextBox
{
	width: 223px;
}