body {
  font-family: Verdana, Arial, "Bitstream Vera Sans", "Lucida Grande", sans-serif;
  font-variant: normal;
  font-size-adjust: none;
  font-weight: normal;
  margin: 0px;
  padding: 0px;
  font-size: 12px;
}

ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input {
  margin: 0px;
  padding: 0px;
}

#header {
  background: #DFDFDF url(/images/header_back.png) repeat-x scroll left top;
  height: 100px;  
}

#header-content, #menu-content, #picture-content, #body-content, #bottom-content{
  width: 960px;
  min-width: 780px;
  position:relative;
  margin: 0 auto;
}

#logo { 
  float: left;
  margin: 10px 0; 
  width: 100%;
}

#slogan {
  float: left;
  padding: 40px 0 0 0;
  font-size: 14px;
  font-weight: bold;
  font-style: italic;
  color: #488FDE;
  width: 500px;
  margin-left: -500px;
  text-align: right;
}

#menu {
  background-color: #353535;
  height: 30px;
}

#menu-content ul {
  float: left;
  font-size: 1em;
  list-style-type: none;
  margin: 7px 0 5px;
  padding: 0;
  white-space: nowrap;
  color: #ffffff;
  

}

#menu-content ul li {
  display: inline;
  margin: 0 10px;
  padding: 0;
  font-size: 14px;
}

#menu-content ul li a {	 color : #ffffff; text-decoration: none; }
#menu-content ul li a:link {  color : #ffffff; text-decoration: none; }
#menu-content ul li a:hover {	color : #ffffff; text-decoration: underline; }
#menu-content ul li a.active-page { color: #488fde; text-decoration: none; font-weight: bold }

#picture {
  height: 150px;  
  border-bottom: 4px solid #353535;
}

#baneer {
  height: 150px;  
  border-bottom: 4px solid #353535;
}

#picture div.slogan {
  padding: 45px;
  color: white;
  font-size: 20px;
  font-weight: bold;
  font-style: italic;
}

#body-content {
overflow: auto;
min-height: 400px;
}

#main-content {  
  float:left;
  width:100%;
  padding-bottom: 50px;
}

/******************
HOME
*******************/

table#RFP-slide {
  border-spacing: 0;
  background-color: white;
  border: 1px solid #cccccc;  
  width: 100%;
}

table#RFP-slide td.RFPText{
  text-align: center;
}

table#RFP-slide table.RFPContent{
width:100%;
height: 150px;
}


table#RFP-slide td.RPFimage{
  width: 150px;
  text-align: center;
}

table#RFP-slide td.RFPText table.RFPContent td.RPFData{
  text-align: left;
  padding: 20px 0 0 50px;
  vertical-align: top;
}

table#RFP-slide td.RFPText table.RFPContent td.RPFData p { font-weight: bold; }

table#RFP-slide ul.blocks { padding: 0px; margin: 10px 0 0 10px;}
table#RFP-slide ul.blocks li { display: inline; list-style: none; height: 5px; padding: 0 10px; margin-right: 10px; border: 1px solid #488FDE;}
table#RFP-slide ul.blocks li.full { background-color: #488FDE;}


table#RFP-slide tr.rfp-content { height: 150px;}


table#RFP-slide ul.rfptext{padding: 0px; margin: 10px 0 0 20px; }

/******************
solutions
*******************/

ul#AdlogixSolutions { 
	list-style-image:none;
	list-style-position:inside;
	list-style-type:disc;
	margin-left:5px;
	margin-top:15px;
}

ul#AdlogixSolutions li {
margin-top:7px;
}

/******************
page
*******************/

#page {
  display: block;
  margin-right: 180px;
}

#page div.page-element p.title{
  border-bottom: 1px solid #cccccc;
  padding: 4px;
  margin-bottom: 5px;
  font-size: 15px;
  font-weight: bold;
  font-style: normal;
  color: #488FDE;
}

/******************
sidebar
*******************/

#sidebar {
  display:block;
  float:left;
  margin-left:-160px;
  width:160px;
  margin-top: 5px;
}

#sidebar div.sidebox {
  -moz-border-radius: 4px 4px 4px 4px;  
  padding: 0 5px 5px 5px;
  margin-bottom: 10px;
  background: #f1f1f1 url(/images/sidebox/quote.png) no-repeat scroll left bottom;
}


#sidebar div.sidebox p.quote{
  font-weight: normal;
  /* background: transparent url(/images/quote.png) no-repeat scroll right bottom; */
  min-height: 100px; 
  font-weight: normal;
  font-size: 18px;
  color: #666666; 
  padding: 10px 0 30px 0;
  clear:left;
  text-align:center;
}

/******************
bottom
*******************/

#bottom {
  background-color:#FFFFFF;  
  border-top:4px solid #353535;
  bottom:0;
  font-size:90%;
  height:25px;
  position:fixed;
  width:100%;
  z-index:2;
  padding: 6px 0 0;
}

#bottom-content div.left { float: left;}
#bottom-content div.right { float: right;}
