﻿/*
Kaiser Permanente Center for Health Research
AMI
Lisa Massinger - KPCHR

/* Basic browser reset  */
body, div, h1, h2, h3, h4, h5, h6, p, ul, ol, li, dl, dd, dt, blockquote, button, fieldset, legend, label, input, textarea, form, img {
    margin: 0; padding: 0; border: 0;
}

body {color:#45443f; font: 80%/150% Verdana, Arial, Helvetica, sans-serif; text-align:center;} 

h1, h2, h3, h4, h5, h6, p {margin: .5em 0 1em 0;}

h1{font-size: 130%; color:#45443f; font-weight: 600; text-align:center;}
h2{font-size: 120%; color:#27266b;}
h3{font-size: 120%; color:#45443f; font-weight: 600;}
h4{font-size: 110%; color:#45443f; }
h5{font-size: 100%; font-weight: 600;}
h6{font-size: 100%; color:#27266b; }
.noMargin { Margin: 0.5em 0 0 0;}
.smMargin { Margin: 0.5em 0 0.2em 0;}

a:link,
a:visited,
a:hover,
a:active {color:#864c0a; text-decoration:none;}

a:hover {text-decoration:underline;}

#wrapper{
	padding:0 0 0 0;
	text-align:center;
	border:solid 1px #864c0a;
	float: inherit;
	margin:30px auto 0 auto;
	background:transparent url(/public/Support/AMI2/Images/hmFrame2.jpg) no-repeat;
}
.landing #wrapper{
	width:428px;
	height:726px;
	min-height:726px;
}
.interior #wrapper {
	width:802px;
	height:100%;
	min-height:300px;
	
}
#content{
	padding-top:150px;
}
