/* MedSecure Screen Stylesheet */
/* Author: Michael Johnson */
/* http://www.envoyinc.com */
/* Created: 8/31/2006 */
/* Modified: 9/19/2006 */

html, * {
	margin: 0;
	padding: 0;
	}
	
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:small;
	color: #333;
	margin: 0;
	padding: 0;
	background:#7bc9d1;
	}
h2 {
	font-weight:normal;
	font-size: 150%;
	margin:0 12px 8px 12px;
	}
h3 {
	font-weight:bold;
	font-size:120%;
	margin:6px 12px;
	}
h4 {
	font-weight:bold;
	font-size:110%;
	margin: 8px 12px;
	}
p {
	line-height: 130%;
	margin:4px 12px 12px;
	}


a:link, a:visited {
	padding: 0 0 1px 0;
	font-weight: bold;
	text-decoration: none;
	color: #01454c;
	}
a:hover {
	color: #111;
	text-decoration: underline;
	}	

#wrap{
	width:770px;
	margin:0 auto;
	background:#7bc9d1 url(/img/wrapbg.gif) repeat-y 50% 0;
	}
#header {
	position:relative;
	margin: 0 auto;
	width: 770px;
	height: 115px;
	background:#7bc9d1 url(/img/headerbg.gif) repeat-y 50% 0;
	}

#header #logo h1 {
	margin: 0 0 0 8px;
	font-size: 18px; 
	position: absolute; 
	top: 20px; 
	left: 11px;
	width: 220px;
	height:66px; 
	background: url(/img/medsecurelogo.gif) no-repeat;
	text-indent: -9000px;
}

#header #logo h1 a {
	display: block;
	background: url(/img/medsecurelogo.gif) no-repeat;
	height: 66px;
}
	
#nav {
	float: right;
	margin: 10px 0 0;
	width: 310px;
	text-align: left;
	}
	#nav ul {
		float: left;
		font-size: 95%;
		width: 150px;
		border-left: 1px solid #ccc;
		list-style: none;
		font-weight: bold;
		line-height: 1.7em;
		}
	#nav li {
		display: block;
		margin: 0 0 0 5px;
		}
		#nav li a:link, #nav li a:visited {
			color: #666;
			text-decoration: none;
			padding: 0 0 0 12px;
			}
		#nav li a:hover {
			color: #01454c;
			text-decoration: none;
			border: 0;
			background: url(/img/nav_bullet.gif) no-repeat left;
			}
			#home li#nav-home a { 
				color: #3a3a3a; 
				text-decoration: none; 
				border: 0; 
				background: url(/img/nav_bullet.gif) no-repeat left;
				}
			#medsecureteam li#nav-medsecureteam a { 
				color: #3a3a3a; 
				text-decoration: none; 
				border: 0; 
				background: url(/img/nav_bullet.gif) no-repeat left;
				}
			#services li#nav-services a { 
				color: #3a3a3a; 
				text-decoration: none; 
				border: 0; 
				background: url(/img/nav_bullet.gif) no-repeat left;
				}
			#casestudies li#nav-casestudies a { 
				color: #3a3a3a; 
				text-decoration: none; 
				border: 0; 
				background: url(/img/nav_bullet.gif) no-repeat left;
				}
			#pressroom li#nav-pressroom a { 
				color: #3a3a3a; 
				text-decoration: none; 
				border: 0; 
				background: url(/img/nav_bullet.gif) no-repeat left;
				}
			#contact li#nav-contact a { 
				color: #3a3a3a; 
				text-decoration: none; 
				border: 0; 
				background: url(/img/nav_bullet.gif) no-repeat left;
				}
				
			body.home #nav-home a, body.team #nav-medsecureteam a, body.services #nav-services a, body.casestudies #nav-casestudies a, body.pressroom #nav-pressroom a, body.contact #nav-contact a {
			color: #01454c;
			text-decoration: none;
			border: 0;
			background: url(/img/nav_bullet.gif) no-repeat left;
			}	

