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

#body {
	background-color: #000000;
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	margin: 0px;
}
#header {
	width: 940px;
	height: 140px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	z-index: 300;
}
#logo {
	height: 81px;
	width: 456px;
	position: absolute;
	top: 20px;
}
#request-links {
	position: absolute;
	right: 0px;
	top: 15px;
}
#top-links {
	font-family: "Trebuchet MS", Arial;
	font-size: 10px;
	color: #FFFFFF;
	position: absolute;
	right: 0px;
	top: 77px;
	text-transform: uppercase;
	margin: 0px;
	padding: 0px;
}
#top-links li {
	list-style-type: none;
	float: left;
	margin-right: 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	padding-right: 10px;
}
#top-links #last {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 0px;
}
#top-links a {
	color: #FFFFFF;
	text-decoration: none;
}
#top-links a:hover {
	color: #B7F58F;
}
#nav  {
	position: absolute;
	margin: 0px;
	bottom: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #6A88BA;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 100%;
}
#nav #first {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 16px;
}
#nav #last {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 7px;
}
#nav li {
	float: left;
	list-style-type: none;
	margin-right: 0px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #6a88ba;
	padding-right: 4px;
	margin-left: 4px;
}

#nav li ul {
	position: absolute;
	left: -999em;
	list-style-image: url(images/arrow.jpg);
	list-style-position: inside;
	z-index: 100;
	margin: 0px;
	padding: 0px;
	top: 30px;
}

