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

* {
	margin: 0px;
	padding: 0px;
}

html, body {
	height: 100%;
	font-family: Calibri, Arial;
	color: #333;
}

#container {
	min-height: 100%;
	margin-bottom: -180px;
	position: relative;
}
#header1 {
	height: 20px;
	background-color: #9c0;
	text-align: right;
	padding-right: 2em;
	color: #FFF;
}

#header2 {
	height: 100px;
	background-color: #39F;
}

#header2-c {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
}

#logo {
	float: left;
}

#h2l1 {
	width: 712px;
	float: left;
	margin-top: 1.5em;
	color: #FFF;
	text-align: center;
}

#h2l2 {
	width: 712px;
	float: left;
	color: #FFF;
	text-align: center;
	margin-top: .5em;
	font-size: 20px;
}

#content1 {
	background-color: #39F;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #9c0;
}

#nslidewrapper {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
}

#content2 {
	background-color: #FFF;
}

#content2-header {
	margin-top: 1em;
}

#hc2box {
	width: 228px;
	margin-left: 1em;
	float: left;
	margin-top: 1em;
}
#client-div {
	width: 300px;
	margin-left: 1em;
	float: left;
	margin-top: 2em;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	text-align: center;
	padding-bottom: .5em;
}


#hc2box h2 {
	color: #09f;
	font-family: Calibri, Arial;
}

#hc2box h3 {
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #09f;
	font-family: Calibri, Arial;
	color: #09f;
	padding-bottom: 0.5em;
}

#hc2box h4 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D6D6D6;
	margin-top: 1em;
	padding-bottom: 1em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	margin-bottom: 1em;
}

#hc2box2 {
	width: 440px;
	margin-left: 2em;
	float: left;
}

#hc2box2 h2 {
	color: #09f;
	font-family: Calibri, Arial;
}

#hc2box2 h3 {
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #09f;
	font-family: Calibri, Arial;
	color: #09f;
	padding-bottom: 0.5em;
}

#hc2box2 h4 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D6D6D6;
	margin-top: 1em;
	padding-bottom: 1em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	margin-bottom: 1em;
}

#content2-c {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
}

#footer {
	height: 180px;
	position: relative;
	background-color: #333333;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #9c0;
	text-align: center;
	color: #CCC;
	font-size: 11px;
	margin-top: 2em;
}

#footer-c {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
}

#foot_box {
	width: 468px;
	float: left;
	padding: 10px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCC;
	border-left-color: #FFFFFC;
	margin-top: 1.5em;
}

#foot_box1 {
	padding: 10px;
	float: left;
	width: 1000px;
	height: 16px;
	text-align: center;
}

.clearfooter {
	height: 180px;
	clear: both;
}
​ 
		
.floatleftimage {
	float: left;
	border: 1px solid #CCCCCC;
	margin-right: 1em;
	margin-bottom: .5em;
}
.floatrightimage {
	margin-bottom: .5em;
	margin-left: 1em;
	border: 1px solid #666666;
	float: right;
}
.floatleftimgnoborder {
	float: left;
	margin-right: 1em;
	margin-bottom: .5em;
}
.floatrightimgnoborder {
	float: right;
	margin-bottom: .5em;
	margin-left: 1em;
}

#h2l2 a:link {
	text-decoration: none;
	color: #FFF;
}

#h2l2 a:visited {
	text-decoration: none;
	color: #FFF;
}

#h2l2 a:active {
	text-decoration: none;
	color: #33CC00;
}

#h2l2 a:hover {
	color: #99FF00;
	font-size: 20px;
	font-weight: bold;
}

a:link {
	text-decoration: none;
	color: #06F;
}

a:visited {
	text-decoration: none;
	color: #06F;
}

a:active {
	text-decoration: none;
	color: #33CC00;
}

a:hover {
	color: #0066FF;
	text-decoration: underline;
}

.nivoSlider {
    position:relative;
    background:url(images/loading.gif) no-repeat 50% 50%;
}
.nivoSlider img {
    position:absolute;
    top:0px;
    left:0px;
    display:none;
}
.nivoSlider a {
    border:0;
    display:block;
}
#header1 a:link {
	text-decoration: none;
	color: #FFF;
}

#header1 a:visited {
	text-decoration: none;
	color: #FFF;
}

#header1 a:active {
	text-decoration: none;
	color: #33CC00;
}

#header1 a:hover {
	color: #0066CC;
}

.emr-faq {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D6D6D6;
	margin-top: 2em;
	padding-bottom: 1em;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	margin-bottom: 1em;
	color: #06F;
}
