body {
	margin: 0;
	background-color: #fff;
}

.icon {
	margin: 0 10px 0 0;	
	float: left;
}

.icon_right {
	margin: 0 0 0 10px;	
	float: right;
}

table {
	width: 100%;
}

.processing_outer {
	width: 100%;
	height: 100%;
	background-color: #111;
	opacity: 0.9;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.processing_inner {
	margin-left: auto;
	margin-right: auto;
	margin-top: 300px;
	height: 100px;
	width: 400px;
	background-color: #fff;
	opacity: 1;
	padding: 50px;
	text-align: center;
}

.process_inner h3 {
	text-align: center;
}

/* ------------------ */
#tabs {
/* 	height: 30px; no effect whether its on or off */
/* 	float: right; */
/* 	width: 550px; */
/* 	background: #BBD9EE; */
	font-size: 100%;
}
#tabs ul {
	margin: 0;
	padding: 0 0 0 410px;
	list-style: none;
	overflow: auto;
}
#tabs li {
	display: inline;
	margin: 0;
	padding: 0;
	white-space: nowrap;
}
#tabs a.up {
	float: left;
	background: url(../_img/left_nav_white.gif) no-repeat left top;
	margin: 0;
	padding: 0 0 0 6px;
	font-size: 14px;
	font-weight: 700;
	text-decoration: none;
}
#tabs a.up span {
	float: left;
	display: block;
	background: url(../_img/right_nav_white.gif) no-repeat right top;
	padding: 5px 15px 4px 6px;
	color: #666;
}
#tabs a.down {
	float: left;
	background: url(../_img/left_nav_white.gif) no-repeat 0% -42px;
	margin: 0;
	padding: 0 0 0 6px;
	font-size: 14px;
	font-weight: 700;
	text-decoration: none;
	color: #fff;
}
#tabs a.down span {
	float: left;
	display: block;
	background: url(../_img/right_nav_white.gif) no-repeat 100% -42px;
	padding: 5px 15px 4px 6px;
	color: #fff;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs a.up span, #tabs a.down span {
	float: none;
}
/* End IE5-Mac hack */

#tabs a.up:hover span {
	background-position: 100% -42px;
}
#tabs a.down:hover {
	background-position: 0% -84px;
}
#tabs a.down:hover span {
	background-position: 100% -84px;
}
#tabs a.up:hover {
	background-position: left top;
}
#tabs a.up:hover span {
	background-position: right top;
}
/* ------------------ */

.banner_logo {
	height: 87px;
}
.right_header {
	height: 118px;
/* 	border: 1px solid blue; */
}

.nav {
	width: 100%;
	height: 115px;
	background-color: #fff;
	border-top: 3px solid #444;
	border-bottom: 2px solid #777;
}

.nav .top {
	width: 970px;
/* 	height: 36px; */
	margin-left: auto;
	margin-right: auto;
}

.nav .top .login_box {
	width: 420px;
/* 	height: 36px; */
	margin-left: 550px;
	background-color: #444;
	text-align: left;
	}	

.nav .top .login_box p {
	padding-top: 2px;
	padding-left: 10px;
	padding-right: 10px;
	color: #fff;
	font-weight: normal;
	}

.nav .top .login_box input {
}

.nav .top .login_box .field {
	background-color: #eeeeee;
	border: 1px solid #222;
	padding: 5px;
}

.nav .top .logged_in_box {
	width: 300px;
	height: 36px;
	margin-left: 670px;
	background-color: #444;
	text-align: left;
}

.nav .top .logged_in_box p {
	padding-top: 6px;
	padding-left: 10px;
	padding-right: 10px;
	color: #fff;
	font-weight: normal;
}

.nav .top .logged_in_box a {
	text-decoration: underline;
	color: #f69220;
}

.nav .top .logged_in_box .float_left {
	float: left;
}

.nav .top .logged_in_box .float_right {
	float: right;
}

.nav .logo {
	margin-top: 10px;
}

