/*
	General Styling
*/
body { 
	margin:10px 0px; padding:0px; color:#333;
	font-family:verdana;
	font-size:12px;
}
img {border: none;}
a:link {color:#588291; text-decoration: none;}
a:visited {color:#588291; text-decoration: none;}
a:hover {color:#915882; text-decoration: underline;}
a:active {color:#588291; text-decoration: none;}
h1 {margin: 0 0 20px 0; padding: 0; font-size: 18px; font-weight: normal;}
h1 span {color:#829158}
h2 {margin: 0 0 15px 0; padding: 0; font-size: 16px; font-weight: normal;}
h2 span {color:#829158}
h3 {margin: 0 0 0 0; padding: 0; font-size: 14px; font-weight: normal; color:#829158;}
span {color:#829158}
h4 {margin: 0; font-size: 12px; color:#666; font-weight: normal;}
strong {font-family:tahoma; font-size:12px; color:#838383; font-weight:100}

dl {margin-left: 200px;}
dt {font-size: 13px; color: #666; margin: 5px 2px;}
dd {margin-left: 15px;}

a.moreInfo {
	font-size: 12px;
	padding-right: 20px;
	background: url(../images/bullet_bw.gif) no-repeat center right;
	width: 95%;
	display: block;
	text-align: right;
	clear: both;
}

#menu ul {
	padding: 0; 
	margin:0; 
	list-style: none;
}
#menu ul li {
	float: left;
	position: relative;
	padding-left: 30px;
	background: url(../images/menu_divider.gif) no-repeat 15px 0;
}
#menu ul li.home { background: none; padding-left: 0;}
#menu ul li a {
	padding-top: 7px;
	text-decoration: none; 
	color: #588291;
}
#menu ul li.selected a {
	background: url(../images/menu_marker.gif) no-repeat top center;
	color: #915882;
}
#menu ul li a:hover { 
	background: url(../images/menu_marker.gif) no-repeat top center;
	text-decoration: none;
	color: #915882;
}
#slogan {
	background: url(../images/take_charge_IT_needs.gif) no-repeat top center;
	width: 290px;
	height: 19px;
	float: right;
	position: relative;
	top: -75px;
	left: 0;
}
#splash {
	width: 750px;
	height: 186px;
	background: url(../images/bg1_1.jpg) no-repeat top center;
}
div.divider {background:url(../images/line1_1.gif) repeat-x center left; width:750px; height:1px; padding: 18px 0 18px 0; clear: both;}
div.frame {margin-bottom: 20px;}
div.frame1 {height: 130px; margin-bottom: 20px;}
div.frame2 {height: 75px; margin-bottom: 20px;}
div.frame3 {height: 115px; margin-bottom: 20px;}
div.frame4 {height: 130px; margin-bottom: 20px;}
div.frame img {float: left; margin:0 19px 3px 0}
div.framehalf {width: 225px;}
div.right {float: right;}
.bottomPad4 {margin-bottom: 4px;}




#content ul {margin:0 0 10px 0; padding:0px; list-style:none; line-height:18px}
#content ul li { background:url(../images/marker.gif) no-repeat 0 9px; padding-left:11px; padding-bottom: 3px;}
#content ul ul {margin: 0;}
#content li li { background:none; padding-bottom: 0;}

#footer span {margin: 0 5px;}

span a { text-decoration:none; color:#915882}
span a:hover{text-decoration:underline}

.form input {
	width:243px;
	height:17px;
	padding:1px 0 0 4px;
	line-height:13px;
	background-color:#FFFFFF;
}

.form textarea {
	width:243px;
	height:160px;
	overflow: auto;
	padding:1px 0 0 4px;
	background-color:#FFFFFF;
}
select, input, textarea{
	font-family:verdana;
	font-size:11px;
	vertical-align:top;
	line-height:15px;
	color:#333
}

form { margin:0px; padding:0px}

input.button {
	color:#588291;
	width: auto;
	height: auto;
	padding: 3px;
	margin: 10px 3px;
	font-weight:bold;
	background-color:#efefef;
	border:1px solid;
	border-top-color:#aaa;
	border-left-color:#aaa;
	border-right-color:#999;
	border-bottom-color:#999;
}

 