/*======================================
      WELCOME TO THE STYLESHEET
--------------------------------------      
     Copyright Mike Crittenden
      Author: Mike Crittenden
======================================*/
 
/**************************************\
|------------COLOR SCHEME--------------|
|--------------------------------------|
- black		#000
- white		#fff
\**************************************/

body {
	background-color: #EEEEEE;
}

a img {
	border: none;
}

/**************************************/
/*              GLOBALS               */
/**************************************/


/**************************************/
/*              HEADER                */
/**************************************/

.header {
	height: 100px;
}


/**************************************/
/*             NAVIGATION             */
/**************************************/

.navbar {
	color: white;
	float: right;
	background: top left no-repeat url('/images/navbar-bg.png');
	margin-top: 20px;
	padding-left: 7px;
}


.navbar a {
	display: block;
	padding: 11px 10px 15px 10px;
	font-family: Helvetica, Arial, sans;
	text-decoration: none;
	font-weight: normal;
	font-size: 12px;
	color: #747474;
}

.navbar a.selected {
	background: top no-repeat url('/images/navbar-bg-selected.png');
}

.navbar a:hover {
	color: black;
}

.navbar #navbar_item_1 a, .navbar #navbar_item_5 a, .navbar #navbar_item_4 a {
	font-weight: bold;
	color: #0B327C;
}

.navbar #navbar_item_1 a:hover, .navbar #navbar_item_5 a:hover, .navbar #navbar_item_4 a:hover {
	color: black;
}



.navbar ul {
	margin: 0;
	padding: 0 7px 0 0;
	height: 60px;
	list-style: none;
	background: top right no-repeat url('/images/navbar-bg-right.png');
}

.navbar li {
	float: left;
	margin: 0;
	padding: 0;
}

.navbar li ul {
	display: none;
}

.navbar li li ul {
	list-style: circle;
	margin-left: 5px;
	list-style-position: inside;
}

.navbar li li {
	margin: 0;
	padding: 0;
	float: none;
}

.navbar li li a {
	font-weight: normal;
}




/**************************************/
/*            MAIN CONTENT            */
/**************************************/

.body {
	background: left repeat-y url('/images/content-bg.png');
	padding: 10px 20px;
}

.container {
	position: relative;

}

#enquirybanner {
	position: absolute;
	left: 942px;
	top: 240px;
	display: block;
	height: 207px;
	width: 43px;
	background: url(/images/enquirybutton.png) no-repeat top left;
	text-indent: -999em;
	text-decoration: none;
}


.body h1 {
	color: #9B2F04;
	width: 520px;
	line-height: 1.2em;
}

.body h2 {
	line-height: 1.2em;
}

.body h2 a {
	text-decoration: none;
}

.body {
	min-height: 500px;
}

/**************************************/
/*               FOOTER               */
/**************************************/

.contenttop {
	clear: left;

	background: top left no-repeat url('/images/content-top.png');

}

.crumbtrail {
	padding: 12px 300px 8px 20px;
	color: white;
}


.crumbtrail a {
	color: white;
	text-decoration: none;
}

.crumbtrail a:hover {
	color: white;
	text-decoration: underline;
}


.footer {
	padding: 9px 0 0 20px;
	color: white;
	height: 41px;
	background: top left  no-repeat url('/images/content-bottom.png');
}

.footer a {
	color: white;
	text-decoration: none;
}

.footer a:hover {
	color: white;
	text-decoration: underline;
}

/*
.sitemap ul {
	border: solid black 1px;
}

.sitemap li {
	background:  #ddd;
	margin: 5px;
}

body {
	background-color: #eee;
	text-align: center;
}

.content {
	text-align: left;
	width: 800px;
	margin: 0 auto;
	background-color: white;
}

.subpages {
	width: 200px;
	clear: right;
	float: right;
	position: relative;
}

.sidebar {
	width: 200px;
	float: right;
	position: relative;
}


*/

.subpages ul {
	margin: 0;
	padding: 0;
}

.subpages li {
	list-style: url('/images/chevron.png') inside;
	border-bottom: solid gray 1px;
	margin: 0;
	padding: 7px 5px 7px 0;
}

.subpages ul ul {
	margin: 0;
	padding: 0;
}

.subpages ul ul li {
	list-style: disc;
	border: none;
	margin: 0 0 0 25px;
	padding: 3px 5px 3px 0;
}

.subpages a {
	text-decoration: none;
	color: black;
}

