.bold{
    font-weight:bold;
    }

.red_text {
    color:red;
    }

#bodyContainer {
	margin-right: auto;
	margin-left: auto;
	width: 930px;
	height: auto;
	top: 0px;
	position: relative;
}
#mainContent {
	width: 923px;
	background-color: #A4C8E8;
	height: auto;
	z-index: 2;
	padding: 0px;
	border: 10px solid #2B3187;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#header {
	background-image: url(../images/sitebg/header.jpg);
	height: 75px;
	width: 923px;
	z-index: 5;
	margin: 0px;
	padding: 0px;
}

#navContainer {
	background-image: url(../images/sitebg/GreenLeaf.png);
	height: 460px;
	width: 233px;
	background-repeat: no-repeat;
	z-index: 4;
	top: 0px;
	margin: 0px;
	padding: 0px;
	text-align: right;
	background-position: 20px 0px;
	overflow: hidden;
	visibility: visible;
}
#bodyContent img {
	margin-bottom: -8px;
}

#navButton {
	width: 220px;
	height: 300px;
	clear: left;
	margin-left: 0px;
	margin-top: 0px;
	left: 0px;
	top: 2px;
	padding-left: 0px;
	line-height: normal;
}
#navButton ul {
	list-style-type: none;
	list-style-position: inside;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
#navButton li {
	text-decoration: none;
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
}

/* style the links in the nav list */
#navButton a {
	display:block;
	text-decoration: none;
	font-variant:small-caps;
	font-weight:bold;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding: 3px;
  }
#navButton a:link, #nav a:visited {
	color: #333333;
  }


#navButton a:hover, #nav a:active {
  color: #524872;
  }
/* special style for link to identify current page */
#thispage a:link, #thispage a:visited,
#thispage a:hover, #thispage a:active {
  color: #FFF;
  }
#bodyContent {
	height: 100%;
	width: 600px;
	clear: both;
	float: right;
	z-index: 3;
	position: relative;
	top: 40px;
	right: 40px;
	background-image: url(../images/sitebg/InsightMainBG.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-bottom: 15px;
}
#footer {
	background-image: url(../images/sitebg/footer.png);
	height: 137px;
	width: 923px;
	z-index: auto;
	overflow: visible;
	bottom: -1px;
	float: none;
	clear: left;
	color: #FFFFFF;
	font-size: small;
	text-align: right;
}
#copy {
	display: block;
	position: relative;
	top: 130px;
	white-space: nowrap;
}

body {
	background-color: #CCCCCC;
	background-image: url(../images/sitebg/insightbg.gif);
	margin: 0px;
	color: #2B3187;
}
#flash {
	height: 140px;
	width: 923px;
	border-bottom-width: 6px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	z-index: 5;
	margin: 0px;
	padding: 0px;
}
#footer br {
	clear: none;
}
#patient_corner_text {
    text-align:center;
    font-size:14px;
    }
#patient_corner_text ul {
    list-style:none;
    display:block;
    width:300px;
    text-align:left;
    margin: 0 0 0 100px;
    }
#patient_corner_text a, #patient_corner_text a:link, #patient_corner_text a:visited {

    }

#new_patient_form {
    text-align:left;
}
#new_patient_form input {
    margin-bottom:5px;
    }
#checkbox_col1, #checkbox_col2 {

    width:280px;
    float:left;
}
#checkbox_col1 {
    margin: 0 10px 0 0;
    }
#checkbox_col2 {
    text-indent:5px;
    width:300px;
    }

.label {}
#full_name {
    position:relative;
    left:37px;
    margin-bottom: 5px;
    }
#dob {
    position:relative;
    left:76px;
    margin-bottom: 5px;
    }
#date {
    position:relative;
    left:68px;
    margin-bottom: 5px;
    }
#address{
    position:relative;
    left:35px;
    margin-bottom: 5px;
    }
#address2 {
    position:relative;
    left:117px;
    margin-bottom: 5px;
    }
#city {
    width: 110px;
    }
#state {
    width: 20px;
    }
#zip {
    width: 75px;
    }
#city_state_zip {
    margin-bottom: 5px;
    }

