*
{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}
body {
	background-color: #232b33;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #000000;
}
p {
	margin-bottom: 15px;
}
a {
	text-decoration: underline;
	color: #000;
}
a:hover {
	text-decoration: none;
}



#header {
	background-image: url(images/header.gif);
	background-repeat: repeat-x;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #375975;
}
#header #top {
	width: 934px;
	margin-right: auto;
	margin-left: auto;
	height: 70px;
}
#header #top #menu {
	float: left;
	height: 70px;
	width: 630px;
	display: inline;
}
#header #top #menu ul {
	list-style-type: none;
	margin-top: 19px;
	padding-left: 29px;
}
#header #top #menu li {
	float: left;
	list-style-type: none;
}
#header #top #menu a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #6bbdef;
	text-decoration: none;
	padding-top: 5px;
	padding-right: 14px;
	padding-bottom: 6px;
	padding-left: 5px;
	margin-left: 10px;
	display: block;
	margin-right: 3px;
}
#header #top #menu a:hover {
	color: #FFFFFF;
}
#header #top #menu li.active a {
	color: #FFFFFF;
	background-image: url(images/tabright.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
#header #top #menu li.active {
	color: #FFFFFF;
	background-image: url(images/tableft.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#header #top #login {
	float: left;
	width: 304px;
	display: inline;
	text-align: right;
	font-weight: bold;
	color: #3980ce;
	padding-top: 21px;
}
#header #top #login span {
	height: 23px;
	line-height: 23px;
	vertical-align: middle;
}

#header #top #login img {
	float: right;
	margin-bottom: 5px;
	margin-left: 20px;
	margin-right: 1px;
}
#header #photo {
	width: 934px;
	margin-right: auto;
	margin-left: auto;
}
#header #photo #photo-home {
	height: 273px;
	width: 934px;
	background-image: url(photos/1.jpg);
	background-repeat: no-repeat;
}
#header #photo #photo-home #description {
	padding-top: 150px;
	padding-left: 45px;
	width: 520px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
	color: #fff;
	line-height: 24px;
}

#intro {
	background-color: #f0f2f3;
}
#intro #introbox {
	width: 934px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/intro-bg.gif);
}
#intro #introbox #box {
	float: left;
	width: 500px;
	margin-top: 24px;
	display: inline;
}
#intro #introbox #box #boxintro {
	height: 175px;
}

#intro #introbox #box1 {
	float: left;
	width: 270px;
	margin-left: 45px;
	margin-top: 24px;
	display: inline;
}
#intro #introbox #box2 {
	float: left;
	margin-left: 45px;
	width: 270px;
	margin-top: 24px;
	display: inline;
}
#intro #introbox #box3 {
	float: left;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #e5e5e5;
	width: 207px;
	margin-left: 27px;
	padding-left: 25px;
	margin-top: 24px;
	color: #606060;
	display: inline;
}
#intro #introbox #box h1 {
	font-size: 36px;
	font-weight: bold;
	color: #3189e7;
	display: block;
	margin-bottom: 12px;
	line-height: 31px;
	text-transform: lowercase;
}

#intro #introbox #box h2 {
	font-size: 17px;
	font-weight: bold;
	color: #2f3944;
	display: block;
	margin-bottom: 12px;
	line-height: 18px;
}
#intro #introbox #box1 h1,
#intro #introbox #box2 h1,
#intro #introbox #box3 h1 {
	font-size: 24px;
	font-weight: bold;
	color: #2f3944;
	display: block;
	margin-bottom: 19px;
	line-height: 24px;
}
#intro #introbox #box3 h2,
#content #contentbox-main #right h1 {
	font-size: 18px;
	font-weight: bold;
	color: #2f3944;
	display: block;
	margin-bottom: 19px;
	line-height: 24px;
}
#intro #introbox #box3 h3,
#content #contentbox-main #right h2 {
	font-size: 13px;
	font-weight: bold;
	color: #3587d7;
	display: block;
	line-height: 14px;
	margin-bottom: 5px;
}
#intro #introbox #box3 img {
	float: left;
	margin-right: 10px;
	margin-bottom: 2px;
	margin-top: 4px;
}

