@charset "utf-8";

body {

	font: 100% Verdana, Arial, Helvetica, sans-serif;

	background: #000000;

	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */

	padding: 0;

	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */

	color: #000000;

}

.oneColFixCtrHdr #container {

	width: 699px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */

	background: #FFFFFF;

	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */

	border: 1px solid #000000;

	text-align: left; /* this overrides the text-align: center on the body element. */

}

.oneColFixCtrHdr #header {

	background: #DDDDDD url(http://www.bazgroup.com/images/baz_group_logo_header_02.gif) no-repeat;

	padding: 0 10px 0 20px; 

	height: 72px; /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */

}

#blk_stripe{

	background-color: #000000;

	margin: 0;

}

.oneColFixCtrHdr #header h1 {

	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */

	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */

}

.oneColFixCtrHdr #mainContent {

	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */

	background: #FFFFFF;

}

.oneColFixCtrHdr #footer {

	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */

	background:#000;

	text-align: center;

}

.oneColFixCtrHdr #footer p {

	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */

	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */

	color: #FFFFFF;

	font-size: 9px;

}

#top_image{

height: 272px;

margin: 0;

position:relative

}

#top_nav{

	z-index: 2;

	position:absolute;

	top: 318px;

	margin: 0;

	padding: 0;

	width:699px;

}

#top_nav ul#horiz_menu{

margin: 0 0 0 11px;

padding: 0;

width:699px;

}

#top_nav ul#horiz_menu li{

	display: inline;

	list-style-type: none;

}

#top_nav ul#horiz_menu li a{

	float : left;

	font-size : 15px;

	font-family: Georgia, "Times New Roman", Times, serif;

	font-weight : normal;

	line-height : 14px;

	margin-right : 0px;

	width: 135px;

	text-decoration : none;

	background: url(http://www.bazgroup.com/images/ful_tab_06.png) no-repeat;

	padding-top:13px;

	padding-bottom:7px;

	color : #000;

	text-align:center;
	cursor: hand;
	display: block;

}

body#home #top_nav li.home a{color:#c10019;} /* set background color of list item's anchor*/

body#home #top_nav li.home a:hover{color:#000;}



body#what_we_do #top_nav li.what_we_do a{color:#1567aa;} /* set background color of list item's anchor*/

body#what_we_do #top_nav li.what_we_do a:hover{color:#000;}



body#case_studies #top_nav li.case_studies a{color:#7cb701;} /* set background color of list item's anchor*/

body#case_studies #top_nav li.case_studies a:hover{color:#000;}



body#contact #top_nav li.contact a{color:#c10019;} /* set background color of list item's anchor*/

body#contact #top_nav li.contact a:hover{color:#000;}



body#portal #top_nav li.portal a{color:#892d88;} /* set background color of list item's anchor*/

body#portal #top_nav li.portal a:hover{color:#000;}



.breadcrumbs{

	font-family: Georgia, "Times New Roman", Times, serif;

	font-size : 12px;

	font-weight: normal;

	margin-right: 56px;

	margin-left: 56px;

	color:	#47473b;

}



.breadcrumbs a{

	color:	#000;

	padding-left: 3px;

	text-decoration: none;

}

#mainContent H1{

	font-family: Georgia, "Times New Roman", Times, serif;

	font-size : 19px;

	font-weight: normal;

	margin-right: 56px;

	margin-left: 56px;	

}
#mainContent H1.red_title{
color: #ee3027;
}

#mainContent H1.turq_title{
color: #00a4da;
}
#mainContent H1.green_title{
color: #6e9101;
}
#mainContent H1.purple_title{
color: #9d3ba0;
}


#mainContent H1.table{

	font-family: Georgia, "Times New Roman", Times, serif;

	font-size : 19px;

	font-weight: normal;

	margin-right: 0px;

	margin-left: 56px;	

}

#mainContent p{
	font-weight: normal;	
}
#mainContent a{
font-size: 14px;
color: #9d3ba0;
}

#main_cont{
margin-top: 30px;
padding: 0;
}
#index_copy{
width: 465px;
margin: 0;
padding: 0;
}
#rss_feed_cont{
margin-top: 15px;
margin-top: -20px;
width: 190px;
margin-left: 12px;
padding:0;
float: left;
}
 /* ie7 hack follows */  

 *:first-child+html #rss_feed_cont{

 		margin-top: 2px;
 }

  /* end ie7 hack */  
#rss_feed_cont h1.rss{
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight: bold;
	text-align: left;
	background-color: #ee3027;
	width: 190px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	background-position: left;
	margin: 0 0 10px 0;
}
#rss_feed_cont p.rss_title{
	color: #666666;
	font-size: 12px;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: normal;
	margin: 4px 0 -8px 0;
	padding-left: 5px;
}
p.rss_text{
	color: #666666;
	width: 190px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size : 11px;
	margin-bottom: -13px;
	padding-left: 5px;
	line-height: 15px;
}
.rss_link{
	color: #ff3000;
	font-size: 8px;
	font-style: italic;
	margin-bottom: -40px;
		font-family: Georgia, "Times New Roman", Times, serif;
	padding-left: 5px;
}


