/* CSS Document */

body {
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	color:#FFF;
	font-size:12px;
	margin-top:0px;
	margin-bottom:0px;
	margin-left:0px;
	margin-right:0px;
	background-color:#000;
}

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

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

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

a:active {
	text-decoration: none;
}	

/* General Layout */

#header {
 	 height:111px;
	 padding-top:25px;
 	 width:100%;
 	 background-image:url(images/header_BG.gif);
 	 background-repeat:repeat-x;
}

#container {
  	width:790px;
    margin-left:auto;
	margin-right:auto;
	margin-top:34px;
}

#footer {
  	clear:both;
	width:790px;
	margin-top:20px;
	padding-bottom:20px;
	margin-left:auto;
	margin-right:auto;
	border-top: 1px solid #D4D4D4;
}

#footerleft {
    float:left;
	padding-left:10px;
	padding-top:11px;
}

#footerright {
    float:right;
	padding-right:10px;
	padding-top:11px;
}

/* header */

#headerContainer {
	width:790px;
  	margin-left:auto;
  	margin-right:auto;
	background-image:url(images/logo_BG.gif);
	background-repeat:no-repeat;
	height:90px;
	
}


#logo {
	padding-top:68px;
	float:left;

}

#headerNav {
	float:right;
	margin-top:32px;
}

/* navigation */

#nav {
	height:41px;
	width:100%;
	background-image:url(images/nav_BG.gif);
	background-repeat:repeat-x;
	
}

#navContainer {
    width:790px;
    margin-left:auto;
	margin-right:auto;
}


UL#mainlevel-nav {
	float: left; 
	padding-bottom: 0px; 
	margin: 0px; 
	padding: 0px; 
	list-style-type:none;
}

UL#mainlevel-nav LI {
	padding-right: 0px; 
	padding-left: 0px; 
	float: left; 
	padding-bottom: 0px; 
	margin: 0px; 
	padding-top: 0px; 
	white-space: nowrap; 
	text-decoration: none

}

UL#mainlevel-nav LI A {
	padding-right: 20px; 
	background-position: right 50%; 
	padding-left: 20px; 
	font-size: 0.9em; 
	background-image:url(images/navDiv.gif); 
	background-repeat:repeat-y;
	padding-bottom: 15px; 
	color: #FFF; 
	line-height: 37px; 
	padding-top: 12px; 
	text-decoration: none
}

UL#mainlevel-nav LI A:hover {
	padding-right: 20px; 
	background-position: right 50%; 
	padding-left: 20px; 
	font-size: 0.9em; 
	background-image:url(images/navOn_BG.gif); 
	padding-bottom: 15px; 
	color: #ffffff; 
	line-height: 37px; 
	padding-top: 12px; 
	background-repeat: repeat-x; 
	text-decoration: none
}
UL#mainlevel-nav LI A#active_menu-nav {
	padding-right: 20px; 
	background-position: right 50%; 
	padding-left: 20px; 
	font-size: 0.9em; 
	background-image: url(images/navOn_BG.gif); 
	padding-bottom: 15px; 
	color: #ffffff; 
	line-height: 38px; 
	padding-top: 12px; 
	background-repeat: repeat-x; 
	text-decoration: none
}

#shading {
	background-image:url(images/shading.gif);
	background-repeat:repeat-x;
	margin-top:1px;
	height:26px;
}


/* home banner area */

#written {
	margin-top:26px;

}

#written2 {
	margin-top:0;
	margin-left:20px;

}

#written3 {
	margin-top:0;
	

}

/* Internal Page */

#column1 {
   width:180px;
   padding-right:10px;
   float:left;
}

#column2 {
   float:left;
   border-left: 1px dashed #CCC;
}



table#searchInternal {
	padding-right:14px;
}

table#searchInternal td  {
	padding-bottom:7px;

}

.searchField {
	width:162px;
	height:18px;
	border:1px solid #6FB9DB;

}

#headingArea {
	margin-bottom:20px;
	margin-left:20px;
	width:565px;
}

#contactBG {
  	width:226px;
	background-image:url(images/contactBG.gif);
	background-repeat:repeat-y;
}

#contactText {
	padding-left:26px;
	padding-bottom:6px;
}

/* misc */

.highlight {
    color:#b88b47;
	font-weight:bold;
	font-size:14px;
}

.h1 {
    color:#b88b47;
	font-size:16px;
	font-weight:bold;
}

.h2 {
    color:#91BF7C;
	font-size:12px;
	font-weight:bold;
}

.image {
	float:right;
	clear:both;
	border:1px solid #000;
	padding:3px;
	margin-left:20px;
	margin-bottom:20px;
}

/* submenu */

#menu4 ul {
        list-style: none;
        margin: 0;
        padding: 0;
        }

#menu4 {
        width: 150px;
        border-style: solid solid none solid;
        border-color: #666;
        border-size: 1px;
        border-width: 1px;
        }

#menu4 li a {
        height: 32px;
          voice-family: "\"}\"";
          voice-family: inherit;
          height: 24px;
        text-decoration: none;
        }

#menu4 li a:link, #menu4 li a:visited {
        color: #CCC;
        display: block;
        background:  url(menu4.gif);
        padding: 8px 0 0 10px;
        }

#menu4 li a:hover, #menu4 li #current { {
        color: #FFF;
        background:  url(menu4.gif) 0 -32px;
        padding: 8px 0 0 10px;
        }
-->

.thumbImage {
	border:1px solid #000;
	margin-right:27px;
	margin-bottom:30px;
}