/*  CSS main body selectors  */ 

a:link{
color: #660000;
text-decoration:none;
}

a:visited {
color: #660000;
text-decoration:none;
}

a:hover{
color: #660000;
text-decoration: underline;
}

/*  For changing some link styles but not others see http://www.webcredible.co.uk/user-friendly-resources/css/different-link-text-colour.shtml and http://www.w3schools.com/CSS/css_pseudo_classes.asp */  

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

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

a.topmenulink:hover {
text-decoration: underline;
background-color:white;
color:#660000;
} 



/*  Structural CSS */ 
#container { 	
 margin-left: auto; 	
 margin-right: auto; 
 	width: 1000px; 	
	text-align: left; 	
	}  
	/*  if width changes here, change if for the footer too */ 
	
body { 	
margin: 0 0 20px 0;
text-align: center; 
background-color: #660000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	line-height:1.4;	
}

div#whitecontainer{
	background-color:white;	
}

/*  global fonts and headers */ 
.smallbodytext{
font-size:8pt;
}

h1 {
	font-size: 14pt;
	font-weight: bold;
	}
	
	
	
h2 {
	font-size: 12pt;
	font-weight: bold;
	}
	
	
h3 {
	font-size: 10pt;
	font-weight: bold;
	padding: 0px; 
	margin: 0px;
	}
	
ul {
padding:0 50px 0 10px;
}


/*  Header CSS */ 

div#headerlayer{
border-bottom: thin solid white;
padding-bottom:5px;
margin-bottom:5px;
}

div#websitetitle {
	margin-top:5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-weight: bold;
	color: #FFFFFF;
}

.topmenubuttonlayer {
	z-index: 1;
	width: 100px;
	padding:10px;
	border-left:thin solid white;
	border-right:thin solid white;
	border-top:thin solid white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: center;
	color:white;
	font-weight: bold;
	float:right;
	position:relative;
	margin-left:5px;
	margin-top:5px;
	
}

/*  Left Column CSS */ 
div#leftcolumnlayer{
	float:left;
	width:170px;
	text-align:left;
	font-family: Arial, Helvetica, sans-serif;
	}

div#leftcolumncontentlayer{
	margin: 10px 0 0 0;
	}

.leftmenubuttonlayer {
background-color:#FFE6E6;
font-weight:bold;
font-size: 9pt;
margin:0 5px 3px 5px;
padding:4px;
text-align:left;
}

.leftmenubuttonselectedlayer{
background-color:#FFA6A6;
font-weight:bold;
font-size: 9pt;
margin:0 5px 3px 5px;
padding:4px;
text-align:left;
}

.leftsubmenubuttonlayer {
background-color:#FFA6A6;
font-size: 8pt;
margin:0 10px 3px 10px;
padding:4px 8px 4px 8px;
text-align:left;
}

div#myblogs{
text-align:left;
margin:10px 5px 3px 5px;
padding:4px;
border-top:solid thin #600;
border-bottom:solid thin #600;
}


/*  breadcrumbing CSS */ 

#breadcrumbinside, .recentarticlesubmenu, .smallmenu{
margin-left:10px;
padding-bottom:10px;
font-size:8pt;
}

/*  Main body CSS */ 

div#mainbodylayer {
	margin: 0 0 0 170px;
	min-height:1200px;
  	height:auto !important;
 	height:1200px;
	text-align:justify;
	border-left:solid #660000 3px;
			}

div#mainbodytextlayer {
	margin: 10px;
			}

.careerhighlightscontent{
font-size: 8pt;
border-bottom: thin solid #600;
margin-left:10px;
margin-right:10px;
margin-bottom:5px;
padding:10px;
}

/*  Clear class exists to ensure that the logos float properly in their boxes on ExecutiveCareerHighlights */ 
.clear{
height:1px;
clear:right;
}

.articlesnippets{
font-size: 8pt;
border-bottom: none;
margin:10px;
}

.icanhelp{font-size: 9pt;margin:10px;text-align:left;}
.icanhelp ul {margin:10px;padding:0px;list-style-type: disc}
.icanhelp li {margin:3px 0 0 8px;}

div .articlesnippets h3 {text-align:left;}

.articleheadlines {
font-size: 9pt;
font-weight:bold;
}

.readmore{
font-size:8pt;
text-align:left;
}

.dateline{
font-size:7pt;
color:gray;
}


.recentarticlesinclude{
float:right;
width:250px;
margin: 10px 5px 10px 25px;
background-color:#FFE6E6;
}

div#consultancy{
float:right;
width:250px;
margin: 10px 5px 10px 25px;
background-color:#FFE6E6;
}

.recentarticlestitle{
text-align:center;
margin-left:10px;
margin-right:10px;
border-bottom:solid thin #600;
}

.pinkniftycontainer{
background-color:#FFE6E6;
margin: 0 10px 5px 10px;
}

.pinkniftycontent{
font-size: 8pt;
margin: 0 5px 5px 5px;
}


.gameslayer{
margin:10px;
font-size: 8pt;
}
	
.amazonproductlink{
margin:5px;
float:left;
}

.blogfeed{
margin: 30px 0 0 0;
width:500px;
}


div.blogfeed p.feedTitle  {	font-size: 12pt;font-weight: bold;}
div.blogfeed ul {margin:0px;}
div.blogfeed li {list-style-type:none;border-bottom: thin solid #600;padding:10px 0px;font-size:8pt;margin:0;}
div.blogfeed .headline {font-weight:bold;font-size:10pt;}
div.blogfeed .date {font-size:7pt;color:gray;margin:0;padding:0;}


/*  Footer CSS */ 
div#footerlayer {
 margin-left: auto; 	
 margin-right: auto; 	
	margin-top:5px;
	background-color: white;
	width:1000px;
			}
	
div#footercontentlayer {
font-size:8pt;
padding:10px;
	}
	
/*Blog sidebar CSS */
.blogtextlayer{
margin: 0 250px 0 0;
}

div#blogsidebar{
float:right;
width:215px;
text-align:left;
padding: 10px ;
}

.sendfriend{
text-align:center;
margin:10px 0px 3px 0px;
padding:4px;
border-top:solid thin #600;
border-bottom:solid thin #600;
}

div#mybloglog{
margin:10px 0 10px 0;
}

div#wordpresssidebar{
margin: 10px;
text-align:left;
}

.feedburnerFlareBlock{
font-size:9pt;
margin:0 50px 0 50px;
}

/*Paypal test*/
div#purchasepage{
width:500px;
margin: 10px 0 10px 0;
}

.paypalbutton {
border: 6px inset #660000;
float:left;
padding:5px;
margin: 10px;
text-align:center;
}

div#checkout{
border:none;
}
