body {
	font-size: 12px;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-y;
	background-position: center;
	color: #444;
	font-family: arial;
}

b {
	font-weight: bold;
}

.clearBoth {
	clear: both;
}

#centeredColumn
{
	width: 800px;
	margin: 0 auto;
	margin-left: expression( (document.body.clientWidth - 800) / 2 + 'px');
}

#photoProvidedhead {
	float: right;
	font-size: 10px;
	padding: 0 20px 0 0;
}

#photoProvided {
	font-size: 10px;
	padding: 0 0 5px 0;
}

#pageHeader {
	font-weight: bold;
	font-size: 15px;
	color: #666;
	padding: 0 0 10px 0;
}

/* Head */

#head {
	width: 800px;
	height: 243px;
	display: block;
}

#head1 {
	width: 358px;
	height: 243px;
	background: url(../images/head1.png) no-repeat left top;
	float: left;
	cursor: pointer;
}

#head2 {
	width: 442px;
	height: 243px;
	display: block;
	background-image: url(../images/head2.png);
	backgroud-repeat: no-repeat;
	float: left;
}

/* Body */

#body {
	width: 800px;
	display: table;
	background-image: url(../images/body_bg.png);
	background-repeat: repeat-y;
}

#bodyLeft {
	width: 81px;
	height: 42px;
	display: block;
	background-image: url(../images/body_left.png);
	background-repeat: no-repeat;
	float: left;
}

#navContainer {
	width: 138px;
	float: left;
	display: block;
	margin: 0 0 10px 0;
}

#copyBox {
	color: #777;
	font-size: 11px;
	padding: 10px 0 0 10px;
}

a.siteBy {
	text-decoration: none;
	color: #777;
}

a:hover.siteBy {
	color: #222;
}

#bodyMid {
	width: 10px;
	height: 42px;
	display: block;
	background-image: url(../images/body_mid.png);
	background-repeat: no-repeat;
	float: left;
}

#bodyRight {
	width: 73px;
	height: 42px;
	display: block;
	background-image: url(../images/body_right.png);
	background-repeat: no-repeat;
	float: left;
}

#bodyRight2 {
	width: 73px;
	height: 42px;
	display: block;
	background-image: url(../images/body_right.png);
	background-repeat: no-repeat;
	float: right;
}

#bodyTextbox {
	width: 498px;
	float: left;
	background-image: url(../images/body1_bg.png);
	background-repeat: no-repeat;
}

#bodyTextbox2 {
	width: 498px;
	float: right;
	background-image: url(../images/body1_bg.png);
	background-repeat: no-repeat;
}

#body1 {
	width: 498px;
	height: 17px;
	display: block;
	background-image: url(../images/body1.png);
	background-repeat: no-repeat;
	float: left;
}

#body2 {
	width: 498px;
	display: table;
	background-image: url(../images/body2.png);
	background-repeat: repeat-y;
	float: left;
}

#bodyText {
	padding: 4px 15px 0 15px;
	line-height: 20px;
}

#bodyText a {
	color: #000;
}

#bodyText a:hover {
	color: #453720;
}

#body3 {
	width: 498px;
	height: 17px;
	display: block;
	background-image: url(../images/body3.png);
	background-repeat: no-repeat;
	float: left;
}

#picContainer {
	width: 165px;
	display: block;
	float: right;
	margin: 0 0 0 10px;
}

#pic1 {
	width: 165px;
	height: 125px;
	display: block;
	margin: 0 0 10px 0;
}

#pic2 {
	width: 165px;
	height: 125px;
	display: block;
	margin: 0 0 10px 0;
}

ul.listSqr {
	list-style: none;
	padding: 0;
	margin: 0 0 0 5px;
}

ul.listSqr li {
	background-image: url(../images/list_sqr.gif);
	background-repeat: no-repeat;
	background-position: 0 3;
	padding: 0 0 0 12px;
	line-height: 14px;
}

ul.listSqr ul {
	list-style: none;
	padding: 0;
	margin: 0 0 0 10px;
}

ul.listSqr ul li {
	background-image: url(../images/list_sqr_sub.gif);
	background-repeat: no-repeat;
	background-position: 0 3;
	padding: 2px 0 2px 12px;
	line-height: 12px;
}

/* Foot */

.foot {
	width: 800px;
	height: 44px;
	display: block;
	background-image: url(../images/foot.png);
	background-repeat: no-repeat;
	float: left;
}

#footText {
	color: #444;
	line-height: 18px;
	margin: 0 0 0 160px;
	text-align: center;
}

a.footLinks {
	text-decoration: none;
	font-weight: bold;
	color: #444;
}

a:hover.footLinks {
	color: #000;
}

/* Form */

.formRow
{
	width: 100%;
	height: 30px;
	display: block;
	white-space: nowrap;
}

