/* Tags
---------------------------------------------- */
html, htm, body {height:100%;}
body {
	margin: 0px;
	padding: 0px;
	color: #000;
	font: 14px Arial, Helvetica, sans-serif;
	background:#72cdec url(assets/images/bg.jpg) left top repeat-x;
}
h1 {
	margin: 0.5em 0px 0px 0px;
	padding: 0px;
	color: #544787;
	font: normal 28px/30px Arial, Helvetica, sans-serif;
}
h2 {
	margin: 1em 0px 0px 0px;
	padding: 0;
	color: #000;
	font: bold 18px/20px Arial, Helvetica, sans-serif;
}
h3 {
	margin: 1em 0px 0px 0px;
	padding: 0px;
	color: #000;
	font: bold 16px/18px Arial, Helvetica, sans-serif;
}
h4 {
	margin: 1em 0px 0px 0px;
	padding: 0px;
	color: #000;
	font: bold 14px/16px Arial, Helvetica, sans-serif;
}
p {
	margin: 1em 0px 0px 0px;
	padding: 0px;
	line-height: 20px;
}
ol, ul {
	line-height: 20px;
}
a {
	color: #C20000;
	text-decoration: none;
}
	a:hover {
		
		text-decoration: underline;
	}
hr {
	color: #000;
	height: 1px;
	background-color: #000;
	border: none;
}

/* Classes
---------------------------------------------- */
.imgborder {
	border: 1px solid #000;
}
.smalltext {
	font-size: 11px;
	line-height: 16px;
}
.nomargin {
	margin: 0px;
}
.margin {
	margin: 10px;
}
.center {
	text-align: center;
}
.clear {
	clear: both;
}
.box {
	width: 500px;
	height: auto;
	padding: 10px;
	margin: 1em auto 0px auto;
	border: 3px solid #C20000;
	background: #e3f5f5;
}
	.box p {
		margin: 0;
		padding: 0;
		color: #553ebd;
		font-size: 12px;
	}
.subNav {
	float: left;
	width: 150px;
	height: auto;
	padding: 10px;
	margin: 1em 10px 10px 0;
	background: #fff;
	list-style: none outside none;
}
	.subNav li {
		font-weight: bold;
		font-size: 12px;
	}

/* Special
---------------------------------------------- */
.forms p {
	margin: 0px;
}

/* Layout
---------------------------------------------- */
#wrapper {
width:1018px;
	height:auto;
	_height:100%;
	min-height:100%;
margin:0 auto;
padding:0px;
position:relative;
background:transparent url(assets/images/w_repeat.png) left top repeat-y;
_background: none;
_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://incampodmd.com/assets/images/w_repeat.png',sizingMethod='scale');

}
	#container {
	width:auto;
	height:100%;
	margin:0px;
	padding:0px;
	background:url(assets/images/w_header2.jpg) center top no-repeat;
	position: relative;
	z-index: 10;
	}
		#contents {
		width:958px;
		height:auto;		
		margin:0 auto;
		padding:0 0 80px 0;
		position: relative;
		z-index:1000;		
		}
			#header {
			width:auto;
			height:136px;
			margin:0px;
			padding:0px;
			}
				#topPic {
				width:193px;
				height:292px;
				margin:0px;
				padding:0px;
				top: -14px;
				position:absolute;
				}
				#leftForm {
				width:150px;
				height:auto;
				margin:250px 0px 0px 20px;
				padding:0px;
				position:absolute;
				}
					#leftForm input, #leftForm select, #leftForm textarea {
						width: 150px;
					}
					#leftForm .width50 {
						width: 43%;
					}
					#leftForm textarea {
						height: 100px;
					}
			#leftCol {
			width:558px;
				height:auto;
				min-height: 720px;
				_height: 720px;	
			margin:0px;
			padding:10px 0 0 212px;
			}
			#rightCol {
			width:135px;
			height:auto;
			margin:0px;
			padding: 0 32px 0 0;
			float:right;
			}
				#nav {
				width:auto;
				height:auto;
				margin:0px;
				padding:10px 0 0 0;
				}
				#nav li {
				list-style:none;
				}
				#nav li a{
				width:130px;
				color:#322b5c;
				padding:6px 0 6px 5px; 
				display:block;
				border-bottom:1px solid #71c5c7;
				font:bold 12px Arial, Helvetica, sans-serif;
				}
				#nav li a:hover {
				background-color:#caedef;
				text-decoration:none;
				font-weight:none;
				}
			#sidebar {
			width:auto;
			height:auto;
			margin:0px;
			padding: 0 5px 0 5px;
			font: 11px/13px Arial, Helvetica, sans-serif;
			}
	#footer {
	width:1018px;
	height:308px;
	left:0px;
	bottom:0px;
	margin:0px 0 0 0px;
	padding:0px;
	position:absolute;
	background:url(assets/images/w_footer.jpg) center top no-repeat;
	z-index: 1;
	}	
		#bottomInfo {
		width:155px;
		height:auto;
		margin:0 0 0 50px;
		padding:0px;
		color:#553ebd;
		font:11px Verdana, Arial, Helvetica, sans-serif;
		}
#copy {
width:100%;
height:14px;
left:0px;
margin:-14px 0 0 0;
padding:0px;
position:absolute;
text-align:center;
color:#D8EBEB;
font:10px Arial, Helvetica, sans-serif;
}

#toplinks {
	text-align: center;
	font-size: 11px;
	line-height: 14px;
}
#toplinks a {
	text-decoration: none;
}


