/* ============= root body ============================= */

/*html, */body {
	/*
	height: 100%;
	margin: 0 0 1px;
	padding: 0;
	*/
	overflow-y: scroll;
	overflow: -moz-scrollbars-vertical;
	font-family: Arial, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "Myriad Pro", Myriad, "Helvetica Neue", Helvetica, Verdana, sans-serif;
	color: #404040;
}

body#tjBody {
	background: #F5F5F5 url("../img/sw_body_bg_n2_alt.gif") top center repeat-x;
}

body#tjBodyAlt {
	background-color: #FFFFFF;
}

/* ============ font-face embeds ======================= */

@font-face {
	font-family: 'FontinSansSmallCaps';
	src: url('../fonts/fontin_sans_sc_45b-webfont.eot');
	src: local('☺'), url('../fonts/fontin_sans_sc_45b-webfont.woff') format('woff'), url('../fonts/fontin_sans_sc_45b-webfont.ttf') format('truetype'), url('../fonts/fontin_sans_sc_45b-webfont.svg#webfont5bZWoJwv') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Fontin';
	src: url('../fonts/fontin-bold-webfont.eot');
	src: local('☺'), url('../fonts/fontin-bold-webfont.woff') format('woff'), url('../fonts/fontin-bold-webfont.ttf') format('truetype'), url('../fonts/fontin-bold-webfont.svg#webfontbMnXDHmF') format('svg');
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: 'Fontin';
	src: url('../fonts/fontin-italic-webfont.eot');
	src: local('☺'), url('../fonts/fontin-italic-webfont.woff') format('woff'), url('../fonts/fontin-italic-webfont.ttf') format('truetype'), url('../fonts/fontin-italic-webfont.svg#webfontcwSr6q3X') format('svg');
	font-weight: normal;
	font-style: italic;
}

@font-face {
	font-family: 'Fontin';
	src: url('../fonts/fontin-regular-webfont.eot');
	src: local('☺'), url('../fonts/fontin-regular-webfont.woff') format('woff'), url('../fonts/fontin-regular-webfont.ttf') format('truetype'), url('../fonts/fontin-regular-webfont.svg#webfontobUjGcO8') format('svg');
	font-weight: normal;
	font-style: normal;
}

.FontinSansSmallCaps {
	font-weight: normal;
	font-style: normal;
	/* line-height: normal; */
	font-family: 'FontinSansSmallCaps', sans-serif;
	font-size-adjust: 0.53;
}

.FontinBold {
	font-weight: bold;
	font-style: normal;
	/* line-height: normal; */
	font-family: 'Fontin', 'Times New Roman', serif;
	font-size-adjust: 0.52;
}

.FontinItalic {
	font-weight: normal;
	font-style: italic;
	/* line-height: normal; */
	font-family: 'Fontin', 'Times New Roman', serif;
	font-size-adjust: 0.51;
}

.FontinRegular {
	font-weight: normal;
	font-style: normal;
	/* line-height:normal; */
	font-family: 'Fontin', 'Times New Roman', serif;
	font-size-adjust: 0.51;
}

/* ============ form elements ========================== */

input, button, /*select,*/ textarea {
	font-family: Arial, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "Myriad Pro", Myriad, "Helvetica Neue", Helvetica, Verdana, sans-serif;
}

textarea {
	color: #666666;
	border: 1px solid #E5E5E5;
	padding: 10px 15px;
	font-size: 20px;
	line-height: 26px;
	margin: 5px 0 0 0;
	width: 880px;
}

textarea.resizeable {
	resize: none;
	overflow: hidden;
}

select.xshort {
	width: 80px;
}

select.short {
	width: 120px;
}

select.medium {
	width: 170px;
}

input[type="text"], input[type="password"], input[type="file"] {
	font-size: 14px;
	line-height: 18px;
	color: #666666;
	border: 1px solid #CCCCCC;
	padding: 5px;
}

button {
	margin: 0 5px 0 0;
	padding: 5px 10px;
	font-size: 16px;
	border: 1px solid #CCCCCC;
	line-height: 20px;
	cursor: pointer;
	cursor: hand;
}

button.red {
	padding: 4px 10px;
	font-size: 22px;
	background: #820107;
	color: #FFFFFF;
	border: 1px solid #F9E8EB;
}

button.blue {
	padding: 5px 10px;
	font-size: 22px;
	background: #0A65A8;
	color: #FFFFFF;
	border: 0;
}

button.blue-small {
	padding: 5px 10px;
	font-size: 16px;
	background: #0A65A8;
	color: #FFFFFF;
	border: 0;
}

button.xsmall {
	padding: 3px 5px;
	font-size: 14px;
	background: #FFFFFF;
	color: #404040;
	border-width: 1px;
	border-style: solid;
	border-color: #E5E5E5 #999999 #999999 #E5E5E5;
}

input[type="radio"], input[type="checkbox"] {
	vertical-align: 25%;
}

input[type="text"].fw {
	width: 900px;
}

a, a:visited, a:active {
	color: #1C91C7;
	text-decoration: none;
}

a:hover {
	color: #808080;
}

button.btn {
	padding: 5px 10px;
	font-size: 14px;
	line-height: 14px;
	font-weight: bold;
	margin: 0;
	background: #1C91C7;
	color: #FFFFFF;
	text-transform: uppercase;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	letter-spacing: -1px;
	border: 0;
}

button.btn:hover {
	background: #0F71B1;
}

/* ============ mini buttons =========================== */

a.mini, a.mini:visited {
	font-size: 11px;
	padding: 4px 7px;
	font-weight: bold;
	color: #FFFFFF;
	background: #8EC8E3;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

a.mini:hover {
	background: #1C91C7;
}

a.mini-blue, a.mini-blue:visited {
	background: #1C91C7;
}

a.mini-blue:hover {
	background: #0F71B1;
}

a.mini-green, a.mini-green:visited {
	background: #87A806;
}

a.mini-red, a.mini-red:visited {
	background: #CA304C;
}

a.mini-red:hover {
	background: #820107;
}

a.mini-green:hover {
	background: #6D9101;
}

a.mini-gray, a.mini-gray:visited {
	background: #E5E5E5;
	color: #808080;
}

a.mini-gray:hover {
	background: #808080;
	color: #FFFFFF;
}

/* ============ sitewide rules ========================= */

.page {
	/*background: #FFFFFF;*/
	background: url("../img/footer_bg2.png") bottom center repeat-x;
	position: relative;
	min-height: 200px;
}

.clear:after {
	content: " ";
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden;
}

.clear {display: inline-block;}

/* Hides from IE Mac \*/
* html .clear {height: 1%;}
.clear {display: block;}
/* End Hack */

/* ============ page body ============================== */

.page .body {
	padding-top: 0;
	padding-bottom: 20px;
	margin: 0 auto;
	width: 980px;
	position: relative;
	background: #FFFFFF url("../img/footer_bg2.png") bottom center repeat-x;
}

.page .body h2.page-title {
	font-size: 70px;
	font-weight: bold;
	line-height: 56px;
	color: #D9D9D9;
	letter-spacing: -3px;
	margin: 0 20px 20px 20px;
	text-shadow: 0 -1px 0 #BFBFBF;
	padding-top: 20px;
}

.page .body h3.page-title {
	font-size: 50px;
	font-weight: bold;
	line-height: 64px;
	color: #D9D9D9;
	letter-spacing: -3px;
	margin: 0 20px 10px 20px;
	text-shadow: 0 -1px 0 #BFBFBF;
}

.page .body h3.page-title b {
	color: #BFBFBF;
	text-shadow: 0 -1px 0 #999999;
}

