﻿/* A3 IT Solutions */
/* Initial Build: LMA 11/13/2008 */
/* Revisions:
   INITIAL HERE DATE HERE
*/

/*************************/
/* General Layout Styles */
/*************************/
/* HTML and body tag styles */
html, body{
  width:100%;
  margin:0 0 0 0;
  text-align:center;
  background:#d3d3d3;
}

/* Zeroing out margins on form tags */
form{
  margin:0 0 0 0;
}

/* Web Site Container / Wrapper */
#container{
  position:relative;
  top:0px;
  left:0px;
  width:930px;
  margin:2px auto 0 auto;
  text-align:left;
  background:url(images/header/background.jpg) no-repeat 0px 0px;
}

/* Header Div */
#header{
  position:relative;
  top:0px;
  left:0px;
  width:930px;
  height:197px;
}

/* Logo Div */
#logo{
  width:530px;
  height:102px;
  float:left;
  padding:20px 0 0 10px;
}

/* Transparent Gif in Logo Div */
#logo img{
  width:530px;
  height:102px;
  padding:2px 0 16px 0;
  border:0px; 
}

/* Slogan or Call to Action Div */
#slogan{
  position:absolute;
  top:45px;
  right:10px;
}

/* Utility Navigation Div */
#utilityNav{
  width:255px;
  float:right;
  padding:2px 20px 0 0;
}

/* Main Site Navigation Div */
#nav{
  position:absolute;
  top:138px;
  left:0px;
  width:930px;
  height:24px;
  background:url(images/nav/background.jpg) no-repeat 0px 0px;
}

/* Main Site Navigation Link Holder */
#nav div{
  display:inline;
  padding:0 0 0 8px;
}

/* Bread Crumb Div */
#breadCrumb{
  position:absolute;
  top:162px;
  left:0px;
  width:909px;
  height:26px;
  padding:5px 0 5px 15px;
  border-left:3px solid #8c8c8c;
  border-right:3px solid #8c8c8c;
}

/* Content Div */
#content{
  width:884px;
  padding:0 25px 15px 15px;
  border-left:3px solid #8c8c8c;
  border-right:3px solid #8c8c8c;
  background:#ffffff;
}

/* Footer Div */
#footer{
  width:930px;
  clear:both;
  padding:2px 0 10px 0;
  border-top:3px solid #8c8c8c;
}

/***************/
/* Form Styles */
/***************/
/* Textboxes and Drop Downs */
input, select{
  background:#ffffff;
  border:1px solid #000000;
}

/* Buttons */
button, submit{
  background:#ffffff;
  border:1px solid #000000;
}