@charset "UTF-8";
/* CSS Document */

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

body {
	background-color:#eee;
	font-size:75%;
	font-family:Arial, Helvetica, sans-serif;
}


/*========================================================================*/
/* --- STRUCTURE --- */
/*========================================================================*/

#wrapper {
	width:960px;
	margin:0 auto;
}

#header {
	background:url(../images/gui/header_bg.jpg) top center no-repeat;
	width:900px;
	height:52px;
	margin-top:10px;
	padding:20px 20px 0 20px;
	float:left;
}

#subhead {
	background:url(../images/gui/content_blurb_bg.jpg) top center no-repeat;
	width:900px;
	height:79px;
	margin-top:13px;
	padding:0 20px 0 20px;
	float:left;
}


/* --- SEARCH BAR --- */

#search {
	background:url(../images/gui/header_field_bg.jpg) top center no-repeat;
	width:369px;
	height:24px;
	padding:7px 10px 0 10px;
	float:left;
}

#search input {
	width:100%;
	height:100%;
	background:none;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.25em;
	font-style:italic;
	color:#999999;
}

#submit {
	background:url(../images/gui/header_btn.jpg) top center no-repeat;
	width:65px;
	height:31px;
	cursor:pointer;
	margin-left:5px;
	float:left;
}

#submit input {
	background:none;
	width:65px;
	height:31px;
	cursor:pointer;
}


/* --- BLOCK STRUCTURE --- */

.section-title {
	background:url(../images/gui/content_subhead_bg.jpg) top center no-repeat;
	height:27px;
	margin-top:20px;
	float:left;
}

.block-full {
	background:url(../images/gui/content_block-full-bg.jpg) center repeat-y;
	width:940px;
	height:auto;
	float:left;
}

.full-top {
	background:url(../images/gui/content_block-full-top.jpg) top center no-repeat;
	width:940px;
	height:10px;
	float:left;
}

.full-bottom {
	background:url(../images/gui/content_block-full-bottom.jpg) bottom center no-repeat;
	width:940px;
	height:10px;
	float:left;
}

.block-twothird {
	background:url(../images/gui/content_block-twothird-bg.jpg) center repeat-y;
	width:620px;
	height:auto;
	float:left;
}

.twothird-top {
	background:url(../images/gui/content_block-twothird-top.jpg) top center no-repeat;
	width:620px;
	height:10px;
	float:left;
}

.twothird-bottom {
	background:url(../images/gui/content_block-twothird-bottom.jpg) bottom center no-repeat;
	width:620px;
	height:10px;
	float:left;
}

.block-half {
	background:url(../images/gui/content_block-half-bg.jpg) top center no-repeat;
	width:460px;
	height:140px;
	margin-top:20px;
	float:left;
}

.block-third {
	background:url(../images/gui/content_block-third-bg.jpg) top center no-repeat;
	width:300px;
	height:140px;
	margin-top:20px;
	float:left;
}

.block-third-unverified {
	background:url(../images/gui/content_block-thirdred-bg.jpg) top center no-repeat;
	width:300px;
	height:140px;
	margin-top:20px;
	float:left;
}

.block-thirdex {
	background:url(../images/gui/content_block-thirdex-bg.jpg) center repeat-y;
	width:300px;
	height:auto;
	float:left;
}

.thirdex-top {
	background:url(../images/gui/content_block-thirdex-top.jpg) top center no-repeat;
	width:300px;
	height:10px;
	float:left;
}

.thirdex-bottom {
	background:url(../images/gui/content_block-thirdex-bottom.jpg) bottom center no-repeat;
	width:300px;
	height:10px;
	float:left;
}

.extend {
	float:left;
}

/* --- BLOCK CONTENT --- */

.block-half img {
	width:150px;
	height:100px;
	border:#999 1px solid;
	margin:18px 0 0 20px;
	float:left;
}

.block-full img {
	width:280px;
	height:187px;
	border:#999 3px solid;
	margin:10px 10px 10px 20px;
	float:left;
}

