a {
	text-decoration: underline;
	color: #3A5081;
}

a img {
	border: none;
}

a:hover {
	text-decoration: none;
	color: #A661B1;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 5px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 5px;
	font-size: 12px;
	color: #333;
	background-image: url(images/bg_emr.png);
	background-repeat: repeat-x;
}

h1 {
	color: #80C22D;
	font-size: 36px;
	margin-bottom: 3px;
	text-transform: lowercase;
	font-weight: normal;
	line-height: 90%;
	margin-top: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

h1 a {
	font-size: 22px;

}

h2 {
	color: #A45FAF;
	font-size: 24px;
	text-transform: lowercase;
	border-bottom-width: 1px;
	border-bottom-style: none;
	border-bottom-color: #A45FAF;
	font-weight: normal;
	margin-bottom: 0px;
	line-height: 90%;
	margin-top: 5px;
	clear: left;
	font-family: Georgia, "Times New Roman", Times, serif;
}

h3, h4 {
	border-bottom-color: #3A5081;
	border-bottom-style: none;
	border-bottom-width: 1px;
	color: #415992;
	font-size: 22px;
	text-transform: lowercase;
	margin-bottom: 5px;
	margin-top: 5px;
	font-weight: normal;
	line-height: 90%;
	font-family: Georgia, "Times New Roman", Times, serif;
}

p {
	clip: rect(   );
	line-height: 17px;
	margin-bottom: 7px;
	margin-top: 7px;
}

td {
	vertical-align: top;

}
.list .item p {
	display: inline;
}


ul {
	margin-bottom: 9px;
	margin-top: 5px;
}

.clientbox li {
	margin-left: -30px;
}

.contact a {
	background-color: #EEE;
	color: #666;
	display: block;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
	padding: 5px;
	text-align: center;
	text-decoration: none;
	width: 200px;
	background-image: url(images/bg_box.png);
	background-repeat: repeat-x;
	border: 1px solid #CCC;
}

.contact a:hover {
	text-decoration: underline;
}

.formtable {
	background-color: #3A538B;
	border: 1px solid #999999;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
	width: 90%;
	background-repeat: repeat-x;
}

.formtable input, .formtable select, .formtable textarea {
	background-color: #FFFFFF;
	font-size: 11px;
	font-weight: normal;
	width: 95%;
}

.formtable td {
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	padding: 3px;
}


.form {
	background-color: #CCC;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
	width: 220px;
	color: #576A94;
	padding: 20px;
	font-weight: bold;
}

.form input, .form select, .form textarea {
	background-color: #FFFFFF;
	font-weight: normal;
	display: block;
	width: 190px;
}

.gallery {
	height: 600px;
	overflow: scroll;
}

.keynav a {
	background-color: #EBEBEB;
}

.leftcol {
	background-color: #FFFFFF;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
	border-top: 1px solid #999999;
	float: left;
	font-size: 11px;
	margin-bottom: 10px;
	margin-top: 0px;
	padding-bottom: 10px;
	padding-left: 30px;
	padding-right: 30px;
	width: 50%;
}

.quote {
	background-color: #F0F0F0;
	border: 1px solid #666666;
	color: #666666;
	margin-top: 10px;
	padding: 10px;
}

.quote p {
	font-size: 13px;
	line-height: 18px;
}

.resources a {
	font-size: 10px;
	margin-bottom: 2px;
	padding-bottom: 0px;
	padding-top: 0px;
}

.rightcol {
	background-color: #B5B5B5;
	border: 1px solid #333333;
	color: #FFFFFF;
	float: left;
	margin-bottom: 5px;
	margin-left: 10px;
	margin-top: 0px;
	padding: 0px 10px 10px;
	width: 30%;
}

.services input.button2, .services a.button2 {
	background-color: #6C85BD;
	color: #FFFFFF;
	font-size: 18px;
	font-weight: normal;
	text-align: center;
	text-decoration: none;
	width: 200px;
	margin-right: auto;
	margin-left: auto;
	display: block;
	margin-top: 4px;
	margin-bottom: 4px;
	border: 1px none #5C73B4;
	padding: 5px;
}
.services input.button2:hover, .services a.button2:hover {
	color: #4ABFA5;
	background-color: #FCFCFC;
}


.servicetable {
	margin-left: auto;
	margin-right: auto;
	width: 95%;
}

.servicetable a {
	color: #4960A0;
	font-weight: normal;
	display: block;
	text-decoration: none;
	background-color: #E2E7F1;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #F2F4F9;
	border-right-color: #5C73B4;
	border-bottom-color: #5C73B4;
	border-left-color: #F2F4F9;
	font-size: 10px;
	text-align: center;
}
.servicetable a:hover {
	color: #E2E7F1;
	background-color: #5C73B4;
	border-top-color: #5C73B4;
	border-right-color: #F2F4F9;
	border-bottom-color: #F2F4F9;
	border-left-color: #5C73B4;
}

.clienttable {
	margin-left: auto;
	margin-right: auto;
	width: 95%;
}

.clienttable a {
	color: #E2E7F1;
	font-weight: bold;
	font-size: 10px;
	display: block;
	text-decoration: none;
	background-color: #8293C6;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #F2F4F9;
	border-right-color: #3D4F85;
	border-bottom-color: #3D4F85;
	border-left-color: #F2F4F9;
}
.clienttable a:hover {
	color: #8293C6;
	background-color: #E2E7F1;
	border-top-color: #3D4F85;
	border-right-color: #F2F4F9;
	border-bottom-color: #F2F4F9;
	border-left-color: #3D4F85;
}


.clienttable td {
	color: #E2E7F1;
	font-weight: bold;
	padding: 1px;
	text-align: center;
	width: 33%;
}
#mainarea .siteimg {
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	padding: 5px;
}

