/* Oestfamily.com CSS Document */
/* All code written by Adam Melis Oest */

/* Universal Parameters */
body,td,th {font-family: Arial, Helvetica, sans-serif;font-size: 12px;color: #000000;}
body {background-color: #FFFFFF;}

/* Borders */
.all {border: 1px solid #333333;}
.container {background-color:#EEEEEE;}
.logo {border-bottom: 3px double  #999999;}
.footer {background-color: #333333; color: #FFFFFF; font-size:10px;}


/* Link Bar Definitions */
#linkbar {width:100%; height:28px; color:#000000; margin-bottom:5px; font-size:10px; background:url("grad1.gif") repeat-x;}
#linkbar ul {width:535px; line-height:28px; margin:0 0 0 0px; padding:0px;}
	/*border-left: 1px solid #FFFFFF;*/
#linkbar ul li {display:inline; margin:0; height:28px; float:left; list-style-type:none; background:url("grad1.gif")}
#linkbar ul li.end {background:url("grad1.gif")}
#linkbar ul li.current {text-align:center; background-color:#666666; padding:0 4px 0 4px;background:url("grad1.gif")}
#linkbar ul li.end_current {text-align:center; background-color:#666666; padding:0 3px 0 3px;background:url("grad1.gif")}

#linkbar a {padding:8px 6px 8px 6px}
#linkbar a:link, #linkbar a:visited {color:#000000}
#linkbar a:active {color:#000000; background:url("grad2.gif")}
#linkbar a:hover {text-decoration:none; background:url("grad2.gif")}

/* Text */
.arial {font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #000000;}
.arialblue {font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #0000FF;}
.verdanaheading {font-family: Verdana, Arial, Helvetica, sans-serif;font-size: 18px;font-style: normal;font-weight: bold;color: #000000;}
.verdanaheadingblue {font-family: Verdana, Arial, Helvetica, sans-serif;font-size: 18px;font-style: normal;font-weight: bold;color: #0000FF;}
.linkbarfont {font-family: Verdana, Arial, Helvetica, sans-serif;font-size: 10px;font-weight: bold; color:#000000;}

/* Links */
a:link {color: #0066cc; text-decoration: none;}
a:visited {color: #0066cc; text-decoration: none;}
a:hover {color: #333333; text-decoration: none;}
a:active {color: #333333; text-decoration: none;}

/* Other */
.button {border:1px solid #444444; font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #000000;}
.textbox {width:300px; height:15px; border:1px dotted #BBBBBB; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px;}
.textarea {width:300px; height:200px; border:1px dotted #BBBBBB; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px;}