﻿html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dd,dl,dt,li,ol,ul,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td {margin: 0; padding: 0; border: 0; font-weight: normal; font-style: normal; font-size: small; line-height: 1.5; font-family: inherit; text-align: left;}
q:before,q:after,blockquote:before,blockquote:after {content: "";}
table {border-collapse: collapse; border-spacing: 0;}
ol,ul {list-style: none;}
:focus {outline: 0;}
a {text-decoration: none;}
a img {border: none;}
.clearBoth {clear: both;}

body {
	font-family: "Lucida Grande", Verdana, sans-serif;
	background: #f8f8ec;
	color: #60573e;
	}

#bodyPattern {
	margin: 0px auto;
	padding: 0;
	background: url('../images/content-bg.gif') top center repeat-x;
	}

#wrapOne {
	width: 958px;
	margin: 0px auto;
	background: #ebebd8 url('../images/wrapone-bg.gif') repeat-y left top;
	border-left: 1px solid #f3f3f3;
	border-right: 1px solid #e5e5d1;
	border-bottom: 10px solid #FFFFFF;
	}

#wrapTwo {
	width: 710px;
	float: left;
	background: #FFF;
	padding: 0 0 20px 0;
	}

/*****************************************************/
/*************** HEADER + NAVIGATION *****************/
/*****************************************************/

#header {
	font-size: 90%;
	background: #302e24 url('../images/header-bg.gif') repeat-x left bottom;
	}

#header h1 {
	float: left;
	margin-left: -9999px;
	}

#headerInner {
	margin: 0px auto;
	width: 960px;
	text-align: center;
	}

#headerBrand {
	width: 250px;
	height: 110px;
	float: right;
	background: #171611 url('../images/pks-logo.gif') no-repeat right bottom;
	}
	
#headerBrand a {
	width: 250px;
	height: 110px;
	float: right;
	}
	
#mainNavigation {
	margin: 0px auto;
	width: 960px;
	clear: both;
	background: #474337 url('../images/nav-bg.gif') repeat-x left bottom;
	border-top: 1px solid #5f5b4e;
	}

#mainNavigation ul:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}	

#mainNavigation ul {
	list-style: none;
	}
	
#mainNavigation li {
	float: left;
	}

#mainNavigation li a {
	float: left;
	padding: 12px 16px 8px 16px;
	text-decoration: none;
	font-size: 85%;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #eaeac1;
	background: url('../images/nav-divider.gif') no-repeat right bottom;
	}
	
#mainNavigation li a:hover {
	color: #eaeac1;
	background: #676048 url('../images/nav-highlight.gif') repeat-x left bottom;
	}

#mainNavigation li.current a {
	background: #171611;
	}

/**
#breadCrumb {
	width: 958px;
	margin: 0px auto;
	border-top: 1px solid #dadac6;
	border-right: 1px solid #dadac6;
	border-left: 1px solid #dadac6;
	border-bottom: 1px solid #cecebb;
	background: #dadac6;
	}

#breadCrumb ul:after {
	content: "."; 
	display: block;
	height: 0;
	clear: both; 
	visibility: hidden;
	}	

#breadCrumb ul {
	margin: 5px 5px 5px 12px;
	}

#breadCrumb li {
	float: left;
	padding-right: 5px;
	color: #60573e;
	font-size: 80%;
	}
	
#breadCrumb li a {
	color: #a05f20;
	font-size: 100%;
	border-bottom: 1px dotted #bfbfab;
	}
	
#breadCrumb li a:hover {
	color: #6a3705;
	border-bottom: 1px solid #bfbfab;
	}
**/

a.externalLink {
	background: transparent url(../images/externalLink-off.gif) center right no-repeat;
	padding: 0 12px 0 0; 
}

a:hover.externalLink {
	background: url(../images/externalLink-on.gif) center right no-repeat;

}

