/* RESET ---------------------------------------------------------------*/
* {
	margin: 0;
	padding: 0;
	font-size: 100%;
}


/* TYPOGRAPHY & COLOUR -------------------------------------------------*/
body {
	background: #fff;
	font: x-small/140% Verdana, Arial, sans-serif;
	color: #333;
	text-align: center;
}

p {
	margin: 0.8em 0 1.4em 0;
}

h1 {
	background: url(/img/bg-h2.png) left 6px no-repeat;
	font: large Verdana;
	color: #3A898D;
	padding-left: 15px;
	margin: 0;
}

h2 {
	color: #3A898D;
	font-size:small;
	margin-top:5px;
}


h3{
	font: large Verdana;
	color: #3A898D;
	margin: 0;
	font-weight:bold;
	font-size:1.1em;
}
.alliances {
	margin-bottom:20px;
	}
	
sup {
	font-size: 7px;
	}

#contentSub h1 {
	color:#000;
	padding-top: 3px;
	padding-bottom: 3px;
	background: #C3D6D7;
	border-bottom:1px solid #ffffff;
	font-size:x-small;
	font-weight:normal;
	
}

#contentSub h3 a:link, #contentSub h3 a:visited{
	display:block;
	color:#55473A;
	background: #DDD2C1 url(/img/bg-h3.png) no-repeat 10px 10px;
	padding: 8px 10px 8px 23px;
	border-bottom:1px solid #ffffff;
	font-size:x-small;
	font-weight:normal;
}


#contentSub h3 a:hover{
	display:block;
	color:#DDD2C1;
	background: #55473A url(/img/bg-h3a.png) 10px no-repeat;
	padding: 8px 10px 8px 23px;
	border-bottom:1px solid #ffffff;
}

#contentSub h3 a:active{
	display:block;
	color:#55473A;
	background: #DDD2C1 url(/img/bg-h3.png) 10px no-repeat;
	padding: 8px 10px 8px 23px;
	border-bottom:1px solid #ffffff;
}

#contentSub h3 a.current {
	display:block;
	color:#DDD2C1 !important;
	background:#55473A url(/img/bg-h3a.png) 10px no-repeat !important;
	padding: 8px 10px 8px 23px;
}

#contentSub p {
	margin: 10px;
	line-height:14px;
}

#contentSub a {
	color: #57483B;
	text-decoration:none;
}

#contentSub a:hover {
	text-decoration:underline;
}

#contentSub li {
	padding-top:2px;
	padding-bottom:2px;
}

#contentSub li a.current {
	text-decoration:underline;
}


a:link {
	color: #3A898D;
}

a:visited {
	color: #733A8D;
}

a:hover {
	color: #8D3A3A;
}

a:active {
	color: #3A898D;
}




/* LAYOUT --------------------------------------------------------------*/

/* wrapper */
#wrapper {
	width: 760px;
	text-align: left;
	margin: 0 auto;
}

h1 a {
	float: left;
	width: 200px;
	height: 80px;
	text-decoration: none;
	text-indent: -9999px;
}
/* top navigation */
#navGlobal {
	margin-top: 10px;
	float: left;
}

#navGlobal ul {
	list-style: none;
	margin: 2px 0 0 140px;
}

#navGlobal li {
	list-style: none;
	float: left;
	border-right: 1px solid #333;
	padding-right: 5px;
	margin-right: 5px;
}

#navGlobal li a {
	text-decoration: none;
	color: #333;
}

#navGlobal li a:hover, a:active {
	text-decoration: underline;
	color: #333;
}

/* header image replacement */
#header {
	float: left;
	background: url(/img/header.jpg) no-repeat;
	width: 760px;
	height: 140px;
	margin: 5px 0 0 0;
}

/* site navigation */
#navSite {
	float: left;
	width: 760px;
	background: #C3D6D7;
}

#navSite ul {
	list-style: none;
	border-bottom: 1px solid #fff;
}

#navSite ul li {
	float: left;
	padding: 5px 5px;
	border-left: 1px solid #fff;
}

#navSite ul li a {
	color: #333;
	text-decoration: none;
}

#navSite ul li a:hover {
	color: #ffffff;
	text-decoration: none;
}

#breadcrumb{
	float:left;
	width:580px;
	color:#B4A690;
}

#breadcrumb a:link, #breadcrumb a:visited{
	color:#B4A690;
	text-decoration:none;
}

#breadcrumb a:hover, #breadcrumb a:active{
	color:#565565;
	text-decoration:underlined;
}

/* tag line image */
#tagLine {
	float: left;
	margin: 1px 0 1px 0px;
	width:760px;
	background-color:#D4C7B2;
}

* html #tagLine {
	margin-left: 0;
}

#tagLine h4 {
	color:#554C3D;
	font-family:"Trebuchet MS", Arial, sans-serif;
	font-size: 1.5em;
	letter-spacing:.2em;
	font-weight:bold;
	margin-left:50px;
	padding-top:6px;
	
}

#tagLine h5 {
	color:#6F6554;
	font-family:"Trebuchet MS", Arial, sans-serif;
	font-size: 1.2em;
	margin-left:130px;
	padding-bottom:4px;
	letter-spacing:.05em;
}

.publish {
	margin-top:0px;
	}

/* content area */
#contentArea {
	float: left;
	width: 760px;
	background-image:url(../img/bg.gif);
	background-repeat:repeat-y;
}

/*Homepage specific*/
#contentAreaHome {
	float: left;
	width: 760px;
	background-image:url(../img/bg.gif);
	background-repeat:repeat-y;
}