#mainContent p.main_text{

	font-family: Georgia, "Times New Roman", Times, serif;

	font-size : 11px;

	letter-spacing: 0.03em;

	word-spacing: 0.1em;

	line-height: 1.4em;

	margin-right: 56px;

	margin-left: 56px;

	margin-bottom: 0px;

	margin-top: 1em;		

}

#mainContent H1.interior{

	font-family: Georgia, "Times New Roman", Times, serif;

	font-size : 19px;

	font-weight: normal;

	margin-right: 56px;

	margin-left: 10px;	

}

#mainContent H2.interior{

	font-family: Georgia, "Times New Roman", Times, serif;

	font-size : 12px;

	font-weight: bold;

	margin-right: 56px;

	margin-left: 10px;

	margin-bottom: -10px;

}
#mainContent H2.interior2{
	font-family: Georgia, "Times New Roman", Times, serif;

	font-size : 12px;

	font-weight: bold;

	margin-right: 56px;

	margin-left: 10px;

	margin-bottom: 0;
	}
	#mainContent H2.interior3{
	font-family: Georgia, "Times New Roman", Times, serif;

	font-size : 11px;

	font-weight: bold;

	margin-right: 56px;

	margin-left: 10px;

	margin-bottom: 0;
	}

 /* ie7 hack follows */  

 *:first-child+html #mainContent H2.interior{

 		margin-bottom: -14px;

 }

  /* end ie7 hack */  

#mainContent p.interior{

	font-family: Georgia, "Times New Roman", Times, serif;

	font-size : 11px;

	font-weight: normal;

	letter-spacing: 0.03em;

	word-spacing: 0.1em;

	line-height: 1.5em;

		margin-right: 56px;

	margin-left: 10px;	

}



#footer a {

color:#FFFFFF;

}



#left_nav{

margin-left: 12px;

}

#left_nav td{

	padding-top: 1px;

	padding-bottom: 7px;

}

#left_nav a{

	font-family: Arial, Helvetica, sans-serif;

	font-size: 11px;

	color: #000000;

	text-decoration: none;

	margin: 0 20px;



}

.gray_bk{

	background-image: url(http://www.bazgroup.com/images/gray_rule.gif);

	background-repeat: repeat-x;

}

.sub_text{

	font-family: Arial, Helvetica, sans-serif;

		font-size: 12px;

margin-right: 0px;

	margin-left: 56px;	

}

.sub_text1{

	font-family: Arial, Helvetica, sans-serif;

		font-size: 12px;

margin-right: 0px;

	margin-left: 0px;	

}

.form_text{

	font-family: Georgia, "Times New Roman", Times, serif;

		font-size : 11px;

		margin-right: 0px;

	margin-left: 56px;	

}

.table_text{

	font-family: Georgia, "Times New Roman", Times, serif;

		font-size : 11px;

		margin-right: 20px;

	margin-left: 30px;	

}

.inputbox

{

color: #000;

background: #ffffff;

border: 1px solid #47473b;

}


textarea:focus, textarea.sffocus, input:focus, input.sffocus, select.focus, select.sffocus{
background:#fff;
border:1px solid #47473b;
color:#000;
background:url(images/blank_wht.gif) repeat;
}
 
input, select { background-color:#FFFFFF !important; }


.submit input

{

color: #000;

background: #ffffff;

border: 2px outset #47473b;

}

h3{

	font-family: Arial, Helvetica, sans-serif;

	font-size: 12px;

	color:#FFFFFF;

	margin-left: 30px;

	letter-spacing: 0.03em;

	word-spacing: 0.1em;

	font-weight: normal;

	vertical-align: middle;

	margin-top: 5px;

	padding-top: 0px;

	margin-bottom: 6px;

}



 /* ie7 hack follows */  

 *:first-child+html h3{

 		padding-top: 6px;

		margin-top: 0px;

 }

  /* end ie7 hack */  

.black_bkgrnd{

	background-color: #000000;

}

.grey_bkgrnd{

	background-color: #ebf5e0;

}

.click_link{

color: #00a000;

font-size: 9px;

}

.logo{

color: #47473b;

font-size:9px;

}

#list_text{

	font-family: Georgia, "Times New Roman", Times, serif;

		font-size : 11px;

			margin-left: 56px;	

}



#list_text li{

	color:#000000;



	list-style-type: none;

}



#list_text a{

color:#000000;

	text-decoration: none;

}

.interior_list{

font-family: Georgia, "Times New Roman", Times, serif;

	font-size : 11px;

	font-weight: normal;

	letter-spacing: 0.03em;

	word-spacing: 0.1em;

	line-height: 1.5em;

		margin-right: 56px;
	margin-top: 0;	

}