/** Fix for the external link image issue - Source: http://home.tiscali.nl/developerscorner/css-discuss/test-link-iconENupdate.htm **/
a { 
   background: inherit;		/* FF correction for double underline (sometimes) */
                }
                
a span.externalLink {
   background: transparent url(../images/externalLink-off.gif) center right no-repeat;
   padding: 0 12px 0 0; 
   display: inline-block;   /* IE correction to show the icon */
   cursor: pointer;			/* IE correction to show hand instead of arrow */
   vertical-align: bottom;  /* Opera correction to get the last word vertical aligned */
}

a:hover span.externalLink {
   background: url(../images/externalLink-on.gif) center right no-repeat;
   text-decoration: none;	/* avoiding the "u" working for the last word! :-) */ 
}



/*****************************************************/
/*************** HOMEPAGE SPECIFIC *******************/
/*****************************************************/

#homepageWrapper {
	width: 960px;
	margin: 0px auto;
	}

#homepageDeck {
	width: 960px;
	background: #f5f5e8 url('../images/pillars-bottom.gif') no-repeat center bottom;
	float: left;
	margin-bottom: 3em;
	}

#homepageShade {
	width: 960px;
	background: url('../images/deck-top.gif') repeat-x 50% top;
	float: left;
	}

#aboutProvoke {
    float: right;
    width: 250px;
    background: url('../images/about-provoke.gif') top right repeat-x;
    text-align: right;
    }

#aboutProvoke a {
	color: #a05f20;
	font-size: 80%;
	margin: 2px 15px 2px 0;
	}
	
#aboutProvoke a:hover {
	color: #6a3705;
	}

#homepageQuote {
	background: url('../images/main-quote.gif') no-repeat 0px 15px;
	width: 960px;
	float: left;
	}

#homepageQuote h1 {
	line-height: 1.5em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #474336;
	margin: 15px 20px 0 25px;
	font-size: 200%;
	}

#homepageQuote h1 a {
	font-size: 100%;
	color: #078fc2;
	font-style: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	}

#homepageQuote h1 a:hover {
	color: #006a98;
	border-bottom: 1px solid #d7d7ce;
	}

#homepagePillars {
	width: 960px;
	float: left;
	margin: 20px 0 0 0;
	}

.homepagePillar {
	display: block;
	float: left;
	width: 192px;
	}
	
.homepagePillar a {
	min-height: 14em;
	display: block;
	font-size: 85%;
	padding: 0 10px;
	color: #474336;
	}

.homepagePillar a:hover {
	min-height: 14em;
	background: url('../images/pillar-highlight.gif') repeat-x 50% bottom;
	}

.homepagePillar img {
	display: block;
	margin: 0 0 10px 0;
	}

#homepageFeatured {
	width: 600px;
	float: left;
	margin: 0 0 20px 0;
	}

#homepageFeatured img {
	border: 5px solid #FFF;
	margin: 0 0 10px 0;
	}

#homepageFeatured h2 a {
	font-size: 155%;
	color: #5f7e1d;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-transform: none;
	font-weight: normal;
	line-height: 1.2em;
	margin: 0 0 10px 5px;
	border-bottom: 1px dotted #cfcfb8;
	}
	
#homepageFeatured h2 a:hover {
	color: #426100;
	border-bottom: 1px solid #cfcfb8;
	}

#homepageFeatured p {
	line-height: 1.5em;
	margin: 10px 0 0 5px;
	font-size: 85%;
	}

#homepageLatest {
	width: 300px;
	float: right;
	}

#homepageLatest p.latestDate {
	margin: 0 0 15px 0;
	text-transform: uppercase;
	font-size: 85%;
	}

#homepageLatest h2 a {
	font-size: 155%;
	color: #5f7e1d;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-transform: none;
	font-weight: normal;
	line-height: 1.2em;
	border-bottom: 1px dotted #cfcfb8;
	}

#homepageLatest h2 a:hover {
	color: #426100;
	border-bottom: 1px solid #cfcfb8;
	}