#nav a#contactbox {
	background-image: url(images/bg_header.png);
	background-color: #3A5081;
	margin-right: 5px;
	margin-top: 10px;
	padding: 10px;
	font-size: 11px;
	color: #FFF;
	width: 195px;
}

#contactbox a {
	background-color: #5C73B4;
	color: #E2E7F1;
	margin: 0px;
	padding: 0px;
	text-align: center;
	text-decoration: underline;
}

#contactbox a:hover {
	background-color: #5C73B4;
	color: #E2E7F1;
	text-decoration: none;
}

#container {
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	background-color: #FFF;
}

#content {
	padding: 0;








	text-align: left
	padding-bottom: 5px;
	width: 1000px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	clear: both;
	background-color: #FFF;
}

#description {
	border: 1px solid #EEEEEE;
	border-width: 0 1px 1px;
	color: #999999;
	font: 78%/1.4em "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;
	margin: 0 5px 5px;
	max-width: 700px;
	padding: 0 20px 20px;
	text-transform: uppercase;
}

#footer {
	clear: both;
	color: #999;
	float: left;
	font-size: 10px;
	margin-bottom: 0px;
	margin-top: 3px;
	padding-bottom: 10px;
	padding-top: 5px;
	text-align: center;
	width: 100%;
	background-color: #FFF;
	background-image: url(images/bg_footer.png);
	background-repeat: repeat-x;
	background-position: -60px;
}

#footer a {
	color: #999;
	text-decoration: none;
}

#google {
	margin-bottom: 5px;
	margin-top: 5px;
}

#header {
	margin-bottom: 0px;
	margin-top: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	clear: both;
	background-color: #FFF;
}

#header img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;

}

#leftnavhighlight a {
	background-color: #FFFFFF;
	color: #A6A6A6;
	font-weight: bold;
}

#listhighlight a {
	font-weight: bold;
	text-decoration: none;
}

#logos img {
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	display: block;
	margin-bottom: 10px;
	margin-top: 10px;
	padding: 5px;
}

#main {
	float: left;
}

#mainarea {
	background-color: #FFF;
	color: #333;
	float: left;
	line-height: 20px;
	margin-top: 0px;
	padding-bottom: 20px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 0px;
	width: 500px;
	font-size: 9pt;
	min-height: 400px;
}

#mainarea li p {
	display: inline;
}

#nav {
	clear: both;
	float: left;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	text-transform: lowercase;
	width: 220px;
}

#nav a {
	background-color: #FDFDFD;
	border-bottom-color: #F0F0F0;
	border-bottom-style: none;
	border-bottom-width: 1px;
	border-left-color: #F0F0F0;
	border-left-style: none;
	border-left-width: 1px;
	border-right-color: #F0F0F0;
	border-right-style: solid;
	border-right-width: 1px;
	border-top-color: #F0F0F0;
	border-top-style: solid;
	border-top-width: 1px;
	color: #666666;
	display: block;
	font-size: 12px;
	font-weight: normal;
	margin-bottom: 0px;
	margin-right: 5px;
	margin-top: 0px;
	padding-bottom: 2px;
	padding-right: 5px;
	padding-top: 2px;
	text-decoration: none;
	padding-left: 10px;
	width: 200px;
}