#intro #introbox #box1 p,
#intro #introbox #box2 p,
#intro #introbox #box3 p {
	margin-bottom: 15px;
}
#intro #introbox #box2 a.start {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #3189e7;
	text-decoration: none;
	display: block;
	height: 65px;
	width: 180px;
	background-image: url(images/start-here.gif);
	background-repeat: no-repeat;
	padding-left: 90px;
	text-transform: lowercase;
	padding-top: 10px;
}
#intro #introbox #box2 a.start em {
	font-size: 16px;
	font-weight: normal;
}
#intro #introbox #icon {
	float: left;
	width: 90px;
	margin-top: 24px;
	margin-left: 40px;
	display: inline;
}
#intro #introbox #box input {
	height: 29px;
	width: 420px;
	background-image: url(images/finder-bg.gif);
	background-repeat: no-repeat;
	display: inline;
	float: left;
	margin-bottom: 10px;
	padding-top: 6px;
	padding-left: 7px;
	color: #2b71bf;
	font-weight: bold;
}
#intro #introbox #box .button {
	height: 29px;
	width: 71px;
	display: inline;
	float: left;
	margin: 0px;
	padding: 0px;	
}


#intro #introbox #introclear {
	background-image: url(images/intro-bottom.gif);
	background-repeat: no-repeat;
	clear: left;
	height: 28px;
	width: 934px;
}
#content {
	background-color: #fff;
}
#content #contentbox-top {
	width: 934px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 30px;
	padding-bottom: 20px;
}
#content #contentbox-top #boxtop1 {
	float: left;
	width: 270px;
	margin-left: 45px;
	display: inline;
}
#content #contentbox-top #boxtop1 h1 {
	font-size: 24px;
	font-weight: bold;
	color: #2f3944;
	display: block;
	margin-bottom: 19px;
	line-height: 24px;
}

#content #contentbox-top #contentbox-top-clear {
	line-height: 1px;
	clear: left;
	height: 1px;
}
#content #contentbox-top #icons {
	float: left;
	margin-left: 45px;
	width: 570px;
	display: inline;
}
#content #contentbox-top #icons ul {
	list-style-type: none;
}
#content #contentbox-top #icons li {
	float: left;
	list-style-type: none;
	width: 255px;
	margin-right: 20px;
}
#content #contentbox-top #icons img {
	margin-bottom: 12px;
	float: left;
}
#content #contentbox-top #icons span {
	float: left;
	font-size: 24px;
	font-weight: bold;
	color: #3189e7;
	text-decoration: none;
	padding-top: 18px;
	cursor: pointer;
	margin-left: 5px;
	text-transform: lowercase;
}
#content #contentbox-top #icons span:hover {
	cursor: pointer;
}

#content #contentbox-top #icons span em {
	font-size: 16px;
	font-style: italic;
	font-weight: normal;
}

#content #contentbox-main {
	width: 934px;
	margin-right: auto;
	margin-left: auto;
}
#content #contentbox-main #software {
	width: 400px;
	display: inline;
	margin-right: 15px;
	margin-left: 5px;
	float: left;
}
#content #contentbox-main #contentbox-main-clear {
	line-height: 0px;
	clear: left;
	height: 0px;
	visibility: hidden;
	font-size: 0px;
}
#content #contentbox-main .boxbottom {
	width: 130px;
	margin-left: 30px;
	font-size: 12px;
	float: left;
}
#content #contentbox-main .boxbottom p {
	margin-bottom: 15px;
}

#content #contentbox-main .boxbottom h2 {
	font-size: 13px;
	font-weight: bold;
	display: block;
	margin-bottom: 17px;
}
#content #contentbox-main #maincontent {
	float: left;
	margin-top: 30px;
	margin-bottom: 40px;
	width: 657px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #e5e5e5;
}
#content #contentbox-main #textcontent {
	float: left;
	margin-top: 30px;
	margin-bottom: 40px;
	margin-left: 43px;
	padding-right: 30px;
	width: 584px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #e5e5e5;
	display: inline;
}
#content #contentbox-main #textcontent h1 {
	font-size: 24px;
	font-weight: bold;
	color: #2f3944;
	display: block;
	margin-bottom: 25px;
	line-height: 24px;
}
#content #contentbox-main #textcontent table.food {
	width: 583px;
	background-image: url(images/foodtable-bg.gif);
	background-repeat: no-repeat;
	background-position: center top;
	margin-bottom: 20px;
}
#content #contentbox-main #textcontent table {
	width: 583px;
	margin-bottom: 20px;
}
#content #contentbox-main #textcontent table.food th {
	font-size: 12px;
	color: #fff;
	line-height: 31px;
	height: 31px;
}
#content #contentbox-main #textcontent .food td {
	text-align: center;
	padding: 4px;
}
#content #contentbox-main #textcontent .food th.title {
	font-size: 15px;
	color: #b0dcf6;
}
#content #contentbox-main #textcontent .food tr.values {
	font-weight: bold;
	background-color: #b0dcf6;
	line-height: 24px;
	height: 24px;
}

