/* CSS Document */
* { 
	text-align:left;
	margin:0;
	padding:0;
	border:0;
}
body {
	background-image:none;
	background-color:#fff;
	margin-left:10px;
	color: #666666;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-top:20px;
}

#outerwrap {
background-image:none;
}

.noprint {display:none;}

.mklogo {
margin-bottom:15px;
}

/* General */

.colpadding {
	padding:0 7px 15px 7px;
}
p {
	padding-bottom:10px;
}
.visiblelink {
	text-decoration:underline !important;
}
ul, ul li {
	padding:0; margin:0;
} 
.nobullets {
	list-style: none !important;
	margin-left:0;
}
.form_checkbox {
border:0;
margin-right:5px;
}

/* Headings */

h1 {
	font-size:1.6em;
	font-weight:lighter;
	padding-bottom:10px;
	padding-top:10px;
	color:#575757;
	border-top:1px dotted #9c9c9c;
}
h2 { 
	font-size:1.3em;
	font-weight:lighter;
	padding-bottom:10px;
	color:#37707b;
}
h3 {
	padding-bottom:10px;
	color:#37707b;
	font-size:1em;
	font-weight:bold;
}
h4 { 
	padding-bottom:6px;
	color:#37707b;
	font-size:1em;
	font-weight:bold;
	border-bottom:1px dotted #9c9c9c;
}
h5 {
	padding:6px 0 0 7px;
	color:#fff;
	font-size:1em;
	font-weight:bold;
}
h6 {
	padding:6px 0 0 7px;
	color:#575757;
	font-size:1em;
	font-weight:bold;
}

/* Top Section */

/* Main Content Area */

#maincontent {
	width:100%;
	font-size:1em;
	min-height:200px;
	background-color:#fff; 
	text-align:left;
}
#maincontent ul {
	margin-bottom:10px;
	
}	
#maincontent ul li {
	margin-left:20px;
	margin-bottom:2px;
	margin-top:2px;	
}			
#maincontent a:link, #maincontent a:visited, #maincontent a:active {
	color:#37707b; 
	text-decoration:none;
}		
#maincontent a:hover {
	color:#37707b; 
	text-decoration:underline;
}
#maincontent .clientlist ul {
	list-style:none;
}
#maincontent .clientlist ul li {
	padding-left:15px;
	margin-left:0;
	margin-bottom:2px;
	margin-top:2px;
	background-image:url("/images/round_bullet.jpg"); 
	background-repeat:no-repeat;
	
}

/* Portfolio */

.portfoliolist li {
	padding-bottom:10px;
}
.clientTable {
	margin: 0px;
	background-color: #FFFFFF;
	width: 100%;
	font-size: 90%;
	border-top: 1px dotted #DBD9D9;
}
.clientList_header {
	margin: 0px 0px 0px 0px;
	padding: 15px 0px 3px 0px;
	border-bottom: 1px dashed #DBD9D9;
	font-weight: bold;
}
.clientList {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	line-height: 220%;
	border-bottom: 1px dashed #DBD9D9;
}
.clientItem {
	padding: 10px 15px 10px 0px;
	border-bottom: 1px dotted #DBD9D9;
	vertical-align:top;
}
.clientItem2 {
	vertical-align: top;
	padding: 15px 0px 0px 0px;
	border-bottom: 1px dotted #DBD9D9;
	width:100%;
}
.clientItem2 h2 {
	color: #e01e0f;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 6px 0px;
}
.portfoliotop {
	width:562px;
	height:27px;
	padding:6px 0 0 10px; 
	text-transform:uppercase; 
	color:#585757; 
	font-size:14px;
}
.portfoliotitle {
	float:right;
	width:130px;
	height:27px; 
}
.portfoliocontainer {
	width:570px;
	min-height:275px;
	border-right:1px solid #e0e0e0;
	border-left:1px solid #e0e0e0;
	border-bottom:1px solid #e0e0e0;
	margin-bottom:15px;		
}

/* Item Boxes */

.itemcontent p{
	padding:5px;
	margin:0;
}
.itemheader {
	
	height:25px;
	background-color:#54829a;
}
.itemheaderlight {
	
	height:25px;
	background-color:#e9e9e9;
}
.itemheadercorner {
	
	width:5px;
	height:100%;
	float:right;
}
.itemheadercornerlight {
	
	width:5px;
	height:100%;
	float:right;
}
.itemcontent {
	border-right:1px solid #d9d9d9;
	border-left:1px solid #d9d9d9;
}
.itemfooter {
	border-bottom:1px solid #d9d9d9;
	height:0px;
}

/* Data Table Styles */

.datatable {
	border-collapse:collapse;
}
.datatable tr th {
	background-color:#f2f2f2; 
	color:#3c6980;
	border:1px solid #d9d9d9;
	font-weight:normal;
	vertical-align:top;
	padding:5px;
}
.datatable tr td {
	border:1px solid #d9d9d9;
	padding:5px;
}

/* Form Styles */

input, select, textarea{
	border:1px solid #abb1b6;
	height:18px;
	line-height:17px;
	padding-left:3px;
	color:#666666;
	font-size: 1em;
	border:1px solid #abb1b6;
	background-color:#eaebec; 
}
.radiobut {
	border:0;
	background-color:#FFFFFF;
}
.requiredfield {
}
.form_warn img {
	vertical-align:bottom;
	padding-left:3px;
}
.form_textinfo {
	background-color:white;
	float:left;
	border:none;
	margin-top:0;
}
#stBudget option {
	padding-left:5px;
} 




