/* Default Site Colors
 * #A09D7E = Khaki Green Dark
 * #AEAC91 = Khaki Green Light
 * #515C6E = Blue
 * #242424 = DarkGray/Text Color
 */
body,td,div,font,a {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10px;
	color : #404040;
}

#largeText {font-size:12px;}

a,a:visited, #largeText a,#largeText a:visited {color : #515C6E;}
a:hover,#largeText a:hover {color : #242424;text-decoration : underline;}

a.altLink,a.altLink:visited {color : #FFFFFF;text-decoration : none;}
a.altLink:hover {color : #AEAC91;text-decoration : underline;}


#quickContact {
    padding: 5px;
    color: #FFFFFF;
}
#formElement {
    font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
    width: 190;
    border: 1px solid #606060;
    height: 18px;
    font-size: 10px;
    color: #515C6E;
    padding-left: 2px; 
}
#button {
    background: #515C6E;
    width: 60px;
    border: 1px solid #606060;
    height: 18px;
    font-size: 10px;
    color: #FFFFFF;
    padding: 2px; 
}
a.design, a:visited.design, a:hover.design {color : #3F5577;text-decoration: none;}

#menu {background-color: #515C6E;padding: 0px 0px 0px 0px;width: 100%;font-size: 12px;font-style: normal; font-weight: bold; color: #ffffff;}
#menu div {background: url(../images/dotted.gif) repeat-x bottom left;padding: 5px 0px 5px 0px;}
#menu a {color: #FFFFFF;font-weight: bold;font-size: 12px;padding-left: 15px;}
#menu a:link, #menu a:visited {text-decoration: none;}
#menu a:hover{color : #AEAC91;text-decoration: underline;}

#submenu a {color : #AEAC91;font-weight: bold;font-size: 10px;padding-left: 35px;}
#submenu a:link, #submenu a:visited {text-decoration: none;}
#submenu a:hover{color:#FFFFFF;text-decoration: underline;}

#footermenu {color : #FFFFFF;font-size: 10px;}
#footermenu a {color : #FFFFFF;font-size: 10px;}
#footermenu a:link, #footermenu a:visited {text-decoration: none;}
#footermenu a:hover{color:#AEAC91;text-decoration: underline;}

#title {
    background: #A09D7E;
    vertical-align: middle;
    padding: 10px 15px 10px 0px;
}
#title h1 {
    color : #FFFFFF;
    font-weight: bold;
    font-size: 18px;
    display: inline;
}
.footerBackground {
    background : #515C6E;
}
.contentBackground {
    background-color: #FFFFFF;
}
.primaryBackground {
    background-color: #242424;
}
.copyright {
    color: #AEAC91;
}
.edge {
    width: 6px;
    background: url(../images/edge_hash.gif) repeat-y ; 
}
.linksMain {
    background-color: #3F5577;
}
/* Colors */
.white {
    color : #FFFFFF; 
}
.black {
    color : #000000;
}
.darkRed {
    color : #6F2025;
}
.altText {
    color: #A29F98;
}
/* Other */
.bold {
	font-weight: bold;
}
.smallprint {
    font-size : 9px;
}
h1 {font-size: 16px;}
h2 {font-size: 14px;}
h2 a {
    font-size: 14px;
}
h1#slogan {font-size: 20px;}
h3 {font-size: 12px;}
h1.title {
    font-family : Arial, Helvetica, sans-serif;
    color : #6F2025;
    font-size: 20px;
    display: inline;
}
h1.heading {
    font-family : Arial, Helvetica, sans-serif;
    color : #6F2025;
    font-size: 16px;
    display: inline;
}
h1.copyheading {
    font-family : Arial, Helvetica, sans-serif;
    color : #404040;
    font-size: 14px;
    line-height:10px;
}
#inline {
    display: inline;
}
#padded {
    padding: 5px;
}
#horizontalPadding {
    padding: 1px 5px 1px 5px;
}
/* FORM STYLES */
.formelement
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; 
	font-size: 10px;
	height : 18px;
}