#homepageLatest p.latestSource {
	margin: 0 0 15px 0;
	color: #777;
	font-size: 85%;
	}

#homepageLatest p.latestSource span {
	font-style: italic;
	font-size: 100%;
	}

#homepageLatest p {
	line-height: 1.5em;
	margin: 0 0 10px 0;
	font-size: 85%;
	}


/*****************************************************/
/*************** SUB NAVIGATION **********************/
/*****************************************************/

#leftColumn {
	width: 160px;
	float: left;
	margin: 20px 0 0 0;
	}
#leftColumn p {
font-size:80%;
}
h4.questions {
	color:#A05F20;
	display:block;
	font-size:90%;
	padding:8px 0 0 6px;
	font-weight: bold;
	}

p.questions {
	color:#A05F20;
	display:block;
	font-size: 80%;
	padding:8px 5px 2px 6px;
	background:transparent url(resources/image/subnav-dotted.gif) no-repeat scroll left bottom;
	}

p.questions a{
	color:#A05F20;
	font-size: inherit;
	text-decoration: underline;
	}

#subNavigation li {
	color: #a05f20;
	display: block;
	font-size: 75%;
	background: url('../images/subnav-dotted.gif') left bottom no-repeat;
	}
	
#subNavigation li a {
	color: #a05f20;
	display: block;
	font-size: 100%;
	padding: 8px 5px 2px 6px;
	}

#subNavigation li a:hover {
	background: #fcfcf6;
	background: url('../images/subnav-solid.gif') left bottom no-repeat;
	color: #6a3705;
	}

#subNavigation li.current {
	background: url('../images/subnav-solid.gif') left bottom no-repeat;
	color: #6a3705;
	padding: 8px 5px 2px 6px;
	}

#leftColumn h3 {
	padding: 8px 5px 2px 6px;
	}

#subList li {
	margin: 0 0 0 25px;
    padding: 4px 2px 0 0;
	font-size: 80%;
	list-style: disc;
	}

/*****************************************************/
/*************** MAIN CONTENT ************************/
/*****************************************************/

#promoDeck {
	width: 690px;
	height: 140px;
	position: relative;
	margin: 10px 10px 0 10px;
	text-align: center;
	background: none;
	}

#mainContent {
	width: 500px;
	margin: 20px 20px 0 0;
	float: right;
	}
/**************************************************/	
/*************** FOR Apply Now PAGE ***************/	
/**************************************************/

.error {
	border: 1px dotted #A05F20;
	background-color: #fffff3;
	}
	
.error h3 {
	color: #a02020;
	font-size: 130%;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 3px 0 0 10px;
	}

.error .content{
	color: #a02020;
	padding: 10px;
	}

#mainContent .formcolumn {
	padding-top: 10px;
	}
	
#mainContent .formcolumn label {
	font-size: 90%;
	}

.formcolumn select, .formcolumn input {
	display: block;
	}

.radios {
	margin: 0 0 3px 0;
	}
	
.radios input {
	display: inline;
	padding: 5px 0;
	}
.radiosection {display:block;}
#HowDidYouHearAboutUsDiv {
	padding: 0 0 0 20px;
	}

#mainContent .formcolumnhalfwidth {
	float:left;
	width:226px;
	margin:0;
	padding:0;
	}

#mainContent .formcolumn {
	clear:both;
	width:458px;
	margin:0;
	padding:0;
	padding-top:15px;
	}
	
fieldset {
	padding: 10px 5px 10px 10px;
	width:480px;
	border:1px solid #EBEBD8;
	margin-top:20px;
	}
	
legend {
	font-family:arial,verdana,sans-serif;
	font-size: 90%;
	font-weight:bold;
	color:#60573E !important;
	line-height:1.5;
	padding: 0 4px 0 4px;
	font-weight:bold;
	}

div.FormGrey
{
	background-color: #F5F5F5;
	border: 1px solid #f5f5f5;
}

label {font-size: 90%;}