#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
	margin: 0px;
	padding: 0px;
	display: block;
	background-color: #06184B;
	color: #FFFFFF;
	opacity:0.95;
}
#nav li:hover ul li, #nav li.sfhover ul li {
	font-size: 11px;
	border: none;
	width: 100%;
}
#nav li:hover ul a, #nav li.sfhover ul a {
	display: inline-block;
	font-size: 11px;
	text-transform: uppercase;
	color: #FFFFFF;
	border: none;
	width: 75%;
	padding-top: 5px;
	padding-bottom: 5px;
	font-family: "Trebuchet MS", Arial;
	text-decoration: none;
	margin: 0px;
	padding-right: 5px;
	padding-left: 5px;
	position: relative;
}
#nav li:hover ul a:hover, #nav li.sfhover ul a:hover {
	color: #2A6EDA;
}
#nav li:hover ul#whole-body, #nav li.sfhover ul#whole-body {
	left: 10px;
	margin: 0px;
	padding: 0px;
	display: block;
	width: 200px;
}
#nav li:hover ul#digital-dental, #nav li.sfhover ul#digital-dental {
	left: 213px;
	margin: 0px;
	padding: 0px;
	display: block;
	width: 187px;
}
#nav li:hover ul#chiropractic, #nav li.sfhover ul#chiropractic {
	left: 415px;
	margin: 0px;
	padding: 0px;
	display: block;
	width: 145px;
}
#nav li:hover ul#podiatry, #nav li.sfhover ul#podiatry {
	left: 545px;
	margin: 0px;
	padding: 0px;
	display: block;
	width: 145px;
}
#nav li:hover ul#whitecap, #nav li.sfhover ul#whitecap {
	left: 675px;
	margin: 0px;
	padding: 0px;
	display: block;
	width: 145px;
}
#content {
	width: 941px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 25px;
	position: relative;
	z-index: 100;
}
#content #header {
	width: 941px;
	position: relative;
	height: 90px;
}
#content #main-content {
	background-image: url(images/content-bg.jpg);
	position: relative;
	top: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 25px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #778899;
}
#footer {
	width: 940px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #1f2021;
	padding-top: 12px;
	font-family: "Trebuchet MS", Arial;
	color: #FFFFFF;
	font-size: 11px;
	text-transform: uppercase;
	padding-bottom: 25px;
}
#footer a {
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:hover {
	color: #0882FF;
}
#copyright {
	width: 50%;
	text-align: right;
	position: absolute;
	right: 0px;
	color: #8B8B8B;
	margin: 0px;
	padding: 0px;
	top: 13px;
}
#main-content #left-column {
	position: relative;
	margin-left: 25px;
	width: 638px;
	padding-top: 15px;
	background-color: #000104;
	padding-bottom: 15px;
}
#tabs {
	margin: 0px;
	padding: 0px;
	width: 100%;
	position: relative;
}
#tabs #active {
	background-image: url(images/tab-active.jpg);
	color: #FFFFFF;
}
#tabs li {
	display: block;
	float: left;
	list-style-type: none;
	background-image: url(images/tab.jpg);
	height: 26px;
	width: 90px;
	font-family: Tahoma, "Trebuchet MS", Arial;
	font-size: 14px;
	font-weight: normal;
	text-align: center;
	padding-top: 10px;
}
#tabs a {
	color: #010205;
	text-decoration: none;
	display: block;
}
#left-column #header {
	position: relative;
	margin: 0px;
	clear: both;
	width: 645px;
	height: 92px;
}
#left-column #content {
	width: 638px;
	background-color: #000000;
	position: relative;
	top: 0px;
	background-image: none;
	margin: 0px;
	padding: 0px;
}
#left-column .intro {
	display: block;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	font-family: "Trebuchet MS", Arial;
	font-size: 19px;
	color: #FFFFFF;
	line-height: 35px;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 20px;
}
#left-column .image1 {
	margin-left: 15px;
	position: relative;
	text-align: center;
	display: block;
	margin-top: 20px;
}
#left-column .image2 {
	position: relative;
	text-align: center;
	display: block;
	margin-top: 10px;
	margin-bottom: 25px;
	margin-left: 13px;
}
#left-column #features {
	width: 93%;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	font-family: "Trebuchet MS", Arial;
	font-size: 12px;
	line-height: 21px;
	color: #FFFFFF;
}
#features #right {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 265px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #3d3d3d;
	padding-left: 25px;
	height: 100%;
}
#features a {
	color: #FFFFFF;
}
#features a:hover {
	color: #5AA02B;
}
h3.blue {
	font-family: "Trebuchet MS", Arial;
	font-size: 19px;
	color: #0882ff;
	margin: 0px;
	font-weight: normal;
}
h3.green {
	font-family: "Trebuchet MS", Arial;
	font-size: 19px;
	color: #5aa02b;
	margin: 0px;
	font-weight: normal;
}
ul#feature1 {
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 13px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 25px;
	padding-left: 0px;
	width: 275px;
	display: block;
	list-style-image:url(images/blue-dot.png);
}
ul#feature2 {
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 13px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 245px;
	display: block;
	list-style-image:url(images/green-dot.png);
}
#main-content #right-column {
	position: absolute;
	right: 1px;
	background-image: url(images/side-bar.jpg);
	top: 0px;
	height: 100%;
	background-repeat: repeat-x;
	width: 277px;
}
#right-column #events {
	background-image: url(images/events.jpg);
	background-repeat: no-repeat;
	height: 308px;
	width: 248px;
	position: relative;
	left: 15px;
	top: 18px;
	font-family: "Trebuchet MS", Arial;
	font-size: 12px;
	line-height: 16px;
	color: #FFFFFF;
}
#events strong {
	color: #40741C;
}
#events #one {
	display: block;
	position: absolute;
	top: 125px;
	left: 15px;
	margin: 0px;
}
#events #two {
	display: block;
	position: absolute;
	top: 50px;
	left: 15px;
	margin: 0px;
}
#events #three {
	display: block;
	position: absolute;
	top: 205px;
	left: 15px;
	margin: 0px;
}
#events .button {
	position: absolute;
	bottom: 25px;
	left: 15px;
}
#right-column #news {
	background-image: url(images/news.jpg);
	background-repeat: no-repeat;
	height: 230px;
	width: 248px;
	position: relative;
	left: 15px;
	top: 18px;
	font-family: "Trebuchet MS", Arial;
	font-size: 12px;
	line-height: 16px;
	color: #FFFFFF;
	margin-top: 15px;
}
#right-column #request {
	position: absolute;
	top: 585px;
	left: 15px;
}
#news h4 {
	font-family: "Trebuchet MS", Arial;
	font-size: 16px;
	line-height: 23px;
	color: #3e9dfe;
	display: block;
	width: 88%;
	margin: 0px;
	position: absolute;
	left: 15px;
	top: 55px;
	font-weight: normal;
}
#news p {
	width: 88%;
	margin: 0px;
	padding: 0px;
	position: absolute;
	left: 15px;
	top: 130px;
	font-family: "Trebuchet MS", Arial;
	font-size: 12px;
	line-height: 20px;
}
#news .image {
	position: absolute;
	bottom: 25px;
	left: 15px;
}
#news  h4 a {
	font-family: "Trebuchet MS", Arial;
	font-size: 16px;
	line-height: 23px;
	color: #3e9dfe;
	display: block;
	font-weight: normal;
	text-decoration: none;
}
a.link-green {
	background-color: #5BA02A;
	padding-right: 3px;
	padding-left: 3px;
	padding-top: 3px;
	padding-bottom: 3px;
	text-decoration: none;
	color: #000000;
}
a.link-green:hover {
	background-color: #ADDC8E;
}
#left-column h2 {
	font-family: "Trebuchet MS", Arial;
	font-size: 25px;
	font-weight: normal;
	color: #53A0ED;
	display: block;
	margin-left: 25px;
	margin-right: 25px;
	padding-bottom: 5px;
}
#left-column p {
	font-family: "Trebuchet MS", Arial;
	font-size: 12px;
	line-height: 21px;
	color: #FFFFFF;
	padding-right: 25px;
	padding-left: 25px;
	margin-top: 0px;
	margin-bottom: 20px;
	padding-top: 0px;
	padding-bottom: 0px;
}
#left-column strong {
	color: #5BA02C;
}
ul#images {
	margin-left: 25px;
}
#images li {
	display: block;
	float: left;
	margin-right: 20px;
	margin-bottom: 15px;
}
#images li img {
	border: 1px solid #CCCCCC;
}
.relative {
	display: block;
	clear: both;
}
#resources-content {
	width: 600px;
	background-color: #000000;
	position: relative;
	top: 0px;
	background-image: none;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 18px;
}
#resources-content ul {
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 25px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
}
#resources-content ul li {
	width: 125px;
	float: left;
	list-style-type: none;
	height: 35px;
	position: relative;
	display: block;
	margin-right: 5px;
	margin-bottom: 5px;
	font-family: "Trebuchet MS", Arial;
	color: #0077EE;
	font-size: 13px;
	line-height: 16px;
	cursor: pointer;
	background-image: url(images/PDF.png);
	background-position: left;
	background-repeat: no-repeat;
	padding-top: 10px;
	padding-right: 70px;
	padding-bottom: 10px;
	padding-left: 65px;
	margin-left: 30px;
}
#resources-content ul li:hover {
	background-color: #232323;
}
#resources-content ul li a {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	height: 100%;
	width: 100%;
}
#resources-content li a:hover {
	color: #FFFFFF;
}
#resources-content ul li.green:hover {
	background-color: #55873B;
	color: #254D10;
}
#resources-content h3 {
	padding-top: 25px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #454545;
	padding-bottom: 10px;
}
#resources-content p.intro {
	padding-bottom: 25px;
	margin: 0px;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #1E1E1E;
}
#news-content {
	width: 600px;
	background-color: #000000;
	position: relative;
	top: 0px;
	background-image: none;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 18px;
}
#news-content h3{
	font-family: "Trebuchet MS", Arial;
	font-size: 13px;
	text-transform: uppercase;
	color: #007FFF;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 25px;
}
#news-content b{
	font-family: "Trebuchet MS", Arial;
	font-size: 13px;
	text-transform: uppercase;
	color: #007FFF	
}
#news-content h4 {
	font-family: "Trebuchet MS", Arial;
	font-size: 18px;
	color: #85C4FF;
	font-weight: normal;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 25px;
	line-height: 25px;
}
#news-content  a#read-more {
	background-color: #FFFFFF;
	padding: 3px;
	color: #000000;
	text-decoration: none;
	font-family: "Trebuchet MS", Arial;
}
#news-content  a#read-more:hover {
	background-color: #57ABFF;
}
#news-entry {
	padding-bottom: 15px;
	padding-top: 30px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #232323;
}
.white {
	color: #000000;
	padding: 3px;
	background-color: #5AA12B;
	font-size: 11px;
	letter-spacing: 1px;
}
#news-content a {
	color: #97CCFF;
}
#news-content a:hover {
	color: #0377EE;
}
#partner {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 35px;
	margin-bottom: 15px;
	padding-top: 30px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #454545;
	clear: both;
	padding-bottom: 0px;
	height: 125px;
	position: relative;
}
#partner h4 {
	position: absolute;
	left: 120px;
	top: 30px;
	width: 100%;
}
#partner p {
	top: 60px;
	left: 120px;
	display: block;
	position: absolute;
}
#partner #read-more {
	position: absolute;
	top: 110px;
	left: 145px;
	font-family: "Trebuchet MS", Arial;
	font-size: 12px;
}
#features  .smaller {
	color: #454545;
	font-size: 9px;
	text-transform: uppercase;
}
#features p {
	margin-left: 0px;
	padding-left: 0px;
	margin-top: 10px;
	margin-bottom: 15px;
}
#features  p  strong {
	color: #83B1DE;
}
#contact p {
	font-family: "Trebuchet MS", Arial;
	font-size: 13px;
	margin-top: 18px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#contact .input {
	height: 20px;
	width: 250px;
	border: 2px solid #5AA02B;
}
#contact  .textarea {
	width: 250px;
	height: 100px;
	border: 2px solid #5B9F2D;
	clear: left;
	position: relative;
}
#contact .button {
	background-color: #5AA02B;
	clear: both;
	position: relative;
	margin-top: 15px;
	border: 1px solid #5AA02A;
}
#slideshow {
	position: relative;
	height: 432px;
	width: 941px;
	overflow: hidden;
	z-index: 0;
	background-color: #000000;
}
#index-title {
	background-image: url(images/think-digital-radiography.png);
	height: 115px;
	width: 419px;
	position: absolute;
	top: 63px;
	right: 185px;
	z-index: 3;
}
#index-content {
	font-family: "Trebuchet MS", Arial;
	color: #FFFFFF;
	font-size: 14px;
	line-height: 25px;
	width: 500px;
	position: absolute;
	top: 190px;
	right: 85px;
	margin: 0px;
	padding: 0px;
	z-index: 3;
}
#index-button {
	position: absolute;
	top: 335px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	left: 355px;
	z-index: 3;
}
#index-content2 {
	position: relative;
	width: 941px;
	top: 0px;
	margin: 0px;
	height: 144px;
}
#index-events {
	background-image: url(images/index-events.jpg);
	position: absolute;
	height: 144px;
	width: 468px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-family: "Trebuchet MS", Arial;
	font-size: 12px;
	color: #FFFFFF;
	line-height: 16px;
}
#index-events strong {
	color: #40741C;
}
#index-events #one {
	display: block;
	position: absolute;
	top: 48px;
	left: 35px;
	margin: 0px;
	width: 105px;
}
#index-events #two {
	display: block;
	position: absolute;
	top: 48px;
	left: 190px;
	margin: 0px;
	width: 105px;
}
#index-events #three {
	display: block;
	position: absolute;
	top: 48px;
	left: 345px;
	margin: 0px;
	width: 105px;
}
#index-events  .button {
	position: absolute;
	bottom: 16px;
	left: 35px;
}
#index-news {
	background-image: url(images/index-news.jpg);
	position: absolute;
	height: 144px;
	width: 460px;
	font-family: "Trebuchet MS", Arial;
	font-size: 12px;
	color: #FFFFFF;
	line-height: 16px;
	right: 0px;
	bottom: 0px;
	top: 0px;
	margin: 0px;
	padding: 0px;
}
#index-news  h4 a {
	font-family: "Trebuchet MS", Arial;
	font-size: 16px;
	line-height: 20px;
	color: #3e9dfe;
	display: block;
	width: 88%;
	margin: 0px;
	position: absolute;
	left: 35px;
	top: 40px;
	font-weight: normal;
	text-decoration: none;
}
#index-news p {
	width: 88%;
	margin: 0px;
	padding: 0px;
	position: absolute;
	left: 35px;
	top: 85px;
	font-family: "Trebuchet MS", Arial;
	font-size: 12px;
	line-height: 20px;
}
#index-news .image {
	position: absolute;
	bottom: 16px;
	left: 35px;
}
#event-entry {
	padding-bottom: 5px;
	padding-top: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #232323;
	position: relative;
}
#event-entry  h3 {
	font-family: "Trebuchet MS", Arial;
	font-size: 13px;
	text-transform: uppercase;
	color: #5B9E2B;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 25px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 25px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#event-entry h4 {
	font-family: "Trebuchet MS", Arial;
	font-size: 18px;
	color: #FFFFFF;
	font-weight: normal;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 25px;
	line-height: 25px;
	padding: 0px;
}
h2.green {
	color: #5AA02E;
}
#backup-image {
	float: right;
	margin-right: 10px;
	margin-left: 15px;
	margin-top: 5px;
}
ul#package {
	width: 100%;
	list-style-type: none;
	font-family: "Trebuchet MS", Arial;
	font-size: 15px;
	position: relative;
	left: 0px;
	margin: 0px;
	padding: 0px;
	color: #000000;
}
ul#package li {
	float: left;
	text-align: center;
	position: relative;
	width: 18%;
	background-color: #0177EF;
	display: block;
	padding-top: 10px;
	height: 25px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #232323;
	border-left-color: #232323;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #232323;
	padding-right: 5px;
	padding-left: 5px;
}
ul#resolution, ul#field-of-view, ul#compatible, ul#overall-dimensions, ul#weight, ul#optimal-humidity {
	width: 100%;
	list-style-type: none;
	font-family: "Trebuchet MS", Arial;
	font-size: 11px;
	position: relative;
	left: 0px;
	margin: 0px;
	padding: 0px;
	color: #FFFFFF;
}
ul#resolution li, ul#field-of-view li, ul#compatible li, ul#overall-dimensions li, ul#weight li, ul#optimal-humidity li {
	float: left;
	text-align: center;
	position: relative;
	width: 18%;
	display: block;
	padding-top: 15px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #232323;
	border-left-color: #232323;
	padding-bottom: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #232323;
	padding-right: 5px;
	padding-left: 5px;
}
ul#ccd-sensor, ul#view-image, ul#power-requirements, ul#package-of-imager, ul#optimal-environment-temperature {
	width: 100%;
	list-style-type: none;
	font-family: "Trebuchet MS", Arial;
	font-size: 11px;
	position: relative;
	left: 0px;
	margin: 0px;
	padding: 0px;
	color: #FFFFFF;
}
ul#ccd-sensor li, ul#view-image li, ul#power-requirements li, ul#package-of-imager li, ul#optimal-environment-temperature li {
	float: left;
	text-align: center;
	position: relative;
	width: 18%;
	background-color: #1B1B1B;
	display: block;
	padding-top: 15px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #232323;
	border-left-color: #232323;
	padding-bottom: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #232323;
	padding-right: 5px;
	padding-left: 5px;
}
ul#compatible li {
	height: 25px;
}
ul#power-requirements li {
	height: 25px;
}
ul#overall-dimensions  li {
	height: 45px;
}
ul#package-of-imager  li {
	height: 35px;
}
ul#weight li {
	height: 50px;
}
ul#optimal-environment-temperature li {
	height: 45px;
}
ul#optimal-humidity li {
	height: 25px;
}
.category {
	background-color: #1B1B1B !important;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	color: #248CEC;
}
ul#ccd-sensor li.category, ul#view-image li.category, ul#power-requirements li.category, ul#package-of-imager li.category, ul#optimal-environment-temperature li.category {
	background-color: #272727 !important;
}
#hr {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #2E2E2E;
	margin-bottom: 35px;
	width: 90%;
	margin-left: 30px;
	padding-top: 10px;
}
#news-entry p.bigger {
	font-size: 17px;
	line-height: 30px;
}
#clear {
	clear:both;
}
