/* MASTER.CSS
// Defines the basic styles for BEFREEBB.COM
*/

html {
	background: #e8ddc9 url(img/bg.jpg);
	font-family: Georgia, Times;
}

body {
	margin: 0 auto;
	margin-top:28px;
	background: transparent;
	width:100%;
	text-align:center;
}

a {
	text-decoration:none;
	color:#000099;
}
a:visited {
        color:#110099;
}

.wrap{
	position:relative;
	margin: 0 auto;
	width:800px;
}
.bshadow {
	background: url(img/bshadow.jpg)  0 100% repeat-x;
	position:relative;
	margin:0 0 0 0;

}
.sshadow {
	background: url(img/sshadow.jpg) 100% 0 repeat-y;
	position:relative;
}
.top {
	background: url(img/bg-top.jpg) 0 100% repeat-x;
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:28px;
}

.bl {
	background: url(img/bl.gif);
	position:relative;
	float:left;
	top:-12px;
	left:-12px;
	width:24px;
	height:24px;
}
.br {
	background: url(img/br.gif);
	position:relative;
	float:right;
	top:-12px;
	left:23px;
	width:35px;
	height:35px;
}
.tl {
	background: url(img/tl.gif);
	position:relative;
	float:left;
	top:-12px;
	left:-12px;
	width:24px;
	height:24px;
}
.tr {
	background: url(img/tr.gif);
	position:relative;
	float:right;
        top:-12px;
	left:12px;
	width:24px;
	height:24px;
}
.container {
	border-width:7px;
	border-style:solid;
	border-color:#fff;
	position:relative;
	top:-10px;
	left:-10px;
}
.logo {
	margin: 1em;
	float:left;
}
.address {
	margin: 1em auto;
	float:right;
}
.clear{
	clear:both;
	}

.column {
	float:left;
	margin: 20px 0px 0 0px;
	width: 800px;
}
.column p {
	margin: 0 20px 10px 20px;
	text-align: justify;
}
.rightcol{
	float:right;
	margin: 0 auto;
	padding-bottom: 2px;
	width: 250px;
	text-align: center;
	position:relative;
	top:23px;
}


#leftcol {
	float:left;
	width: 800px;
	position:relative;
}


#pix, #dir, #local{
	background: url(img/grad_green.jpg) 0 100% repeat-x;
	background-color: #85a540;
}


#pix b {
	font-size:20px;
}
#dir a {
	display:inline-table;
	background: url(img/button.gif) 0 100%;
	width:161px;
	height:23px;
	font-size: 12px;
	text-transform: uppercase;
	cursor: pointer;
	color: #ffffff;
}

#dir a:hover {
        background: url(img/buttonact.gif) 0 100%;
	color: #c26052;
}#local a, #local a:visited {
	color: #1E0AD9;
}

#local a:hover {
	color: #c26052;
}

#info  {
	color:#dddddd;
	background-color: #803343;
}
#info a, #info a:visited {
	color:#AA88F4;
}
#info1  {
	background-color: #371069;
	color:#ddcdcd;
}
#info1 a, #info1 a:visited {
	color:#C1C125;
}


/* Navigation Menu */
#menu {
	background: url(img/menubg.jpg) 0 100% repeat-x;
	background-color: #fcffb2;
}

#navmenu {
	float:none;
	margin: 0 auto;
	padding-bottom: 2px;
	width: 800px;
	text-align: center;
	position:relative;
	top:23px;
}

#navmenu a {
	text-decoration: none;
	color:black;
}
#navmenu ul {
    	position:relative;
    	left:-18px;
}

#navmenu li {
        display:inline;
	padding: 0px 4px;
	line-height: 23px;
	list-style: none;
	padding-bottom: 2px;
}

#navmenu li a {
	font-size: 14px;
/*text-transform: uppercase; */
	cursor: pointer;
	color: #000000;
}

#navmenu li a:hover {
        background-color: #EEA914;
	color: #340F83;
}
form {
	margin: 3em 0 3em 0px;
	width: 475px;
	position:relative;
	left:20px;
}
form label {
	width: 100px;
	float: left;
	display: block;
	font-weight: bold;
}
form input {
	width: 300px;
	height: 20px;
	background: #FFD;
	border: 0;
	border-bottom: 1px solid #8BD;
	margin-bottom: 1em;
}
form .checkbox
{
        Width: 18px;
        height:18px;
        position:relative;
        top:0px;
        left:35px;
        Float:left;

}
form select {
        border:0;
        height: 20px;
	background: #FFD;
	border: 0;
	border-bottom: 1px solid #8BD;
	margin-bottom: 1em;
}
form #submit {
	background: url(img/button.gif) 0 100%;
	width:161px;
	height:23px;
	font-size: 12px;
	text-transform: uppercase;
	color:#ffffff;
	border-bottom:none;
	position:relative;
	left:50px;
}

form textarea {
	width: 300px;
	height: 150px;
	background: #FFD;
	border: 0;
	border-bottom: 1px solid #8BD;
	margin-bottom: 1em;
}
            