p.AddCourseLink {
	margin:0;
	padding:0;
	text-align:right;
	width:460px;
	border:1px solid red;
}

.Example 
{
	font-size: 85%;
	margin:0;
	padding:0;
}	

input,textarea,select
{
	font: 100% Verdana,Helvetica,Sans-Serif;
	color: #333;
}

input.fielderror, select.fielderror, textarea.fielderror
{
	font: 100% Verdana,Helvetica,Sans-Serif;
	background-color:#fffbd5;
}

input[disabled] {border:1px solid #ccc;background-color:#f5f5f5;padding:1px;}


a.FormError:link, a.FormError:visited
{
	 color: #000;
}
a.FormError:hover 
{
	color: #836461
}

/*************** For Apply Now page ***************/	

span.Positions {
	color:#60573E!important;
	font-weight:bold;
	}

p.Positions {
	color:#60573E!important;
	font-weight:bold;
	}

/*************** For Jobs ***************/

#mainContent #jobsList li{
	background: none;
	padding: 0;
	}

/*************** For Main Content ***************/
	
#mainContentwithnoleftcolumn {
	width: 690px;
	margin: 10px 10px 0 10px;
	float: right;
	}
		
#mainContent a, #mainContentwithnoleftcolumn a {
	color: #a05f20;
	border-bottom: 1px dotted #b3bf9a;
	}
	
#mainContent a:hover, #mainContentwithnoleftcolumn a:hover{
	color: #6a3705;
	border-bottom: 1px solid #cfcfb8;
	}


#mainContent h2, #mainContentwithnoleftcolumn h2 {
	margin: 0 0 10px 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 160%;
	color: #557907;
	}

#mainContent h2 a, #mainContentwithnoleftcolumn h2 a {
	font-size: 100%;
	color: #557907;
	border-bottom: 1px dotted #cfcfb8;
	}

#mainContent h2 a:hover, #mainContentwithnoleftcolumn h2 a:hover {
	color: #426100;
	border-bottom: 1px solid #cfcfb8;
	}
	
#mainContent h3, #mainContentwithnoleftcolumn h2 {
	margin: 0 0 10px 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 140%;
	color: #557907;
	}	

#mainContent h4, #mainContentwithnoleftcolumn h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 120%;
	color: #557907;
	margin: 20px 0 4px 0;
	}

#mainContent h4 a, #mainContentwithnoleftcolumn h4 a {
	font-size: 100%;
	color: #557907;
	border-bottom: 1px dotted #cfcfb8;
	margin: 0 0 0 10px;
	}

#mainContent h4 a:hover, #mainContentwithnoleftcolumn h4 a:hover {
	color: #426100;
	border-bottom: 1px solid #cfcfb8;
	margin: 0 0 0 10px;
	}


#mainContent p, #mainContentwithnoleftcolumn p {
	margin: 0 0 15px 0;
	color: #403925;
	}

#mainContent p.introText, #mainContentwithnoleftcolumn p.introText {
	font-weight: bold;
	color: #60573e;
	}
	
#mainContent li, #mainContentwithnoleftcolumn li {
    padding: 0 0 0 15px;
    margin: 10px 0;
    line-height: 1.2;
    background: url('../images/bullet-tick.gif') no-repeat 0 5px;
    }
	
/*ul.mainPlain li {
	background: none!important;
	list-style-type: disc;
	margin: 0 0 5px 12px!important;	
	} */

/* LEAD QUOTE SPECIFIC */
#mainContent .serviceLead, #mainContentwithnoleftcolumn .serviceLead {
	margin: 30px 0;
	float: left;
	}

.leadPicture {
	float: left;
	}

#mainContent .leadQuote {
	width: 375px;
	float: right;
	}
	
#mainContentwithnoleftcolumn .leadQuote {
	width: 565px;
	float: right;
	}
	
#mainContent .leadQuote h3, #mainContentwithnoleftcolumn .leadQuote h3 {
	margin: 5px 0 0 5px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 120%;
	color: #078fc2;
	letter-spacing: 0.1px;
	}