.formText
{
	color: #444;
	font-family: Arial, sans-serif;
	font-size: 12px;
	line-height: 30px;
	font-weight: bold;
	margin: 0;
	display: block;
	float: left;
	width: 100px;
	text-align: right;
}

.formTextlrg
{
	color: #444;
	font-family: Arial, sans-serif;
	font-size: 12px;
	line-height: 15px;
	font-weight: bold;
	margin: 4px 0 0 0;
	display: block;
	float: left;
	width: 100px;
	text-align: right;
}

.formField
{
	padding: 2px;
	background-color: #fff;
	border-color: #444;
	border-width: 1px;
	border-style: solid;
	color: #444;
	font-family: Arial, sans-serif;
	font-size: 12px;
	line-height: 11px;
	font-weight: normal;
	width: 140px;
	margin: 5px 0px 0px 11px;
	float: left;
}

.formButtonSpace {
	margin: 0 0 0 110px;
}

.formButton
{
	padding: 2px;
	background-color: #444;
	border-color: #000;
	border-width: 1px;
	border-style: solid;
	color: #fff;
	font-family: Arial, sans-serif;
	font-size: 12px;
	line-height: 11px;
	font-weight: bold;
	float: left;
	margin: 0px 15px 0px 0px;
	cursor: pointer;
}

#photoProvided {
	font-size: 10px;
	padding: 0 0 5px 0;
}

.videoImage {
	width: 260px;
	height: 163px;
	display: block;
	background-image: url(../images/video_thumb.png);
	background-repeat: no-repeat;
}

#video
{
	display: none;
	z-index: 1;
	width: 640px;
	height: 450px;
	padding: 0px;
	margin: 0px;
}

#navBg
{
	background-image: url(../images/nav_bg.png);
	background-repeat: no-repeat;
}

body#home #navBg
{
	background-image: url(../images/nav_bg.png);
	background-repeat: no-repeat;
}

body#home #bodyTextbox
{
	background-image: url(../images/body1_bg.png);
	background-repeat: no-repeat;
}

body#home #pic1
{
	background-image: url(../images/home_pic1.png);
	background-repeat: no-repeat;
}

body#home #pic2
{
	background-image: url(../images/home_pic2.png);
	background-repeat: no-repeat;
}

/* Switch head Contact */

body#contact #head1
{
	background-image: url(../images/head1_contact.png);
	background-repeat: no-repeat;
}

body#contact #head2
{
	background-image: url(../images/head2_contact.png);
	background-repeat: no-repeat;
}

body#contact #bodyLeft
{
	background-image: url(../images/body_left_contact.png);
	background-repeat: no-repeat;
}

body#contact #bodyMid
{
	background-image: url(../images/body_mid_contact.png);
	background-repeat: no-repeat;
}

body#contact #bodyRight
{
	background-image: url(../images/body_right_contact.png);
	background-repeat: no-repeat;
}

body#contact #bodyRight2
{
	background-image: url(../images/body_right_contact.png);
	background-repeat: no-repeat;
}

body#contact #navBg
{
	background-image: url(../images/nav_bg_contact.png);
	background-repeat: no-repeat;
}

body#contact #bodyTextbox
{
	background-image: url(../images/body1_bg_contact.png);
	background-repeat: no-repeat;
}

body#contact #bodyTextbox2
{
	background-image: url(../images/body1_bg_contact.png);
	background-repeat: no-repeat;
}

body#contact #pic1
{
	background-image: url(../images/contact_pic1.png);
	background-repeat: no-repeat;
}

body#contact #pic2
{
	background-image: url(../images/contact_pic2.png);
	background-repeat: no-repeat;
}

/* Switch head Corpor */

body#corpor #head1
{
	background-image: url(../images/head1_corpor.png);
	background-repeat: no-repeat;
}

body#corpor #head2
{
	background-image: url(../images/head2_corpor.png);
	background-repeat: no-repeat;
}

body#corpor #bodyLeft
{
	background-image: url(../images/body_left_corpor.png);
	background-repeat: no-repeat;
}

body#corpor #bodyMid
{
	background-image: url(../images/body_mid_corpor.png);
	background-repeat: no-repeat;
}

body#corpor #bodyRight
{
	background-image: url(../images/body_right_corpor.png);
	background-repeat: no-repeat;
}

body#corpor #navBg
{
	background-image: url(../images/nav_bg_corpor.png);
	background-repeat: no-repeat;
}

body#corpor #bodyTextbox
{
	background-image: url(../images/body1_bg_corpor.png);
	background-repeat: no-repeat;
}

body#corpor #pic1
{
	background-image: url(../images/corpor_pic1.png);
	background-repeat: no-repeat;
}

body#corpor #pic2
{
	background-image: url(../images/corpor_pic2.png);
	background-repeat: no-repeat;
}

/* Switch head pre_event */

body#pre_event #head1
{
	background-image: url(../images/head1_pre_event.png);
	background-repeat: no-repeat;
}

