* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 11pt;
	background-color:#FFF;
	font-family: Tahoma, helvetica, arial, sans-serif;
	width: 70em;
	margin: 0 auto;
}

#contain_all {
	width: 50em;
	/*height: 50ex;*/
	margin: 0 auto;
	padding: .2em;
}

/*-----------------ID in alphabetical order----------------------------*/

div#content {
	width: 100%;
	padding-bottom: 1ex;
}

div#content p {
	_font-weight: bold;
	margin: 0 1em;
	padding-top: 1ex;
	color: #4d5874;
}

div#content h2{
	color: #ffffff;
	font-size: 1.5em;
	padding: .1em .2em;
	background: #4d5874;
}

div#content h3 {
	margin: .5em 0 0 1em;
	color: #4d5874;
}

div#head {
	display: block;
	padding: 1ex 0;
	/*border-top: #d7aa22 solid 10px;
	border-bottom: #4d5874 solid 10px;*/
}

h1#main_head {
	background: transparent url(../images/threadweb_logo_s.gif) no-repeat scroll top center;
	height: 90px;
	width: 100%;
}

div#menu {
	width:52em;
	margin: 1em auto;
	text-align: center;
	height:2em;
}

div#menu ul {
		margin: 0pt; /*Remove indent from Opera and IE*/
		padding: 0pt; /*Remove indent from Mozilla and NN7*/
}
			
#menu li {
	float: left;
	list-style-type: none;
	font-size: .9em;
	margin: 0 0 1em 0;
	padding: 0;

	white-space: nowrap;
}
div#menu a {
	display: block;
	border: 1px solid;
	border-color: #ddd #000 #000 #ddd;
	/*vertical-align: middle;*/
	color: white;
	background-color: #4d5874;
	background-image: url(../images/goto.jpg);
	background-repeat: no-repeat;
	background-position: 0% 50%;
	width: 8em;
	/*height: 4ex;*/
	padding-top: .4ex;
	padding-bottom: .4ex;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
}

#menu a:hover, #menu a:active,
#uber a:link, #uber a:visited,
#uber a:hover, #uber a:active  {

	background: #d7aa22;
	color:#4d5874;
}

/*This style is exclusively for the index.html redirect page*/
div#redirect{
	text-align: center;
	width: 30em;
	margin-top: 5em;
	margin-left: auto;
	margin-right: auto;
	
}

div#redirect h1 {
	margin-bottom: 2em;
}

div#sailhbc{
	height: 7.5em;
}

div#campbell{
	height: 5em;
}

div#campbell img{
	margin-left: 12.5%;
}

div#renovate{
	height: 4em;
}

div#renovate img{
	margin-left: 12.5%
}

div#valid {
	clear: both;
	text-align: center;
}

/*-----------------Classes in alphabetical order-----------------------*/



div#contact_left {
	float:left;
	font-style: italic;
	font-weight: normal;
	text-align: right;
	width: 11em;
	margin-left: 9em;
	margin-bottom: 2em;
}

div#contact_right {
	float:left;
	font-weight: normal;
	margin-left: 2em;
}

p#phonenumber {
	margin-top: 4em;
}

.folio {
	width: 100%;
	border: 1px solid #4d5874;
	padding: .3em 0;
	margin: .5em 0;
}

.folio img {
	float: left;
}

.folio a {
	display: block;
	padding-top: 2em;
	margin-left: 50%;
}

.italic {
	font-style: italic;
}

.bigger{
	font-size: 1.2em;
}

.no_display {
	display: none;
}

.navigate {
	display: block;
	width: 199px;
	height: 49px;
	background: transparent url(../images/myButton.jpg) no-repeat scroll center center;
}

/**************************************************************************
***************************************************************************
**                 New styles for ThreadWeb2                             **
***************************************************************************
***************************************************************************/
div#contactdetails ul {
	list-style:none;
	position:relative;
	margin-top: 1ex;
}

ul#leftcontact {
	text-align:right;
	float:left;
	width: 47%;
}

ul#rightcontact {
	left: 3%;
}

div#contactdetails li {
	margin-bottom: 1em;
}

.section {
	border: 1px solid #4d5874;
	padding-bottom: 1em;
	margin-bottom: 2em;
}


/*General formating*/
ul, li{
	color: #4d5874;
	_font-weight: bold;
	margin-left: 1em;
}