#nav a.navhead, #nav h2 {
	background-color: #49648B;
	border-bottom-style: none;
	border-left-style: none;
	border-right-style: none;
	border-top-style: none;
	color: #FCFCFC;
	font-size: 14px;
	font-weight: normal;
	line-height: normal;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 5px;
	margin-top: 5px;
	padding-bottom: 3px;
	padding-left: 10px;
	padding-right: 5px;
	padding-top: 1px;
	text-decoration: none;
}

#nav a.navheadhighlight {
	background-color: #5C73B4;
	border-bottom: 1px solid #5C73B4;
	border-left: 1px none #5C73B4;
	border-right: 1px solid #5C73B4;
	border-top: 1px solid #5C73B4;
	color: #FCFCFC;
	display: block;
	font-size: 13px;
	font-weight: bold;
	line-height: normal;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 5px;
	margin-top: 5px;
	padding-bottom: 4px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 4px;
	text-align: right;
	text-decoration: none;
}

#nav a.navhighlight, #rightcol a.navhighlight {
	color: #405585;
	background-color: #A1ABC3;
	background-image: url(images/bg_header_rev.png);
}

#nav a:hover {
	background-color: #A6B0C6;
	color: #FFFFFF;
}

#navright {
	background-color: #C1C9E2;
	border-bottom-color: #5C73B4;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-left-color: #5C73B4;
	border-left-style: solid;
	border-left-width: 1px;
	border-right-color: #5C73B4;
	border-right-style: solid;
	border-right-width: 1px;
	border-top-color: #5C73B4;
	border-top-style: solid;
	border-top-width: 1px;
	color: #FFFFFF;
	float: left;
	margin-left: 3px;
	padding: 0px 20px 20px;
	width: 160px;
}

#navright a {
	color: #666666;
}

#navright form {
	margin: 0px;
	padding: 0px;
}

#navright h2 {
	background-color: #5C73B4;
	color: #F2F2F2;
	margin-left: -20px;
	margin-right: -20px;
	margin-top: 0px;
	padding-bottom: 5px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 5px;
}

#navright h2 a {
	color: #F2F2F2;
	text-decoration: none;
}

#navright input {
	background-color: #8E9DCA;
	color: #FFFFFF;
	font-size: 12px;
}

#navright li {
	color: #666666;
}

#navright p {
	color: #666666;
}

#navright ul {
	margin: 5px 0px;
	padding: 0px;
}

#sidebar li {
	line-height: 1.5em;
	margin: 0;
	padding: 0 0 .25em 15px;
	text-indent: -15px;
}

#sidebar p {
	color: #666666;
	line-height: 1.5em;
}

#sidebar ul {
	border-bottom: 1px dotted #CCCCCC;
	list-style: none;
	margin: 0 0 1.5em;
	padding: 0 0 1.5em;
}
#topnav {
	text-decoration: none;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 1000px;
	text-align: right;
	padding-bottom: 2px;
}

#topnav a {
	color: #FFF;
	font-size: 0.9em;
	font-weight: normal;
	text-transform: lowercase;
	margin-left: 2px;
	border: 1px none #DDDDDD;
	letter-spacing: 2px;
	text-decoration: none;
	padding-top: 2px;
	padding-right: 9px;
	padding-bottom: 2px;
	padding-left: 9px;
	background-color: #7CBD2A;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#topnav a.navhighlight,#topnav a.navhighlight:hover {
	text-decoration: underline;

}
#topnav a:hover {
	text-decoration: underline;

}
#nav #partnersites {
	margin-top: 10px;
}
#nav a.navsub {
	font-size: 11px;
	padding-top: 1px;
	padding-bottom: 1px;
	background-color: #A4B0D5;
	border-right-color: #94A0BE;
	border-bottom-color: #94A0BE;
	padding-left: 20px;
}
#nav a.navhighlightsub {
	background-color: #E2E7F1;
	color: #5C73B4;
	font-size: 11px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 20px;
}
.formtable a {
	color: #FFFFFF;
}
.services form {
	margin: 0px;
	padding: 0px;
}
.invoices {
	border: 1px solid #666666;
	width: 95%;
	margin-right: auto;
	margin-left: auto;
}
.tablehead td {
	color: #FFFFFF;
	background-color: #6C85BD;
	font-weight: bold;
}
.invoices td {
	padding: 3px;
	border-bottom-color: #CCCCCC;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
}
.button {
	text-align: center;
	width: 200px;
	background-color: #6C85BD;
	display: block;
	margin-right: auto;
	margin-left: auto;
	font-size: 18px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
	padding: 5px;
	border: 1px none #5C73B4;
}
#nav a.loginbut {
	background-color: #3A5081;
	width: 100px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	font-size: 11px;
	color: #FFFFFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#proposalnav {
	background-color: #FFF;
	width: 150px;
	border: 1px solid #E8E8E8;
	padding: 5px;
	float: right;
	text-align: center;
	margin-top: 10px;
	margin-left: 10px;
	color: #FFF;
}
#proposalnav a {
	display: block;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	background-color: #80C12A;
	margin-bottom: 2px;
}
#proposalnav p {
	color: #80C12A;
	font-size: 14px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: none;
	border-bottom-color: #FFFFFF;
}