#mainfeature {
	margin: 0 auto 14px auto;
	width: 756px;
	height: 148px;
	background:url(/img/overviewbg.gif) no-repeat 50% bottom;
	}
	body.home #mainfeature {height:228px;}
	
	
#overview {
	margin: 0 auto;
	padding-bottom:14px;
	width: 756px;
	background:url(/img/leafbg.gif) no-repeat bottom left;
	}
	
	#overview .mainmessage {
		font-size: 120%;
		font-weight:bold;
		width:50%;
		float:left;
		}
		#overview .mainmessage p {
			line-height: 150%;
			margin-right: 16px;
			}
		#overview .mainmessage strong{
		color:#01454c;
		}
		
	#overview .mission{
		width: 50%;
		float:left;
		}

#serviceslist {
	margin: 0 auto;
	padding: 14px 0;
	width: 756px;
	background: #ddfcff url(/img/servicesbg.gif) repeat-x top left;
	border-bottom: 1px solid #444;
	}
	
	#serviceslist .column1 {
		width:50%;
		float:left;
		}
		
	#serviceslist .column2{
		width: 50%;
		float:left;
		}
	#serviceslist h2 {font-size:180%;}
	#serviceslist h3 a {
		font-weight:bold;
		color:#00a1b1;
		}
	#serviceslist p {
		margin-right:18px;
		}

#pagecontent {
	margin: 0 0 14px 0;
	width: 510px;
	float:left;
	border-right: 1px solid #ddd;
	}
	#pagecontent p {
		margin:4px 18px 12px 32px;
		}
	#pagecontent h2 {
		margin: 4px 18px 8px 32px;
		}
	#pagecontent h3 {
		margin: 4px 18px 4px 32px;
		}
	#pagecontent h4 {
		margin: 4px 18px 4px 32px;
		color:#01454c;
		}
	#pagecontent ul {
	line-height: 130%;
	margin:4px 12px 12px 32px;
	}
	#pagecontent li {
		margin-left: 12px;
		list-style-type:square;
		}
		#pagecontent li ul li {
			list-style-type:circle;
			}
		
		#primarycontent li{
	font-size:12px;
	line-height:18px;
	margin:2px 26px 2px 0;
	padding:2px 2px 2px 16px;
	background:url(/img/orangearrow-w.gif) no-repeat 2px 5px;
	border-bottom: 1px solid #bec9d5;
	}
	
	#pagecontent li.email{list-style:none;}
	#pagecontent li.email a{
		list-style-type:none;
		padding:2px 2px 2px 20px;
		background:url(/img/email.gif) no-repeat left 2px;}
		
	#pagecontent table{
		border-collapse: collapse;
		margin:12px 18px 18px 28px;
		border: 0px solid #ddd;
		border-top: 0px solid #222;
		border-bottom: 0px solid #222;
		}
		#pagecontent th {
			font-weight:bold;
			text-align:left;
			padding: 4px;
			border-bottom: 0px solid #222;
			background:#7bc9d1;
			}
		#pagecontent td {
			padding:4px;
			border: 0px solid #eee;
			}
		
	body.team #pagecontent, body.pressroom #pagecontent {
		width: 620px;
		border-right:none;
		}
					
#sidebar {
	float: right;
	width: 246px;
	background: transparent;
	}

#sidebar ul {
	margin: 10px 0 5px 18px;
	font-size: 12px;
	color: #333;
	list-style-type: square;
	line-height: 1.8em;
	text-align: left;
	}

#sidebar li {
	margin: 0 0 0 10px;
	}

#sidebar li a:link, #sidebar li a:visited {
	color: #4985b8;
	text-decoration: none;
	}

#sidebar li a:hover {
	color: #999;
	text-decoration: underline;
	}

#sidebar p {
	padding: 10px 0 5px 25px;
	font-size: 12px;
	color: #333;
	line-height: 1.5em;
	text-align: left;
	}

#sidebar p a:link, #sidebar p a:visited {
	color: #4985b8;
	text-decoration: none;
	}

