@charset "utf-8";
/* CSS Document */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}

/* COLOR SCHEME 

Dark Green :: #0e7530;
Light Green :: #60c38c;
Yellow :: #f0ce0b;
Grey :: #636363;

*/

body {
	background-color: #ffffff;
	font-family:"Myriad Pro",Helvetica,Arial,sans-serif;
	font-size: 14px;
	color: #000000;
}

input, textarea {
		background-image: url(templates/isoldit-internal/images/input-bg.jpg);
	background-repeat: repeat-x;
	border: 1px solid #626262;
	color: #0e7530;
	margin: 5px 5px 0px 5px;
	padding: 5px;
	}
	
/* GLOBAL STYLES */

.floatleftm {
	float: left;
	margin: 0px 15px 5px 0px;
	}
	
.floatrightm {
	float: right;
	margin: 0px 15px 5px 15px;
	}
	
.clear {
	clear: both;
	border-bottom: 2px dashed #999999;
	margin: 5px 0px 5px 0px;
	width: 525px;
	height: 10px;
	}
	
h1 {
	font-family:"Myriad Pro",Helvetica,Arial,sans-serif;
	color: #0e7530;
	font-weight: bold;
	font-size: 22px;
	margin-bottom: 10px;
	text-align: center;
	}
	
h2, .componentheading, .st {
	font-family:"Myriad Pro",Helvetica,Arial,sans-serif;
	color: #636363;
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 15px;
	text-align: center;
	}
	
h3 {
	font-family:"Myriad Pro",Helvetica,Arial,sans-serif;
	color: #000000;
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 15px;
	margin-top: 15px;
	text-align: center;
	}
	
h4 {
	font-family:"Myriad Pro",Helvetica,Arial,sans-serif;
	color: #000000;
	font-weight: bold;
	}
	
.highlight {
	text-align: center;
	font-weight: bold;
	}
	
p {
	margin: 10px 0px 5px 0px;
	line-height: 18px;
	}
	
a, a:visited, a:active {
	color: #0e7530;
	text-decoration: none;
	}
	
a:hover {
	color: #60c38c;
	}

