
/*-- Begining of General Styles --*/

body
{
	padding: 0;
	border: 0;
	font-family: Helvetica, Arial, sans-serif;
	background-color: #fff;
}

.page
{
	position: relative;
	background-color: #fff;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}

a
{
	color: #F7941D;
	font-weight: bold;
	text-decoration: none;
}

a:hover
{
	color: #FBAF5C;
}

h2
{
	color: #F7941D;
	clear: right;
}

p
{
	font-size: .8em;
	color: #534741;
}

img
{
	float: left;
	margin-bottom: 0px;
	border-style: none;
}

/*-- End of General Styles --*/

/*-- ********************************************************************************* --*/

/*-- Begining of Header Styles --*/

#header
{
	height: 70px;
	position: relative;
	background-image: url("http://images.medfxcorp.com/headline.png");
	background-repeat: repeat-x;
	margin-top: 1em;
	overflow: hidden;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	-moz-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}

#header #logo
{
	background-image: url("http://images.medfxcorp.com/medfx-logo.png");
	background-repeat: no-repeat;
	width: 200px;
	height: 66px;
	background-position: 30px 0px;
}

#logo
{
	position: relative;
	top: 8px;
}

#header #logo a
{
	width: 100%;
	height: 100%;
	display: block;
}

#header #navigation, #abs
{
	position: relative;
	top: -70px;
	right: -42%;
}

#header ul
{
	width: 100%;
	list-style: none;
	margin: .5ex;
	padding-right:.5%;
}

#header ul li
{
	display: block;
	float: left;
	margin: 0;
	padding: 1ex;
}

#header ul li a
{
	display: block;
	color: #F7941D;
	font-weight: bold;
}

#header ul li a:hover
{
	color: #FBAF5C;
}

/*-- End of Header Styles --*/

/*-- ********************************************************************************* --*/

/*-- Begining of Content Styles --*/

.no-display
{
	display: none;
}

.content
{
	position: relative;
	float: left;
}

.column
{
	position: relative;
	width: 1000px;
	margin-top: 2em;
}

.column-left
{
	width: 568px;
	float: left;
	margin-right: 20px;
	margin-top: 2em;
	margin-left: 0px;
}

.column-right
{
	float: left;
	width: 400px;
	margin-top: 2em;
}

.inside
{
	width: 90%;
	margin: 2%;
	margin-left: 4%;
	float: left;
	margin-top: 9%;
	margin-bottom: 5%;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}

.inside li
{
	font-size: 80%;
	margin-left: 3em;
	margin-right: 3em;
	color: #534741;
}

/*-- End of Content Styles --*/

/*-- ********************************************************************************* --*/

/*-- Begining of Footer Styles --*/

#footer
{
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	bottom:0;
}

.inside-footer
{
	width: 90%;
	float: left;
	overflow: hidden;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}

#footer-content
{
	float: left;
	width: 1000px;
	position: relative;
}

.outside-footer
{
	background-image: url("http://images.medfxcorp.com/headline.png");
	background-repeat: repeat-x;
	overflow: hidden;
	height: 40px;
	margin-top: 1.2em;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	border-radius: 8px;
}

.site-map
{
	float: left;
	margin: 0em;
	margin-left: 12em;
	width: 20px;
	position: relative;
	text-align: center;
	z-index: 100;
}

.site-map ul
{
	display: block;
	float: left;
	margin: 0;
	padding: 0;
}

.site-map li
{
	margin: 0;
	padding: 0;
	list-style: none;
}

.site-map li a
{
	font-size: .7em;
	color: seashell;
}

.site-map li a:hover
{
	color: #37302D;
}

/*-- End of Footer Styles --*/

/*-- ********************************************************************************* --*/

/*-- Begining of  Page Specific Styles --*/
/*#page-connectfx a, #page-lifescape a, #page-medicalhome a, #page-emr a, #page-pm a
{
	color:#a6a6a6;
}

#page-connectfx a:active, #page-lifescape a:active, #page-medicalhome a:active, #page-emr a:active, #page-pm a:active
{
	color:#a6a6a6;
}*/
/*#page-connectfx a:active, #page-lifescape a:active, #page-medicalhome a:active, #page-emr a:active, #page-pm a:active
{
	color: #F7941D;
}*/
#page-company .outside
{
	background-image: url("http://images.medfxcorp.com/ekg-icon.png");
	background-repeat: no-repeat;
	background-position: top right;
}

#page-company .inside, #page-support .inside
{
	margin-top: 14%;
}

#page-resources .outside, #page-members .outside
{
	border: thin solid #ccc;
	background-color: #fff;
	background-image: url("http://images.medfxcorp.com/download.png");
	background-repeat: no-repeat;
	background-position: top right;
	width: 900px;
	margin-left: 3em;
	margin-right: auto;
	position: relative;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	-moz-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
}

#page-contact-support .outside
{
	border: thin solid #ccc;
	background-color: #fff;
	background-image: url("http://images.medfxcorp.com/support.png");
	background-repeat: no-repeat;
	background-position: top right;
	width: 750px;
	margin-left: 7.5em;
	margin-right: auto;
	position: relative;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	-moz-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
}

#page-support .outside
{
	background-image: url("http://images.medfxcorp.com/support.png");
	background-repeat: no-repeat;
	background-position: top right;
}

#page-newsletter .outside
{
	border: thin solid #ccc;
	background-color: #fff;
	background-image: url("http://images.medfxcorp.com/news.png");
	background-repeat: no-repeat;
	background-position: top right;
	width: 750px;
	margin-left: 7.5em;
	margin-right: auto;
	position: relative;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	-moz-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
}

#page-overview .outside
{
	border: thin solid #ccc;
	background-color: #fff;
	background-image: url("http://images.medfxcorp.com/key.png");
	background-repeat: no-repeat;
	background-position: top right;
	width: 750px;
	margin-left: 7.5em;
	margin-right: auto;
	position: relative;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	-moz-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
}

#page-contact-form-success .outside
{
	border: thin solid #ccc;
	background-color: #fff;
	background-image: url("http://images.medfxcorp.com/success.png");
	background-repeat: no-repeat;
	background-position: top right;
	width: 750px;
	margin-left: 7.5em;
	margin-right: auto;
	position: relative;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	-moz-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
}

#page-contact-form-success .inside, #page-contact-form-error .inside
{
	margin-top: 17%;
}

#page-contact-form-success h2
{
	margin-left: 15%;
}

#page-contact-form-error h2
{
	margin-left: 22%;
}

#page-contact-form-error .outside
{
	border: thin solid #ccc;
	background-color: #fff;
	background-image: url("http://images.medfxcorp.com/oops.png");
	background-repeat: no-repeat;
	background-position: top right;
	width: 750px;
	margin-left: 7.5em;
	margin-right: auto;
	position: relative;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	-moz-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
}

#page-login .outside
{
	border: thin solid #ccc;
	background-color: #fff;
	background-image: url("http://images.medfxcorp.com/key.png");
	background-repeat: no-repeat;
	background-position: top right;
	width: 800px;
	margin-left: 6em;
	margin-right: auto;
	position: relative;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	-moz-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
}

#page-products .outside
{
	border: thin solid #ccc;
	background-color: #fff;
	background-image: url("http://images.medfxcorp.com/fxicon.png");
	background-repeat: no-repeat;
	background-position: top right;
	width: 800px;
	margin-left: 6em;
	margin-right: auto;
	position: relative;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	-moz-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
}

#page-contact-support h2, #page-overview h2
{
	margin-left: 136px;
	padding-bottom: 20px;
	padding-top: 20px;
}

#page-products .outside
{
	width: 980px;
	margin-left: 10px;
}

#page-pm .outside, #page-medicalhome .outside, #page-ehr .outside, #page-lifescape .outside, #page-connectfx .outside, #page-hie .outside
{
	width: 900px;
	margin-left:3em;
	margin-right:auto;
	background-image: url("http://images.medfxcorp.com/fxicon.png");
	background-repeat: no-repeat;
	background-position: top right;
}

#page-pm .inside, #page-medicalhome .inside, #page-ehr .inside, #page-lifescape .inside, #page-connectfx .inside, #page-hie .inside
{
	margin: 2%;
	margin-left: 2em;
	width:880px;
	float: left;
	margin-top: 9%;
	margin-bottom: 5%;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}

#page-products .two li
{
	font-size: 70%;
}

#page-directions .contact-column-right
{
	width: 540px;
}

#page-contact .outside
{
	background-color: #fff;
	background-image: url('http://images.medfxcorp.com/phone.png');
	background-repeat: no-repeat;
	background-position: top right;
	width: 100%;
	border: 1px solid #ddd;
	float: left;
	margin-bottom: 1em;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	-moz-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
}

#page-directions .outside
{
	background-color: #fff;
	background-image: url('http://images.medfxcorp.com/sign.png');
	background-repeat: no-repeat;
	background-position: top right;
	width: 100%;
	border: 1px solid #ddd;
	float: left;
	margin-bottom: 1em;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	-moz-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
}

/*-- End of Page Specific Styles --*/

/*-- ********************************************************************************* --*/

/*-- Start of Company Page styles --*/
/*-- Links on Company Info Pages --*/

.pathos
{
	margin-left:1.8em;
}

.pathos ul
{
	width: 100%;
	list-style: none;
	margin: 0;
	padding-right: .5%;
}

.pathos ul li
{
	display: block;
	float: left;
	margin: 0;
	padding: 1ex;
}

.pathos ul li a
{
	color: #F7941D;
	font-weight: bold;
	font-size: 70%;
}

.pathos ul li#active-pathos a
{
	color: #F7941D;
	font-weight: bold;
	font-size: 115%;
}

.pathos ul li a:hover
{
	color: #FBAF5C;
}

/* Start of Company Page EKG Scroll Styles */

.support-column-left
{
	position: relative;
}

/* Container DIV - automatically generated */
.simply-scroll-container
{
	position: relative;
}

/* Clip DIV - automatically generated */
.simply-scroll-clip
{
	position: relative;
	overflow: hidden;
	z-index: 1;
}

/* UL/OL/DIV - the element that simplyScroll is inited on
Class name automatically added to element */
.simply-scroll-list
{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	overflow: hidden;
	margin: 0;
	padding: 0;
	list-style: none;
}

.simply-scroll-list li
{
	padding: 0;
	margin: 0;
	list-style: none;
}

.simply-scroll-list li img
{
	border: none;
	display: inline-block;
	list-style: none;
	float: left;
}

/* Custom class modifications - adds to / overrides above

.simply-scroll is default base class */

/* Container DIV */
.simply-scroll
{
	width: 100%;
	height: 400px;
	margin-top: 1em;
	margin-bottom: 1em;
}

/* Clip DIV */
.simply-scroll .simply-scroll-clip
{
	width: 100%;
	height: 405px;
}

/* Explicitly set height/width of each list item */	
.simply-scroll .simply-scroll-list li
{
	float: left; /* Horizontal scroll only */
	width: 285px;
	height: 400px;
}

/*-- End of Company Page styles --*/

/*-- ********************************************************************************* --*/

/*-- Begining of  Support Page Styles --*/

.outside, #medfx-stack /* the long ad banner on the right column */
{
	background-color: #fff;
	width: 100%;
	border: 1px solid #ddd;
	float: left;
	margin-bottom: 20px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	-moz-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
}

#medfx-stack
{
	width: 400px;
	height: 100%;
	overflow: hidden;
	margin-top: 1.5em;
}

/* the fadeing gallery */
ul#portfolio
{
	padding: 0;
	margin: 0;
}

ul#portfolio li
{
	list-style: none;
	float: left;
}

ul#portfolio li img
{
	padding: 0px;
	list-style: none;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}

.portfolio-outside
{
	height: 400px;
	width: 400px;
	border: 1px solid #ddd;
	overflow: hidden;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	-moz-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
}

/* end fadeing gallery */

/* table styles */
td, th
{
	border-bottom: thin solid #A6A6A6;
	padding: 1em;
}

table
{
	margin-top: 1em;
	margin-left:4em;
	margin-bottom:1em;
	border-collapse:collapse;
}

th
{
	color:#464646;
	font-size:11px;
	font-weight:bolder;
}

td
{
	color:#464646;
	font-size:10px;
}

tr.alt td
{
	color: #0088cc;
	font-weight:400;
}

.tablebox
{
	width:880px;
}

/* end table styles */
/*-- End Support Page Styles --*/

/*-- ********************************************************************************* --*/

/*-- Begining of Forms Page Styles --*/

label
{
	margin-left: 10.8em;
}

input, select, textarea
{
	margin-right: 15em;
	float: right;
	position: relative;
}

input
{
    min-width:150px;
} 

textarea
{
	height: 100px;
	width: 370px;
}

.note
{
	float: left;
	clear: both;
	font-size: 11px;
	padding-top: 20px;
}

.one
{
	width: 350px;
	position: relative;
	float: left;
}

.two
{
	width: 350px;
	position: relative;
	float: left;
	margin-left: 20px;
}

.summary
{
	margin-right: 10em;
	margin-left: 8em;
}

.linkthingy /*-- the double arrow link used on the contact pages and forms pages --*/
{
	clear: right;
	float: right;
	text-align: left;
	margin-right: 10%
}

/*-- End of Forms Page Styles --*/

/*-- ********************************************************************************* --*/

/*-- Begining of Contact Page Styles --*/

.contact-column-left, .contact-column-right
{
	margin-top: 2em;
	float: left;
	margin-bottom: 1em;
}

.contact-column-left
{
	margin-right: 20px;
}

.contact-column-right
{
	width: 570px;
}

#contact-pic
{
	background-image: url('http://images.medfxcorp.com/contact.jpg');
	background-repeat: no-repeat;
	height: 360px;
	width: 400px;
	border: 1px solid #ddd;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	-moz-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
}

.guy-pic
{
	background-image: url('http://images.medfxcorp.com/directions1.jpg');
	background-repeat: no-repeat;
	height: 425px;
	width: 425px;
}

/*-- End of Forms Page Styles --*/

/*-- ********************************************************************************* --*/

/*-- Start of Index Page Styles --*/
/* Start of Gallery*/

#scroll
{
	position:relative;
	height:460px;
	overflow:hidden;
	border:1px solid #ddd;
	width:948px;
	padding:15px;
	margin-top: .1em;
	margin-bottom: 1.2em;
	margin-left: 10px;
	margin-right: auto;
	float: left;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-moz-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
}

#tools
{
	width:9999em;
	position:absolute;
	height:400px;
}

.tool
{
	float:left;
	width:1000px;
	height:400px;
	background-repeat:no-repeat;
	background-position:-75px -50px;
}

.details
{
	background-color:transparent;
	color:#666;
	float:left;
	font-size:15px;
	margin:290px 0 0 0;
	padding:10px 60px;
}

#thumbs
{
	background:url("http://images.medfxcorp.com/demo-navi.jpg") no-repeat;
	height:90px;
	position:absolute;
	top:410px;
	width:990px;
	left:-8px;
}

.t a
{
	background:transparent url("http://images.medfxcorp.com/demo-navi.jpg") no-repeat scroll -21px -90px;
	margin-left:11px;
	display:block;
	width:99px;
	float:left;
	height:90px;
	cursor:pointer;
}

.t a.active
{
	cursor:default !important;
}

.navi
{
	margin-left:314px;
	_margin-left:304px;
}

/* CSS sprite for the navigation */
#t0
{
	margin-left:20px;
	_margin-left:10px;
}

#t0.active
{
	background-position:-21px 0 !important;
}

#t0:hover
{
	background-position:-21px -180px;
}

#t0:active
{
	background-position:-21px -270px;
}

#t1
{
	background-position:-325px -90px;
}

#t1:hover
{
	background-position:-325px -180px;
}

#t1:active
{
	background-position:-325px -270px;
}

#t1.active
{
	background-position:-325px 0 !important;
}

#t2
{
	background-position:-435px -90px;
}

#t2:hover
{
	background-position:-435px -180px;
}

#t2:active
{
	background-position:-435px -270px;
}

#t2.active
{
	background-position:-435px 0 !important;
}

#t3
{
	background-position:-545px -90px;
}

#t3:hover
{
	background-position:-545px -180px;
}

#t3:active
{
	background-position:-545px -270px;
}

#t3.active
{
	background-position:-545px 0 !important;
}

#t4
{
	background-position:-655px -90px;
}

#t4:hover
{
	background-position:-655px -180px;
}

#t4:active
{
	background-position:-655px -270px;
}

#t4.active
{
	background-position:-655px 0 !important;
}

#t5
{
	background-position:-765px -90px;
}

#t5:hover
{
	background-position:-765px -180px;
}

#t5:active
{
	background-position:-765px -270px;
}

#t5.active
{
	background-position:-765px 0 !important;
}

#t6
{
	background-position:-875px -90px;
}

#t6:hover
{
	background-position:-875px -180px;
}

#t6:active
{
	background-position:-875px -270px;
}

#t6.active
{
	background-position:-875px 0 !important;
}

/* End of Gallery */
/*-- End of Index Page Styles --*/

/*-- ********************************************************************************* --*/

/* Start of Product Page Styles */
/* Start of Accordian Styles */

/* get rid of those system borders being generated for A tags */
a:active
{
	outline:none;
}

:focus
{
	-moz-outline-style:none;
}

/* root element for accordion. decorated with rounded borders and gradient background image */
#accordion
{
	width: 600px;
	float:left;
	margin-top:1.25em;
	border-left: thin dotted #F7941D;
}

/* accordion header */
#accordion h2
{
	margin:0;
	padding:5px 15px;
	font-size:16px;
	font-weight: 800;
	cursor:pointer;
	color:#A6A6A6;
}

/* currently active header */
#accordion h2.current
{
	cursor:default;
	color:#F7941D !important;
	font-size:16px
}

#accordion h2 a
{
	cursor:default;
	color:#A6A6A6;
	font-size:16px
}

#accordion h2.current a
{
	cursor:default;
	color:#F7941D !important;
	font-size:16px
}

/* accordion pane */
#accordion div.pane
{
	border-width:0 2px;
	display:none;
	padding:15px;
	color:#464646;
}

/* a title inside pane */
#accordion div.pane h3
{
	font-weight:bolder;
	margin:0 0 -5px 0;
	font-size:16px;
}

/* styling for triggers */
#triggers
{
	text-align:center;
	float:left;
}

#triggers img
{
	cursor:pointer;
	margin-top:0;
	margin-left: 1em;
	position:absolute;
	top:180px;
	left:110px;
}

.boxone
{
    width: 200px;
    max-height: 400px;
	position: relative;
	float: left;
	margin-right: 0;
	margin-top: 0em;
	overflow:hidden;
}

.inboxone
{
	position:relative;
	float:left;
	margin-left: .5em;
	margin-right:.5em;
	clear:both;
	width:180px;
	margin-bottom:10em;
}

.dotedline
{
	border-bottom: thin dotted #F7941D;
	height:1px;
	width:100%;
	margin-top:10px;
	position:relative;
	float:left;
	margin-bottom:10px;
}

#accordion div.pane p
{
	font-size:12px;
}

#accordion div.pane ul li
{
	font-size:11px;
}

/* End of Accordion Styles */
/* End of Product Page Styles */

/*-- ********************************************************************************* --*/

.regInfo {
	color:#EAEAEA;
	font-size:13px;
	line-height:3em;
	text-align:right;
}

