/* CSS Document */
* {
    padding:0px;
    margin:0px;
}

BODY {
    font:14px/22px Georgia, "Times New Roman", Times, serif;
    color:#f3f1ef;
    background-color:#451005;
    text-align:center;
    background-image:url(images/bknd.jpg);
    background-repeat:repeat-x;
}

a img { border:none; }
img, div { behavior: url(iepngfix.htc) }

A:link, A:visited {
  text-decoration:underline;
  color:#f3f1ef;
}

A:hover, A:active {
  text-decoration:none;
  color:#f3f1ef;
}

hr { border:0; color:#f3f1ef; background-color:#f3f1ef; height:1px; margin-bottom:12px; }

.photoborder {
	margin-left: 18px;
	margin-bottom: 10px;
	border:1px solid #f3f1ef; 
	float:right;
	padding:6px;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
/***********************************
Placeholder Site
***********************************/
#container {
	width:900px;
	height:auto;
    	margin:0 auto;
    	padding:30px 0 0 0;
	overflow:hidden;
}
#container h1 {
	font:20px/22px Georgia, "Times New Roman", Times, serif;
	text-align:center;
	margin-bottom:12px;
	font-weight:normal;
	
}
/***********************************
Masthead
***********************************/
#masthead {
	width:900px;
	height:91px;
    	margin:0 auto;
    	padding:0px;
}
#logo {
	float:left;
}

#topnav {
	float:right;
	text-align:right;
	font-size:18px;
	letter-spacing:2px;
	margin-top:55px;
	color:#f3f1ef;
}
#topnav a:link, #topnav a:visited {
	text-decoration:none;
	letter-spacing:0px;
	font-size:15px;
}
#topnav a:hover, #topnav a:active {
	text-decoration:underline;
}

/***********************************
Navigation
***********************************/

/* page main navigation */

div#main-nav { /* main navigation outside div */
     font-family:Georgia, Times, sans-serif;
     font-size:14px;
	line-height:16px;
     background:#300e08;
     height:51px; /* height of the main navigation */
     width: 899px;
     margin:0 auto;
}

/* main navigation tabs */

ul#main-nav-ul {
     width: 899px; /* subtract the left padding in this declaration from the overall menu width to get this value */ 
	/* This menu's starting width was 900px */ 
	list-style: none;
	margin: 0;
	padding: 0;

}

ul#main-nav-ul ul>li {
     top: auto;
     left: auto;
}

ul#main-nav-ul li {
     float:left;
     position:relative;
     list-style-type:none;
     margin:0px;
     text-transform:uppercase;
     text-align:center;
}

ul#main-nav-ul li a {
     padding:8px 26px 11px 26px; /* this will increse/deccrease the size for each tab */
     display:block;
     text-decoration:none;
     color:#dec9bb;
     background:#300e08;
     border-right:1px solid #5c413c;
}
ul#main-nav-ul li a.single {
	padding:15px 29px 20px 29px;
}
ul#main-nav-ul li a.last {
     border-right:0px;
	padding:15px 28px 20px 29px;
}

ul#main-nav-ul li a:hover {
	color:#ffffff;
	background-image:url(images/bknd_nav.gif);
	background-repeat:repeat-x;
}



/***********************************
Page Content
***********************************/
#contain {
	width:900px;
	height:auto;
    	margin:0 auto;
    	padding:0px;
}

#maincontent {
	float:left;
	width:500px;
	text-align:left;
	padding:22px;
	color:#f3f1ef;
}
#maincontent p {
	margin-bottom:12px;
}

#maincontent p.right {
	float:right;
}
#maincontent p.left {
	float:left;
}
#maincontent h1 {
	font:22px/22px Georgia, "Times New Roman", Times, serif;
	color:#f3f1ef;
	font-weight:normal;
	text-align:left;
	margin-bottom:12px;
	padding-top:12px;
}

#maincontent h2 {
	font:16px/22px Georgia, "Times New Roman", Times, serif;
	color:#f3f1ef;

}

#maincontent ul {
    	padding: 0px 10px 12px 30px;
	list-style:square;
}
#maincontent li {
	padding-bottom:6px;
}

#rtcallouts {
	float:left;
	text-align:left;
	margin-top:44px;
	width:350px;
	height:440px;
	background-image:url(images/bknd_rtcolumn.gif);
	background-repeat:no-repeat;
}

#rtcallouts h2 {
	font:16px/16px Georgia, "Times New Roman", Times, serif;
	color:#f3f1ef;
	text-align:center;
	text-transform:uppercase;
	margin-bottom:12px;
}
#callouts {
	margin:70px 20px 0 110px;
	width:310;
	text-align:left;
	font:16px/22px Georgia, "Times New Roman", Times, serif;
}

#callouts p {
	margin-top:6px;
}
#callouts a:link, #callouts a:visited {
	text-decoration:none;
}	
#callouts a:hover, #callouts a:active {
	text-decoration:underline;
}	

/***********************************
Footer
***********************************/

#footer {
	border-top:1px solid #dec9bb;
	width:900px;
	text-align:center;
    	margin:0 auto;
	overflow:hidden;
	padding-top:12px;
	line-height:18px;
	
}
#footer p {
	margin-bottom:8px;
}
#footer a:link, #footer a:visited {
  text-decoration:none;
  color:#f3f1ef;
}

#footer a:hover, #footer a:active {
  text-decoration:underline;
  color:#FFFFFF;
}
