* {
	padding: 0px;
	margin: 0px;
	border: 0px;
	text-align: left;
	vertical-align: top;
}

body {
	font-family: Arial, Helvetica, Verdana, Trebuchet, sans-serif;
	font-size: 13px;
	color: white;
	background-color: #2984cb;
	padding-left: 118px;
	padding-top: 48px;
	padding-bottom: 48px;
	background-image: url('http://www.chap.name/images/layout/chap_watermark.png');
	background-repeat: no-repeat;
}

/*body#body {
	font-family: Arial, Helvetica, Verdana, Trebuchet, sans-serif;
	font-size: 13px;
	color: white;
	padding-left: 118px;
	padding-top: 48px;
	padding-bottom: 48px;
	background-image: url('../images/layout/chap_watermark.png');
	background-repeat: no-repeat;
}*/

img, body, div { behavior: url('http://www.chap.name/css/iepngfix.htc') }

h1, h2 {
	font-weight: normal;
}

div#topNav {
	margin-bottom: 29px;
}

div#bottomNav {
	margin-top: 29px;
}

img.h2 {
	margin-bottom: 16px;
}

p.big {
	line-height: 22px;
	font-size: 16px;
}

span.big {
	font-size: 16px;
}

span.bold {
	font-weight: bold;
}

.italic {
	font-style: italic;
}

p {
	margin-bottom: 10px;
	line-height: 17px;
}

a {
	color: #ffd900;
}

.yellow {
	color: #ffd900;
}

.black {
	color: #000;
}

a:hover {
	text-decoration: none;
}

.margin-top {
	margin-top: 35px;
}

.margin-right { 
	margin-right: 35px;
}

input, select, textarea {
	padding: 5px;
	color: #2984cb;
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
}

p.airy {
	line-height: 24px;
}

.padding-left {
	padding-left: 20px;
}

.padding-top {
	padding-top: 20px;
}

.padding-right { 
	padding-right: 20px;
}

.centered {
	text-align: center;
}

.right {
	text-align: right;
}

.bottom {
	vertical-align: bottom;
}

table.form td {
	padding-right: 10px;
	padding-bottom: 10px;
}

li {
	margin-bottom: 15px;
}

div.feature {
	background-color: #fff;
	padding: 10px;
	color: #3298d5;
}

.gray {
	color: #323232;
}

#bottomModalClose {
	width: 25px;
}

#imageData #bottomNavClose {
	width: 25px !important;
}

div.tooltip p.close a {
	background-color: white; 
	padding: 5px;
	color: gray;
	
}

.white {
	color: white;
}

/* --- patch gallery -- */

table.patch { 
	width: 100%;
	height: 100%;
}

table.patch td { 
	text-align: center;
}

table.patch td form { 
	text-align: center;
}