.bc_260 {
	width:260px;
	height:auto;
	margin-left:20px;
	float:left;
}

.bc_280 {
	width:280px;
	height:auto;
	margin-left:20px;
	float:left;
}

.bc_580 {
	width:580px;
	height:auto;
	margin-left:20px;
	float:left;
}

.bc_900 {
	width:900px;
	height:auto;
	margin-left:20px;
	float:left;
}


/* --- FIELD --- */

.field_260 {
	background:url(../images/gui/field-bg_260.jpg) center no-repeat;
	width:260px;
	height:25px;
	float:left;
}

.field_280 {
	background:url(../images/gui/field-bg_280.jpg) center no-repeat;
	width:280px;
	height:25px;
	float:left;
}

.field_280_blank {
	width:280px;
	height:25px;
	float:left;
}

.textarea_580 {
	background:url(../images/gui/textarea-bg_580.jpg) center no-repeat;
	width:575px;
	height:120px;
	padding-right:5px;
	float:left;
}

.text_field {
	background:0;
	width:100%;
	height:100%;
	margin:5px 5px 0 5px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1em;
	color:#666666;
}

.select_field {
	background:0;
	border:#dddddd 1px solid;
	width:100%;
	height:100%;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1em;
	color:#666666;
}

.code {
	background-color:#eee;
	width:240px;
	font-family:"Courier New", Courier, monospace;
	font-size:12px;
	color:#333;
	padding:10px;
}

.verify {
	width:250px;
	padding:1px 5px;
	margin-top:5px;
}

.v-true {
	background-color:#afd3d3;
}

.v-false {
	background-color:#993333;
}
/* --- BUTTON --- */

.btn_standard {
	background-color:#009999;
	border-top:#43bbbb 1px solid;
	border-bottom:#007e7f 1px solid;
	text-align:center;
	cursor:pointer;
}

.btn_standard input {
	background:0;
	border:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.833em;
	font-weight:bold;
	padding:7px 10px;
	text-transform:uppercase;
	color:#FFFFFF;
	cursor:pointer;
}

.btn_large {
	background-color:#009999;
	border-top:#43bbbb 1px solid;
	border-bottom:#007e7f 1px solid;
	text-align:center;
	cursor:pointer;
}

.btn_large input {
	background:0;
	border:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.917em;
	font-weight:bold;
	padding:7px 20px;
	text-transform:uppercase;
	color:#FFFFFF;
	cursor:pointer;
}

.btn_note_sm {
	background-color:#eee;
	padding:5px 10px;
	text-align:center;
	cursor:pointer;
	font-size:0.833em;
	margin-right:10px;
}

.btn_note_lg {
	background-color:#eee;
	padding:7px 10px;
	text-align:center;
	cursor:pointer;
	margin-right:10px;
}



/* --- FOOTER --- */

#bottom-nav {
	background:url(../images/gui/content_subhead_bg.jpg) top center no-repeat;
	width:940px;
	height:24px;
	margin-top:20px;
	padding-top:3px;
	float:left;
	text-align: center;
}


/*========================================================================*/
/* --- TYPE --- */
/*========================================================================*/

h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:2em;
	font-style:italic;
	font-weight:normal;
	color:#fff;
	margin-top:30px;
}

h2 {
	font-size:1em;
	line-height:1.333em;
}

h2 span.title {
	font-size:1.333em;
	color:#333333;
}

h2 span.title a {
	color:#009999;
	text-decoration:none;
}

h2 span.title a:hover {
	color:#666666;
	text-decoration:none;
}

h2 span.text {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1em;
	font-weight:normal;
	font-style:italic;
	color:#666666;
}

h2 span.author {
	font-size:1em;
	font-weight:bold;
	font-style:italic;
	color:#666666;
}

h3 {
	font-size:1.333em;
	color:#FFFFFF;
	letter-spacing:-0.025em;
	margin:4px 0 0 20px;
}

p {
	font-size:1em;
	line-height:1.5em;
	color:#666666;
}

p span.note {
	font-size:0.833em;
	color:#999999;
}

