* {
	margin: 0px;
	padding: 0px;
}

html, body {
    height: 100%;
}

#footer, #push {
    height: 4em;
}

#wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0px auto -4em;
	background-color: #fff;
}

body {
	font-family: Georgia, "Trebuchet MS", sans-serif;
	background-color: #555;
}

.clear {
	clear: both;
}

#wrapper, #footer {
	width: 800px;
}

#header {
	background-color: #3b4150;
	color: #fff;
	padding: 10px 10px 6px;
	height: 110px;
}
#header a {
	color: #fff;
}
#header a:hover {
	text-decoration: none;
}

#header #icon-c, #header #icon-i {
	width: 110px;
	height: 110px;
	float: left;
	margin-right: 10px;
}

#header #icon-i {
	background: url(images/icon.png) no-repeat;
}

#header #icon.down {
	background: url(images/icon-down.png) no-repeat;
}

#header #rest {
	float: left;
}

#header h1 {
	font-size: 1.8em;
	width: 240px;
	height: 42px;
	margin-bottom: 4px;
	background: url(images/title.png) top left no-repeat;
	text-indent: -9999px;
}

#header h2 {
	font-size: 1.1em;
	font-weight: normal;
}

#header h3 {
	font-size: 0.7em;
	font-weight: normal;
	font-style: italic;
}

.rsym {
	font-size: 0.2em;
	position: relative;
	left: 1px;
	margin-right: 2px;
}
.tmsym {
	font-size: 0.8em;
	position: relative;
	left: -4px;
	top: -3px;
	margin-right: -2px;
}

#navigation {
	padding: 0px 10px;
	min-height: 29px;
	height: auto !important;
	height: 30px;
	line-height: 29px;
	border-bottom: 1px solid #aaa;
	border-top: 1px solid #fff;
	clear: both;
	background: #e5e5e5 url(images/nav-bg.png) top left repeat-x;
}

#navigation ul {
	list-style-type: none;
}

#navigation ul li {
	display: inline;
}

#navigation ul li a {
	margin-right: 20px;
	color: #000;
	font-size: 0.8em;
	font-weight: bold;
	text-decoration: underline;
}

#navigation ul li.thispage a {
	/*color: #333;*/
	text-decoration: none;
}

#navigation ul li a:hover {
	color: #666;
}

#main {
	clear: both;
	padding: 10px;
}

#main p, #main ul {
	margin-bottom: 10px;
}
#main .flush {
	margin-bottom: 0px;
}

#main h1 {
	text-align: center;
	font-size: 1.7em;
}

#main ul {
	list-style-type: none;
	margin-left: 1em;
}

#main ul li {
	text-indent: -1em;
}

#main a {
	color: #339;
}
#main a:hover {
	text-decoration: none;
}

#main-ss {
	width: 320px;
	height: 480px;
	float: right;
	border: 1px solid #000;
	margin-left: 10px;
}

#main form {
	width: 500px;
	padding: 10px;
	margin: 0px auto;
	background-color: #eee;
	border: 1px dashed #ccc;
	text-align: center;
}

#main label {
	display: block;
	float: left;
	text-align: right;
	width: 150px;
}
#main input, #main select, #main textarea {
	width: 300px;
	margin-left: 10px;
}
#main input.error, #main textarea.error {
	background-color: #fdd;
}
#main div.errors {
	padding: 10px;
	border: 1px dashed #fcc;
	background-color: #fee;
	width: 500px;
	margin: 0px auto 10px;
}
#main div.success {
	padding: 10px;
	border: 1px dashed #ada;
	background-color: #dfd;
	width: 500px;
	margin: 0px auto 10px;
	text-align: center;
}
#main input[type="submit"] {
	width: 100px;
}

#faq dt {
	font-style: italic;
	margin-top: 14px;
	font-size: 1.1em;
}
#faq dd {
	margin: 0px 30px;
}
#faq dd.last {
	margin-bottom: 10px;
}

.ss-nav, .ss-div, .ss-cap {
	width: 320px;
	margin: 5px auto;
	text-align: center;
}
.ss-div img {
	border: 1px solid #000;
}

.appname {
	font-weight: bold;
}

#footer {
	margin: 0px auto;
	background-color: #555;
	color: #999;
}

#footer #inside {
	padding: 10px 10px 0px;
	border-top: 1px solid #000;
}

#footer p {
	font-size: 0.7em;
}

#footer a {
	color: #999;
}
