@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	line-height: 1.3em;
}
.oneColFixCtrHdr #container {
	width: 1009px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
    position:relative;
	background: #FFFFFF;
	height:225px;
	width:1009;
	background-image:url(../images/backgroundStripe.png);
	background-repeat: repeat;
	border-top:15px #2D4188 solid;
	border-bottom:3px #2D4188 solid;
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
   position:relative;
	padding: 0 10px 5px 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	min-height: 450px;
	}
.oneColFixCtrHdr #footer {
   position:relative;
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#2D4188;
	font-size:10px;
	text-align:center;
	color: #ffffff;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

H1 {
  font-size:18px;
  margin: 0;
  }
FORM {
 margin: 0;
}  
li {
line-height: 1.3em;
padding-bottom:5px;
}

.insideContent {
 position:relative;
 float:left;
 width: 850px;
 text-align:left;
 padding: 20px 0 15px 25px;
}

.redBox {
 position: relative;
 float:left;
 height: 151px;
 width: 559px;
 padding: 5px 12px 15px 18px;
 background-image: url(../images/MedLync-RedBox-Homepage.jpg);
 background-repeat: no-repeat;
}

.boxLg {
font-family:"Times New Roman", Times, serif;
font-size: 1.5em;
font-weight:bold;
color: #FFF
}

.boxMed {
font-family:"Times New Roman", Times, serif;
font-size: 1.1em;
font-weight:bold;
color: #FFF
}

.banner {
/*width:670px; */
height:auto; 
padding: 7px 0 0 20px; 
text-align:left; 
font-size:1.9em; 
font-weight:bold; 
font-family:'Times New Roman', Times, serif; 
color:#9A1A31;
line-height:1.0em;
}
.bullet {
color:#9A1A31;
padding-right:3px;
}


.logo {
position:absolute; 
top:0; 
right: 22px; 
height:218px; 
width:251px;
}

.leftmenu {
  position:relative;
  float:left;
  padding:40px 0 0 0;
  text-align:left;
  width:121px;
 }
 
.leftbutton {
  position: relative;
  height:31px;
  width:121px;
  padding-bottom:15px; 
  padding-top: 4px;
  background-image: url(../images/MedLync-Blue-Button.jpg);
  background-repeat:no-repeat;
}

.leftbuttonLG {
  position: relative;
  height:51px;
  width:121px;
  padding-bottom:15px; 
  padding-top: 4px;
  background-image:url(../images/MedLync-Blue-Button-LARGE.jpg);
  background-repeat:no-repeat;
}


.mBox {
  position:relative;
  width:108px;
  height:auto;
  text-align:center;
}
.leftMenuText, A.leftMenuText, A.leftMenuText:active, A.leftMenuText:visited {
  color: #FFFFFF;
  font-size: 14px;
  font-weight:bold;
  text-decoration: none;
} 
A.leftMenuText:hover {
  color:#9A1A31;
  font-weight:bold;
  text-decoration: none;
  font-size: 14px;
}

.bluelink, A.bluelink, A.bluelink:active, A.bluelink:visited {
  color:#0000FF;
  text-decoration:underline;
} 
A.bluelink:hover {
  color:#9A1A31;
  text-decoration:underline;
}

