
/*HTML Template Style Sheet */

/* *************************** 
  Site - lynch healthcare
  ---------------------------
  StyleSheet Index
  $1 - Global Styles
  $2 - Website Structure Styles
  $3 - Header Styles
  $4 - Content Styles
  $5 - Sidebar Styles
  $6 - Footer Styles
   ***************************/

/* *************************** 
   $1 GLOBAL Styles
   ***************************/
* {
	margin: 0;
	padding: 0;
}
a {
	color:#666;
	text-decoration:none;
}
a:hover {
	color:#000;
	text-decoration:underline;
}
img {
	border:0;
}
fieldset {
	border:none;
}
li {
	list-style:none;
}
.clear {
	clear:both;
	height:0;
	font-size:0;
}
/* *************************** 
   $2 Website Structure Styles
   ***************************/
body {
	text-align:center;
	font:12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	background:url(images/bg_body.png) top repeat-x;
}
#container {
	width:960px;
	margin:0 auto;
	text-align:left;
	color:#333333;
}

/* *************************** 
   $3 Header Styles
   ***************************/
#header {
	height:143px;
	padding-bottom:2px;
	position:relative;
	width:940px;
	margin:0 auto;
	background:url(images/bg_header.png) bottom repeat-x;
}
#header h1{
	position:absolute;
	top:52px;
	width:240px;
	height:50px;
	}
#header h1 a{
	background:url(images/bg_logo.png) no-repeat;
	width:240px;
	height:50px;
	text-indent:-9999px;
	outline-style:none;
	display:block;	
}
.breadcrumb{
	position:absolute;
	left:0;
	top:0;
	font-size:10px;
	padding-top:4px;
	}
.breadcrumb a{
	color:#000;
	font-style:italic;
}
.topnav{
	top:51px;
	right:2px;
	position:absolute;
	}
.topnav li{
	float:left;
	margin-left:14px;
	}
.topnav li a{
	color:#000;
	height:19px;
	padding-top:31px;
	padding-left:5px;
	padding-right:5px;
	line-height:13px;
	float:left;
	}
.topnav li a:hover,.topnav .selected a{
	background:url(images/bg_headerlia.png) repeat-x;
	text-decoration:none;
	}
/* *************************** 
   $4 Content Styles
   ***************************/
#content {
	width:100%;
	padding-bottom:45px;
	overflow:hidden;
    }
#content.line{
	padding-bottom:38px;
	border-bottom:#d1d1ce 1px solid;
	margin-bottom:56px;
	}
#content.full{
	}
.home_top{
	width:940px;
	border-bottom:#cfcecb 1px solid;
	margin:0 auto;
	margin-bottom:35px;
	}
.home_top .left{
	float:left;
	width:48%;
}
.home_top .right{
	float:right;
	width:48%;
}
#content .home_top h2{
	font-size:30px;
	color:#7b7b7b;
	width:100%;
	font-weight:normal;
	line-height:40px;
	padding-top:24px;
	padding-bottom:10px;
	}
#content .home_top p{
	line-height:35px;
	font-size:16px;
	padding-bottom:19px;
	}
.home_bottom{
	background:transparent url(images/bg_homebottom.png) no-repeat scroll 0 0;
	height:324px;
	margin:0 0 15px;
	padding-left:10px;
	padding-top:39px;
	width:100%;
	}
.home_bottom .col{
	width:183px;
	float:left;
	padding:0 18px;
	margin-right:19px;
	display: inline;
	}
#content .home_bottom h3{
	font-size:16px;
	color:#e98135;
	padding:0 0 8px 0;
	}
#content .home_bottom p{
	line-height:22px;
	color:#fff;
	font-size:11px;
	padding-bottom:7px;
	}
#content .home_bottom .col a{
	font-size:16px;
	font-weight:bold;
	float:left;
	color:#e98135;
	}
#content .home_bottom .col a:hover{
	color:#e98135;
	}
#content .home_bottom .col p img{
	float:left;
	margin-top:5px;
	margin-right:4px;	
	}
#maincontent{
	float:left;
	margin-left:73px;
	display:inline;
	width:642px;
	}