#mainContent .leadQuote p, #mainContentwithnoleftcolumn .leadQuote p {
	margin: 0;
	font-size: 80%;
	text-align: right;
	font-style: italic;	
	}

/* LATEST NEWS SPECIFIC */
#mainContent .articleStub, #mainContentwithnoleftcolumn .articleStub {
	margin-bottom: 40px;
	}

#mainContent .articleStub .first, #mainContentwithnoleftcolumn .articleStub .first {
	margin-top: 10px;
	}

#mainContent .articleStub .last, #mainContentwithnoleftcolumn .articleStub .last {
	border: none;
	}

#mainContent p.articleDate, #mainContentwithnoleftcolumn p.articleDate {
	text-transform: uppercase;
	font-size: 80%;
	margin: 5px 0;
	}

#mainContent p.articleSource, #mainContentwithnoleftcolumn p.articleSource {
	margin: -10px 0 10px 0;
	color: #777;
	font-size: 80%;
	}

#mainContent p.articleSource span, #mainContentwithnoleftcolumn p.articleSource span {
	font-size: 100%;
	font-style: italic;
	}

/*  ARTICLE NAVIGATION SPECIFIC */
#articleNavigation {
	float: left;
	background: #fcfcf6;
	border-bottom: 1px dotted #CCC;
	margin: 40px 0 0 0;
	width: 100%;
	}

#articleNavigation a {
	color: #a05f20;
	border: none;
	}

#articleNavigation a:hover {
	color: #6a3705;
	border: none;
	}
	
#articleNavigation .left {
	float: left;
	margin: 0 5px;
	font-size: 85%;
	}

#articleNavigation .right {
	float: right;
	margin: 0 5px;
	font-size: 85%;
	text-align: right;
	}

/* CASE STUDY SPECIFIC */	
#mainContent .caseStub a, #mainContentwithnoleftcolumn .caseStub a {
	float: left;
	margin: 15px 0 5px 0;
	display: block;
	border: none;
	}
	
#mainContent .caseStub a:hover, #mainContentwithnoleftcolumn .caseStub a:hover {
	background: url(../images/casestub-bg.gif) repeat-y;
	border: none;
}

#mainContent .caseStub img, #mainContentwithnoleftcolumn .caseStub img {
	height: 100px;
	width: 100px;
	float: left;
	margin: 0 10px 0 0;
	border: 1px solid #ebebd8;
	}
	
#mainContent .caseStub h3, #mainContentwithnoleftcolumn .caseStub h3 {
	margin: 0 0 2px 0;
	}
	
#mainContent .caseStudyHeading, #mainContentwithnoleftcolumn .caseStudyHeading {
	margin: 0 0 2px 0;
	color: #A05F20;
	display: block;
	}
	
	
#mainContent .caseStub p, #mainContentwithnoleftcolumn .caseStub p {
	font-size: 85%;
	}
	
#mainContent .caseStudyBody, #mainContentwithnoleftcolumn .caseStudyBody {
	font-size: 85%;
	color: #403925;
	}

#clientQuote {
	float: left;
	background: #fcfcf6 url('../images/client-quote.gif') no-repeat;
	width: 500px;
	border-top: 1px solid #f3f3f3;
	border-bottom: 1px solid #f3f3f3;
	margin: 0 0 20px 0;
	}

#clientQuote  p {
	margin: 15px;
	color: #403925;
	}
	
#clientQuote span {
    font-style: italic;
    }
    
#servicesUsed {
	float: left;
	margin: 0 0 20px 0;
	background: #fcfcf6;
	width: 500px;
	border-top: 1px solid #f3f3f3;
	border-bottom: 1px solid #f3f3f3;
	}
	
#servicesUsedwithnoleftcolumn {
	float: left;
	margin: 0 0 20px 0;
	background: #fcfcf6;
	width: 690px;
	border-top: 1px solid #f3f3f3;
	border-bottom: 1px solid #f3f3f3;
	}	

