/* CSS Document */

* {
	padding: 0;
	margin: 0;
}
body {
	font: 12px Arial, Helvetica, sans-serif;
	color: #737373;
	background: #ffffff;	
	margin-bottom: 10px;
	margin-top: 20px;
}

ol { list-style-position: outside; 
		padding: 0px;
		margin-left: 20px;
		margin-top: 10px;
	}

p { padding: 5px 0; }

a { outline: none; }


h1 {
	font: bold 20px Georgia, "Times New Roman", Times, serif;
	color: #2e205b;
	padding: 10px 0 3px;
	margin-bottom: 5px;
	border-bottom: 1px solid #ccc;
}

h2 {
	font: normal 18px Georgia, "Times New Roman", Times, serif;
	color: #0059aa;
	padding: 20px 0 5px 15px;
}
h3 {
	font: normal 16px Georgia, "Times New Roman", Times, serif;
	color: #0059aa;
	padding: 20px 0 5px 5px;
}


#header {
	background: #fff;
	padding-bottom: 1px;
}

#container {
	width: 892px;
	margin: 0 auto;
	padding: 3px 3px;
	border: 1px solid #b2b2b2;
	background: #fff;
}

#main_nav {
	font-size: 13px;
	font-weight: bold;
	color: #2e2e2e;
	background: url(/templates/001/imgs/menu_bg.gif) repeat-x top;
	height: 34px;
	line-height: 33px;
	text-align: center;
	padding-bottom: 1px;
	margin-left: 100;
}

#main_nav a{
	color: #2e2e2e;
	text-decoration: none;
	padding: 0 20px;
}
#main_nav a:hover, #main_nav a#active {
	color: #ff9904;
}

#content {
	background: url(/templates/001/imgs/content_bg.gif) repeat-y #fff;
	padding-bottom: 5px;
}
#content_inside {
	background: url(/templates/001/imgs/content_in_bg.gif) repeat-y left #fff;
	padding-bottom: 25px;
	min-height: 350px;
	height: auto !important;
	height: 350px;
}
#left_col {
	width: 210px;
	float: left;
}
#mid_col {
	width: 430px;
	float: left;
	padding: 10px 0 10px 20px;
}
#right_col {
	width: 190px;
	float: right;
	padding: 0 10px;
}
#mid_col_inside {
	width: 640px;
	float: left;
	padding: 10px 0 10px 20px;
}
#footer {
	font-size: 10px;
	color: #fff;
	padding: 2px 2px 2px;
	background: #2e2265;
	text-align: center;
	line-height: 13px;
}
#footer a{
	color: #fff;
	text-decoration: none;
	padding: 0 5px;
}
#footer a:hover {
	color: #000000;
}

.left_nav {
	padding-top: 5px;
}
.left_nav ul {
	list-style: none;
}
.left_nav a {
	font-weight: bold;
	background: url(/templates/001/imgs/lft_nav_bg.gif) repeat-x bottom;
	padding: 1px 1px 2px;
}
.left_nav a {
	color: #c34923;
	text-decoration: none;
	background: url(/templates/001/imgs/arw.gif) no-repeat 15px 7px;
	padding: 4px 5px 4px 25px;
	display: block;
}
.left_nav a:hover {
	color: #e06030;
}


.tbl_form {
	border: 1px solid #f1f1f1;
}
.tbl_form th {
	font-size: 12px;
	color: #343434;
	padding: 6px 3px 6px 5px;
	background: #fff;
}
.tbl_form td {
	font-size: 12px;
	color: #343434;
	padding: 3px 3px 3px 5px;
	background: #fff;
}

.txt_fld {
	font-size: 13px;
	color: #343434;
	background: #f1f1f1;
	border: 1px solid #cccccc;
	padding: 3px 3px;
}
.btn_sty {
	font-size: 13px;
	color: #fff;
	background: url(/templates/001/imgs/btn_bg.gif) repeat-x #ffa341;
	border: 1px solid #fff;
	padding: 4px 5px;
	text-transform: uppercase;
}

.wd_100 { width: 100px; }

.cl_both { clear: both; }
.fl_lft { float: left; }
img.fl_lft { float: left; padding: 0 10px 10px 0; }
.fl_rgt { float: right; }

/*  Specifically added to support NZOFFICE */

.link1 { display: inline; }

.link2 { 
	font-weight: bold;
	background: url(/templates/001/imgs/lft_nav_bg.gif) repeat-x bottom;
	padding: 1px 1px 2px;
	}

#adminfunctions a {
				float: right;
				color: #2e2e2e;
				text-decoration: none;
				padding: 0 20px;
			}

#adminfunctions a:hover, a:active {
	color: #ff9904;
}