body#pre_event #head2
{
	background-image: url(../images/head2_pre_event.png);
	background-repeat: no-repeat;
}

body#pre_event #bodyLeft
{
	background-image: url(../images/body_left_pre_event.png);
	background-repeat: no-repeat;
}

body#pre_event #bodyMid
{
	background-image: url(../images/body_mid_pre_event.png);
	background-repeat: no-repeat;
}

body#pre_event #bodyRight
{
	background-image: url(../images/body_right_pre_event.png);
	background-repeat: no-repeat;
}

body#pre_event #navBg
{
	background-image: url(../images/nav_bg_pre_event.png);
	background-repeat: no-repeat;
}

body#pre_event #bodyTextbox
{
	background-image: url(../images/body1_bg_pre_event.png);
	background-repeat: no-repeat;
}

body#pre_event #pic1
{
	background-image: url(../images/pre_event_pic1.png);
	background-repeat: no-repeat;
}

body#pre_event #pic2
{
	background-image: url(../images/pre_event_pic2.png);
	background-repeat: no-repeat;
}

/* Switch head elite */

body#elite #head1
{
	background-image: url(../images/head1_elite.png);
	background-repeat: no-repeat;
}

body#elite #head2
{
	background-image: url(../images/head2_elite.png);
	background-repeat: no-repeat;
}

body#elite #bodyLeft
{
	background-image: url(../images/body_left_elite.png);
	background-repeat: no-repeat;
}

body#elite #bodyMid
{
	background-image: url(../images/body_mid_elite.png);
	background-repeat: no-repeat;
}

body#elite #bodyRight
{
	background-image: url(../images/body_right_elite.png);
	background-repeat: no-repeat;
}

body#elite #navBg
{
	background-image: url(../images/nav_bg_elite.png);
	background-repeat: no-repeat;
}

body#elite #bodyTextbox
{
	background-image: url(../images/body1_bg_elite.png);
	background-repeat: no-repeat;
}

body#elite #pic1
{
	background-image: url(../images/elite_pic1.png);
	background-repeat: no-repeat;
}

body#elite #pic2
{
	background-image: url(../images/elite_pic2.png);
	background-repeat: no-repeat;
}

/* Switch head meet */

body#meet #head1
{
	background-image: url(../images/head1_meet.png);
	background-repeat: no-repeat;
}

body#meet #head2
{
	background-image: url(../images/head2_meet.png);
	background-repeat: no-repeat;
}

body#meet #bodyLeft
{
	background-image: url(../images/body_left_meet.png);
	background-repeat: no-repeat;
}

body#meet #bodyMid
{
	background-image: url(../images/body_mid_meet.png);
	background-repeat: no-repeat;
}

body#meet #bodyRight
{
	background-image: url(../images/body_right_meet.png);
	background-repeat: no-repeat;
}

body#meet #navBg
{
	background-image: url(../images/nav_bg_meet.png);
	background-repeat: no-repeat;
}

body#meet #bodyTextbox
{
	background-image: url(../images/body1_bg_meet.png);
	background-repeat: no-repeat;
}

/* Switch head recommend */

body#recommend #head1
{
	background-image: url(../images/head1_recommend.png);
	background-repeat: no-repeat;
}

body#recommend #head2
{
	background-image: url(../images/head2_recommend.png);
	background-repeat: no-repeat;
}

body#recommend #bodyLeft
{
	background-image: url(../images/body_left_recommend.png);
	background-repeat: no-repeat;
}

body#recommend #bodyMid
{
	background-image: url(../images/body_mid_recommend.png);
	background-repeat: no-repeat;
}

body#recommend #bodyRight
{
	background-image: url(../images/body_right_recommend.png);
	background-repeat: no-repeat;
}

body#recommend #navBg
{
	background-image: url(../images/nav_bg_recommend.png);
	background-repeat: no-repeat;
}

body#recommend #bodyTextbox
{
	background-image: url(../images/body1_bg_recommend.png);
	background-repeat: no-repeat;
}

body#recommend #pic1
{
	background-image: url(../images/recommend_pic1.png);
	background-repeat: no-repeat;
}

body#recommend #pic2
{
	background-image: url(../images/recommend_pic2.png);
	background-repeat: no-repeat;
}


#theknot_bow_award
{
	width:138px;
	margin-top:5px;
	text-align: center;
}

#theknot_bow_award a
{
	background: transparent url(../images/awards/BOW_Square_GS.jpg) no-repeat 0 0;
	width:100px;
	height:100px;
	display: block;
	text-indent:-500;
	font-size:1px;
	overflow:hidden;
	margin:0 auto;
	border:2px solid #000;
}
#theknot_bow_award a:hover
{
	background: transparent url(../images/awards/BOW_Square_GS-over.jpg) no-repeat 0 0;
}