#maincontent.full {
	margin-left:5px;
	width:950px;
	}
#maincontent h2{
	font-size:25px;
	color:#7b7b7b;
	padding-top:30px;
	padding-bottom:15px;
	padding-left:6px;
	}
#maincontent h2.second {
	color:#7B7B7B;
	font-size:30px;
	font-weight:normal;
	line-height:40px;
	padding-bottom:10px;
	padding-top:24px;
	width:100%;
	}
#maincontent h2 a:hover {
	text-decoration:none;
	}
#maincontent h3, .home_top h3{
	font-size:17px;
	color:#7b7b7b;
	padding-top:10px;
	padding-bottom:5px;
	padding-left:6px;
	font-weight:normal;
	}
.home_top h3{padding:0;}
#maincontent h3 span{
	color:#E98135;
	font-size:16px;
	font-weight:bold;
	}
#maincontent h4{
	font-size:16px;
	color:#E98135;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:6px;
	font-weight:normal;
	}
#maincontent .list-item{
	overflow:auto;
	margin-bottom:20px;
	clear:both;
	}
#maincontent .list-item img {
	float:left;
	margin:0 10px 0 6px;
	border:3px solid #e5e4e1;
	}
#maincontent .list-item .info{
	float:right;
	width:480px;
	}
.image-box{
	width:100%;
	overflow:hidden;
	padding-bottom:8px;
	}
.image-box-bg {
	background:transparent url(images/bg_image_box-trans.png) no-repeat scroll 0 0;
	height:286px;
	position:absolute;
	width:642px;
}
.image-box img{
	float:left;
	}
.image-box .image-big{
	margin-right:20px;
	}
.image-box .image-small-top{
	}
#maincontent a {
	color:#333333;
	text-decoration:none;
	border-bottom:1px dotted #333;
}
#maincontent a:hover {
	color:#000;
	text-decoration:none;
	border-bottom:none;
}
#maincontent p, #maincontent dl{
	padding-left:6px;
	padding-bottom:10px;
	line-height:18px;
	}
#maincontent ul {
	padding-left:15px;
	}
#maincontent ul li{
	margin:0 0 8px 0;
	}
#maincontent ul li span{
	color:#E98135;
	}
#maincontent ul.content li{
	background:transparent url(images/bullet.png) no-repeat scroll 0 5px;
	margin:0 0 8px;
	padding:0 0 0 18px;
	}
#maincontent dl dt {
	float:left;
	width:70px;
}
#maincontent dl dd {
	margin-bottom:8px;
}
#maincontent dl dd.no-margin {
	margin:0;
}
#maincontent p span{font-weight:bold;color:#CD6A21;}
#maincontent p.dave-quote{background:transparent url(images/quotes-trans.png) no-repeat scroll 0 0;margin:10px 0 10px 10px;padding:10px 0 0 15px;}
.specification_box{
	width:100%;
	position:relative;
	}
.specification_box ul{
	padding-top:3px;
	width:490px;
	}
.specification_box ul li{
	background:url(images/bg_li.png) 3px 4px no-repeat;
	padding-left:20px;
	line-height:16px;
	padding-bottom:8px;
	}
.specification_box ul li span{
	display:block;
	}
.download{
	position:absolute;
	width:140px;
	bottom:8px;
	right:0;	
	}
.download img{
	float:right;
	}
#content .home_bottom .col.last{
	margin:0;
	}
#maincontent #mmf-f2-p638-o1 span.mmf-not-valid-tip{
	left:4px;
	position:absolute;
	top:-3px;
	}


	
	
	
/* *************************** 
   $4.1 Blog Styles
   ***************************/	
	
#maincontent p.metadata {
	padding-bottom:15px;
	}
#maincontent p.readmore {
	padding-top:7px;
	}	
#searchform {
	}
#searchform label {
	display:none;
	}
#searchform input#s {
	width:100px;
	padding:2px;
	border:1px solid #CCC;
	}
#searchform input#searchsubmit {
	background:#CD6A21 none repeat scroll 0 0;
	border:0 none;
	color:#FFFFFF;
	font-size:11px;
	padding:2px;
	}
