/* --- body default values --- */

body {
	background-color:#FFFFFF;
	font:62.5% Arial, Helvetica, sans-serif;
	color:#000000;
}

.bold {
	font-weight:bold;
}

.underline {
	text-decoration:underline;
}

.italicize {
	font-style:italic;
}

a:link {
	color:#0068b3;
	text-decoration:underline;
}

a:visited {
	color:#8200b4;
	text-decoration:underline;
}

a:hover {
	color:#0068b3;
	text-decoration: none;
	color: #FF0000;
}

a:active {
	color:#0068b3;
	text-decoration:underline;
}

ul {
	margin:0 0 10px 30px;
	padding:0;
	list-style-type:square;
	font-size:1.2em;
}

ul li ul {
	margin:3px 0 10px 20px;
	padding:0;
	list-style-type:square;
	font-size:1em;
}

ol {
	margin:0 0 5px 33px;
	padding:0;
	font-size:1.2em;
}

ol li ol {
	margin:3px 0 10px 20px;
	padding:0;
	font-size:1em;
}

.floatright {
	float:right;
	margin-left:10px;
}

.floatleft {
	float:left;
	margin-right:10px;
}

.clearfloat {
	clear:both;
	height:0;
	font-size:1px;
	line-height:0px;
}

/* this hides navigation / sitemap link so that it only displays in mobile devices */
#nav-handheld {
	display:none;
}

/* this hides footer info that only displays when printing */
#contactinfoforprint {
	display:none;
}

/* this class should be used on a div to put some vertical space such as after the last paragraph */
.verticalspacer {
	margin:0 0 5px 0;
	padding:0
}

/* -------------------------------------------------- */

/* REMINDER:the total width of a <div> will include the padding and border in addition to the width specified in the CSS so adjust the width attribute if adjusting the padding and border attributes -- i.e. reduce width if increasing padding and/or border width sizes and vice versa */

/* main container that contains all other elements below */
#wrapper {
   margin:0 auto 0 auto; /* the auto margins (in conjunction with a width) center the page */
   padding:0;
   width:849px;
   background-color:#FFFFFF;
}

/* --- masthead --- */

#masthead {	
	width:849px;
	height:168px;
	background-image:url(../images/header.jpg);
} 

/* --- top nav attributes --- */

#topnav {
	width:849px;
	background-color:#FFFFFF;
	padding-top: 3px;
	padding-right: 0;
	padding-bottom: 3px;
	padding-left: 0;
}	

/* -------------------------------------------------- */

/* contains side and main sections */
#main {
	margin:0;
	padding:0;
	width:849px;
	background-color:#FFFFFF;
}

/* --- left section --- */
/* --- home page only --- */

#maincontent {
	width:556px;
	border:3px solid #0068B1;
	margin:0;
	float:left;
	padding-top: 0;
	padding-bottom: 0;
}

#maincontent h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:2.4em;
	font-weight:normal;
	color:#000000;
	padding:0 0 0 15px;
	#padding:15px 0 0 15px;
}

#maincontent p {
	margin:0;
	font-size:1.2em;
	text-align:justify;
	padding:0 15px 10px 15px;
}


.button {
	width:450px;
	text-align:justify;
	line-height:120%;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 25px;
	padding-top: 16px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}


.button img {
	margin:0 10px 0 0;
	border:none;
}
/* --- internal pages --- */

#maincontentinternal {
	width:556px;
	border:3px solid #0068B1;
	margin:0;
	float:left;
	padding-top: 0;
	padding-right: 1px;
	padding-bottom: 0;
	padding-left: 1px;
}

#maincontentinternal h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:2.4em;
	font-weight:normal;
	color:#000000;
	padding:0 0 0 15px;
	#padding:15px 0 0 15px;
}

.subheading {
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.8em;
	font-weight:normal;
	color:#999999;
	padding:0 0 0 15px;
}

#maincontentinternal p {
	margin:0;
	font-size:1.2em;
	text-align:justify;
	padding:5px 15px 10px 15px;
}

.largetext {
	font-size:1.2em;
	font-weight:bold;
}

#events {
	width:550px;
	margin:0 0 0 3px;
	padding:0 0 0 0;
	text-align:left;
	font-size:1.2em;
	line-height:120%;
}

#events img {
	margin:0 10px 0 0;
}

.event {
	width:550px;
	padding:5px 0 10px 0;
	margin:0 0 0 0;
	text-align: left;
}


/* --- homepage information boxes --- */

#boxes {
	padding:0;
	margin:30px 0 0 0;
}

#boxes p {
	padding:0 0 10px 0;
	font-size:1.1em;
	text-align:left;
	line-height:1.0em;
	#line-height:1.0em;
}

#box1 {
	width:179px;
	height:205px;
	background-image:url(../images/box-newly-diagnosed.gif);
	padding:35px 3px 0 3px;
	margin:0 0 0 1px;
	float:left;

}

#box2 {
	width:172px;
	height:205px;
	background-image:url(../images/box-how-to-help.gif);
	padding:35px 3px 0 5px;
	margin:0 0 0 2px;
	float:left;
}

#box3 {
	width:177px;
	background-image:url(../images/box-diabetes-news.gif);
	float:left;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 2px;
	padding-top: 35px;
	padding-right: 3px;
	padding-bottom: 0;
	padding-left: 5px;
	background-repeat: repeat-x;
}


/* --- about page information box --- */

