* {
	margin:0;
	padding:0;
	}

body {
	width:100%;
	text-align:left;
	border:0;
	background:#646666;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size:small;
	padding-bottom:40px;
	}


#container {
	
	margin-left:auto;
	margin-right:auto;
	margin-bottom:40px;
	width:760px;
	background:transparent url("../../images/containerbg.jpg") top right repeat-y;
	}
	
#masthead {
	height:34px;
	width:760px;
	background:transparent url("../../images/top.jpg") top right no-repeat;
	}
#masthead h1 {
	display:none;
	}
	
#wrapper {
	width:760px;
	background: transparent url("../../images/wrapper.jpg") bottom right no-repeat;
	}
	
#content {
	
	width:550px;
	
	}
	
#content p, h1, h2, h3, h4, h5, h6 {
	margin-bottom:10px;
	padding-left:10px;
	}
	
#content ul {
	padding-left:30px;
	margin-right:30px;

	}
		
#nav {
display:none;
	float:left;
	width:251px;
	background:transparent url("../../images/navbg.jpg") top right no-repeat;
	padding-top:225px;
	padding-left:25px;
	}

/* Hail Zeldman! */
#nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
	border: 0;
	}

#nav li	{
	width: 251px;
	}

#nav li a {
	display: block;
	width: 251px;	
	height:37px;
	text-indent:-9999px;
}
#nav li a:hover {
	text-decoration:none;
	}
	

#nav li#home a {
	background:transparent url("../../images/buttonsprite.jpg") 0px -1px no-repeat;
	}
#nav li#home a:hover {
	background:transparent url("../../images/buttonsprite.jpg") -251px -1px no-repeat;
	}
	
#nav li#typesofcare a {
	background:transparent url("../../images/buttonsprite.jpg") 0px -37px no-repeat;
	}
#nav li#typesofcare a:hover {
	background:transparent url("../../images/buttonsprite.jpg") -251px -37px no-repeat;
	}
	
#nav li#rightchoice a {
	background:transparent url("../../images/buttonsprite.jpg") 0px -74px no-repeat;
	}
#nav li#rightchoice a:hover {
	background:transparent url("../../images/buttonsprite.jpg") -251px -74px no-repeat;
	}
	
#nav li#findahome a {
	background:transparent url("../../images/buttonsprite.jpg") 0px -109px no-repeat;
	}
#nav li#findahome a:hover {
	background:transparent url("../../images/buttonsprite.jpg") -251px -109px no-repeat;
	}
	
#nav li#partners a {
	background:transparent url("../../images/buttonsprite.jpg") 0px -146px no-repeat;
	}
#nav li#partners a:hover {
	background:transparent url("../../images/buttonsprite.jpg") -251px -146px no-repeat;
	}
	
#nav li#membership a {
	background:transparent url("../../images/buttonsprite.jpg") 0px -183px no-repeat;
	}
#nav li#membership a:hover {
	background:transparent url("../../images/buttonsprite.jpg") -251px -183px no-repeat;
	}
	
#nav li#calendar a {
	background:transparent url("../../images/buttonsprite.jpg") 0px -219px no-repeat;
	}
#nav li#calendar a:hover {
	background:transparent url("../../images/buttonsprite.jpg") -251px -219px no-repeat;
	}
	
#nav li#info a {
	background:transparent url("../../images/buttonsprite.jpg") 0px -255px no-repeat;
	}
#nav li#info a:hover {
	background:transparent url("../../images/buttonsprite.jpg") -251px -255px no-repeat;
	}
	
#nav li#contact a {
	background:transparent url("../../images/buttonsprite.jpg") 0px -291px no-repeat;
	}
#nav li#contact a:hover {
	background:transparent url("../../images/buttonsprite.jpg") -251px -291px no-repeat;
	}
	
#nav li#website a {
	background:transparent url("../../images/buttonsprite.jpg") 0px -328px no-repeat;
	}
#nav li#website a:hover {
	background:transparent url("../../images/buttonsprite.jpg") -251px -328px no-repeat;
	}
	
#siteoptions {
	margin-left:30px;
	}


#siteoptions a {
	text-indent:none !important;
	}
		
#address {	
	text-align:center;
	width:100%;

	}	


#footer {
	padding-bottom:60px;
	width:100%;
	text-align:center;
	clear:both;
	}
	
#footer p {
	font-size:x-small;
	}
	
.agspaced {
	
	font-size:xx-small;
	color:#000000;
	margin-bottom:0px;
	padding-bottom:0;
	text-align:center;
	}
	
.slogan {
	letter-spacing:normal;
	}
.agspaced select {
	font-size:xx-small;
	}
	
.footertext {
	padding:0;
	margin:0;
	}
.footerlinks {
	font-size:x-small;
	font-weight:normal;
	margin-bottom:20px;
	}
		
.agspaced a {
	color:#000000;
	}
	
	
.pic {
	float:right;
	margin:10px 10px 10px 10px;
	width:210px;
	height:250px;
	background: transparent url("../../images/dropshadow.jpg") bottom right no-repeat;
	clear:both;
	}
	
.pic p {
	font-size:x-small;
	}
	
.pic img {
	border:0;
	}

	
.subnav {
	float:right;
	margin:0px 0px 0px 10px;
	border: 3px solid #099;
	padding:5px;
	width:265px;
	background:#fff;
	}

.subnav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  }
  
.subnav ul li {
  margin: 6px 0 10px 0;
  padding: 0;
  
  line-height: 14px; /* height of icon */
  background-image:url(../../images/Maglogosmall.jpg);
  background-repeat: no-repeat;
  background-position: 0 50%;
 
  }
.subnav ul li a {
  padding-left: 30px; /* width of icon + whitespace */
  font-size:small;
  font-weight:normal;
  }

img {
	border:0;
	}
	
td {
	vertical-align:top;
	}

a {
	color:#903;
	font-weight:bold;
	text-decoration:none;
	}
	
a:hover {
	text-decoration:underline;
	}
	
.questions {
	list-style:none;
	font-weight:bold;
	margin:10px 0 0 0;
	}
	
.answers {
	list-style:disc;
	margin-left:20px;
	}

.formtable {
	width:100%;
	}
.labels {
	width:35%;
	}
	
fieldset {
	margin-right:50px;
	}
	
