﻿/**** STANDARD TABLE and MARGIN STYLES ****/

body {
	margin: 0; 
	background: #F7F7F7 url('images/backgroundipad.jpg') 50% 0;	
	background-repeat: no-repeat;
	border-spacing: 0;
}

table {
	padding: 0;	
	border-collapse: collapse;
	width: 100%;
}

td {
	padding: 0;
	vertical-align: top;
	font-family: myriad pro, arial;
	font-size: 12px;
}

/********** WEBSITE HTML STRUCTURE *********/

/* WRAPPER is the browser screen  
   from margin to margin  */ 

.wrapper {
	width: 100%;

}

/* SHELL controls the width 
   of the website  *************************/ 
   
.shell {

	width: 990px;

}

.menu {
	height: 33px;
}

/* HEADER controls the top
   row inside the shell  *******************/ 

.focus {
	color: #ee1b2e;
	font-size: 14px;
}

.header {
	height: 120px;
	background: url('images/header.jpg');
	background-repeat: no-repeat;	

}

/* BODY controls the middle
   row inside the shell  *******************/ 

.body {
	background: url('images/tile.jpg');
	background-repeat:	repeat-y;	

}

.leftcol {
	width: 816px;
	padding-right: 15px;
}


.rightcol {
	width: 174px;
	padding-left: 28px;
}
/* BODY controls the bottom
   row inside the shell  *******************/ 

.footer {
	background: url('images/footer2.jpg') 50% 0;	
	background-repeat: no-repeat;
	height: 47px;
}

.footer3 {
	background: url('images/footer.jpg') 50% 0;	
	background-repeat: no-repeat;
	height: 47px;
}


.footer2 {
	background: url('https://www.directconnectmedical.com/images/footer.jpg');
	height: 31px;

}


h1, h2, h3, h4, h5 {
	margin: 0;
	padding: 0;
	
}

/**************************** FORM STYLES ********************************/

.FormText {
	font-size: 14px;
	color: #000000;
}

.FormText {
	padding-bottom: 18px;
}

.myinputstyle {
	border: 1px solid #797A75;
	/** remember to change image path **/
	background: url("images/button.png") repeat-x #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 14px;
	color: #000000;
	margin-bottom: 5px;
	padding: 3px; 
}

.mybuttonstyle {
	border: 0px solid #797A75;
	/** remember to change image path **/
	background: url("images/submit.png") repeat-x #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 14px;
	color: #FFFFFF;
	margin-bottom: 5px;	
	padding: 4px; 
	cursor:pointer;
	width: 130px;
	height: 35px;
}


/**************** MENU STYLES **************/

/*** CONTENT STYLES - WITHIN BODY CLASS ****/

.featimg  {
	height: 108px;
}

.featname {
	height: 58px;
}

.services td {
	font-size: 14px;
}
.soft {
	text-align: right;
	width: 200px;
}
.social {
	text-align: right;
}
td .serv {
	color: #EE1B2E;
	font-size: 12px;
}
.bottom {
	font-size: 14px;

}
.fontcolor {
	color: #EE1B2E;
}
.style1 {
	
	font-size: 14px;
	color: #EFEFEF;
	
}

td .style1 {
	height: 33px;
}

a:link {
	color: #000000;	
	text-decoration: none;
}

a:visited {
	
	text-decoration: none;
	color: ;	
}


a:hover {
	color: #EE1B2E;	
	text-decoration: underline;
}
.style17 {
	color: gray;
}


