/* Content area layout parameters */

#content {
float: left;
margin-top: 15px;
margin-bottom: 20px;
margin-left: 0;
margin-right: 0;
padding-right: 20px;
padding-left: 20px;
padding-top: 0;
width: 498px; /* IE4/5-Win */
border: 0px solid gray;
voice-family: "\"}\""; /* Tantek */
voice-family:inherit;
width: 458px;
}

html>#content {
width: 458px; /* Opera */
}

#sidebar {
float: right;
margin-top: 15px;
/* margin-bottom: 20px; */
padding: 0;
width: 250px; /* IE4/5-Win */
height: auto;
border: 1px solid #366088;
background-color: #ebeff3;
voice-family: "\"}\""; /* Tantek */
voice-family:inherit;
width: 248px;
}

html>#sidebar {
width: 248px; /* Opera */
}

#footer {
background: transparent;
border-top: 1px solid #5f7e9d;
margin-top: 15px;
margin-bottom: 15px;
padding-top: 8px;
padding-bottom: 10px;
font: 9px verdana, arial, sans-serif;
font-weight: normal;
color: #5f7e9d;
}

#footer a {
text-decoration: none;
color: #5f7e9d;
border-bottom: 1px dotted #5f7e9d;
}

#footer a:link {
color: #5f7e9d;
border-bottom: 1px dotted #5f7e9d;
}

#footer a:hover {
color: #366088;
border-bottom: 1px dotted white;
}


h1 { /* The main site title */
font-family: Helvetica, Arial, "Gill Sans", sans-serif;
font-weight: bold;
font-size: xx-large;
color: white;
margin: 0;
padding-left: 1em;
padding-top: 0.4em;
}

h2 { /* The title for each page */
font-family: "Gill Sans", Trebuchet, Helvetica, Arial, sans-serif;
font-weight: normal;
font-size: x-large;
margin: 0;
padding-top: 0;
padding-bottom: 10px;
padding-left: 0;
padding-right: 0;
color: #f63;
text-align: right;
}

h3 { /* The title for each post */
font-family: "Trebuchet MS", Trebuchet, Helvetica, Arial, sans-serif;
font-weight: bold;
font-size: 1.1em;
color: black;
margin: 0;
padding-top: 10px;
padding-left: 0;
padding-right: 0;
padding-bottom: 8px;
}

h4 { /* The title for each post in the sidebar */
/* This is not used now. Instead, the <strong> tag is defined
   in the sidebar section to handle this job */
font-family: "Gill Sans", Trebuchet, Helvetica, Arial, sans-serif;
font-weight: bold;
font-size: 14px;
color: black;
margin: 0;
padding-top: 12px;
padding-right: 12px;
padding-left: 12px;
padding-bottom: 3px;
/* for padding settings scroll further down */
}

#content p {
padding: 0;
margin-top: 0;
margin-bottom: 0.85em;
font: 0.9em/1.5 "Trebuchet MS", Trebuchet, Arial, Verdana, sans-serif;
font-weight: normal;
/*font-size: 0.9em/1.5;*/
color: black;
}

#content li { /* For possible lists in the conent */
margin: 0;
padding-top: 0.5em;
padding-bottom: 0;
font: 0.9em/1.5 "Trebuchet MS", Trebuchet, Arial, Verdana, sans-serif;
font-weight: normal;
/*font-size: 0.9em;*/
color: black;
}


#content h2+h3 {
margin-top: -1em;
}

.sidebarseparator {
width: 248px;
margin: 0;
margin-top: 0;
border-top: 3px solid #366088;
border-bottom: 1px solid #5f7e9d;
padding-right: 15px;
padding-left: 15px;
padding-top: 5px;
padding-bottom: 6px;
font: 14px "Trebuchet MS", Trebuchet, Arial, Verdana, sans-serif;
font-weight: bold;
text-align: center;
color: white;
background-color: #5f7e9d;
voice-family: "\"}\""; /* Tantek */
voice-family:inherit;
width: 218px;
}

.sidebarcontent {
margin-top: 10px;
margin-bottom: 10px;
margin-right: 0;
margin-left: 0;
padding-right: 12px;
padding-left: 12px;
padding-top: 0;
padding-bottom: 0;
}

#sidebar p {
margin: 0;
padding-top: 2px;
padding-bottom: 5px;
font-family: "Trebuchet MS", Trebuchet, Arial, Verdana, sans-serif;
font-weight: normal;
font-size: 13px;
color: black;
}

#sidebar p strong { /* The title for each post in the sidebar */
font-family: "Gill Sans", Trebuchet, Helvetica, Arial, sans-serif;
font-weight: bold;
font-size: 13px;
color: black;
margin: 0;
padding-top: 12px;
padding-bottom: 3px;
}

#sidebar a { /* Links in the side bar */
text-decoration: none;
color: black;
border-bottom: 1px dotted #5f7e9d;
}

#sidebar a:link {
color: black;
border-bottom: 1px dotted #5f7e9d;
}

#sidebar a:hover {
color: #f63;
border-bottom: 1px solid;
}

img { /* location map image in the contact page */
display: block;
padding: 1px;
margin: 0;
border: 1px solid black;
}

p img { /* images in the page */
display: block;
float: right;
margin: 3px 0 5px 5px;
padding: 3px;
border: 1px dashed #366088;
}

#content form {
padding: 20px;
margin-top: 0;
border: 1px dashed #5f7e9d;
background-color: #ebeff3;
}

#redalert {
margin-bottom: 1em;
color: red;
font-family: "Trebuchet MS", Trebuchet, Arial, Verdana, sans-serif;
font-weight: bold;
font-size: 1em;
}