
A:link {
    color: #1472ab; 
    text-decoration: none; 
} 

A:visited {
    color: #2780b6; 
    text-decoration: none; 
} 

A:hover {
    color: #000;
    text-decoration: underline; 
} 

/* Main Settings */

BODY {
    font-size: 0.82em;
    margin:0px;
    padding: 0px 0px 20px 0px;
    font-family: Arial, Verdana; 
    color: #3f3f3f;
    background: #eee url(../layout/page/bg.gif) center 0px;
}

.outer {
    margin:0px auto 0px auto;
    text-align:center;
}    

.inner {
    width:820px;
    text-align:left;
    margin:30px auto 0px auto;
    padding:25px 20px 20px 20px;
    background:#fff;
    border:5px solid #1472ab;
    border-top:5px solid #1472ab;
}

#top_right {
    width:170px;
}

#menu {
    margin-top:26px;
}

#menu ul {
    font-family: "Arial"; 
    margin:0px;
    padding:0px 0px 0px 0px;
    list-style-type:none;
    height:32px;
    border-bottom:5px solid #1472ab;
}

#menu ul li {
    display:inline;
}

#menu ul li a {
    font-weight: bold;
    float:left;
    font-size:1em;
    padding: 8px 13px 8px 13px;
    text-decoration:none;
    margin-right:7px;

}

#menu ul li a.off {
    color:#fff;
    background:#58a4d3;
}

#menu ul li a:hover, a.on, a.on:visited {
    color: #fff;
    background: #1472ab;
    text-decoration:none;
}   


h1 {
    font-family:Arial;
    font-size:1.5em;
    font-weight:normal;
    color:#000;
    margin:0px;
    padding:0px 0px 8px 0px;
}

h2, h3, h4, h5 {
    font-size:1.4em;
    font-weight:normal;
    margin:0px;
    padding:20px 0px 9px 0px;
}


.fr {
    float:right;
}

.fl {
    float:left;
}

.clear{
    clear:both;
    height:1px;
}

img {
    border:0px;
}

.box_r {
    border:1px solid #1472ab;font-size:0.9em;margin-bottom:20px;
}

.box_r_tit {
    background:#1472ab;padding:6px;color:#fff;font-weight:bold;
}

.box_r_inner {
    padding:5px;
    background: #c1e3f8;
}

.box_news {
    line-height:180%;
}


.callback_blurb {
    margin-bottom:9px;
    font-size:0.9em;
}

#callback {
    padding:5px 0px 5px 33px;
    margin:10px 0px 10px 0px;
}

#callback input[type="text"] {
    font-size:1em;
    font-family:Arial;
    padding:4px;
    margin-bottom:7px;
    margin-top:1px;
    filter:alpha(opacity=70);
    -moz-opacity:0.7;
    -khtml-opacity: 0.7;
    opacity: 0.7;
    color:#000;
    width:175px;
}

#callback input[type="submit"] {
    font-family:Arial;
    margin-top:4px;
}

#callback label {
    font-weight:bold;
    font-size:1em;
}

#return {
    background:url(../layout/page/top.gif) no-repeat right 2px;
    padding-right:8px;
}

#return:hover {
    background:url(../layout/page/top.gif) no-repeat right -19px;
}				

#content {
margin-top:20px;
}		

#right {
width:285px;
margin-left:35px;
}

#left {
width:500px;
text-align:justify;
line-height:135%;
}

#footer {
margin-top:20px;
padding-top:15px;
border-top:1px solid #1472ab;
line-height:150%;
font-size:0.85em;
}

#telephone {
background: url(../layout/page/telephone.gif) no-repeat;
font-size:1.7em;
letter-spacing:0.05em;
padding:3px 0px 17px 45px;
}


/* Error Function */

#warning {
    width: 100%;
    margin: 20px 0px 35px 0px;
    line-height: 150%;
}

div.wfloat1 {
    float: left;
    width: 60px;
    text-align: center;
}

div.wfloat2 {
    margin-left: 80px;
    text-align: left;
}

.err {
    color: #990000;
    font-weight:bold;
}

.pos { 
		color: #336633;
		font-weight:bold;	
}

.youarehere {
		margin-bottom:10px;
		font-size:1em;
}

.photo {
border:3px solid #1472ab;
margin-bottom:15px;
}

.callback_error {
color:#990000;
font-weight:bold;
background:pink;
padding:3px;
border:1px solid #990000;
width:97%;
margin-bottom:5px;
font-size:0.9em;
text-align:center;
margin-top:7px;
}

.callback_success {
margin-top:7px;
color:#2b5d2f;
font-weight:bold;
background:#abe0af;
padding:3px;
border:1px solid #2b5d2f;
width:97%;
font-size:0.9em;
filter:alpha(opacity=90);
-moz-opacity:0.9;
-khtml-opacity: 0.9;
opacity: 0.9;
}

.bot {
margin:10px auto 0px auto;
font-size:0.8em;
width:816px;
text-align:left;
}

.bot a {
color:#fff;
}