/* << ----------------// General Styles //------------ */
body {
	margin:10px;
	padding:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	line-height:18px;
	color:#000000;
	background-color: #CACACA;
}

p {
	font-size: 80%;
	line-height: 20px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 0px;
}

strong {
font-weight:bold;
}

em {
font-style:italic;
}

h1, h2, h3, h4 {
	font-weight:bold;
	margin:10px 0 0 0;
	color: #9B0F0F;
	font-family: Georgia, "Times New Roman", Times, serif;
}

h1 {
	font-size:140%;
	margin-top: 15px;
	margin-bottom: 15px;
}

h4 {
font-size:17px;
}

a:link, a:visited {
color:#cc0000;
text-decoration:underline;
}

a:hover, a:active {
color:#999999;
text-decoration:none;
}

ul {
	padding:0;
	list-style-type:disc;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 20px;
}

ol {
margin:5px 0 5px 30px;
padding:0;
list-style-type:decimal;
}

ul li, ol li {
	padding:0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 4px;
	margin-left: 0;
}


li {
	font-size: 80%;
}



.contentlist, .contentlist a {
	list-style-type: none;
	font-size: 100%;
	color: #333333;
	margin-top: 10px;
	margin-bottom: 10px;
}

.indexlist {
	list-style-image: url(../assets/images/arrow.jpg);
}


/* << ----------------// Outer container that holds all the columns //------------ */
#mainContainer {
	margin:0 auto;
	padding:0;
	width:900px;
	border:1px solid #454545;
	background-color: #FFFFFF;
}






/* << ----------------// Header //------------ */
#header {
margin:0;
padding:10px;
width:880px;
color:#ffffff;
background-color:#FFFFFF;
}



#tel {
	font-size: 105%;
	color: #666666;
	float: right;
	margin-top: 5px;
	margin-right: 5px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	vertical-align: top;
	height: 50px;
}

/* << ----------------// Horizontal navigation //------------ */

#navHorizontal {
	width:880px;
	background-color:#666666;
	margin-top: 10;
	margin-right: auto;
	margin-bottom: 10;
	margin-left: auto;
}

#navHorizontal ul {
	list-style:none;
	font-size: 95%;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
}

#navHorizontal ul li {
	list-style:none;
	display:inline;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: -5px;
	padding-right: 0;
	padding-left: 0;
}

#navHorizontal ul li.last {
	border-right-style:none;
	border-top-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


#navHorizontal ul li a:link, #navHorizontal ul li a:visited {
	color:#FFFFFF;
	text-decoration:none;
	padding-top: 2px;
	padding-right: 8px;
	padding-bottom: 2px;
	padding-left: 8px;
}

#navHorizontal ul li a:hover, #navHorizontal ul li a:active {
color:#FF0000;
text-decoration:none;
}


#navHorizontal ul li.current {
 color:#FF0000;
 padding-top: 2px;
 padding-right: 8px;
 padding-bottom: 2px;
 padding-left: 8px;

}

#navHorizontal ul li.currentlast {
	color:#F80000;
	padding-top: 2px;
	padding-right: 8px;
	padding-bottom: 2px;
	padding-left: 8px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


/* << ----------------// content //------------ */

#content {
	padding: 10px;
	margin-right: 10px;
	margin-left: 10px;
}





/* << ----------------// Middle column //------------ */
#columnTwo {
	float:left;
	width:600px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 10px;
}

/* << ----------------// Right column //------------ */
#columnThree {
	float:left;
	width:250px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 20px;
	margin-top: 10px;
	margin-bottom: 0;
	margin-left: 0;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999999;
}

/* << ----------------// Footer //------------ */
#footer {
	width:880px;
	font-size:70%;
	color:#000000;
	background-color:#FFFFFF;
	clear:both;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top-width: 10px;
	border-top-style: solid;
	border-top-color: #666666;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#footer a:link, #footer a:visited {
color:#999999;
text-decoration:none;
}

#footer a:hover, #footer a:active {
color:#ffffff;
text-decoration:underline;
}

#footer p {
	font-size: 110%;
}


/* << ----------------// footer navigation //------------ */
#footerlinks {
	padding:0;
	float: right;
	margin-right: 0;
	margin-left: 0;
}

#footerlinks  ul {
	padding:0;
	list-style:none;
	font-size: 125%;
	font-weight: bold;
	margin-top: 10;
	margin-right: 0;
	margin-bottom: 10;
	margin-left: 5px;
}