#content #contentbox-main #textcontent .food tr.totals td,
#content #contentbox-main #textcontent .food tr.totals2 td {
	padding-top: 12px;
	padding-bottom: 9px;
	color: #369ddb;
}
#content #contentbox-main #textcontent .food tr.totals2 {
	background-color: #edecec;
}
#content #contentbox-main #textcontent .food tr.totals td.title,
#content #contentbox-main #textcontent .food tr.totals2 td.title {
	font-weight: bold;
	color: #333333;
}
#content #contentbox-main #textcontent a.write {
	text-decoration: none;
	color: #369ddb;
	font-size: 12px;
}
#content #contentbox-main #textcontent a.enter {
	color: #369ddb;
	text-decoration: none;
	float: right;
	white-space: nowrap;
	font-weight: bold;
}
#content #contentbox-main #textcontent a.write:hover,
#content #contentbox-main #textcontent a.enter:hover {
	text-decoration: underline;
}



#content #contentbox-main #textcontent .notification {
	text-align: center;
}
#content #contentbox-main #textcontent .notification a {
	color: #369ddb;
	text-decoration: none;
	font-weight: bold;
}
#content #contentbox-main #textcontent .notification a:hover {
	text-decoration: underline;
}
#content #contentbox-main #textcontent ul.days {
	list-style-type: none;
	margin-bottom: 20px;
	display: block;
}
#content #contentbox-main #textcontent ul.days li {
	margin-right: 2px;
	list-style-type: none;
	display: block;
	float: left;
	margin-bottom: 30px;
}
#content #contentbox-main #textcontent ul.days .last {
	margin-right: 0px;
}
#content #contentbox-main #textcontent ul.days a {
	display: block;
	height: 74px;
	width: 74px;
	float: left;
	border: 1px solid #d5d5d5;
	font-weight: bold;
	text-decoration: none;
	padding-top: 5px;
	padding-left: 5px;
}
#content #contentbox-main #textcontent ul.days a.active {
	background-color: #f2f2f2;
}
#content #contentbox-main #textcontent ul.days a:hover {
	background-color: #daecf7;
	border: 1px solid #b0dcf6;
}
#content #contentbox-main #textcontent a.export {
	font-size: 12px;
	font-weight: bold;
	color: #369ddb;
	text-decoration: none;
}
#content #contentbox-main #textcontent .export:hover {
	text-decoration: underline;
}
#content #contentbox-main #textcontent select {
	background-color: #f2f2f2;
	border: 1px solid #CCCCCC;
	margin-right: 20px;
}





#content #contentbox-main #maincontent h1 {
	font-size: 24px;
	font-weight: bold;
	color: #2f3944;
	display: block;
	margin-bottom: 25px;
	line-height: 24px;
	margin-left: 43px;
}
#content #contentbox-main #maincontent p {
	margin-left: 43px;
	margin-right: 30px;
}
#content #contentbox-main #maincontent p.blue,
#content #contentbox-main #textcontent p.blue {
	margin-bottom: 15px;
	color: #287ad6;
}
#content #contentbox-main #maincontent ul {
	list-style-type: none;
	margin-left: 10px;
}
#content #contentbox-main #maincontent li {
	float: left;
	list-style-type: none;
	display: inline;
	width: 278px;
	margin-left: 33px;
	margin-bottom: 25px;
}
#content #contentbox-main #maincontent img {
	float: left;
}
#content #contentbox-main #maincontent span {
	float: left;
	margin-left: 11px;
	width: 160px;
}

#content #contentbox-main #maincontent strong {
	font-size: 14px;
	font-weight: bold;
	color: #358dda;
}
#content #contentbox-main #maincontent #clearlist {
	font-size: 0px;
	line-height: 0px;
	clear: left;
	height: 0px;
	display: block;
	margin-bottom: 10px;
}
#content #contentbox-main #right {
	float: left;
	margin-top: 30px;
	margin-bottom: 40px;
	margin-left: 25px;
	width: 212px;
}
#content #contentbox-main #right .calendar {
	background-image: url(images/calendar.gif);
	background-repeat: no-repeat;
	height: 211px;
}

#footer {
	background-image: url(images/footer.gif);
	background-repeat: repeat-x;
	height: 143px;
}
#footer #footer-content {
	width: 846px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 47px;
	color: #fff;
}
#footer #footer-content h3 {
	font-size: 14px;
	color: #4693e6;
}