/*
.nav .bottom {
	height: 42px;
	margin-left: auto;
	margin-right: auto;
}

.nav .bottom ul {
	height: 42px;
	list-style-type: none;
	margin-top: 112px;
	_margin-top: 100px;
	margin-left: 0;
	margin-right: -4px;
	margin-bottom: 0px;
}

.nav .bottom .up li {
	float: right;
	background-color: #fff;
	padding: 10px;
	margin-right: 4px;
	_position: relative;
	_bottom: -18px;
}

.nav .bottom .up li a:link {
	text-decoration: none;
	color: #222;
}

.nav .bottom .up li a:hover {
	text-decoration: none;
	color: #222;
}

.nav .bottom .up li a:active {
	text-decoration: none;
	color: #222;
}

.nav .bottom .up li a:visited {
	text-decoration: none;
	color: #222;
}

.nav .bottom .down li {
	color: #fff;
	float: right;
	background-color: #777;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 8px;
	margin-right: 4px;
	border-bottom: 2px solid #444;
	_position: relative;
	_bottom: -18px;
}

.nav .bottom .down li a:link {
	text-decoration: none;
	color: #fff;
}

.nav .bottom .down li a:hover {
	text-decoration: none;
	color: #fff;
}

.nav .bottom .down li a:active {
	text-decoration: none;
	color: #fff;
}

.nav .bottom .down li a:visited {
	text-decoration: none;
	color: #fff;
}

.nav .bottom .white li {
	float: left;
	background-color: #fff;
	padding: 10px;
	margin-right: 4px;
	_position: relative;
	_bottom: -18px;
}

.nav .bottom .white li a:link {
	text-decoration: none;
	color: #222;
}

.nav .bottom .white li a:hover {
	text-decoration: none;
	color: #222;
}

.nav .bottom .white li a:active {
	text-decoration: none;
	color: #222;
}

.nav .bottom .white li a:visited {
	text-decoration: none;
	color: #222;
}

.nav .bottom .float_right {
	float: right;
	margin-right: -22px;
	margin-left: 22px;
}
*/

.sub_nav {
	width: 970px;
	min-height: 36px;
	padding-bottom: 0;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	_position: relative;
	border-bottom: 1px solid #ccc;
	background-color: #fff;
}

.sub_nav ul {
	margin-left: 0;
/* 	margin-right: -20px; */
	margin-top: 10px;
	width: 970px;
/* 	border: 1px solid #ccc; */
	overflow: auto;
	list-style-type: none;
	clear: both;
/* 	float: right; */
}

.sub_nav ul li {
	float: right;
	margin-right: 10px;
}

.subnav_2 {
	clear: both;
}

.global_nav {
	width: 100%;
	height: 40px;
	background: url(../_img/nav_bg.jpg) repeat-x;
	border-bottom: 1px solid #999;
}

.global_nav ul {
	width: 970px;
	font-size: 12px;
	font-weight: bold;
	margin-top: -18px;
	margin-left: auto;
	margin-right: auto;
	list-style-type: none;
	color: #222;
	
}

.global_nav li {
	float: left;
	padding-top: 12px;
	margin-right: 30px;
}


.local_nav {
	margin-top: 30px;
	width: 100%;
	height: 40px;
}

.local_nav ul {
	width: 970px;
	height: 40px;
	font-size: 12px;
	margin-top: -18px;
	margin-left: auto;
	margin-right: auto;
	list-style-type: none;
	color: #222;
	border-bottom: 1px solid #999;
}

.local_nav li {
	float: right;
	margin-top: 18px;
	margin-left: 30px;
}

.local_nav h1 {
	margin-top: 10px;
	font-size: 24px;
	float: left;
}

.local_nav a {
	text-decoration: none;
}

.global_footer {
	width: 970px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	border: 1px solid #ccc;
}

.global_footer h3 {

	font-size: 12px;
	font-weight: bold;
	margin: 0 0 5px;
}

.global_footer ul {
	list-style-type: none;
	margin-left: 0;
	margin-bottom: 10px;
}

.global_footer .col_one {
	width: 120px;
	padding: 10px;
}

.global_footer .col_two {
	width: 120px;
	padding: 10px;
}

.global_footer .col_three {
	width: 120px;
	padding: 10px;
}

.marketing {
	width: 970px;
	height: 350px;
	margin-left: auto;
	margin-right: auto;
	background: url(../_img/hinted_background.jpg) no-repeat;
}

.marketing_small {
	width: 970px;
	height: 150px;
	margin-left: auto;
	margin-right: auto;
	background: url(../_img/hinted_background.jpg) no-repeat;
}

.marketing_none {
	width: 970px;
	height: 100px;
	margin-bottom: -100px;
	margin-left: auto;
	margin-right: auto;
	background: url(../_img/hinted_background.jpg) no-repeat;
}

