body {
   margin:0px;
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;  
} 
 
 
/**
*	The Top Menu and Logo
*/
#top-container { 
  width:100%;	 
}
#top-container #logo { 
  margin: 0px;
  margin-left: 15px; 
  margin-top: 10px;
  background: #fff; 
  height:55px;  
  width: 720px;
  overflow: hidden;
} 
#top-container #menu
{
	border-top: 3px solid #336799;
	border-bottom: 1px solid #fff;
	padding: 0px;
	padding-left: 20px;
	margin: 0px;  
	height: 35px;
	font: 12px Verdana, sans-serif;
	width: 100%; 
	background: #ccc;
	overflow:hidden; 
} 
#top-container #menu span
{
	float: left;
	margin: 0px;
	padding: 0px; 
	width: auto;
	display: block;
	word-spacing:1px; 
	letter-spacing:1px;
}
#top-container #menu span a, #top-container #menu span a:link
{
	background: #ccc;
	color: #039;
	text-decoration: none;
	padding: 8px 5px 8px 5px;
	display: block;
}
#top-container #menu span a:hover
{
	color: #039;
	border-bottom: 5px solid #669933;
	cursor: pointer;
	background: #eee;
}
#top-container #menu span a#current, #top-container #menu span a#current:link
{
	color: #000;
	cursor: default;
	font-weight: bold;
	border-bottom: 5px solid #336799;
}
#top-container #menu span a#current:hover
{
	border-bottom: 5px solid #ddd;
	background: #eee;
}
#top-container #account {
	position:absolute;
	top: 45px;
	left: 635px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
}
 
 
/** 
* The Body
*/
div.agile-body-main { 
  background-color: #f1f1f1;
  width: 100%;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
div.agile-body-main div.agile-content {
	background-color: #fff;
	margin-left: 10px;
	padding: 5px;
	padding-left: 25px;
	padding-right: 25px; 
	width: 650px;
	background-image: url(../images/grey-side-gradient.gif);
	background-repeat: repeat-y;
}
div.agile-body-main div.agile-content h1 {
	padding: 1px;
	padding-left: 3px;
	padding-bottom: 8px; 
	margin: 1px;
	margin-top: 10px;
	color: #336799;
	font-size: x-large;
	text-align: left;
	border-bottom: 1px solid #eeebbb; 
	letter-spacing: 2px;	
	word-spacing: 4px;
}
div.agile-body-main div.agile-content h2 {
	padding: 5px;  
	margin-top: 10px;
	color: #fff;
	font-size: large; 
	letter-spacing: 1px;	
	word-spacing: 3px;
	background-color: #336799;  
	border-top: 3px solid #ccc;
}
div.agile-body-main div.agile-content h3 {
	padding: 0px;   
	padding: 0px;
	margin-top: 15px;
	padding-top: 15px;
	color: #3F6C4B;
	font-size: medium; 
	border-bottom: 1px solid #ccc; 
	letter-spacing: 1px;	
	word-spacing: 2px;
}
div.agile-body-main div.agile-content p { font-size: small; }
div.agile-body-main div.agile-content ul { 
	font-size: small;  
	background-color: #f5f5f5; 
	width: 585px;
	margin: 20px;
	padding: 5px;
	padding-left: 10px;
	border-left: 4px solid #ddd;
	border-right: 4px solid #ddd;
	border-bottom: 1px solid #eee;
	border-top: 1px solid #eee;
	color: #000; 
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
}
div.agile-body-main div.agile-content li {
	background-image: url(http://localhost/sites/agileco.com/images/arrow.gif);
	background-repeat: no-repeat;
	background-position: 1px 10px;	 
	padding-top: 3px;
	padding-left: 15px;
}
div.agile-body-main div.agile-content li a {
	background-color: #f1f1f1;
}
div.agile-body-main div.agile-content li a:hover {
	color: #fff;
	background-color: #336699;
}
div.agile-body-main div.agile-content a {
	background-color: #FCFFC4;
}
div.agile-body-main div.agile-content a:hover {
	color: #336699;
	background-color: #EAFFD3;
}
div.agile-body-main div.agile-content u {
	background-color: #EAFFD3;
	text-decoration: none;
}

/**
* Quotes
*/
blockquote {
  background: transparent url(http://localhost/sites/agileco.com/images/quote-left.gif) left top no-repeat; 
  margin-left: 5px;
}
blockquote div {
  padding: 0 0 5px 30px;
  background: transparent url(http://localhost/sites/agileco.com/images/quote-right.gif) right bottom no-repeat;
}

/**
* Two Column Layout
*/
div.agile-body-main div.agile-content #left {
    background:#fff;
    float:left;
    width:430px;
	 border-right: 1px dashed #ccc;
	 padding-right: 15px;
	 font-size: small; 
}
div.agile-body-main div.agile-content #right {
    background:#fff;
    float:right;
    width:190px;
	 font-size: small;
	 padding-left: 5px;
	 padding-top: 15px;
}
div.agile-body-main div.agile-content #right h1 {
	padding: 1px;
	padding-left: 5px;  
	margin: 0px;
	color: #fff;
	font-size: small; 
	letter-spacing: 1px;	
	word-spacing: 2px;
	background-color: #336799;  
	border-top: 3px solid #ccc;
}
div.agile-body-main div.agile-content #right ul {  
	font-size: small;  
	background-color: #f5f5f5; 
	width: 166px;
	margin: 0px;
	margin-top: 3px;
	margin-bottom: 25px;
	padding: 5px;
	padding-left: 10px;
	border-left: 4px solid #ddd;
	border-right: 4px solid #ddd;
	border-top: 1xp solid #fff;  
	color: #000; 
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
}
div.agile-body-main div.agile-content #right li {
	background-image: url(http://localhost/sites/agileco.com/images/arrow.gif);
	background-repeat: no-repeat;
	background-position: 1px 10px;	 
	padding-top: 3px;
	padding-left: 15px;
}



/**
* The Footer
*/
#footer { 
	border-top: 1px solid #f1f1f1;
	border-bottom: 1px solid #ccc;
	background-color: #f1f1f1;
	width: 100%; 
	font-size: small;
}

#footer #copywrite {
	background-color: #ddd;
	margin-left: 10px;
	padding: 5px;
	padding-left: 25px;
	padding-right: 25px; 
	width: 650px;
	background-image: url(../images/grey-side-gradient.gif);
	background-repeat: repeat-y;		
	color: #333;
	text-align: center;
}


body>div.top-container {position: fixed}
