/*========GENERAL=================*/

*
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1.4em;
	margin: 0px;
	padding: 0px;
	color: #304269;
}


a
{
	text-decoration: none;
	color: #f26101;
	font-weight: bold;
}

a:hover
{
	text-decoration: underline;
}

a:visited
{
	
}

img
{
	border: 0px;
	margin: 0px;
}

/*=========Layout==============*/

html
{
	height: 100%;
	font-size: 0.8em;
}

body
{
	background-image: url(../images/bg.gif);
	background-repeat: repeat-x;
	background-color:#FFFFFF;
	height: 100%;
	font-size: 0.9em;
	text-align: center;
}

#container{
  width: 1000px;
	height: auto;
	margin: 0px auto 0px auto;
}

#header{
  background-image: url(../images/headerBg.jpg);
	height: 350px;
}

#logoLink{
  float: left;
}

#tagline{
  color: #FFFFFF;
	clear: both;
}

#testimonial{
  float: right;
	font-weight: bold;
	width: 300px;
	font-size: 1em;
	margin: 65px 65px 0px 0px;
}

span{
  font-style: italic;
	font-weight: normal;
	font-size: 0.8em;
}

#leftColumn{
    width: 280px;
	height: auto;
	float: left;
	background-image: url(../images/leftBg.jpg);
	background-repeat: repeat-y;
	margin: 0px 10px 20px 50px;
	text-align: left;
	padding: 10px;
	border-bottom: solid 1px #d9e8f5;
}

#leftFooter{
    width: 300px;
    height: 14px;
    clear: both;
    /*float: left;*/
    background-image: url(../images/leftFoot.jpg);
    margin: 0px 10px 0px 50px;
}

.contactFormDiv
{
    border-bottom: solid 1px #d9e8f5;
	width: 100%;
	height: auto;
	margin: 5px 0px 0px 0px;
	padding: 10px 0px 10px 0px;
}

.contactBox, .contactCommentsBox
{
    width: 260px;
    color: #304269;
    border: solid 1px #304269;
}

h1,h2, h4{
	font-size: 1.2em;
}

h3
{
    color: #f26101;
}

.info, .info b, .label
{
    color: #304269;
    font-style: normal;
    font-size: 1em;
}

#rightColumn{
    text-align: justify;
	float: right;
	width: 610px;
	height: auto;
    padding: 10px 25px 0px 0px;
	margin: 0px 5px 20px 0px;
}

#footer
{
    clear: both;
    text-align: center;
	font-size: 0.9em;
    background-color: #ecf5fd;
    border: solid 1px #d9e8f5;
    padding: 0px 0px 0px 0px;
	width: 800px;
	margin: 20px auto 0px auto;
}

#contentExpander
{
    clear: both;
    width: 100%;
    height: auto;
    padding: 10px;
    margin: 0px 0px 20px 0px;
    background-color: #ecf5fd;
    border: solid 1px #d9e8f5;
}

li
{
    margin: 0px 0px 0px 50px;
}

.telNo
{
    font-weight: bold;
    font-style: normal;
    font-size: 1em;   
}

.contactLabels
{
   font-style: italic;
}
