/*---------------------------------  Styles.css  ---*/
html, body {
	height: 100%;
	margin: 0 0 1px 0;
	padding: 0;
}

body {
	font-family: 'Puritan', Arial, Helvetica, sans-serif;
	font-size:62.5%;
	letter-spacing:1px;
	line-height:2.5em;
	color:#636e2a;
}

p, li, h1, h2, h3, td {
	font-size:13px;
}
#page, #start-page {
	margin: 0 auto;
  	padding: 0;
	padding-top: 50px;
  	width: 850px;
}
#content {
	float:right;
	width:585px;
}
#start-page #content {
	float:none;
	width:850px;
}
#logo {
	text-align:right;
}

#content h1 {
	display:inline;
	color:#636e2a;
	font-size:24px;
	font-weight:700;
	letter-spacing:-1px;
}
#content h2 {
	color:#636e2a;
	font-weight:500;
	margin:0px;
}
#content a {
	text-decoration:none;
	color:#000;
}
#content a:hover {
	text-decoration:underline;
	color:#B0af09;
}
#start-page #content p {
	color:#636e2a;
	font-size:24px;
	line-height:1.3em;
	text-align:justify;
}
#content p.inline {
	display:inline;	
}
#content ul {
	list-style:none;
	margin-left:0px;
	padding-left:0px;
}

#nav {
	padding-top:68px;
}
#start-page #nav {
	padding-top:20px;
	padding-left:0px;
}
#nav li {
	list-style:none;
	margin-bottom:20px;
}

#start-page #nav li {
	float:left;
	margin-right:20px;
}
#start-page #nav li:last-child {
	margin-right:0px;
}
#nav li a {
	display:block;
	width:130px;
	height:68px;
	background-color:#efc;
	vertical-align:middle;
	text-align:center;
	text-decoration:none;
	color:#636e2a;
	font-size:16px;
	padding:10px;
	padding-top:22px;
	font-weight:700;
	letter-spacing:0px;
-moz-box-shadow: 2px 5px 10px #aaa;

}
#nav li a:hover {
	text-decoration:none;
background:none;
	color:#000;
}

#footer{
	clear:both;
	padding:10px 0 10px 74px;
}

#footer p {
	font-size:8px;
}
#footer ul {
	float:right;
}
#footer li {
	float:left;
	list-style:none;
}

#footer li a {
	margin:0 5px 0 5px;
	text-decoration:none;
	color:#000;
}
#footer li a:hover {
	text-decoration:underline;
	color:#B0af09;
}
#footer li:after {
	content:"|";
	color:#B0af09;
}

#footer li:last-child:after {
	content:"";
}



#qr {
float:left;
width:250px;
}

.ui-widget { font-family: 'Puritan', Arial,Helvetica,sans-serif; font-size: 16px; }
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: 'Puritan', Arial,Helvetica,sans-serif; font-size: 1em; }
