﻿/* A3 IT Solutions */
/* Initial Build: INITIAL HERE DATE HERE */
/* Revisions:
   INITIAL HERE DATE HERE
*/

/*************************/
/* General Layout Styles */
/*************************/
/* HTML and body tag styles */


/* Zeroing out margins on form tags */
form{
  margin:0 0 0 0;
}

/* Web Site Container / Wrapper */
#Container {
  width:760px;
  margin:19px auto 0 auto;
  text-align:left;
  background:url(http://www.carsondellosa.com/CD2/Images/leftNavBG.gif) repeat-y 0px 0px;
}

/* Header Div */
#Header{
  width:760px;
  height:175px;
}

/* Logo Div */
#logo{
  width:175px;
  height:175px;
  float:left;
  overflow:hidden;
}

#topBanner{
  width:280px;
  height:100px;
  float:right;
}

#userMenu{
  width:270px;
  height:100px;
  float:right;
  padding:0 0 0 10px;
}

#search{
  position:relative;
  top:0px;
  left:0px;
  width:385px;
  height:39px;
  float:right;
  padding:12px 0 0 200px;
  background:#8dd8f8; 
}

#search input{
  border:1px solid #00adef;
  padding:2px 0 2px 15px;
  margin:0 0 0 0;
  vertical-align:middle;
}

#search #arrow{
  position:absolute;
  top:3px;
  left:0px;
  width:215px;
  height:45px;
  text-align:center;
  background:url(http://www.carsondellosa.com/CD2/Images/SearchArrow.gif) no-repeat 0px 0px;
}

/* Main Site Navigation Div */
#navigation{
  width:585px;
  height:24px;
  float:right;
  background:#8dd8f8; 
}

#navigation ul{
  list-style:none;
  margin:0;
  padding:0; 
}

#navigation ul li{
  float:left;
  padding:0 0 0 0;
  background:url(http://www.carsondellosa.com/CD2/Images/navRight.gif) no-repeat top right;
}

#leftColumn{
  width:173px;
  float:left;
  overflow:hidden;
  border:1px solid #00adef;
  border-bottom:0px;
}

/* Slogan or Call to Action Div */
#slogan{
  background:#00adef;
  text-align:center;
  padding:0 0 7px 0;
}

#ctl00_adContent_a{
   
}

/* Content Div */
#ctl00_content{
  width:576px;
  float:right;
  overflow:hidden;
}

