/* 
Stroke Collaborative CSS

Layout Styles

*/

body {
	background: #dfdecd;
	font-family: helvetica, arial, san-serif;
	color:#333333;
	font-size:12px;
	line-height:16px; 
	padding: 0px;
	margin: 0px;
	text-align: center;
	letter-spacing:.2px;
	}
/*  div layout ----------------------------------------------------------------------- */

div#outercontainer {
	background: #dfdecd url(../images/bg.jpg) repeat-y;
	position: relative;
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom:0px;
	padding:0px;
	text-align: left;
	border:0px solid red;
	}

/*div#container {
	background-color: #ffffff;
	position: relative;
	width: 736px;
	margin-left: auto;
	margin-right: auto;
	margin-top:0px;
	text-align: left;
	border-left:1px solid #333333;
	border-right:1px solid #333333;
	}*/
		

div#mainnav {
	position:absolute;
	top:60px;
	left:195px;
	width:768px;
	height:36px;
	text-align:left;
	float:left;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	border: 0px solid blue;
	}

div#header {
	background: #ffffff url(../images/bg_header.jpg) repeat-y;
	width:942px;
	height:305px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom:0px;
	margin-top:0px;
	padding: 0px 0px 0px 0px;
	border: 0px solid #cccccc;
	position:relative;
	}

div#welcome {
	position:relative;
	width:650px;
	height: auto;
	font-size:18px;
	line-height:28px;
	color:#333333;
	letter-spacing: .07em;
	padding:5px;
	margin-bottom:20px;
	border:0px solid #cccccc;
}



div#bodycontent {
	background: #ffffff url(../images/bg_content.jpg) repeat-y;
	width:942px;
	text-align:left;
	height:inherit;
	margin-left: auto;
	margin-right: auto;
	margin-top:0px;
	margin-bottom:10px;
	padding:0px 0px 0px 0px;
	border: 0px solid red;

	}

div#left {
	width:650px;
	float:left;
	height: inherit;
	text-align:left;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 15px;
	position:relative;
	border:0px solid blue;
	}


div#right { 
	width:245px;
	float:right;
	font-size:11px;
	line-height:15px;
	letter-spacing: normal;
	text-align:center;
	height: inherit; 
	margin:0px 0px 0px 5px; 
	padding:25px 0px 0px 5px;
	border: 0px dotted blue;
	position:relative;
}

/*#right div {
	width:125px;
	height: auto;
	text-align:left;
	margin:0px 0px 30px 0px !important;
	margin:0px 0px 30px 0px;
	padding:0px 0px 0px 0px !important;
	padding:0px 0px 0px 0px;
	border: 0px solid orange;
	position:relative;
	}
*/
div#footer {
	color:#333333;
	width:942px;
	height:auto;
	margin-top:20px;
	margin-left: auto;
	margin-right: auto;
	padding:25px 0px 20px 0px;
	text-align:center;
	clear:both;
	font-size:12px;
	border-top:1px solid #cccccc;
	}

div#patientteaserbox {
	width:384px;
	height:168px;
	background: #ffffff url(../images/box-wide-bg.jpg) top no-repeat;
	margin-right:12px;
	float:left;
}

div#patientteaserboxtext {
	position: block;
	color:#333333;
	font-size:12px;
	line-height:15px;
	width:350px;
	height:110px;
	overflow:auto;
	letter-spacing:.1px;
	margin: 5px 0px 0px 0px;
	padding:0px 12px 8px 12px;
	border:0px solid yellow;
}


div#professionalteaserbox {
	width:244px;
	height:169px;
	background: #ffffff url(../images/box-narrow-bg.jpg) top no-repeat;
	float:left;
}

div#professionalteaserboxtext {
	position: block;
	color:#333333;
	font-size:12px;
	line-height:15px;
	width:210px;
	height:90px;
	overflow:auto;
	letter-spacing:.1px;
	margin: 5px 0px 0px 0px;
	padding:0px 12px 8px 12px;
	border:0px solid green;
}


div#signs {
	position:absolute;
	top:100px;
	left:510px;
}

div#contact {
	position:absolute;
	top:6px;
	left:880px;
	border:0px solid blue;
}

div#home {
	position:absolute;
	top:6px;
	left:800px;
	border:0px solid green;
}

div#fivelogo {
	position:absolute;
	top:27px;
	left:25px;
	border:0px solid green;
}

div#strokelogo {
	position:absolute;
	top:30px;
	left:190px;
	border:0px solid green;
}

/*Patients Page Layout*/
div.symptom {
	border-bottom:1px solid #cccccc;
	position: relative;
	height:auto;
	margin:25px 0px 0px 0px;
	padding:0px 0px 40px 0px;
}

div.sympstick {
	border:0px dotted black;
	height:inherit;
	position: relative;
	padding:0px 30px 0px 30px;
	float:left;
}

div.sympdescription {
	border:0px dotted black;
	margin:0px 0px 0px 120px;
	height:inherit;
	position: relative;

}

div#left li {
	margin-bottom:10px;
}

div.highlight {
	border:0px;
	padding: 5px 10px 5px 10px;
	background: #FDC094;
}

/*
Unused
FDC094

F8E1D1
*/