/*
Beechwood

MWISMedia New Media Design & Development

Author: David Goadby

 */


/* ---------------------------------------------------------------*/
/* Forces vert scrollbar on all pages*/
/* Removes unpredictable 'browser default' settings */
/* Body tag settings */

html { height: 100%; margin-bottom: 1px; }  

html,body{height:100% !important}

p, td, li, ul,ol, h1, h2, h3 ,h4 ,h5 ,h6, label, input {
	font: normal 11px "arial", Arial;
	margin: 0 0 0 0; 
	padding: 0 0 0 0; 
}
body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	background: #FFFDE8 no-repeat url(../images/sun.jpg);
}

#main {
width: 825px;
margin: auto;
padding: auto;
background: no-repeat url(../images/holder.gif);
height: 794px;
}


#col_one {
float:left;
width: 220px;
margin:60px 0 0 15px;
}

#col_two {
float:left;
width: 570px;
margin: 30px 0 0 0;
background-image:url(../images/col2bg.gif);
height: 532px;
text-align:left;
}

#nav {
background-image:url(../images/nav_bg.jpg);
width: 220px;
padding: 250px 0 0 0;
}

#nav2 {
background-image:url(../images/nav2_bg.jpg);
width: 203px;
height: 156px;
text-align: center;
float:left;
margin: 0 0 0 8px;
}

#nav2 li {
list-style:none;
line-height: 28px;
}

#nav2 a {
color:#663300;
font-family:"Comic Sans MS", "Arial Narrow";
font-size: 16px;
text-decoration:none;
}

#home {
background-image:url(../images/home_bg.jpg);
width: 535px;
height: 467px;
margin: 50px 0 0 16px;
float:left;
background-repeat: no-repeat;
}

/* ---------------------------------- */

h1 {
color:#663300;
font-family:"Comic Sans MS", "Arial Narrow";
font-size: 14px;
margin: 55px 20px 5px 20px;
font-weight:bold;
border-bottom: 1px dotted #CC9933;
width: 470px;
}

h2 {
color:#663300;
font-family:"Comic Sans MS", "Arial Narrow";
font-size: 12px;
margin: 5px 20px 5px 20px;
}

p {
color:#663300;
font-family:"Comic Sans MS", "Arial Narrow";
font-size: 11px;
margin: 10px 0 0 20px;
}


h3 {
color:#663300;
font-family:"Comic Sans MS", "Arial Narrow";
font-size: 11px;
margin: 10px 0 0 20px;
}

h4{
color:#663300;
font-family:"Comic Sans MS", "Arial Narrow";
font-size: 14px;
margin: 10px 20px 5px 20px;
clear:both;
font-weight:bold;
border-bottom: 1px dotted #CC9933;
width: 470px;


}
/* ----------------------------------- */

.text {
margin: 110px 0 0 0;
width: 250px;
}

.text li{
margin: 0 0 0 16px;
padding: 4px 0 0 5px;
}

#home h1 {
margin: 5px 5px 5px 20px;
font-size: 12px;
border:none;
}

#home p {
margin: 5px 5px 15px 20px;
}

.brd {
width: 100px;
height: 100px;
float:left;
margin: 10px;
text-align:center;
}


/* ----------------------------------- */

a:link {text-decoration:none;
color:#663300;
border-bottom: 1px dotted #FCE39C;}
a:visited {text-decoration:none;
color:#663300;
border-bottom: 1px dotted #FCE39C;}
a:active {text-decoration:none;
color:#663300;
border-bottom: 1px dotted #FCE39C;}
a:hover {text-decoration:none;
color:#663300;
border-bottom: 1px dotted #FCE39C;}

/* ----------------------------------- */


#footer {
color:#663300;
font-family:"Comic Sans MS", "Arial Narrow";
font-size: 9px;
width: 825px;
text-align:right;
}

#footer a{
color:#663300;
font-family:"Comic Sans MS", "Arial Narrow";
font-size: 9px;
margin: 10px;
text-decoration:none;
}
