/*
proczimity.com global stylesheet
Copyright 2008
*/


/******************************************************
******* 		HTML ENTITIES					******
*******************************************************/

body
   {
   font-family:Veranda,Arial;
   text-align:center;
   margin:0px 0px 0px 0px;
   background:#fff;
   }
h2
   {
   font-weight:bold;
   font-size:1.5em;
   margin:60px 0px 20px 0px
   }
a
  {
  text-decoration:none;
  color:#1388ca;
  }   
a:active
  {
  text-decoration:none;
  }
a:visited
  {
  text-decoration:none;
  }
a:hover
  {
  text-decoration:underline;
  }
  
  
div#container
   {
   width:850px;
   margin:0px auto 0px auto;
   padding:0px 0px 0px 0px;
   text-align:left;
   } 
   
/******************************************************
******* 		HEADER SECTION					 ******
*******************************************************/
#heading
   {
   width:300px;
   height:131px;
   margin:0px 0px 0px 0px;
   filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='imgs/logo_white_h131w300.png');
   }
#heading[id]
   {
   background:url(imgs/logo_white_h131w300.png) no-repeat;
   }
#homelink
   {
   float:left;
   }
#img_homelink
   {
   width:300px;
   height:131px;
   border-width:0px;
   }
#header
   {
   margin:0px 0px 0px 0px;
   background:url(imgs/bgd_bluestripes_h165w5.png) repeat-x;
   width:850px;
   height:165px;
   }
#header_left
   {
   background:url(imgs/bgd_topbarleft_h165w47.png) no-repeat;
   width:47px;
   height:165px;
   float:left;
   }
#header_main
   {
   float:left;
   width:754px;
   height:131px;
   margin:0px 0px 0px 0px;
   }
#header_right
   {
   background:url(imgs/bgd_topbarright_h165w47.png) no-repeat;
   width:47px;
   height:165px;
   float:right;
   }
/******************************************************
******* 		MENUBAR						 	 ******
*******************************************************/
#menubar
   {
   margin:0px 0px 0px 0px;
   padding:0px 0px 0px 0px;
   font-size:0.9em;
   float:right;
   }
.menuitem
   {
   float:right;
   font-size:0.8em;
   height:16px;
   padding:0px 3px 0px 3px;
   margin:0px 0px 0px 0px;
   }
.menuitem_leftside
   {
   width:4px;
   height:18px;
   float:left;
   filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='imgs/bgd_linkbuttonleft_h18w4.png');
   }
.menuitem_leftside[class]
   {
   background:url(imgs/bgd_linkbuttonleft_h18w4.png) no-repeat;
   }
.menuitem_rightside
   {
   width:4px;
   height:18px;
   float:left;
   filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='imgs/bgd_linkbuttonright_h18w4.png');
   }
.menuitem_rightside[class]
   {
   background:url(imgs/bgd_linkbuttonright_h18w4.png) no-repeat;
   }
.menuitem_link
   {
   float:left;
   height:16px;
   padding:2px 2px 0px 2px;
   filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='imgs/bgd_linkbutton_h1w1.png');
   }
.menuitem_link[class]
   {
   background:url(imgs/bgd_linkbutton_h1w1.png);
   }
.kiva
   {
   float:left;
   height:16px;
   padding:2px 2px 0px 2px;
   filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='imgs/bgd_linkbuttongreen_h1w1.png');
   }
.kiva[class]
   {
   background:url(imgs/bgd_linkbuttongreen_h1w1.png);
   }
.kiva_left
   {
   width:4px;
   height:18px;
   float:left;
   filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='imgs/bgd_linkbuttongreenleft_h18w4.png');
   }
.kiva_left[class]
   {
   background:url(imgs/bgd_linkbuttongreenleft_h18w4.png) no-repeat;
   }
.kiva_right
   {
   width:4px;
   height:18px;
   float:left;
   filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='imgs/bgd_linkbuttongreenright_h18w4.png');
   }
.kiva_right[class]
   {
   background:url(imgs/bgd_linkbuttongreenright_h18w4.png) no-repeat;
   }
   
   
.menuitem a
  {
  text-decoration:none;
  color:#669;
  font-weight:normal;
  }
#strapline
  {
  width:276px;
  height:17px;
  position:absolute;
  top:65px;
  left:580px;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='imgs/tagline_h17w276.png');
  }
#strapline[id]
   {
   background:url(imgs/tagline_h17w276.png) no-repeat;
   }
  
h2.heading
  {
  margin-top:45px;
  font-weight:bold;
  font-size:1.2em;
  }
  


div#bodytext
   {
   padding:40px 0px 100px 0px;
   }
   
.bodytext_subpage
   {
/*   background:url('imgs/dot.gif') repeat-x;*/
   }

img.example_pic
   {
   border:5px solid #000;
   padding:10px;
   }

/*********** UTILITIES ***************/
.clearboth
  {
  clear:both;
  }
.noborder
  {
  border-width:0px;
  }

/*********** TEXT colors ***************/
.whitetxt
  {
  color:#fff;
  }
