/*
Design by Sarum Systems

*/

* {
	margin: 0;
	padding:  10;
}

body {
	margin: 0;
	font: normal small Verdana, Arial, Helvetica, sans-serif;
	/*color: #959595;*/
	color: #333333;
}

bodysmall {
	margin: 0;
	font: normal small Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #959595;
}

h1, h2, h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #336600;
}

h2 {
	background: url(images/img6.gif) repeat-x left bottom;
	padding-bottom: 10px;
	margin-bottom: .8em;
	font-size:   1.5em;
	font-weight: normal;
}

h3 {
	margin-bottom: 1em;
	font-size: 16px;
	/*text-transform: capitalize;*/
	/*text-transform: uppercase;*/
	color: #336600;
	letter-spacing: 1px;
	font: bold Verdana, Arial, Helvetica, sans-serif;
}

h4 {
	background: url(images/img6.gif) repeat-x left bottom;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-bottom: 10px;
	margin-bottom: .8em;
	
	/*text-transform: uppercase;*/
	letter-spacing: 2px;
	
	font-size: 18px;
	color: Wiltshire Family History Society;
}

h5 {
	font-size: 12px;
	/*text-transform: capitalize;*/
	/*text-transform: uppercase;*/
	color: #336600;
	letter-spacing: 1px;
	font: bold small Verdana, Arial, Helvetica, sans-serif;
}

p, blockquote, ul, ol {
	margin-bottom: 1.4em;
	line-height: normal; /* 1.8em;*/ /* changed from original NS */
	text-align: justify;
}

p {
}

blockquote {
	margin-left: 2em;
	margin-right: 2em;
	font-style: italic;
}

ul {
	margin-left: 3em;
}

ul li {
}

ol {
	margin-left: 3em;
}

ol li {
}

a {
	text-decoration: none;
	color: #3333CC;
	text-decoration: underline;
	
}

a:hover {
	text-decoration: underline;
	color: #CC6600;
}

img {
}

/* Boxed Style */

.boxed {
}

.boxed .title {
	padding:  0px 0 0 10px;
	background: url(images/img03.gif) no-repeat left center;
	border-bottom: 1px solid #D6D5D5;
	font-size: 1.4em;
}

.boxed .content {
	padding: 0px;
}


/* Logo */

#logo {
	width: 770px;
	height: 128px;
	margin: 0  auto;
	
	/*background: url(images/img02.gif) no-repeat 0 665px;*/
	/*background: url(images/header.gif) no-repeat 0 700px;*/

}

#logo h1 {
	padding: 46px 0 0 0px;
}

#logo h1 a {
	text-transform: uppercase;
	text-decoration: none;
	font-size: 30px;
}

#logo h1 i {
	text-transform: lowercase;
	letter-spacing: -3px;
	font: italic normal 48px Georgia, "Times New Roman", Times, serif;
	color: Wiltshire Family History Society;
}

#logo h2 {
	padding: 0 0 0 2px;
	text-transform: lowercase;
	font-size: 1em;
}

#logo a {
}

/* Content */

#content {
	width: 770px;
	margin: 0 auto;
}

/* Content > Main */

#main {
	float: right;
	width: 560px;
/*	margin-top: -80px;*/
	margin-top: 0px;
}

/* Content > Main > Welcome */

#welcome {
}

/* Content > Main > Example */

#example {
}

/* Content > Sidebar */

#sidebar {
	float: left;
	width: 200px;
	
}

/* Content > Sidebar > Login */

#login {
}

#login form {
}

#login fieldset {
	border: none;
}

#login legend {
	display: none;
}

#login label {
	font-size: x-small;
	font-weight: bold;
}

#login input {
	margin-bottom: 5px;
	padding: 2px 5px;
	border: 1px solid #385B88;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#inputtext1, #inputtext2 {
	color: #385B88;
}

#inputsubmit1 {
	background: #385B88;
	color: #FFFFFF;
}

