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

/* GENERAL CSS - CODE TO TELL FF AND IE TO SIT DOWN AND STFU */
#body {
	margin: 0px;
	padding: 0px;
	color: #000000;
	font-size: 0.626em; }
body div, ul, ol, li, table, img {
	margin: 0px;
	padding: 0px; }
body p {
	margin: 10px 0px 15px; }
body img {
	border: none; }
.display_none {
	display: none; }
.clear_div {
	display: none;
	height: 0px;
	width: 0px; }
body:last-child .clear_div {
	display: block;
	clear: both; }

/* CLEAR - BECAUSE SOMETIMES, FLOATING -ISN'T- A GOOD THING */

.clearme {
	clear: both;
}



a img {border:0}




html, body {
	background: #000201 url("images/bg.jpg") top center repeat-x;
	text-align: center;
	min-width: 966px;


	scrollbar-base-color: 			#b7b7b7;
	scrollbar-track-color:  		#b7b7b7;
	scrollbar-face-color: 			#b7b7b7;
	scrollbar-highlight-color: 		#FFFFFF;
	scrollbar-3dlight-color: 		#FFFFFF;
	scrollbar-darkshadow-color: 	#e4e4e4;
	scrollbar-shadow-color: 		#e4e4e4;
	scrollbar-arrow-color: 			#FFFFFF;
	
	margin:0 auto;
	font-family: Verdana, Sans-Serif;
	color: #000201;
	font-size: 11px;
}

ul {
   margin-left: 25px;
}

/* HEADER TAGS */

h1 {
	color: #1A8ACA;
	font-size: 18px;
	margin-bottom: 0px;
	font-weight: bold;
	padding-top: 10px;
}
h2 {
	color: #77BB22;
	float: center;
	font-size: 15px;
	margin-bottom: 0px;
}
h3{
	color: #000033;
	font-size: 12px;
	font-weight: normal;
	line-height: 22px;
	margin-top: 0px
}
h3 a {
	color: #EA8006;
	text-decoration: underline;
}
h3 a:hover {
	color: #6C0018;
	text-decoration: none;
}
h4 {
    color: #0195E0;
	font-size: 14px;
	margin-bottom: 0px;
	margin-top: 0px
	font-weight: bold;
}
h4 a {
	color: #F16000;
	text-decoration: none;	
}
h4 a:hover {
	
	color: #F16000;
	text-decoration: underline;
}
h5 {
	font-size: 10px;
	font-weight: normal;
	line-height: 18px;
}



/* LINKS */

a {
	color: #838383;
	text-decoration: underline;
}
a:hover {
	
	color: #f16000;
	text-decoration: strong;
}


/* PARAGRAPHS */

p {
	margin: 0 0 1em 0;
}



/* MAIN WRAPPER */

#main_wrapper {
	width:966px;
	margin:0 auto;
	text-align: left;
}



/* HEADER */

#header_wrapper {
	width:966px;
}
#nav_bar {
	width:966px;
	height:33px;
}
#flash_window {
	width:966px;
	height:290px;
}
#calls {
	width:966px;
	height:138px;
}
#job_search {
	width:966px;
	height:41px;
	text-align:center;
	vertical-align:center;
	font-size:11px;
	color:#26343D;
	background-color:#C8D0D4;
	background-image:url(images/job_search_bg.jpg);
	background-repeat:repeat-y;
}
#job_search input {
	text-align:left;
	font-size:11px;
	color:#26343D;
}
#job_search select {
	text-align:left;
	font-size:11px;
	color:#26343D;
}



/* CONTENT */

#content_wrapper {
	width:966px;
	background: #FFFFFF;
}
#left_image {
	width:250px;
	height:492px;
	float:left;
}
#left_column  {
  width:250px;
  float:left;
  text-align:center;
  padding-right:10px;
  margin-right:10px
  margin-left:10px;
  font-size: 11px;
  color:  #FFFFFF;
  background:  #FFFFFF;
}
#content_area {
	width:500px;
	float:right;
	margin-right:50px;
	margin-left:1px;
	padding-right:8px;
	padding-left:8px
	text-align: left;
	font-size: 11px;
	color: #000033;
	background: #FFFFFF;
}
#right_column{
	width:150px;
	float:right;
	padding-right:5px;
	text-align: left;
	font-size: 11px;
	color: #FFFFFF;
	background: #FFFFFF;
}




/* FOOTER */

#footer_wrapper {
	width:966px;
	text-align: left;
	font-size: 11px;
	color: #FFFFFF;
	background: #31424E url("images/bg_footer.jpg") top left no-repeat;
}
#footer_calls {
	width:966px;
	height:97px;
}
#footer_links {
	width:966px;
	padding:10px;
	text-align:center;
}
#footer_links a {
	color: #FFFFFF;
	text-decoration: none;
}
#footer_links a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}



/* FLASH FOR SWFOBJECT */

#flash_nav {
	width:966px;
	height:33px;
}
#flash_marketing {
	width:966px;
	height:290px;
}
#flash_calls {
	width:966px;
	height:138px;
}
#flash_footer {
	width:966px;
	height:97px;
}
#flash_appsoft {
	width:180px;
	height:27px;
}





/* PRACTICE MANAGEMENT */

#pm_left_nav {
	float:left;
	width:200px;
	padding-right:10px;
	padding-top:45px;
}
#pm_right_image {
	float:right;
	width:150px;
}
#pm_left_column  {
  width:250px;
  padding-top:30px;
  float:left;
  margin-top:10px;
  margin-left:10px;
  margin-right:10px;
  background-color:#D7407C;
	border:thin solid #852B4F;
	color:#FFFFFF;
	font-size:11px;
	line-height:22px;
	padding:5px;
  text-align:left;
  font-size: 11px;
  color:  #FFFFFF;
  background:  #FFFFFF;
}
#pm_content_area {
	width:550px;
	float:left;
	padding-right:1px;
	padding-left:1px;
	margin-left:5px;
	margin-right:5px;
	text-align: left;
	font-size: 11px;
	color: #FFFFFF;
	background: #FFFFFF;
}
#pm_right_column{
  width:250px;
  padding-top:30px;
  float:left;
  margin-top:10px;
  margin-left:10px;
  background-color:#D7407C;
	border:thin solid #852B4F;
	color:#FFFFFF;
	font-size:11px;
	line-height:22px;
	padding:5px;
  text-align:left;
  font-size: 11px;
  color:  #FFFFFF;
  background:  #FFFFFF;
}
table#ppg_discounts {
	background-color:#D7407C;
	border:thin solid #852B4F;
	color:#FFFFFF;
	font-size:11px;
	line-height:22px;
	padding:5px;
}
#pm_left_nav ul {
	list-style-type:none;
	margin:10px;
}
#pm_left_nav li {
	margin-bottom:10px;
}