/* main content */
#contentArea #contentMain {
	float: left;
	width: 308px;
	padding-left: 256px;
	margin-top: 23px;
	margin-right: 20px;
	background: url(/img/article-pic.jpg) no-repeat;
	min-height: 400px;
}
#contentMain-noimage {
	float: left;
	width: 545px;
	margin-top: 23px;
	margin-left:10px;
	padding-right:10px;
}

#contentArea ul,  #contentMain ul {
	margin-bottom:10px;
}

#contentArea li,  #contentMain li {
	margin-left:20px;
	
}
.sitemap-list {
	margin-left:10px;	
}

/* Book content */
#contentArea #contentMainBooks {
	float: left;
	width: 558px;
	padding-left: 0px;
	margin-top: 23px;
	margin-right: 20px;
	min-height: 400px;
}
#contentArea #contentMainBooks .Bookimg {
	margin-bottom: 15px;
	margin-right: 15px;
	float:left;
}

#contentMainBooks-noimage {
	float: left;
	width: 545px;
	margin-top: 23px;
	margin-left:10px;
	padding-right:10px;
}

#contentArea ul,  #contentMainBooks ul {
	margin-bottom:10px;
}

#contentArea li,  #contentMainBooks li {
	margin-left:20px;
	
}
.downloadhdr {
	color:#FF0000;
	margin-top:10px;
	margin-bottom:10px;
}

/*Homepage specific*/
#contentAreaHome #contentMain {
	float: left;
	width: 308px;
	padding-left: 256px;
	margin-top: 23px;
	margin-right: 20px;
	background: url(/img/bg-content.jpg) no-repeat;
}

/* secondary content */
#contentSub {
	background: #EBE7E1;
	width: 175px;
	float: right;
}
#contentSub p{
	color:#554C3D;
}

.quote { font-family:Georgia, "Times New Roman", Times, serif;
	font-size:s-small;
}	
.quote-body {
	font-style:italic;
	}
.customer {
	font-style:normal;
	text-align:right;
	margin-right:10px;
	}


/* boxed content */
#border-box p {
	border:1px solid #3A898D;
	width:250px;
	margin-right:0px;
	padding:7px;
	text-align:left;
	}
	
/*two column content article section */
.two-column {
	width: 554px;
	float:left;
	border-bottom:1px solid #EBE7E1;
	}
.two-column-left {
	float: left;
	width: 200px;
	margin: 10px 0em 15px 0px;
	}
.two-column-right {
	margin: 15px 0em 15px 220px;	
	}
.two-column-img {
	float:right;
	margin-left:20px;
	}
	
.two-column-left2 {
	float: left;
	width: 150px;
	margin: 10px 0em 15px 0px;
	}
.two-column-right2 {
	margin: 15px 0em 15px 150px;	
	}
	
/*two column content news section */
.news-column {
	width: 554px;
	float:left;
	border-bottom:1px solid #EBE7E1;	
	}
.news-column h3 {
	margin-top: 5px;
	}
.news-column-left {
	float: left;
	width: 260px;	
	}
.news-column-body {
	float:left; 
	border-bottom:1px solid #EBE7E1; 
	padding-bottom:10px; 
	margin-bottom:10px;
	}
.news-column-right {
	margin: 0 0em 15px 280px;
	padding-left:10px;
	width: 260px;	
	}
.news-column-image {
	float:right; 
	padding-left:10px; 
	padding-top:10px;
	}
.news-img {
	float:right;
	margin-left:20px;
	}

/* footer */
#footer {
	border-top: 5px solid #C3D6D7;
	width: 760px;
	float: left;
	color: #A39782;
	padding-bottom:20px;
}

#footer ul {
	list-style: none;
}

#footer ul li {
	float: left;
	margin-right: 30px;
	padding-top: 4px;
}

#footer ul li a {
	color: #A39782;
	text-decoration: none;
}

#footer ul li a:hover {
	text-decoration: underline;
}


/* FORMS --------------------------------------------------------------*/
#navGlobal form {
	float: right;
}

#navGlobal form label {
	margin-right: 4px;
}

#navGlobal form input {
	border: 1px solid #333;
	padding: 1px;
}

#navGlobal form .button {
	margin: 0 0 -5px 4px;
	border: 0;
}

* html #navGlobal form .button {
	margin-bottom: -4px;
}

.linklist {
	list-style-type:none;
	font-weight:bold;
}
.linklist a{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #3A898D !important;
}



	form.sign-up p{
		margin:0em;
		padding:0.2em 0em;
	}
	
	form.sign-up label{
		width:80px;
		display:block;
		padding-right:1em;
		float:left;
		text-align:right;
	}
	
	form.sign-up label.how{
		width:170px;
		padding-right:1em;
		float:left;
		text-align:right;
	}
	
	form.sign-up select{
		padding:0px;
		margin-right:4px;
		float:right;
	}

	form.sign-up input{
		width:210px;
	}
	
		form.sign-up input.submit{
		width:60px;
		margin-left:90px;
		margin-top:8px;
	}
#contentMain2 {
	float: left;
	width: 300px;
	margin-top: 15px;
	margin-right: 20px;
	padding-left: 230px;
	background: url(../img/chocalate-pic.jpg) no-repeat;
	min-height: 400px;
}

#contentMain1 {
	float: left;
	width: 556px;
	margin-top: 10px;
	margin-right: 20px;
	min-height: 400px;
}