#servicesUsed ul, #servicesUsedwithnoleftcolumn ul {
	margin: 10px 0 0px 15px;
	padding-bottom: 15px;
	border: 1px solid #fcfcf6;
	float: left;
	}

#servicesUsed li {
	width: 200px;
	margin: 10px 15px 0 0;
	float: left;
	background: url('../images/bullet-tick.gif') no-repeat 0 5px;
	}
	
#servicesUsedwithnoleftcolumn li {
	width: 268px;
	margin: 2px 15px 0 0;
	float: left;
	background: url('../images/bullet-tick.gif') no-repeat 0 5px;
	}

#servicesUsed li a, #servicesUsedwithnoleftcolumn li a {
	margin: 0px;
	font-size: 85%;
	color: #a05f20;
	border-bottom: 1px dotted #b3bf9a;
	}

#servicesUsed li a:hover, #servicesUsedwithnoleftcolumn li a:hover {
	color: #6a3705;
	border-bottom: 1px solid #cfcfb8;
	}

.caseStudyScreenshot {
    padding:10px 0px;
}


/*CUSTOMER LOGOS SPECIFIC*/
.customerLogos {
	float: left;
	margin: 5px 0;
	}
	
#mainContent .customerLogos li, #mainContentwithnoleftcolumn .customerLogos li {
	float: left;
	margin: 0 11px 11px 0;
	padding: 0;
	border: 1px solid #dadac6;
	background: none;
	display: block; 
	width: 150px;
	height: 100px;
	}

#mainContent .customerLogos li a, #mainContentwithnoleftcolumn .customerLogos li a {
	padding: 0;
	border: 0px solid #dadac6;
	background: none;
	}

/*CONTACT US SPECIFIC*/
#contactProvoke {
	float: left;
	}

#contactProvoke h4 {
	margin: 0 0 8px 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	letter-spacing: 0.5px;
	color: #5f7e1d;
	}

#contactProvoke p {
	margin: 0;
	font-size: 85%;
	}

#contactProvoke a {
	font-size: 100%;
	}

#contactProvoke .rightCol {
	float: left;
	}

#contactProvoke .leftCol {
	float: left;
	margin-right: 40px;
	}

#contactProvoke .contactBox {
	float: left;
	width: 500px;
	margin: 15px 0 20px 0;
	background: #FFF;
	}
	
#contactProvoke .viewMap {
	margin: 15px 0;
	clear: both;
	float: left;
	background: #f8f8ec;
	border: 1px solid #ebebd8;
	}

#contactProvoke .viewMap a {
	margin: 2px 15px;
	display: block;
	font-size: 80%;
	text-transform: uppercase;
	letter-spacing: 0.1px;
	border: none;
	}

/*****************************************************/
/*************** RIGHT COLUMN ************************/
/*****************************************************/

#rightColumn {
	width: 248px;
	margin: 10px 0 0 0;
	float: right;
	}

#rightColumn p {
	font-size: 85%;
	}

#rightColumn h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 115%;
	color: #557907;
	margin:	0 0 5px 0;
	}

#rightColumn h4 a {
	font-size: 100%;
	color: #5f7e1d;
	border-bottom: 1px dotted #cfcfb8;
	}

#rightColumn h4 a:hover {
	color: #426100;
	border-bottom: 1px solid #cfcfb8;
	}

#rightCase {
	margin: 0 0 25px 15px;
	float: left;
	width: 215px;
	}

#rightCase a img {
	float: left;
	margin: 6px 8px 0 0;
	border: 3px solid #dadac6;
	}

#rightCase a:hover img {
	border: 3px solid #cacab4;
	}

.readMore {
	float: right;
	}

a.readMore {
	margin: 5px 0 0 0;
	font-size: 80%;
	color: #a05f20;
	border-bottom: 1px dotted #b3bf9a;
	}