/* Content > Sidebar > Menu */
/*
#menu {
	margin-bottom: 30px;
	border-bottom: 4px solid #EBEBEB;
}

#menu ul {
	margin: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	padding:   5px 0 5px 24px;
	border-top: 1px solid #EBEBEB;
	color: #E08934;
}

#menu a:hover, #menu .active a {
	background: #EBEEF3;
	text-decoration: none;
	font-weight: bold;
	color: #385B88;
}

*/
/* Content > Sidebar > Updates*/

#updates {
}

#updates ul {
	margin: 0;
	list-style: none;
}

#updates h3 {
	margin: 0;
	font: bold x-small Verdana, Arial, Helvetica, sans-serif;
}

#updates p {
	margin-bottom: 1.4em;
	font-size: smaller;
	line-height: normal;
}

/* Content > Sidebar > Partners*/

#partners {
}

#partners .content {
	padding: 10px 0;
}

#partners ul {
	margin: 0;
	border-bottom: 1px solid #D1BC5C;
	list-style: none;
	line-height: normal;
}

#partners li {
	padding: 10px;
	border-top: 1px solid #D1BC5C;
}

/* Footer */

#footer {
	clear: both;
	padding: 20px 50px;
	width: 770px;
	margin: 0 auto;
	background: #EAEAEA url(images/img6.gif) repeat-x left top;
}

#footer p {
	width: 770px;
	
	margin: 0 auto;
	font-size: x-small;
}

/* Footer > Legal */

#legal {
}

/* Footer > Links */

#links {
}


/* ----- NAVIGATION ----- */

#navigation{
    margin:0;
    padding:0;
    background:#699C4D;
    height:34px;
    list-style: none;
	width: 770px;
	margin: 0 auto;
	


}
    #navigation li{
        float:left;
        clear: none;
        list-style:none;
    }
    #navigation li a{
        color:#fff;
        display:block;
        font-size: 14px;
        text-decoration:none;
        font-weight:bold;
        padding:8px 16px;
    }
    #navigation li a:hover{
        color: #fff;
        background:#CCCCCC;
		
		
		
    }
    /*#active a{
        background:url('../images/nav_bg.gif');
    }
	*/
	
	
.sbnavmenu
{
	/* font: 11px tahoma, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif; */
	font:  11px Verdana, Arial, Helvetica, sans-serif;
	border: 1px solid #699C4D;
	padding: 0px;
	width: 199px;
}

a.navbuts, a.navbuts:active, a.navbuts:link, a.navbuts:visited {
	width: 100%;
	display: block;
	color: #EFEFEF !important;
	background: #699C4D  repeat-x center left;
	text-decoration: none;
	text-indent: 7px;
	height: 25px;
	padding-top: 4px;
	border:  #FFFFFF;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	
}

a.navbuts:hover {
	color:   #FFFFFF !important;
	background: #CCCCCC  repeat-x center left;
	text-decoration: underline;
	text-indent: 7px;
}


a.navsubs, a.navsubs :link, a.navsubs :visited, a.navsubs :active {
	width: 100%;
	display: block;
	color:  #000;
	line-height: 25px;
	text-decoration: none;
	white-space: nowrap;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	margin: 1px 0px;
	text-indent: 10px;
	padding-bottom:1px;
}


a.navsubs:hover {
	color:   #000000;
	background:  #33CC66  repeat-x center left;
	text-decoration: none;
	cursor: pointer;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	padding-bottom:1px;
}


.showit {
	display: block;
}
.hideit {
	display: none;
}
/* Opera Hack */
html>body .hideit {
    display: block;
}
head:first-child+body .hideit {
    display: none;
}




.style3 {font-size: 18px}
.style4 {font-size: 16px}
.style5 {color: #336633}	
	
.subContainer, #navigation ul{
    width:770px;
    margin:0 auto;    
}