.examples img {	
	margin-left: -5px;
	margin-right: 5px; 
	height: 70px; 
	width: 70px; 
	background-color: #999; 
	border: 5px solid white;
}
.examples img .last { margin-right: 0px; }
.examples img:hover { border: 5px solid #222; cursor: pointer;}

.three_areas {
	width: 970px;
	height: 190px;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

.three_areas .area_one {
	width: 250px;
	height: 190px;
	float: left;
}

.three_areas .area_two {
	width: 258px;
	height: 190px;
	padding-left: 10px;
	padding-right: 10px;
	margin-left: 10px;
	margin-right: 10px;
	/*border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;*/
	float: left;
}

.three_areas .area_three {
	width: 250px;
	height: 190px;
	float: left;
}

.two_areas {
	width: 970px;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
	display: table;
}

.two_areas p {
	text-align: justify;
}

.two_areas .area_one {
	width: 530px;
	padding-right: 10px;
	/*border-right: 1px solid #ccc;*/
	float: left;
}

.two_areas .area_two {
	width: 248px;
	margin-left: 10px;
	float: left;
}

.two_areas form label p {
	margin: 0;
	font-weight: normal;
}

.two_areas form label input {
	margin-top: -3px;
	margin-bottom: 10px;
}

.two_areas form label select {
	margin-top: -3px;
	margin-bottom: 10px;
}

.two_areas form label textarea {
	margin-top: -3px;
	margin-bottom: 10px;
	display: table;
}

.two_areas .highlight {
	background-color: #eeeeee;
	padding: 20px;
	border: 1px solid #ccc;
	margin-bottom: 20px;
}

.two_areas .lowlight {
	background-color: #fff;
	padding: 10px;
	border: 1px solid #ccc;
}

.two_areas .lowlight img {
	background-color: #fff;
	border: 1px solid #ccc;
	float: left;
	width: 50px;
	height: 50px;
	margin: 0;
}
label p {
	padding: 5px 0;
}
.one_area {
	width: 970px;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
}

.one_area p {
	text-align: justify;
}

.one_area table {
	width: 970px
}

.one_area table td {
	padding: 5px;
}

.one_area table tr:hover {
	background-color: #eeeeee;
}

.one_area form label p {
	margin: 0;
	font-weight: normal;
}

.one_area form label input {
	margin-top: -3px;
	margin-bottom: 10px;
}

.one_area form label select {
	margin-top: -3px;
	margin-bottom: 10px;
}

.one_area form label textarea {
	margin-top: -3px;
	margin-bottom: 10px;
	display: table;
}

.one_area .highlight {
	background-color: #eeeeee;
	padding: 20px;
	border: 1px solid #ccc;
	margin-bottom: 20px;
}

.one_area .lowlight {
	background-color: #fff;
	padding: 10px;
	border: 1px solid #ccc;
}

.one_area .lowlight img {
	background-color: #fff;
	border: 1px solid #ccc;
	float: left;
	width: 50px;
	height: 50px;
	margin: 0;
}

.footer {
	height: 36px;
	width: 970px;
	margin-left: auto;
	margin-right: auto;
	border-top: 1px solid #ccc;
}

.footer p {
	font-size: 9px;
}

.cnt_blk_lrg {
	background-color: #fff;
	width: 2250px;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
	clear: both;
}

.cnt_blk {
	background-color: #fff;
	width: 970px;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
}

.cnt_blk p {
	font-size: 12px;
	color: #222;
}

.cnt_blk h2 {
	font-weight: bold;
}

.cnt_blk h3 {
	font-weight: bold;
}

.cnt_blk h4 {
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 5px;
}

.cnt_blk label {
	display: block;
	margin-bottom: 10px;
}

.cnt_blk form ul {
	list-style-type: none;
	margin-left: 0;
}

.cnt_blk label p {
	margin: 0;
}

.cnt_blk label .sub_label {
	font-size: 10px;
	padding-left: 5px;
	margin-top: -10px;
}

.cnt_blk table {
	margin-top: 30px;
	width: 100%;
}

.cnt_blk table th {
	font-size: 10px;
	vertical-align: bottom;
	padding-right: 5px;
	padding-left: 5px;
}

.cnt_blk table td {
	font-size: 10px;
	vertical-align: top;
	padding-right: 5px;
	padding-left: 5px;
	border-bottom: 1px solid #ddd;
}

.cnt_blk .highlight {
	background-color: #eeeeee;
	padding: 20px;
	border: 1px solid #ccc;
	margin-bottom: 20px;
}

.cnt_blk .lowlight {
	background-color: #fff;
	padding: 20px;
	border: 1px solid #ccc;
}

.price_total {
	width: 150px;
	height: 50px;
	padding: 20px;
	border: 1px dashed #ddd;
	background-color:  #cfc;
	text-align: center;
	vertical-align: middle;
	right: 20px;
	bottom: 20px;
	position: fixed;
}

.required {
	color: red;
	font-weight: bold;
}

.status_new {
	background-color:  #fff;
}

.status_in_progress {
	background-color:  #cfc;
}

.status_alert {
	background-color:  #fc9;
}

.status_completed {
	background-color: #ccf;
}

.INTERNAL {
	background-color: #e2ffcb;
}

.OPEN {
	background-color: #e2ffcb;
}

.MODIFICATIONREQUEST {
	background-color: #f9bc97;
}
.READYFORREVIEW {
	background-color: #bebafb;
}

.prices img {
	padding: 0;
	margin: 0;
}

ol {
	padding-left: 10px;
}