/* CSS Layout */

h1 {
font-family:Arial, Helvetica, sans-serif;
font-size:22px;
color:#748C98;
}

h2 {
font-family:Arial, Helvetica, sans-serif;
font-size:18px;
color:#748C98;
}
h3 {
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
color:#748C98;
}
h4 {
font-family:Times,"Times New Roman", serif;
font-size:14px;
font-style:italic;
color:#748C98;
line-height:30px;
}

p {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#748C98;
line-height:18px;
}

b {
letter-spacing:1px;
}

.black-bold{
font-family:Arial, Helvetica, sans-serif;
font-weight:bold;
color:#000000;
line-height:18px;
}

.red-bold{
font-family:Arial, Helvetica, sans-serif;
font-weight:bold;
color:#A21B17;
line-height:18px;
}

.feature {
font-family:Arial, Helvetica, sans-serif;
font-size:16px;
line-height:22px;
color:#748C98;
font-weight:normal;
letter-spacing:1px;
}

.feature a {
color:#A21B17;
font-family:Arial, Helvetica, sans-serif;
font-size:16px;
line-height:22px;
color:#748C98;
font-weight:normal;
letter-spacing:1px;
}

.feature a:hover {
color:#000000;
font-size:16px;
line-height:22px;
}
.feature a:active {
color:#000000;
font-size:16px;
line-height:22px;
}
.feature a:visited {
color:#000000;
font-size:16px;
line-height:22px;
}



a {
color:#A21B17;
text-decoration:none;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
}

a:hover {
color:#999999;
text-decoration:none;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
}
a:active {
color:#000000;
text-decoration:none;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
}
a:visited {
color:#000000;
text-decoration:none;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
}

.button {
display:block;
margin-top:10px;
margin-bottom:10px;
padding:3px;
border-style:solid;
border-color:#990000;
border-width:2px;
width:136px;
text-align:center;
background-color:#A21B17;
}

.button a:link {
color:#ffffff;
text-decoration:none;
font-family:Arial, Helvetica, sans-serif;
font-size:10px;
}

.button a:hover {
color:#CCCCCC;
text-decoration:none;
font-family:Arial, Helvetica, sans-serif;
font-size:10px;
}
.button a:active {
color:#ffffff;
text-decoration:none;
font-family:Arial, Helvetica, sans-serif;
font-size:10px;
}
.button a:visited {
color:#cccccc;
text-decoration:none;
font-family:Arial, Helvetica, sans-serif;
font-size:10px;
}



#home-menu{
width:193px;
margin-right:30px;
border-top-style:solid;
border-top-color:#A21B17;
border-top-width:20px;


}
#home-menu ul{
margin:0px;
padding:0px;
}

#home-menu li{
font-family:Arial, Helvetica, sans-serif;
font-size:20px;
line-height:25px;
list-style:none;
list-style-type:none;
text-align:left;
padding:0px;
text-decoration:none;
}

#home-menu a:link {
text-decoration:none;
font-size:20px;
line-height:25px;
}

#home-menu .colour1 {
color:#999999;
text-decoration:none;
}

#home-menu a:hover{
color:#000000;
text-decoration:none;
font-size:20px;
line-height:25px;
}
#home-menu a:visited{
text-decoration:none;
font-size:20px;
line-height:25px;
}
#home-menu a:active{
text-decoration:none;
font-size:20px;
line-height:25px;
}
#home-menu .colour2 {
color:#A21B17;
text-decoration:none;
}

#gen-menu{
width:100%;
border-top-style:solid;
border-top-color:#A21B17;
border-top-width:15px;


}
#gen-menu ul{
margin:0px;
padding:0px;
}

#gen-menu li{
font-family:Arial, Helvetica, sans-serif;
font-size:15px;
line-height:19px;
list-style:none;
list-style-type:none;
text-align:left;
padding:0px;
text-decoration:none;
}

#gen-menu a:link {
text-decoration:none;
font-size:15px;
line-height:19px;
}

#gen-menu .colour1 {
color:#999999;
text-decoration:none;
}

#gen-menu a:hover{
font-size:15px;
line-height:19px;
color:#000000;
text-decoration:none;
}
#gen-menu a:visited{
font-size:15px;
line-height:19px;
text-decoration:none;
}
#gen-menu a:active{
font-size:15px;
line-height:19px;
text-decoration:none;
}
#gen-menu .colour2 {
color:#A21B17;
text-decoration:none;
}

#bullets{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;

}

#bullets ul{
margin: 0 auto;
}
#bullets li{
list-style-type:square;
color:#990000;
padding-bottom:20px;

}
#bullets li span{
color:#748C98;
}

/*INPUT { 
background-color: #A21B17; 
border-color: #A990000; 
color: white; 
font-family: arial, verdana, ms sans serif; 
font-weight: normal; 
font-size: 12px; 
}
*/