#additional {
	margin: 0 0 10px 8px;
	padding:0 0 0 0;
	background-image:url(../images/box-additional-information.gif);
	width:539px;
	height:149px;
	background-repeat: no-repeat;
}

.additionalbox {
	margin:30px 10px 0 9px;
	width:160px;
	height:110px;
	font-size:1.2em;
	text-align:left;
	float:left;
}

#additional a:link {
	color:#0000FF;
	text-decoration:underline;
	float:right;
}

#additional a:visited {
	color:#8200b4;
	text-decoration:underline;
	float:right;
}

#additional a:hover {
	color:#0000FF;
	text-decoration:underline;
	float:right;
}

#additional a:active {
	color:#0000FF;
	text-decoration:underline;
	float:right;
}

/* -------------------------- */

/* --- right section --- */

#rightside {
	width:280px;
	float:right;
	vertical-align: top;
}

#imagebox {
	width:274px;
	height:193px;
	border:3px solid #0068b1;
}

#imagebox img {
	border:1px solid #00497c;
	margin:4px 4px 4px 4px;
}

#signup {
	margin:3px 0 0 0;
	padding:34px 0 0 3px;
	background-image:url(../images/stay-connected.gif);
	width:277px;
	height:84px;
}

#signup img {
	border:none;
}

#calendar {
	background-image:url(../images/event-calendar.gif);
	width:280px;
	height:215px;
	margin-top: 3px;
	margin-right: 0;
	margin-bottom: 5;
	margin-left: 0;
}

/* -------------------------- */


/* --- footer section --- */

#footer {
	margin:5px auto 0 auto;
	padding:10px 0 0 10px;
	width:839px;
	height:25px;
	background:#0068b1;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.4em;
	color:#FFFFFF;
}

#subfooter {
	width:839px;
	height:25px;
	font-size:0.9em;
	letter-spacing:0.2em;
	color:#1c489f;
	padding: 5px 5px 5px 5px;
}

#subfooter a:link {
	color:#0000FF;
	text-decoration:none;
}

#subfooter a:visited {
	color:#0000FF;
	text-decoration:none;
}

#subfooter a:hover {
	color:#0000FF;
	text-decoration:none;
}

#subfooter a:active {
	color:#0000FF;
	text-decoration:none;
}

#footer a:link {
	color:#FFFFFF;
	text-decoration:none;
}

#footer a:visited {
	color:#FFFFFF;
	text-decoration:none;
}

#footer a:hover {
	color:#FFFFFF;
	text-decoration:underline;
}

#footer a:active {
	color:#FFFFFF;
	text-decoration:underline;
}

.footerleft {
	float:left;
	margin:0;
	padding:0;
	width:248px;
}

.footermiddle {
	float:left;
	margin:0;
	padding:0;
	width:511px;
}

.footerright {
	float:right;
	margin:0;
	padding:0;
	text-align:right;
}

/* -------------------------- */

/* --- contact form field attributes --- */

#quickcontactform {
	margin:0;
	padding:0 0 10px 0;
}

#realname, #phoneoremail, #comments, #security_code {
	margin:0 0 5px 0;
	padding:0;
	width:219px;
	font:1em Arial, Helvetica, sans-serif;
	color:#000000;
}

#sidebarcontainer .sideboxcontact #quickcontactform #spamcode {
	margin:10px 0 0 60px;
	border:1px solid #999999;
}

#sendbutton {
	margin:10px 0 0 40px;
	padding:0;
}

/* -------------------------- */
#boardTable {
	padding-left: 12px;
}
#contactTable {
	padding-right: 12px;
	padding-left: 12px;
}
#walkTable {
	padding-left: 12px;
}
#kidsWalk {
	height: 400px;
	width: 312px;
	padding-left: 12px;
	float: left;
}
#kidsWalkcontainer {
	width: 556px;
	height: 415px;
}
#boxResources {
	width: 250px;
	padding-left: 12px;
	float: left;
}
#boxResourcesRight {
	float: right;
	width: 262px;
}
#movieHome {
	width: 450px;
	margin-left: 50px;
	padding-top: 20px;
}
#splashUpdates {
	width: 555px;
	border-top-color: #0068B1;
	border-right-color: #0068B1;
	border-bottom-color: #0068B1;
	border-left-color: #0068B1;
	padding-top: 20px;
}
#springflingVideo {
	margin-left: 15px;
	height: 264px;
	width: 425px;
}
#splashText {
	width: 480px;
	margin-left: 25px;
	padding-top: 20px;
}
#home-facebook {
	width: 250px;
	margin:3px 0 0 0;

}
#home-blog H3 {
	font-size: 14px;
}
#home-blog {
	float: left;
	width: 280px;
	text-align: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}
#home-blog IMG {
	display: none;
}
#home-blogHeader {
	width: 271px;
	border: 2px solid #0068b3;
	margin-bottom: 5px;
	padding-left: 5px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-style: italic;
	color: #0068b3;
}
.tweetmeme_button {
	display: none
}
#home-socialMedia {
	width:556px;
	float:left;
	margin-top: 10;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #0068B1;
}
#stage {
	width: 849px;
	height: 200px;
	margin-bottom: 3px;
}#hoome-walkPhotos {
	width:556px;
	float:left;
	margin-top: 10;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #0068B1;
}
#main-top-feature {
	float: left;
	width: 556px;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #0068b1;
}
