/* Start of CMSMS style sheet 'basic' */
/* CSS Document */
a {
	color: #006699;
	text-decoration: none;
	font-size: 100%
}
a:hover {
	text-decoration: underline;
}
.lightgreytext {
	color: #CCCCCC;
}
.mediumgreytext {
	color: #555555;
}
img {
	border: 0px;
}
.fs11px {
	font-size: 11px;
}
.fs12px {
	font-size: 12px;
}
.fs1_5em {
	font-size: 1.5em;
}
p {
	margin-bottom: .5em;
}
h1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	padding-bottom: .5em;
}
h2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	padding-top: .5em;
}
.green_text {
	color: #317621;
}
.blue_text {
	color: #155371;
}
.orange_text {
	color: #ec8d13;
}
ul {
	list-style-type: square;
	list-style-position: outside;
	margin: 5px 0px 10px 20px;
}
.icon {
	width: 200px;
	height: 150px;
}
.feature {
	border: 1px solid #aaaaaa;
	padding: 10px;
}
/* End of 'basic' */

/* Start of CMSMS style sheet 'layout' */
/* CSS Document */
* {
	margin: 0;
	padding: 0;
}
#body {
	font-family: Arial, Helvetica, sans-serif;
	width: 100%;
	margin: 0;
	padding: 0;
}
#header {
	height: 85px;
	width: 100%;
}
#header .border {
	border-bottom: 2px solid #5b7a89;
}
#header img {
	border: 0;
}
#header #logo {
	border: 0px;
	padding: 15px 0px 0px 5px;
	float: left;
}
#header #contact {
	text-align: right;
	padding: 12px 2px 2px 0px;
	font-size: 12px;
	line-height: 1.5;
}
#contentheader {
	margin-top: 25px;
	width: 100%;
	height: 150px;
	background-image: url(images/bluebar.gif);
	background-repeat: repeat-x;
}
#content {
	font-size: 1em;
	line-height: 1.3em;
	color: #444444;
	text-align: left;
	margin: 30px 40px 0px 40px;
}
#content_home { 
	margin: -30px -40px 0px -40px;
	font-size: .8em;
	line-height: 1em;
} /* Overrides standard content margin for home page */
.wrapper {
	width: 780px;
	/* margin: 0px auto; */
	position: relative;
	left: 50%;
	margin-left: -390px
}
.floatclear {
	visibility: hidden;
	clear: both;
	height: 1px;
}
.homepage_col1 {
	width: 210px;
	float: left;
	text-align: center;
}
.homepage_col1 p {
	text-align: left;
	padding-left: 50px;
}
.homepage_col2 {
	width: 320px;
	float: left;
	text-align: center;
}
.homepage_col2 p {
	text-align: left;
	padding-left: 65px;
}
.homepage_col3 {
	width: 210px;
	float: left;
	text-align: center;
}
.homepage_col3 p {
	text-align: left;
	padding-left: 50px;
}
#designfeature {
	margin: 3em 2em;
}
#designfeature .heading {
	width: 100%;
	border-bottom: 1px solid #cccccc;
	color: #317621;
	font-size: 1.2em;
}
#designfeature .viewportfolio {
	font-size: .8em;
}
#footer {
	border-width: 1px 0 0 0;
	border-style: solid;
	border-color:  #cccccc;
	/* background-color: #f3f3f3; */
	font-size: 11px;
	font-weight: bold;
	color: #333333;
	text-align: center;
	margin-top: 50px;
	padding: 0.5em 0;
}
/* End of 'layout' */