p.date {
	font-size:0.833em;
	font-style:italic;
	color:#999999;
}

p.links {
	font-size:1em;
	line-height:1.5em;
	color:#666666;
	margin-top:15px;
}

p.explanation {
	background-color:#e5f5f4;
	padding:10px 15px;
	color:#006666;
}

p.error {
	background-color:#993333;
	padding:1px 5px;
	font-size:0.833em;
	text-transform:uppercase;
	color:#FFFFFF;
	margin:2px 0;
}
span.custom_error {
	font-size: 14px;
	color: #610000;
}
p.success {
	font-size: 14px;
}
p.success b,
p.success strong {
	color: #004400;
}
.verify p {
	font-size:0.833em;
	text-transform:uppercase;
	color:#FFFFFF;
}

.normal-text p {
	margin-bottom:15px;
}

.normal-text p strong {
	color:#333333
}

span.logged-in {
	font-size:1em;
	color:#666666;
}

h4.verify_tag {
	background-color:#eee;
	font-family:"Courier New", Courier, monospace;
	color:#333;
	margin-top:14px;
	padding:10px;
	font-size: 1.2em;
}

a {
	color:#009999;
	text-decoration:underline;
}

a:hover {
	color:#666666;
	text-decoration:underline;
}

a.big {
	font-size:2.5em;
	font-weight:bold;
	letter-spacing:-0.025em;
	color:#009999;
	text-decoration:underline;
}

a.big:hover {
	color:#666666;
	text-decoration:underline;
}

a.small {
	font-size:0.833em;
	font-weight:normal;
	color:#666;
	text-decoration:underline;
}

a.small:hover {
	color:#999;
	text-decoration:underline;
}

a.pagination {
	font-size:1.333em;
	font-weight:bold;
	letter-spacing:-0.025em;
	color:#FFF;
	text-decoration:none;
	margin:0 20px 0 20px;
}

a.pagination:hover {
	color:#CCCCCC;
	text-decoration:none;
}

#pagination {
	position:relative;
}
#pagination #prev_page {
	position: absolute;
	left:0;
	top:0;
}
#pagination #next_page {
	position: absolute;
	right:0;
	top:0;
}
#pagination a {
	font-size:1.333em;
	font-weight:bold;
	letter-spacing:-0.025em;
	color:#FFF;
	text-decoration:none;
	margin:0 10px;	
}
#pagination a:hover {
	color:#CCCCCC;
	text-decoration:none;
}
#pagination .current_page {
	font-size:1.333em;
	font-weight:bold;
	letter-spacing:-0.025em;
	color:#CCCCCC;
	text-decoration:none;
	margin:0 10px;	
}
#footer p {
	font-size:0.917em;
	color:#666;
}

#footer p a {
	color:#666;
	text-decoration:none;
}

#footer p a:hover {
	color:#009999;
	text-decoration:underline;
}
	

/*========================================================================*/
/* --- MISC --- */
/*========================================================================*/

.f_left {
	float:left;
}

.f_right {
	float:right;
}

.t_mar_5 {
	margin-top:5px;
}

.t_mar_10 {
	margin-top:10px;
}

.t_mar_15 {
	margin-top:15px;
}

.t_mar_20 {
	margin-top:20px;
}

.t_mar_30 {
	margin-top:30px;
}

.t_mar_40 {
	margin-top:40px;
}

.t_mar_50 {
	margin-top:50px;
}

.b_mar_10 {
	margin-bottom:10px;
}

.b_mar_20 {
	margin-bottom:20px;
}

.t_pad_10 {
	padding-top:10px;
}

.t_pad_20 {
	padding-top:20px;
}

.b_pad_10 {
	padding-bottom:10px;
}

.b_pad_20 {
	padding-bottom:20px;
}

.b_pad_30 {
	padding-bottom:30px;
}

.b_pad_40 {
	padding-bottom:40px;
}

.force-h_120 {
	height:120px;
}

.force-h_140 {
	height:140px;
}

.bdr_bottom {
	border-bottom:#CCC 1px dotted;
	padding-bottom:5px;
}


