/*----------Sinclairs Style Sheet----------*/

body {
color: #ffffff;
background-color: #333333;
margin: 10px;
padding: 0px;
font-family: sans-serif;
font-size: .75em;
line-height: 1.4em;
text-align: left;
}

/*-----page layout-----*/

#sin {
margin: 0em;
padding: 0em;
width: 750px;
height: 400px;
border: 0; }

#head {
width: 750px;
height: 100px;
background-image: url(../images2/head2.jpg);
background-repeat: no-repeat;
 }

#top_nav {
height: 30px;
background-image: url(../images2/bg.jpg);
background-repeat: repeat-y;
font-size: 10px;
line-height: 30px;
}

#body {
height: 200px;
background-image: url(../images2/bg.jpg);
background-repeat: repeat-y; 
}

#footer {
height: 25px;
background-image: url(../images2/bg.jpg);
background-repeat: repeat-y;
line-height: 25px; 
}

/*-----link styles-----*/
 
a:link {
color: #0080ff;
text-decoration: none;
}

a:hover {
color: #0080ff;
text-decoration: none;
}

a:visited {
color: #0080ff;
text-decoration: none;
}

p a:link {
color: #0080ff;
text-decoration: none;
}

p a:hover {
color: #0080ff;
text-decoration: none;
}

/*-----navigation styles-----*/
div#navbar {
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: 1.3em;
width: 750px;
text-align: center;
padding-top: 0px;
padding-bottom: 5px;
margin-top: 2px;
height: 30px;
letter-spacing: 2px; }

#navbar ul li a:link, #navbar ul li a:visited {
color: #ffffff;
/*background-color: #545d79;*/
text-decoration: none;
display: inline;
padding-top: 3px;
padding-left: 15px;
padding-bottom: 3px;
padding-right:15px; 
}

#navbar ul li a:hover, #navbar ul li a.current {
text-decoration: none;
color: #535c79; 
}

#navbar ul li {
margin: 0px;
padding: 0px;
list-style-type: none;
display: inline;
}

#navbar ul {
margin: 0px;
padding: 0px;
}

div#navbar {
text-transform: capitalize; 
}


/*-----heading styles-----*/

h1 {
font-family: sans-serif;
font-size: 1.5em;
font-weight: normal;
}

h2 {
font-family: sans-serif;
font-size: 1.4em;
font-weight: normal;
}

h3 {
font-family: sans-serif;
font-size: 1.3em;
font-weight: normal;
}

h4 {
font-family: sans-serif;
font-size: 1.2em;
font-weight: normal;
}

h5 {
font-family: sans-serif;
font-size: 1.1em;
text-align: left;
font-weight: normal;
}

/*-----content styles-----*/

#body {
padding-right: 10px;
padding-top: 10px; }

p {
text-align: left;
letter-spacing: 1px;
padding-left: 10px;
}

p:first-line {
font-weight: bold; 
}

hr {
width: 400px;
height: 2px;
color: #ffffff;
text-align: center; }

td#features {
width: 60%;
}


/*-----footer styles-----*/

table#footer {
letter-spacing: 1px;
color: #ffffff;
margin: 0em;
padding: 0em; }

/* old colors
#footer a:link {
color: #545d7a;
text-decoration: none; 
} 

#footer a:hover {
color: #545d7a;
text-decoration: underline;
}*/

#footer a:link {
color: #ffffff;
text-decoration: none; 
} 

#footer a:hover {
color: #ffffff;
text-decoration: underline;
}

#footer a:visited {
color: #ffffff; 
}

td#dcvi {
text-align: left;
width: 30%;
height: 25px;
line-height: 25px; 
padding-left: 5px;
}

td#copy {
text-align: center; 
width: 40%; 
}

td#nav {
text-align: right;
width: 30%; 
padding-right: 5px;
}



/*-----images styles-----*/

#pic {
text-align: left;
padding-right: 20px; }


/*-----form styles-----*/

input {
color: #ffffff; 
background-color: #545c78;
border: 1px #000000 solid; }

select {
color: #ffffff; 
background-color: #545c78;
border: 2px #545c78 solid;}

textarea {
color: #ffffff; 
background-color: #545c78;
border: 1px #000000 solid;}

input.buttons {
color: #ffffff; 
background-color: #545c78;
border: 1px #000000 solid;
}

p.special{
color:#CCCC33;
text-align: center;}

.special a{
color:#CCCC33;
text-align: center;}