#maincontent .entry{
	}
#maincontent .entry-cat{
	padding:0 0 20px 6px;
	width:635px;
	}
#maincontent .entry-thumbnail{
	float:left;
	margin:3px 10px 0 7px;
	}
#maincontent .entry-thumbnail img {
	width:200px;
	border:3px solid #E5E4E1;
	}
	
/* *************************** 
   $4.2 Contact Form Styles
   ***************************/

#mmf-f1-p15-o1 {
	float:left;
	}
	
#mmf-f1-p15-o1 label {
	float:left;
	}

#mmf-f1-p15-o1 label strong, #mmf-f1-p15-o1 p strong {
	font-weight:bold;
	color:#F00;
	}
#mmf-f1-p15-o1 input, #mmf-f1-p15-o1 textarea {
	padding:3px;
	border:1px solid #CCC;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	}
#mmf-f1-p15-o1 input {width:250px;} 

#mmf-f1-p15-o1 textarea {width:250px;}

#mmf-f1-p15-o1 p.submit input {
	background:#CD6A21 none repeat scroll 0 0;
	border:0 none;
	color:#FFFFFF;
	font-size:12px;
	margin:0 0 0 73px;
	padding:2px;
	width:50px;
	}

#mmf-f1-p15-o1 p span.your-name {
	margin:0 0 0 30px;
	}
#mmf-f1-p15-o1 p span.your-email{
	margin:0 0 0 33px;
	}
#mmf-f1-p15-o1 p span.your-subject {
	margin:0 0 0 26px;
	}
#mmf-f1-p15-o1 p span.your-message{
	margin:0 0 0 18px;
	}

.contactinfo {
	float:right;
	width:280px;
}

#maincontent .contactinfo h3 {
	padding-top:0;
}

/* *************************** 
   $4.3 Site Map
   ***************************/

#maincontent .ddsg-wrapper {}
#maincontent .ddsg-wrapper ul{}
#maincontent .ddsg-wrapper ul li{margin:0 0 6px;}
#maincontent .ddsg-wrapper ul li ul{margin:6px 0 0 0;}
#maincontent .ddsg-wrapper ul li ul li{}

/* *************************** 
   $5 Sidebar Styles
   ***************************/
#sidebar{
	float:left;
	margin-left:10px;
	display:inline;
	width:220px;
	margin-top:31px;
	background:url(images/bg_subnav.png) repeat-y;
	}
#sidebar h2{
	font-size:30px;
	color:#7b7b7b;
	padding-left:14px;
	padding-top:15px;
	background:url(images/bg_header.png) top repeat-x;
	}
#sidebar h3{
	padding-left:14px;
	font-size:20px;
	color:#cd6a21;
	padding-top:37px;
	padding-bottom:5px;
	background:url(images/bg_header.png) bottom repeat-x;
	}
#sidebar h3.first{
	padding-top:7px;
	padding-bottom:13px;
	}
#sidebar ul li{
	padding-left:14px;
	font-size:14px;
	/*height:26px;*/
	padding-bottom:2px;
	line-height:26px;
	background:url(images/bg_header.png) bottom repeat-x;
	}

#sidebar ul li a {
	color:#000;
	}

#sidebar ul li a:hover{
	color:#cd6a21;
	text-decoration:none;
	}
/* *************************** 
   $6 Footer Styles
   ***************************/
#footer {
	width:960px;
	margin:0 auto;
	overflow:hidden;
	padding-top:52px;
	padding-bottom:52px;
	background:url(images/bg_footer.png) top repeat-x;
	
}
#footer ul{
	float:left;
	margin-top:8px;
	}
#footer ul li{
	float:left;
	height:11px;
	line-height:11px;
	font-size:11px;
	padding:0 19px;
	border-left:#000 1px solid;
	}
#footer ul .first{
	border:0;
	padding-left:0;
	}
#footer p{
	float:right;
	}
#footer p a{
	margin-left:9px;
	}
#footer p a img{
	vertical-align:middle;
	}