#proposalnav a:hover {
	background-color: #FFF;
	color: #80C12A;
}
#mainarea li {
	margin-bottom: 2px;
}
#rightcol {
	float: right;
	width: 450px;
	margin-top: 10px;
	background-color: #F2F2F2;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	min-height: 400px;
}
#nav_web a:hover {
	color: #FFFFFF;
	background-color: #999999;
}
#siteserv {
	background-color: #E4B81B;
	border: 1px solid #CCC;
	margin: 10px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
}
#siteserv #ssleft, #siteserv #ssright {
	float: left;
	width: 187px;
	border: 1px solid #CCC;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
	padding: 5px;
	background-color: #FFF;
}
#siteserv ul {
	margin: 0px;
	padding: 0px;
}
#siteserv ul li {
	margin-left: 15px;
	margin-bottom: 5px;
}
#siteserv ul li a {
	text-decoration: none;
	font-size: 11px;
}

.issue {
	display: none;
}
#nav a.loginbut:hover {
	background-color: #A45FAF;
}
a.button:hover {
	color: #FFFFFF;
	background-color: #CD734B;
}
#subscribe {
	background-color: #49648B;
	padding: 5px;
	display: block;
	text-align: center;
	color: #FFFFFF;
}
#subscribe input {
	font-size: 11px;
	width: 80%;
	display: block;
	margin-right: auto;
	margin-left: auto;
	margin-top: 2px;
	margin-bottom: 2px;
	background-color: #BFCADD;
}
#mainarea .callout {
	background-color: #E9EDF5;
	color: #6C85BD;
	padding: 10px;
	margin-right: 0px;
	margin-left: 10px;
	width: 175px;
	float: right;
	border: 1px solid #6C85BD;
	font-size: 14px;
	text-align: center;
}
#mainarea .services2 {
	background-color: #FFF;
	color: #666;
	padding: 10px;
	margin-right: -10px;
	margin-left: 10px;
	width: 150px;
	float: right;
	font-size: 14px;
	margin-top: 5px;
	background-image: url(images/bg_box.png);
	background-repeat: repeat-x;
	border: 1px solid #DDD;
}
#mainarea .services2 ul {
	margin: 0px;
	padding: 0px;
}
#mainarea .services2 li {
	font-size: 12px;
	margin-left: 15px;
	margin-top: 3px;
	margin-bottom: 3px;
}
h4  {
	color: #415992;
	background-color: #FFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #415992;
	padding-left: 20px;
	margin-left: -20px;
	margin-right: -20px;
	padding-right: 20px;
	padding-top: 5px;
	font-size: 22px;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 5px;
}
#header a {
	text-decoration: none;

}
#mainarea img {
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
}
#nav a#contactbox:hover {
	background-color: #A4AEC5;
	background-image: url(images/bg_header_rev.png);
}
.clear {
	clear: both;
}
.services2 a   {
	color: #666;
	text-decoration: underline;
}
.services2 a:hover {
	text-decoration: none;
}
#topmenu {
	background-color: #F0F2F6;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
#contact .random {
	float: left;
	width: 150px;
	margin-right: 10px;
}
#rightcol #contact {
	border: 1px solid #CCC;
	padding: 20px;
	margin: 10px;
	background-color: #FFF;
}
#contact #contacttext {
	float: left;
	width: 225px;
}
#siteserv h2 {
	font-size: 16px;
	margin-bottom: 5px;
	color: #3A538B;
	text-align: center;
}
#siteserv ul li a:hover {
	text-decoration: underline;
}
.list .item a.title {
	font-size: 16px;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.list .item {
	border: 1px solid #80C22D;
	padding: 20px;
	margin-bottom: 10px;
}
#rightcol #advice {
	background-color: #5A6F9C;
	margin-right: 10px;
	margin-left: 10px;
}
#rightcol #advice a.promo {
	display: block;
	float: left;
	width: 42%;
	padding: 2%;
	background-color: #F0F2F6;
	margin-right: 2%;
	margin-left: 2%;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #40558A;
	text-decoration: none;
	font-variant: small-caps;
}
#rightcol #advice a.promo:hover {
	color: #FFF;
	background-color: #5A6F9C;
}