.bottomlinks {
	clear: both;
}

/* Overlay */
#simplemodal-overlay {background-color:#eee; cursor:wait;}

/* Container */
#simplemodal-container {height:550px; width:400px; font-family:Arial,Helvetica, sans; font-size:16px; text-align:left; background:#fff; border:2px solid #336699; padding: 10px;}
#simplemodal-container a.modalCloseX,
#simplemodal-container a.modalCloseX:link,
#simplemodal-container a.modalCloseX:active,
#simplemodal-container a.modalCloseX:visited {text-decoration:none; font-weight:bold; font-size:1.1em; position:absolute; top:-1px; left:400px; color:#ddd;}
#simplemodal-container a.modalCloseX:hover {color:#9bb3b3;}

form .field label
{
	display:block;
	font-weight:bold;
}
form .field
{
	padding:6px 0;
}

#contactform {
	display: none;
}

.fpfooterblock {
	margin-top: 30px;
	padding-top: 20px;
	background: top left url('/images/fpfooterbgtop.png') no-repeat;
}

.fpfootercontent {
	background: top left url('/images/fpfooterbg.png') repeat-y;
}

.fpfooterblock .fpfooterheading {
	margin-bottom: 10px;
}

.fpfooterblock .fpfooterheading h2 {
	border-bottom: solid gray 1px;
	font-size: 16px;
	color: #3E456B;
}

.fpfooterblock .fpfooterbody {
	
}

.fpfooterblock .fpfooterimage {
	height: 71px;
	background: top left no-repeat;
	border-top: solid gray 1px;
	border-bottom: solid gray 1px;
	margin-top: 10px;
	margin-bottom: 20px;
}

.fpfooterblock .fpvaluations {
	background-image: url('/images/fpvaluations.jpg');
}

.fpfooterblock .fpconsulting {
	background-image: url('/images/fpconsulting.jpg');
}

.fpfooterblock .fpconferences {
	background-image: url('/images/fpconferences.jpg');
}



.bloglinks {
	clear: both;
	margin-top: 20px;
	text-align: center;
}


.bloglinks .prevlink {
	float: left;
	padding: 0;
}

.bloglinks .uplink {
	padding-left: 200px;
	padding-right: 200px;
}

.bloglinks .nextlink {
	float: right;
	padding: 0;
}


#welcome .searchelements {
	padding-top: 12px;
	margin-bottom: 0;
	
}

.welcomebanner {
	background: top left no-repeat url('/images/welcome-main.jpg');
	clear: left;
	border: none;
	display: block;
	margin: 0;
	padding: 40px 0 0 0;
}

.welcomebannerlink {
	position: static;
	width: 950px;
	height: 308px;
	border: none;
	padding: 0;
	margin: 0;
	display: block;
}

.welcomebannerlink * {
	padding: 0;
	margin: 0;
}


.searchform {
	float: right;
	width: 270px;
}

.searchform form {
	margin-bottom: 0;
}

.searchform .searchbox {
	float: left;
	background: url('/images/searchbox.png') top left no-repeat;
	width: 201px;
	height: 16px;
	margin-right: 5px;
	margin-bottom: 0;
	padding: 3px 6px 0 3px;
	border: none;
}

.searchform .searchbutton {
	border: none;
	background: url('/images/searchbutton.png') top left no-repeat;
	width: 35px;
	height: 22px;
	padding-bottom: 0;
	margin-bottom: 0;
	float: left;
}

.newsbox {
	background: bottom left no-repeat url('/images/newsbox-bg.png');
	padding: 10px 20px 15px 20px;
}

.newsbox p, .newsbox ul, .newsbox li {
	padding: 0;
	margin: 0;
	list-style: none;
}

.newsbox ul {
	height: 20px;
	overflow: hidden;
}

.newsbox a {
	position: static;
}

.newsbox li {
	overflow: hidden;
	width: 0px;
	height: 18px;
}

.admin {
	month: 150px;
}

p.date {
	font-size: 110%;
	font-weight: bold;
}

.blogpost {
	margin-bottom: 40px;
	border-bottom: solid silver 1px;
	padding-bottom: 40px;
}

.pagination {
	text-align: center;
	width: 480px;
	font-size: 110%;
	padding-bottom: 40px;
}

.pagination span, .pagination a {
	padding-right: 3px;
	padding-left: 3px;
}

.pagination .current {
	font-weight: bold;
}

.pagination a {
	font-weight: bold;
	text-decoration: none;
}