
body {
	color: #404040;
	font-family: "Arial";
	font-size: 12px;
}

a {
	color: #0955C0;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	background-color: #0955C0;
	color: white;
}

:focus {
	outline-style: none;
}

em {
	background-color: yellow;
	color: black;
	font-weight: bold;
}

div {
	position: relative;
}

th {
	font-weight: bold;
}

h1, h2, h3 {
	color: #404040;
	font-family: "Trebuchet MS";
	font-weight: bold;
}

h1 {
	font-size: 18px;
	margin-bottom: 5px;
}

h2 {
	font-size: 16px;
}

h3 {
	font-size: 14px;
}

p {
	line-height: 18px;
	text-align: justify;
}

strong {
	font-weight: bold;
}

ol li {
	font-weight: bold;
	list-style: decimal;
	margin-left: 10px;
}

ol li span {
	font-weight: normal;
}

img {
	margin: 0;
	padding: 0;
}

table {
	width: 100%;
}

textarea {
	width: 100%;
}

legend {
	color: #404040;
}

#corner {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 100;
}

#corner a:hover {
	background-color: transparent;
}

#logo {
	float: left;
	padding-top: 10px;
}

#header,
#intro,
#main {
	margin: 0 auto;
	width: 960px;
}

#header_wrapper {
	background-image: url(/images/header_bg.png);
	background-repeat: repeat-x;
	height: 61px;
}

#header ul li {

}

#header ul li {
	border-right: 1px solid #f0edee;
	float: left;
	font-family: "Arial";
	font-size: 12px;
	line-height: 58px;
	margin: 2px 0 1px;
	padding: 0 20px;
}

#header ul li a {
	color: black;
	font-weight: bold;
	text-decoration: none;
}

#header ul li a:hover {
	background-color: black;
	color: white;
}

#header ul li.first {
	border-left: 1px solid #f0edee;
	margin-left: 20px;
}

#intro_wrapper {
	background-image: url(/images/intro_bg.png);
	background-repeat: repeat-x;
	border-bottom: 1px solid black;
	/*height: 241px;*/
}

#intro {
	background-color: #8a8b8a;
	/*height: 241px;*/
	text-align: center;
}

#front #intro {
	height: 300px;
}

#intro a,
#intro a:hover {
	background-color: transparent;
}

#intro img {
	z-index: 0;
}

#intro div {
	text-align: left;
	width: 100%;
	z-index: 100;
}

#main_wrapper {
	background-image: url(/images/main_bg.png);
	background-repeat: repeat-x;
}

#features {
	font-family: "Verdana";
	font-size: 12px;
}

#features th,
#features td {
	background-color: #f7f7f7;
	border-right: 1px solid #ebebeb;
	padding: 10px 10px 0;
	text-align: justify;
	width: 25%;
}

#features td {
	border-bottom: 1px solid #ebebeb;
	padding-bottom: 10px;
}

.box {
	background-color: #FFF9C8;
	border: 1px solid #E2DEAE;
	margin-top: 10px;
	padding: 10px 20px;
}

.box a {
	color: #0955C0;
	font-size: 16px;
	font-weight: bold;
}

.box a:hover {
	background-color: #0955C0;
	color: white;
}

.altbox {
	background-color: white;
	border: 2px solid #ddd;
	line-height: 18px;
	padding: 10px 20px;
}

.altbox ul li {
	list-style-type: disc;
	margin-left: 40px;
}

ul.items li {
	background-image: url(/images/checkmark.png);
	background-repeat: no-repeat;
	float: left;
	font-weight: bold;
	line-height: 25px;
	margin: 5px 0;
	padding-left: 30px;
	width: 380px;
}

.center {
	text-align: center;
}

#about ol li {
	margin-left: 40px;
}

#about .altbox .box a {
	font-size: 12px;
}

.message {
	background-color: #CEE6C3;
	border: 1px solid #168A43;
	color: #168A43;
	font-weight: bold;
	margin: 0 0 10px;
	padding: 4px;
	text-align: center;
}

.error {
	background-color: #f6cbca;
	border: 1px solid #cb2026;
	color: #cb2026;
}

.error-message {
	color: #cb2026;
}

/*
 * Front Page
 */
#front_wrapper {
	background-image: url(/images/light_grey_bg.png);
	background-repeat: repeat-x;
}

#front_wrapper #intro {
	background-color: transparent;
}

#front #features {
	line-height: 18px;
	padding-top: 20px;
}

#front #features > div {
	float: left;
	padding: 10px;
	text-align: justify;
	width: 31.2%;
}

#features > div > img {
	margin-bottom: 5px;
}

#front #features .pic {
	bottom: 10px;
	left: 0;
	position: absolute;
	text-align: center;
	width: 95%;
}

#features li {
	background-image: url(/images/checkmark.png);
	background-repeat: no-repeat;
	font-weight: bold;
	margin: 5px 0;
	padding-left: 30px;
}

#features li span {
	font-weight: normal;
}

#footer {
	color: #bbb;
	font-size: 11px;
	margin: 0 auto;
	text-align: center;
	width: 960px;
}

#footer .left {
	float: left;
	padding: 5px 40px;
}

#footer .right {
	float: right;
	padding: 5px 40px;
}

#footer a:hover {
	background-color: transparent;
}

.description {
	color: #888;
	font-size: 10px;
}

#features div.hr {
	background-image: url(/images/border.png);
	background-repeat: repeat-x;
	color: transparent;
	height: 3px;
	margin-top: 0;
	margin-bottom: 5px;
}

#front #banner {
	text-align: center;
}

#front #banner a:hover,
#front #right a:hover,
#front #left a:hover {
	background-color: transparent;
}

#front #left {
	float: left;
	width: 590px;
}

#front #left img {
	margin: 0 5px;
}

#front #right {
	color: #404040;
	float: left;
	font-weight: bold;
	width: 350px;
}

#front #right ul li {
	border-left: 2px solid #8c8c8c;
	margin-bottom: 10px;
	padding: 5px 0 5px 10px;
}

#front #right #twitter a {
	color: #404040;
	font-size: 14px;
	text-decoration: underline;
}

#front #right #twitter a:hover {
	color: #404040;
	text-decoration: none;
}

.greybox {
	background-image: url(/images/boxbg.gif);
	background-repeat: repeat-x;
	border: 1px solid #E1E1E1;
	line-height: 18px;
	padding: 15px;
}
