/*
	Stylesheet for BizInt Solutions Inc. Website (2008 release)
	Styles for the home page can be found in homepage.css
*/

/*
 * General element styles
 */
* {padding:0pt;margin:0pt;}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td,img{
	margin:0;
	padding:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
table{
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img{
	border:0;
}
address,caption,cite,code,dfn,th,var{
	font-style:normal;font-weight:normal;

}
ol,ul {
	margin-top: 6px;
	margin-left:15px;
}

li {
	margin-left:15px;
}

input {
	margin:2px;
}

.list {
	list-style:circle;
	padding-left:10px;
}



caption,th {
	text-align:left;
}
q:before,q:after{
	content:'';
}

.style2 {color: #999999;}


/*
 * Definition of headings of various colors and sizes
 */
h1,h2,h3,h4,h5,h6{
	font-size:100%;
}
h1 {
	font-family: Impact, Arial, Helvetica, sans-serif;
	font-size: 28px;
	padding-bottom: 10px;
}
h1.blue {color: #000099;}
h1.grey {color: #666666;}
h1.red  {color: #660033;}
h1.teal {color: #006666;}

h2 {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
}
h3 {
	margin-top: 20px;
	font-family: "Trebuchet MS";
	font-size: 14px;
	font-weight: bold;
}
h3.blue {color: #000099;}
h3.red  {color: #660033;}
h3.teal {color: #006666;}

h4 {
	margin-top:10px;
}
h4.blue {color: #000099;}
h4.red  {color: #660033;}
h4.teal {color: #006666;}

h5 {
	width:95%;
	background-color:#000000;
	color:#FFFFFF;
	margin-top: 20px;
	padding: 5px;
}

h5.grey {
	color: #000000;
	background-color: #CCCCCC;
}
h5.blue {
	background-color: #000099;
}
h5.red {
	background-color: #660033;
}
h5.teal {
	background-color: #006666;
}

h6 {
width:95%;
background-color:#006666;
color:#FFFFFF;
padding:5px;
}

/*
 * Definition of tables for various purposes
 */
table.tan tr td {
border:1px solid #CCCC98;
padding:5px;
vertical-align:top;
}
table.tan tr th {
border:1px solid #CCCC98;
background: #CCCC98;
padding:5px;
color:#000000;
font-weight: bold;
}

.formtable tr td {
padding:2px;
}

.formtable_headline {
color:#660033;
font-weight:bold;
}

/*
 * General page layout for all pages
 */
body {
	background-color: #777154;
}
#container {
	width: 762px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position:relative;
}
#content {
	background-color: #ffffff;
}
/* Define the header that appears on every page */
#header {
	background-image: url(/images/NATC_Header.gif);
	background-repeat: no-repeat;
	height: 168px;
	position: relative;
	margin-top: 10px;
	padding-bottom: 10px;
	z-index:20;

}
#logo {
	left: 10px;
	top: 15px;
	position: absolute;
}
#contact {
	position: absolute;
	top: 15px;
	right: 25px;
	width: 120px;
	text-align: right;
}
#contact a {
	font-family: "Trebuchet MS";
	color: #000000;
	text-decoration: none;
	font-size: 13px;	
}
#contact a:hover {
	color: #777154;	
}
#navbar {
	position: absolute;
	right: 25px;
	display: inline;
	width: 500px;
	font-family: "Trebuchet MS";
	text-align: right;
	bottom: 20px;
}
/* Definition of the main content area ("home") of every page */
#hometop {
	background-image: url(/images/hometop.gif);
	background-repeat: no-repeat;
	background-position:bottom;
	width: 754px;
	height: 11px;
	position: relative;
	top: 0px;
	z-index:0;
}
#homemiddle {
	background-image: url(/images/homemiddle.gif);
	background-repeat: repeat-y;
	width: 754px;
	position: relative;
	margin: 0px;
	padding: 0px;
}
#homebottom {
	background-image: url(/images/homebottom.jpg);
	background-repeat: no-repeat;
	width: 754px;
	height: 14px;
	position: relative;
}
.clear {
	clear:both
}

/* Definition of the footer of every page */
#footer {
	text-align: center;
	font-family: "Trebuchet MS";
	font-size: 10px;
	background-color: #cccc98;
	padding: 10px;
}
#footer p {
	margin-bottom: 8px;
	font-size: 10px;
}
#footer a{
	font-family: "Trebuchet MS";
	font-size: 10px;
	font-weight: bold;
	color: #666633;
	text-decoration: none;
}
#footer a:hover{
	text-decoration: underline;
}

