@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif, TwCenMT-Medium;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	border-bottom-style: none;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	background-color: #FFFFFF;
}
/* define plain ul - later modified as needed */
ul {
	list-style-type: none;
	padding-left: 0;
	margin-left: 0;
	}

b {
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	
}

.twoColFixLtHdr #container {
	width: 780px;
	margin: 0 auto;
	text-align: left;
	border: 1px solid #000000;
} 
.twoColFixLtHdr #header {
	background-color: #FFFFFF;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 5px;
	vertical-align: text-top;
	height: 120px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 5px;
	border-left-width: 0px;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0;
	letter-spacing: normal;
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 180px;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 20px;
	text-align: center;
	background-color: #FFFFFF;
	margin: 0px;
	border: 0px none #000000;
}
.twoColFixLtHdr #mainContent {
	background-color: #FFCC33;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 220px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 5px;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	float: none;
	clear: none;
} 
.twoColFixLtHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD; 
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.osourcestyle {
	font-family: Verdana, Arial, Helvetica, sans-serif, TwCenMT-Medium;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	list-style-type: square;
	word-spacing: normal;	
}

.fourteen_red {
	font-family: Verdana, Arial, Helvetica, sans-serif, TwCenMT-Medium;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	list-style-type: square;
	word-spacing: normal;
	color: #E10A20;
	
}
.bigga {
	font-family: Verdana, Arial, Helvetica, sans-serif, TwCenMT-Medium;
	font-size: 16px;
	font-style: normal;
	font-weight: bolder;

}
a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif, TwCenMT-Medium;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #E10A20;
	text-decoration: none;

}
.bigRed {
	font-family: Verdana, Arial, Helvetica, sans-serif, TwCenMT-Medium;
	font-size: 16px;
	font-style: normal;
	font-weight: bolder;
	color: #E10A20;

}
a:visited {
	color: #E10A20;
	text-decoration: none;
	font-weight: bold;


}
a:hover {
	color: #EFA400;
	text-decoration: none;
}
.bigYella {

	font-family: Verdana, Arial, Helvetica, sans-serif, TwCenMT-Medium;
	font-size: 16px;
	font-style: normal;
	font-weight: bolder;
	color: #EFA400;
}
.osourceboldstyle {

	font-family: Verdana, Arial, Helvetica, sans-serif, TwCenMT-Medium;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	list-style-type: square;
	word-spacing: normal;
	
}
.osourceunderline {
	font-family: Verdana, Arial, Helvetica, sans-serif, TwCenMT-Medium;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	list-style-type: square;
	word-spacing: normal;
	text-decoration: underline;

}

.biggaright {
	font-family: Verdana, Arial, Helvetica, sans-serif, TwCenMT-Medium;
	font-size: 16px;
	font-style: normal;
	font-weight: bolder;
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 20px;
	border-bottom-width: 0px;
	border-left-width: 0px;



}
.osourcenumlist {

	font-family: Verdana, Arial, Helvetica, sans-serif, TwCenMT-Medium;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	list-style-type: decimal;
	word-spacing: normal;
	
}
.osourceital {

	font-family: Verdana, Arial, Helvetica, sans-serif, TwCenMT-Medium;
	font-size: 14px;
	font-style: italic;
	font-weight: normal;
	list-style-type: square;
	word-spacing: normal;
	
}
.boldstylered {
	font-family: Verdana, Arial, Helvetica, sans-serif, TwCenMT-Medium;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	list-style-type: square;
	word-spacing: normal;
	color: #E10A20;
}
.boldredital {
	font-family: Verdana, Arial, Helvetica, sans-serif, TwCenMT-Medium;
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	list-style-type: square;
	word-spacing: normal;
	color: #E10A20;
}

.osourceitaljustify {
	font-family: Verdana, Arial, Helvetica, sans-serif, TwCenMT-Medium;
	font-size: 14px;
	font-style: italic;
	font-weight: normal;
	list-style-type: square;
	word-spacing: normal;
	text-align: justify;
	display: block;
	width: 350px;
	margin-right: 170px;
	margin-left: 170px;
}

a.link2:link {

	font-family: Verdana, Arial, Helvetica, sans-serif, TwCenMT-Medium;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #E10A20;
	text-decoration: none;
}

a.link2:visited {

	color: #E10A20;
	text-decoration: none;
	font-weight: normal;
}

a.link2:hover {
	color: #EFA400;
	text-decoration: none;
}
.twoColFixLtHdr #container #header img {
	margin: 0px;
	padding-top: 0px;
	padding-right: 40px;
	padding-bottom: 0px;
	padding-left: 0px;
	vertical-align: text-top;
}
#lefthead {
	height: 118px;
	width: 345px;
	margin: 0px;
	padding: 0px;
	float: left;
	clear: none;
}
#righthead {
	height: 90px;
	width: 410px;
	float: right;
	padding-top: 40px;
	text-align: center;
	font-weight: bolder;
	margin: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.boldstylered_20 {
	font-family: Verdana, Arial, Helvetica, sans-serif, TwCenMT-Medium;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	list-style-type: square;
	word-spacing: normal;
	color: #E10A20;
}
  #left_nav {
	background:url("images/workingmenu.jpg") 0 0 no-repeat;
	width:154px;
	height:375px;
	margin:0;
	padding:0;
	text-align: center;
	
}  
 #left_nav li span { display: none; }  
    
 #left_nav li {
	float:left;
	list-style:none;
	position:relative;
}  
    
 #left_nav li, #left_nav a {  
  height:57px;    /* Each button must have the same height, define it here */  
  display:block;  
  margin:0;  
  padding:0;  
 }  
    
li#home, li#about_us, li#clients, li#team, li#resources { margin-bottom:18px; width:154px; }  
li#resources { margin:0; }  
   
#home a:hover { background:url("images/workingmenu.jpg") -154px  -0px no-repeat; }  
#about_us a:hover { background:url("images/workingmenu.jpg") -154px  -75px no-repeat; }  
#clients a:hover { background:url("images/workingmenu.jpg") -154px  -150px no-repeat; }  
#team a:hover { background:url("images/workingmenu.jpg") -154px  -225px no-repeat; }  
#resources a:hover { background:url("images/workingmenu.jpg") -154px -300px no-repeat; }  

#Amplify li, #Transform li, #Advance li, #Deliverables li {
	background: url("images/ico-arrow.gif") left top no-repeat;
	padding-left: 16px;
	margin-bottom: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif, TwCenMT-Medium;
	font-size: 14px;
}

.twoColFixLtHdr #container #mainContent #resource_list {
line-height: 30px;
}

#Amplify, #Transform, #Advance, #Pricing {
display:none;
}

.ital2 {
	font-family: Verdana, Arial, Helvetica, sans-serif, TwCenMT-Medium;
	font-size: 15px;
	font-style: italic;
}