#sidebar p a:hover {
	color: #999;
	text-decoration: underline;
	}
		
#footer {
	margin:0 auto;
	padding:6px 0;
	width: 770px;
	background: #ddfcff url(/img/footerbg.gif) repeat-x bottom left;
	}
	#footer p {
		font-size: 92%;
		margin: 4px 18px 12px 18px;
		text-align:center;
		color:#444;
		}

.bio {
	margin:12px 0 18px 14px;
	clear:both;
	}
.bio img.headshot {
	margin: 0 14px 28px 32px;
	border:1px solid #ddd;
	padding: 3px;
	background: #fff;
	float:left;
	}
	.bio p {
		padding-left: 119px;
		}

hr, .hide {
	display:none;
	}
	
/* Form Attributes --------------------------------------*/

fieldset {
	margin:2em;
	padding: 1em;
	border: 2px solid #f0f0d7;
	background: #fff;
	}
legend {
	font-weight:bold;
	color:#48546a;
	letter-spacing: -1px;
	font-size: 1.3em;
	padding: 2px 4px;
	background:#f0f0d7;
	border: 1px solid #ddd;
	}
label {
	display: block;
	}
input:focus, textarea:focus, select:focus {
	background: #ffc;
	}
input.checkbox,
input.radio {
	
	margin-right: .4em;
	}
	
.requiredflag {	
	font-size: 0.75em;
	color:#036;
	font-style:normal;
	}
			
#alertMessagePlaceHolder {
	background-color: #FFCCCC;
	border: 1px solid #F00;
	padding: 5px;
	display: none;
	margin: 2em 5px;
}
.errMsg {
	font-weight:bold;
	color:#CC0000;
	}
	
/*
P.I.E. FLOAT CLEARING
See http://www.positioniseverything.net/easyclearing.html 
--------------------- */

.clearfix:after {
  content: ".";
  clear: both;
  height: 0;
  visibility: hidden;
  display: block;
}
.clearfix {
  display: inline-block; /* Fixes IE/Mac */
}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */		*/

/* Error Notification  */
#footerpagecontent {
	margin: 0 0 14px 0;
	width: 510px;
	float:left;
	border-right: 1px solid #ddd;
	}
	#footerpagecontent p {
		margin:4px 18px 12px 32px;
		}
	#footerpagecontent h2 {
		margin: 4px 18px 8px 32px;
		}
	#footerpagecontent h3 {
		margin: 4px 18px 4px 32px;
		}
	#footerpagecontent h4 {
		margin: 4px 18px 4px 32px;
		color:#01454c;
		}
	#footerpagecontent ul {
	line-height: 130%;
	margin:4px 12px 12px 32px;
	}
	#footerpagecontent li {
		margin-left: 12px;
		list-style-type:square;
		}
		#footerpagecontent li ul li {
			list-style-type:circle;
			}
		
		#primarycontent li{
	font-size:12px;
	line-height:18px;
	margin:2px 26px 2px 0;
	padding:2px 2px 2px 16px;
	background:url(/img/orangearrow-w.gif) no-repeat 2px 5px;
	border-bottom: 1px solid #bec9d5;
	}
	
	#footerpagecontent li.email{list-style:none;}
	#footerpagecontent li.email a{
		list-style-type:none;
		padding:2px 2px 2px 20px;
		background:url(/img/email.gif) no-repeat left 2px;}
		
	#footerpagecontent table{
		border-collapse: collapse;
		margin:12px 18px 18px 28px;
		border: 1px solid #ddd;
		border-top: 2px solid #222;
		border-bottom: 2px solid #222;
		}
		#footerpagecontent th {
			font-weight:bold;
			text-align:left;
			padding: 4px;
			border-bottom: 1px solid #222;
			background:#7bc9d1;
			}
		#footerpagecontent td {
			padding:4px;
			border: 1px solid #eee;
			}
		
	body.team #footerpagecontent, body.pressroom #footerpagecontent {
		width: 620px;
		border-right:none;
		}