#footerlinks  ul li {
	list-style:none;
	display:inline;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: -5px;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
}


#footerlinks ul li.last {
	
	border-right-style: none;

}




#footerlinks  ul li a:link, #footerlinks  ul li a:visited {
	padding:5px 8px 5px 8px;
	text-decoration:none;
	border-right:1px solid #999999;
	color: #333333;
}

#footerlinks  ul li a:hover, #navHorizontal ul li a:active {
color:#FF0000;
text-decoration:none;
}





#footerlinks ul li.current {
 color:#FF0000;
 padding-top: 2px;
 padding-right: 8px;
 padding-bottom: 2px;
 padding-left: 8px;
 border-right:1px solid #999999;

}

#footerlinks ul li.currentlast {
	color:#FF0000;
	padding-top: 2px;
	padding-right: 8px;
	padding-bottom: 2px;
	padding-left: 8px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}











/* << ----------------// Fix so that the outer DIV will wrap around all floated DIVs within //------------ */
.clearfix:after {
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {
	display: block;
	clear: both;
}
/* End hide from IE-mac */


/* << ----------------// start index layout & style //------------ */


#indexleft {
	float: left;
	width: 570px;
	margin-bottom: 10px;
}

#indexright {
	float: left;
	width: 250px;
	margin-left: 20px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #666666;
	margin-top: 5px;
	padding-left: 10px;
}

.indexfeature {
	float: left;
	width: 250px;
	margin-right: 8px;
	margin-bottom: 15px;
	background-color: #F7F7F7;
	border: 1px solid #D7D7D7;	
	
}
 
.indexfeature p {
	font-size: 75%;
	line-height: 15px;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
}


.indexfeature h2 {
	margin-bottom: 5px;
	padding-left: 2px;
}




.indexquote {
	margin-bottom: 15px;
	margin-top: -5px;
	font-style: italic;
	font-weight: bold;
	font-size: 90%;
}


/* << ----------------//tools content nav //------------ */
#contentnav {
	float: right;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #666666;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	padding-top: 5px;
	padding-left: 5px;
	margin-bottom: 10px;
	margin-left: 10px;
	padding-bottom: 5px;
}


/* << ----------------// tools paylaout //------------ */


.productivitybox {
	background-color: #f7f7f7;
	float: left;
	width: 260px;
	margin-right: 10px;
	margin-bottom: 10px;
	padding: 3px;
	height: 200px;
	border: 1px solid #D7D7D7;
}

.productivitybox h2 {
	font-size: 90%;
	margin-top: 3px;
	margin-bottom: 2px;
}

.productivitybox li {
	font-size: 70%;
	margin-top: 0px;
	margin-bottom: 0px;
}


.productivitybox p {
	margin-top: 3px;
	margin-bottom: 2px;
}


.productivitybox ul {
	
	margin-top: 2px;
	margin-bottom: 2px;
}


/* << ----------------// page: sidebar //------------ */

.sidebar {
	float: right;
	width: 250px;
	margin-left: 10px;
}

/* << ----------------// images floats //------------ */


img.float-right {
	float: right;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
}
img.float-left {
	float: left;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
}

/* << ----------------// case study poge layout //------------ */

.casestudy {
	background-color: #f7f7f7;
	float: left;
	width: 200px;
	margin-right: 10px;
	border: 1px solid #D7D7D7;
	margin-bottom: 20px;
	margin-top: 15px;
	padding-bottom: 10px;
}


.casestudy h2 {
	font-size: 110%;
	margin-top: 3px;
	margin-bottom: 5px;
	margin-left: 5px;
}

.casestudy li {
	font-size: 70%;
	margin-top: 0px;
	margin-bottom: 0px;
}


.casestudy p {
	margin-top: 3px;
	margin-bottom: 2px;
	margin-right: 5px;
	margin-left: 5px;
}


.casestudy ul {
	
	margin-top: 2px;
	margin-bottom: 2px;
}




/* << ----------------// left & right column 50:50 //------------ */


.leftcol{
	float: left;
	width: 350px;
	margin-right: 50px;
}

.rightcol{
	float: left;
	width: 350px;
}



.fdmred {
	font-weight: bold;
	color: #990000;
}


/* << ----------------// 4 column lists 25% //------------ */


.fiftyfiftylist{
	float: left;
	width: 400px;
	margin-right: 30px;
}



.colounmlists{
	float: left;
	width: 170px;
	margin-right: 15px;
}