/*
 * Page layout for all sub pages
 */
/* Main text flow for all sub pages is in home */
#home {
	position: relative;
	padding: 12px;
	margin: 0px;
	width: 563px;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color:#ffffff;
}
#home p {
	margin-top: 8px;
	padding-top:2px;
	padding-bottom:2px;
	line-height:15px;
}
#home li {
	margin-top: 8px;
	padding-top:2px;
	padding-bottom:2px;
	line-height:15px;
}

#home a {
	color:#666633;
	text-decoration:none;
	font-weight:800;
}
#home a:hover {
	text-decoration:underline;
}

#imgblock {
	text-align: center;
	margin: 6px;
	padding-bottom: 6px;
}

.right {
	float: right;
	margin: 4px 8px 6px 8px;
}
.left {
	float: left;
	margin: 4px 8px 6px 12px;
	padding-right: 20px;
}
#imgcaption {
	font-size: 9px;
	margin-right: 10px;
}
#imgspacer {
	height: 12px;
}
.indented {
	margin-left: 15px;
}
.indented p {
	text-indent: -30px;
	margin-left: 30px;
}

/* The navigation menu on the left side gets its own treatment */
#leftnav {
	float: left;
	width: 175px;
	/*padding-left: 10px;*/
	position: relative;
}
.leftnav_top {
	background-color: #000000;
	height: 9px;
	width: 175px;
	left: 0px;
	position: relative;
}
.leftnav_header {
	background-image: url(/images/leftnav_middle.gif);
	background-repeat:no-repeat;
	height: 79px;
	width: 210px;
	position: relative;
}
.leftnav_header div.header_text {
	position: absolute;
	bottom: 12px;
	font-size: 18px;
	color: #FFFFFF;
	border: none;
	margin-left: 12px;
}
.leftnav_center {
	background-color: #000000;
	width:155px;
	padding: 10px;
	
}
.leftnav_center_top {
	background-image: url(/images/leftnav_menu_top.gif);
	background-repeat:no-repeat;
	height: 9px;
	width: 203px;
	text-align: center;
	position: relative;
	left: 3px;
}
.leftnav_center_menu {
	background-color: #cccc98;
	margin: 0px;
	position: relative;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}
.leftnav_center_menu li {
	color: #000000;
	margin-left: 0px;
	padding: 1px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #CCCC98;
}
.leftnav_center_menu li a{
	color: #000000;
	text-decoration:none;
}
.leftnav_center_menu li a:hover{
	color: #534741;
	text-decoration:none;
}

.leftnav_center_menu ul {
	list-style: none;
	margin: 0;
	border: none;
}
.leftnav_center_menu ul li {
	color: #000000;
	margin-left: 8px;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #CCCC98;
	border-bottom-width: 7px;
	border-bottom-style: solid;
	border-bottom-color: #CCCC98;

	background-color:#CCCC98;
	padding:0px;
}
.leftnav_center_menu ul li ul {
}
.leftnav_center_menu ul li ul li {
	background-color: #B0B0B0;
	padding:2px;
	margin-bottom: 0px;
	padding-left:20px;
	border-bottom:1px solid #5E6896;
}
.leftnav_center_menu ul li ul li a {
	color: #000000;
}
.leftnav_center_menu ul li ul li a:hover {
	color: #333333;
	text-decoration: underline;
}
.leftnav_center_bottom {
	background-image: url(/images/leftnav_menu_bottom.gif);
	background-repeat:no-repeat;
	height: 9px;
	width: 203px;
	position: relative;
	left: 3px;
}
.leftnav_bottom {
	background-color: #000000;
	height: 9px;
	width: 175px;
}
/*---- dead code --- */
