﻿* {
margin:0;
padding:0;
}

img 
{
    border:0px;
}

body {
    background-image:url(graphics/back.jpg);
    background-repeat:repeat-x;
    margin:0px;
    font-family:Verdana, Arial, Sans-Serif;
    font-size:12px;
}

h1, h2 {
    margin-bottom:20px;
}

h1 {
    font-size:170%;
    font-weight:bold;
    letter-spacing:-1px;
}

h2 {
    font-size:130%;
    font-weight:bold;
    letter-spacing:-1px;
}

a {
    color:#629ED2;
}

a:hover {
    background-color:#629ED2;
    color:White;
    text-decoration:none;
}

a.nohover:hover  
{
    background-color:Transparent;
}

#pagecontainer {
    background-image:url(graphics/page.jpg);
    background-repeat:repeat-y;
    width:960px;
    margin-left:auto;
    margin-right:auto;
}

#page {
    background-image:url(graphics/BackDesign.jpg);
    background-repeat:no-repeat;
}

/** Header **/
#headerbar {
    height:253px;
    width:960px;
}

#header {
        height:253px;
        float:right;
        width:598px;
}

#tagline {
    font-size:12pt;
    height:35px;
    margin-top:15px;
    font-family:Verdana, arial;
    color:White;
    text-align:right;
    margin-right:35px;
}

/** Top Navigation **/
#menu {
   height:71px;
}

#topnav {
    margin:0px;   
    display:block;
    list-style-type:none;
}

#topnav li {
    display:block;
    float:left;
}

#topnav a {
    text-decoration:none;
    color:White;
    font-size:13px;
    padding:6px;
    display:block;
}


#topnav a.hover {
    background-color:White;
    color:#5F5B4E;
}

/** Main Content Area **/
#maincontent {
    margin-left:30px;
    margin-right:0px;
}

#maincontent p {
    margin-bottom:20px;
    line-height:1.3;
}

#maincontent li {
    margin-bottom:5px;
}

.testimonial {
    font-style:italic;
    padding-left:20px;
    padding-right:40px;
    line-height:50px;
}

#col1 {
    width:263px;
    float:left;
    padding-left:10px;
    padding-right:5px;
}

#col2 {
    width:337px;
    float:left;
}


#col2 ul {
    margin-top:0px; 
    margin-bottom:8px; 
    margin-left:30px;
}


#col3 {
    width:276px;
    padding-left:10px;
    float:left;
}

/** Footer **/
#buttons {
    clear:both;
    text-align:center;
}

#buttons img 
{
    margin-left:16px;
    margin-right:16px;
}

/** Footer **/
#footer {
    background-image:url(graphics/footer.gif);
    background-repeat:no-repeat;
    height:229px;
    width:960px;
    clear:both;
    padding-top:20px;
    color:White;
}

#footer div {
    float:left;
    border-top: solid 1px white;
    border-bottom: solid 1px white;
}

#footerlinks {
    width:235px;
    margin-left:50px;
    margin-right:35px;
    padding-top:15px;
    height:119px;
    text-align:center;
}

#footernav 
{
    list-style-type:none;
}

#footernav a
{
    display:block;
    color:White;
    text-decoration:none;
    padding:4px;
}

#footernav a:hover 
{
    background-color:Black;
}

#footerpic {
    width:118px;
    border-left: solid 1px white;
    border-right: solid 1px white;
}

#footerabout {
    width:270px;
    margin-left:25px;
    margin-right:25px;
    padding-top:15px;
    height:119px;
}

#footercontact {
    width:200px;
    padding-top:15px;
    height:119px;
}

p.question 
{
    font-weight:bold;
    font-style:italic;
}

.text {
	width:200px;
}
