body {
	color:#333333;
	font-family: Lucida Grande, Lucida Sans Unicode, Geneva,Arial,Verdana,sans-serif;
	font-size:14px;
	font-size-adjust:none;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:18px;
	text-align: center;
	margin: 0;
	padding: 0;
}

.bodycontent { padding: 10px 0px 5px 0px; }
.bodycontent a { color: black; font-weight: bold; text-decoration: none; }
.bodycontent a:hover { text-decoration: underline; font-weight: bold; }

.fineprint {
	font-size: 75%;
}
#container {
	margin: 0 auto; 
	width: 750px;
	text-align: left;
}

/* HEADER/NAVIGATION */
#header { padding: 20px 0px 0px 0px; }
#header ul { display: inline; list-style: none; }
#header ul li { display: inline; padding: 0 60px 0 20px; font-size: 120%;}
#header ul li a { color: #999; text-decoration: none; }
#header ul li a:hover { text-decoration: underline; }


/* CONTENT BOX */
#main {
	margin: 0 17px 0 17px;
}

h2 a { color: black; text-decoration: none; }
h2 a:hover { text-decoration: underline; }

/* COLOR BLOCKS */
.colorblock1 {
	background-color: #d37435;
	color: white;
	font-size: 120%;
	line-height: 22px;
}
.colorblock2 {
	background-color: #e1a13f;
	color: white;
	font-size: 120%;
	line-height: 22px;
}
.roundtop1 { background: url(img/cornerset1-tr.gif) no-repeat top right; }
.roundtop2 { background: url(img/cornerset2-tr.gif) no-repeat top right; }
.roundtop3 { background: url(img/cornerset3-tr.gif) no-repeat top right; }
.roundbottom1 { background: url(img/cornerset1-br.gif) no-repeat top right; }
.roundbottom2 { background: url(img/cornerset2-br.gif) no-repeat top right; }
.roundbottom3 { background: url(img/cornerset3-br.gif) no-repeat top right; }
.colorblockContent { padding: 15px 70px 15px 70px; }
.colorblockContent p { margin: 0 0 5px 0; font-size: 150%; }
img.corner {
   width: 4px;
   height: 4px;
   border: none;
   display: block !important;
}



/* GRADIENT BLOCKS */
.gradientblock {
	background: #f8f7f5 url(img/background-gradient.jpg) bottom left repeat-x;
	padding: 20px;
}

/* FOOTER */
#footer { padding: 20px; text-align: center; }
#footer ul { display: inline; list-style: none; }
#footer ul li { display: inline; padding: 0 20px 0 20px; border-right: 1px solid black; }
#footer ul li.last { border-right: none; } 
#footer ul li a { color: black; text-decoration: none; }
#footer ul li a:hover { text-decoration: underline; }


/* SIDE NAVIGATION */
#sidenav { padding: 0; }
/*
#sidenav div { background-color: #f4f3ee; text-decoration: none; color: black; font-weight: bold; font-size: 110%; cursor: finger; cursor: pointer; }
#sidenav div a { color: black; font-weight: bold; font-size: 110%; text-decoration: none; }
*/
/*
#sidenav div { background-color: #f4f3ee; text-decoration: none; padding: 10px; color: black; font-weight: bold; font-size: 110%; margin-bottom: 4px; cursor: finger; cursor: pointer; }
#sidenav div a { color: black; font-weight: bold; font-size: 110%; text-decoration: none; }
*/
h2 { font-size: 225%; font-weight: normal; line-height: 30px;}

.sidenavItem {
	padding:12px;
	margin: 10px;  
	background: #f4f3ee; 
	cursor: finger;
	cursor: pointer;
	color: black;
	padding-left: 10px;
	font-size: 130%;
	height: 30px;
}

/*
.rounded:hover {
	background-color: #cdcbb6;
}
*/

.roundedcornr_box:hover {
	cursor: finger;
	cursor: pointer;
}
.roundedcornr_box {
   background: #f4f3ee;
   margin-bottom: 8px;
}
.roundedcornr_top div {
   background: url(img/roundedcornr_tl.png) no-repeat top left;
}
.roundedcornr_top {
   background: url(img/roundedcornr_tr.png) no-repeat top right;
}
.roundedcornr_bottom div {
   background: url(img/roundedcornr_bl.png) no-repeat bottom left;
}
.roundedcornr_bottom {
   background: url(img/roundedcornr_br.png) no-repeat bottom right;
}

.roundedcornr_top div, .roundedcornr_top, 
.roundedcornr_bottom div, .roundedcornr_bottom {
   width: 100%;
   height: 8px;
   font-size: 1px;
}
.roundedcornr_content { margin: 0 8px; }

.thumbnail_images { 
	padding: 5px;
	border: 0;
	width: 135px;
	height: 76px;
	  }

.icon { 
	float: left; 
}

.leftnav_link {
	text-decoration: none;
	color: #000;
}