a:hover.readMore {
	color: #6a3705;
	border-bottom: 1px solid #cfcfb8;
	}
	
#latestNews {
	margin: 0 0 20px 0;
	padding-bottom: 20px;
	float: left;
	width: 215px;
	}

#latestNews h4 {
	margin: 0 0 4px 15px;
	}

#latestNews .first {
	border-top: 1px dotted #bebdb7;
	}

#latestNews .item {
	border-bottom: 1px dotted #bebdb7;
	float: left;
	}
	
#latestNews .graduate {
	border-bottom: 1px dotted #bebdb7;
	float: left;
	}

.graduate .latestTitle
{
	display: block;
	color: #60573e;
	font-size: 85%;
	font-weight: bold;
	}
	
.graduate img{
	margin: 10px 0 0 10px;
	border: 1px solid white;
	}

#latestNews a {
	width: 239px;
	display: block;
	float: left;
	padding: 8px 5px;
	}

#latestNews h4 a 
{
	margin-left: -15px !important;
	padding-left: 15px;
	width: 229px;
	}
	
#latestNews a:hover {
	background: #e6e6d0;
	cursor: pointer;
	}

#latestNews .h4 {
	margin: 0 0 0 10px;
	display: block;
	color: #60573e;
	font-size: 85%;
	font-weight: bold;
	}
	
#latestNews .latestTitle {
	margin: 0 0 0 10px;
	display: block;
	color: #60573e;
	font-size: 85%;
	font-weight: bold;
	}

#latestNews .latestDate {
	font-size: 90%;
	font-weight: normal;
	font-style: italic;
	color: #766d56;
	}

#latestNews .latestExcerpt {
	margin: 0 0 0 10px;
	display: block;
	color: #60573e;
	font-size: 85%;
	}
	
#latestNews .latestExcerpt .a {
	margin: 5px 0 0 0;
	font-size: 80%;
	color: #a05f20;
	border-bottom: 1px dotted #b3bf9a;
	}

#latestNews .latestExcerpt a:hover {
	color: #6a3705;
	border-bottom: 1px solid #cfcfb8;
	}
	


/*****************************************************/
/*************** FOOTER ******************************/
/*****************************************************/

#footer {
	background: #302e24;
	border-bottom: 1px solid #171611;
	}

#footerInner {
	margin: 0px auto;
	width: 960px;
	}

#contactDetails {
	float: left;
	width: 690px;
	margin: 30px 0 40px 0;
	}

#contactDetails h4 {
	margin: 0 0 8px 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	color: #eaeac1;
	font-size: 85%;
	}

#contactDetails p {
	font-size: 80%;
	color: #babaa0;
	}

#contactDetails a {
	font-size: 100%;
	color: #babaa0;
	border-bottom: 1px dotted #5a5a4a;
	}
	
#contactDetails a:hover {
	border-bottom: 1px solid #5a5a4a;
	}

#contactDetails .rightCol {
	float: left;
	}

#contactDetails .leftCol {
	float: left;
	margin-right: 10px;
	}

#contactDetails .contactBox {
	float: left;
	width: 325px;
	margin: 5px 0 5px 10px;
	}
	
#footerBrand {
	width: 250px;
	float: right;
	padding: 40px 0;
	background: #171611 url('../images/microsoft-logo.gif') no-repeat right top;
}

#footerBrand p {
	margin-left: -9999px;
	}

#baseNavigation {
	margin: 0px auto;
	padding: 10px 0 30px 0;
	width: 960px;
	color: #60573e;
	}

#baseNavigation p {
	float: left;
	font-size: 80%;
	}

#baseNavigation ul {
	float: right;
	}
	
#baseNavigation li {
	float: left;
	list-style: none;
	display: block;
	font-size: 75%;
	}
	
#baseNavigation li a {
	color: #60573e;
	margin: 0 5px;
	font-size: 100%;
	}

#baseNavigation li a:hover {
	color: #302e23;
	border-bottom: 1px solid #cfcfb8;
	}	
	

	