
* { font-family: "Tahoma", "Arial"; }

*.txt_large { font-size: 14px; line-height: 20px; display: block; }
*.txt_xlarge { font-size: 16px; line-height: 22px; display: block; }
*.txt_xxlarge { font-size: 20px; line-height: 26px; display: block; }
*.txt_small { font-size: 11px; line-height: 16px; display: block; }
*.txt_xsmall { font-size: 10px; line-height: 14px; display: block; }

*.txt_white { color: #fff; }
*.txt_lightgrey { color: #a9a8a8; }
*.txt_grey { color: #272727; }

*.txt_orange,
*.txt_active { color: #f59123; }

*.txt_red { color: #c00; }

*.txt_center { text-align: center; }
*.txt_left { text-align: left; }
*.txt_right { text-align: right; }

*.txt_bold { font-weight: bold; }

a {
	text-decoration: underline;
	color: #f59123;
	outline: none;
}

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

.rollover {
	height: 50px;
	overflow: hidden;
	display: inline;
	float: left;
}

.rollover:hover img {
	margin-top: -50px;
}

img {
	display: block;
	border: 0;
	outline: none;
}


.clear {
	height: 0;
	line-height: 0;
	font-size: 1px;
	clear: both;
	display: block;
}


html {
	font-size: 100%;
	margin: 0;
	padding: 0;
	height: 100%;
	overflow: auto;
}

body {
	font-size: 12px;
	line-height: 18px;
	margin: 0;
	padding: 0;
	background: #fff url('/images/body-bg.gif') 50% 0 repeat;
	text-align: center;
	color: #272727;
	height: 100%;
	width: 100%;
}

.shell {
	width: 100%;
	margin: auto;
	text-align: center;
	min-height: 100%;
	background: url('/images/shell-bg.gif') 50% 0 repeat-y;
}

* html .shell {
	min-height: auto;
	height: 100%;
}

.foot_spacer {
	padding-bottom: 150px;
}

.ext {
	width: 950px;
	margin: auto;
	text-align: left;
}

.extbase {
	width: 950px;
	height: 150px;
	margin: auto;
	background-image:url('/images/master-builders.gif');
	background-repeat:no-repeat;
	background-position: top right;
	text-align: left;
}


.column {
	float: left;
	display: inline;
}

.column.left {
	float: left;
	width: 630px;
}

.column.full { width: 100%; }
.column.half { width: 50%; }
.column.large_field { width: 40%; }
.column.mid_field { width: 30%; }
.column.right {
	float: right;
	width: 320px;
	background: url('/images/right-column-bg.gif') 0 0 no-repeat;
}

.column.right img {
	width: 100%;
}

.column.fifth { width: 190px; }
.column.fifth .padding { padding: 20px 25px; }

.column.auto {
	width: auto;
	float: none;
	overflow: hidden;
	display: block;
}

.margin { margin: 30px; }
.margin_h { margin-left: 30px; margin-right: 30px; }
.margin_v { margin-top: 30px; margin-bottom: 30px; }

.ntm { margin-top: 0 !important; }

.padding { padding: 30px; }
.padding_h { padding-left: 30px; padding-right: 30px; }
.padding_v { padding-top: 30px; padding-bottom: 30px; }

.nlp { padding-left: 0 !important; }
.nbp { padding-bottom: 0 !important; }
.ntp { padding-top: 0 !important; }

.spt { padding-top: 15px; }
.spb { padding-bottom: 15px; }
.lpr { padding-right: 100px; }


.navigation {
	float: left;
	height: 46px;
	overflow: hidden;
}

.navigation a {
	float: left;
	display: inline;
	margin-right: 1px;
}

.navigation a:hover {
	margin-top: -46px;
}

.navigation a.active {
	margin-top: -92px;
}

.navigation a img {
	float: left;
	display: inline;
}


.banner {
	height: 237px;
	background: url('/images/banner-bg.gif') 0 0 repeat-x;
	position: relative;
	text-align: center;
}


h1 {
	margin: 0;
	padding: 0;
	display: block;
	font-size: 11px !important;
	line-height: 16px;
	font-weight: normal;
	color: #a9a8a8;
}

h2 {
	font-size: 16px;
	line-height: 22px;
	font-weight: normal;
}



.image_desc {
	display: block;
	padding: 10px 10px 30px 10px;
	background: #f59123 url('/images/image-desc-base.gif') 0 100% no-repeat;
	font-weight: bold;
	color: #fff;
	font-size: 11px;
	line-height: 16px;
}


.thumb {
	margin: 0 -5px;
	padding: 4px;
	border: 1px solid #f59123;
	display: block;
}

.thumb_desc {
	display: block;
	padding: 2px 6px 5px 6px;
	margin: 0 -5px;
	background: #f59123 url('/images/thumb-desc-base.gif') 0 100% no-repeat;
	font-weight: bold;
	color: #fff;
	font-size: 10px;
	line-height: 16px;
}

a:hover .thumb {
	border-color: #1b398c;
}

a:hover .thumb_desc {
	background: #1b398c url('/images/thumb-desc-base-hover.gif') 0 100% no-repeat;
}



.pagination {
	text-align: center;
	letter-spacing: 5px;
}


.pagination a {
	letter-spacing: normal;
	display: inline;
	text-decoration: none;
	background: url('/images/number-bg_normal.gif') 50% 50% no-repeat;
	color: #fff;
	padding: 5px 0;
	line-height: 16px;
	font-weight: bold;
}

.pagination a:hover {
	background: url('/images/number-bg_hover.gif') 50% 50% no-repeat;
}


.pagination a.active {
	background: url('/images/number-bg_inactive.gif') 50% 50% no-repeat !important;
}


form {
	margin: 0;
	padding: 0;
}

input,
select,
textarea {
	margin-bottom: 4px;
	font-size: inherit;
}



.footer {
	margin-top: -150px;
	height: 150px;
	font-size: 11px;
	color: #6482d3;
	text-align: left;
}

.footer .txt {
	height: 91px;
}

.footer .bgcolor {
	height: 105px;
	background: #1b398c;
}

.footer a {
	color: #6482d3;
	text-decoration: none;
}

.footer a:hover {
	text-decoration: underline;
}














