﻿/* -------------------------------------
/*  Browser Reset
/* -------------------------------------*/

p, div, h1, h2, h3, h4, ul, li, form, input, select, option {
	margin: 0;
	padding: 0;
}

img {
	margin: 0;
	padding: 0;
	border: 0;
}

ul {
	list-style: none;
}

a {
	outline: 0;
}

.alert {
 font-weight: bold;
 color: #990000;
}

/* -------------------------------------*/

body {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif, Tahoma;
    font-size: 10pt;
    font-weight: normal;
    margin: 0px;
    padding: 0px;
    margin-top: 10px;
    background-color: #e9e9e9;
    letter-spacing: 1.5%;
    color: #333333;
}

a, a:link, a:visited, a:active {
	color: #993399;
}

.dkpurple {
     background-color: #993399;
     color:#ffffff;
     font-variant:small-caps;
     font-weight:bold;
}

img {border:0px;}

hr {
    border: none;
    border-top: dotted 1px #999999;
}

a:hover {	
	color: #e543d0;
	text-decoration:none;
}

li 
{
    padding-bottom:5px;
}

ul {
 margin-left:0px;
 padding-left:15px;   
}

p {
    margin-top:0px;
    margin-bottom:10px;
}

h1 {
    font-size: 13pt;
    font-variant:small-caps;
    padding:0px;
    margin:0px;
    
}

h2 {
    font-size: 12pt;
    padding:0px;
    margin:0px;
}

ul {
	list-style: circle;
	padding:10px;
}

.highlight 
{
    font-weight:bold;
    font-style:italic;
   
}

#testimonial, #testimonial_top
{
    float:left;
    color:#333;
    padding:8px;
    width:300px;
    margin:420px 10px 10px 20px;
    border:solid 1px #666;
     background-image: url(../images/testimonial.png);
    background-repeat:repeat;
}

#testimonial_top 
{
    margin-top:50px;
}

#quote 
{
     background-image: url(../images/quote.png);
    background-repeat:no-repeat;
    width:368px;
    height:119px;
    padding-bottom:10px;
}

#quote p 
{
    color:#fff;
    font-size:10.5pt;
    padding:7px 25px 10px 35px;
    height: 66px;
}

#container {
    width:800px;
    text-align: center;
    margin:auto;
    background-color: #ffffff;
}

#content {
    text-align:left;
    border-top: solid 1px #666666;
    border-bottom: solid 1px #666666;
    padding-bottom:20px;
    background-image: url(../images/back3.jpg);
    background-position: top left;
    background-repeat: no-repeat;  
}

#text, #text2 {width:365px;padding:20px;
    
    float:right;}
  #flash {float:left;background:url(/images/loading.gif) no-repeat 50% 50%;}  
#flash  img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
 
#menu 
{
    float:left;
    padding-top:95px;

}
#menu ul {
list-style-type: none;
    width: 563px;
}

#menu li {
    display:inline;
    width:105px;
    padding-right:12px;
    font-weight: bold;
    font-variant:small-caps;
}

#menu a, #menu a:link, #menu a:visited, #menu a:active, #menu a:hover {

	height:26px;
	text-align: right;	
	padding-left:10px;
	color: #333333;
	font-weight: bold;
	text-decoration:none;
}

#menu a:hover {
	color: #e543d0;
}

#logo {float:left;}

#header {
    height:128px;
    background-color: #e9e9e9;
    text-align:left;
}

#footer {
    background-color: #e9e9e9;
}

#footermenu {
    font-size:0.8em;
    text-align:right;
}





