﻿body
{
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 10pt;
	background-image: url(images/background.png);
	background-color: #0059A7;
}
.center
{
	text-align: center;
}
a:link
{
	color: #BC0056;
	text-decoration: none;
}
a:visited
{
	color: #6A0048;
	text-decoration: none;
}
a:hover, a:active
{
	color: #0000FF;
}

h2, h3, h4, h5, h6
{
	color: #CF7C30;
	margin-top: 0px;
}

h2
{
	font-size: 1.5em;
}

h3
{
	font-size: 1.3em;
	font-weight: normal;
}

h4
{
	font-size: 1.1em;
	font-weight: normal;
}

p
{
	line-height: 125%;
}

#container_outer
{
	width: 1024px;
	margin: 0px auto;
}

#container_inner
{
	background-color: #0159A7;
	background-image: url(images/innerContainer-bkgd.gif);
	background-repeat: repeat-y;
}

.intro
{
	font-size: 1.1em;
}
.clear
{
	clear: both;
}
/**************************** header ************************/
#page_title
{
	background-image: url(images/newHeader3.jpg);
	background-repeat: no-repeat;
	width: 1024px;
	height: 145px;
}
#phone
{
	font-size: 20px;
	padding: 5px 0 5px 0;
}


#home
{
	width: 263px;
	height: 100px;
	padding-left: 340px;
}

#header
{
	background-color: #0159A7;
	height: 15px;
	padding: 0px;
	margin: 0px;
}

#header h1
{
	padding: 0px;
	margin: 0px 0px 0px 10px;
	float: left;
	text-transform: uppercase;
	font-size: 18pt;
	line-height: 70px;
	color: #354a4f;
	font-family: Arial, Tahoma, Helvetica, Sans-Serif;
}


#header_info
{
	float: right;
	text-align: right;
	font-weight: bold;
	height: 30px;
	font-family: Arial, Tahoma, Helvetica, Sans-Serif;
	font-size: 11px;
	line-height: 15px;
	padding: 0px 18px 5px 0px;
	margin: 8px 0px 0px 0px;
}


/**************************** Nav ***************************/

#navigation
{
	background: #0159a7;
	color: #354A4F;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	font-size: 8pt;
	padding: 10px;
	width: 1004px;
	height: 40px;
}

#menuHeader
{
	width: 145px;
	height: 25px;
	padding: 0px;
	margin: 0px;
}

#navigation ul
{
	background-color: #FFFFFF;
	list-style-type: none;
	padding-left: 0px;
	margin: 0px;
	padding: 0px;
}

#navigation ul li
{
	border-bottom: #8396A7 3px solid;
	margin: 0px;
	padding: 0px;
	background-image: url(images/nav_bg.gif);
	background-repeat: repeat-y;
	background-position: right top;
	display: block; /* this causes the link to act like a div */
	background: #fff;
	border: 1px solid gray;
	width: 88px;
	padding: 5px;
	float: left;
	text-align: center;
}


#menu ul li a
{
	height: 25px;
	line-height: 25px;
	text-decoration: none;
	color: black;
	padding-left: 5px;
}

#navigation #menu ul li a.sn_item_pressed
{
	/* menu style for the item representing the current page if there is one  the class must be the same as the one used in the navigation script */
	padding: 0px 0px 0px 6px;
	margin: 0px 0px 0px 6px;
	border-left: #BC0056 3px solid;
	color: #BC0056;
}
#navigation #menu ul li a:hover
{
	/* menu style when pointer is over item */
	padding: 0px 0px 0px 6px;
	border-left: #BC0056 3px solid;
	color: #BC0056;
}





/******************* Newsletter Subscribe/Sign up ***********/

#signUp
{
	background-color: White;
	margin: 7px;
	padding: 5px;
	border: #0159A7 3px solid;
}



#purpleButton2
{
	margin-top: 1em;
	height: 60px;
	background-repeat: no-repeat;
	width: 150px;
	background-image: url(images/purpleButton.gif);
}

#purpleButton2 a
{
	width: 130px;
	height: 57px;
	font-size: 10pt;
	padding: 3px 10px 0px 10px;
	color: White;
	font-weight: bold;
	display: block;
	text-align: center;
}


/**************************** Content ***********************/

#content
{
	padding: 0px;
	margin: 0px;
	float: right;
	width: 1024px; /* width is the intended footprint of the div minus padding and margin */
	background-color: #ffffff;
}

#contentWrap
{
	padding: 10px;
	margin: 0px;
}

#catalog
{
	margin: 1em;
}


.buttons
{
	height: 39px;
	background-repeat: no-repeat;
	text-align: center;
	font-size: 12pt;
	font-weight: bold;
	vertical-align: 50%;
	width: 127px;
}

.buttons a
{
	color: #FFFFFF;
}

#orangeButton
{
	padding: 12px 8px 15px 13px;
	background-image: url(images/orangeButton.gif);
}

#blueButton
{
	padding: 12px 8px 100px 13px;
	background-image: url(images/blueButton.gif);
}
.blueButtonSpecial
{
	padding: 12px 8px 100px 13px;
	float: right;
}

#purpleButton
{
	padding: 12px 8px 15px 13px;
	background-image: url(images/purpleButton.gif);
}

#orangeButtonHome
{
	padding: 3px 8px 7px 13px;
	background-image: url(images/orangeButton.gif);
	color: White;
	font-weight: bolder;
	text-align: center;
	background-repeat: no-repeat;
}
#orangeButtonHome a
{
	color: White;
	text-align: center;
	font-size: 10pt;
}

/**************************** page by page styles ***********/
.headline_section
{
	border: 3px solid #333399;
	margin: 0px 0px 12px 0px;
	padding: 1.6em;
	text-align: center;
}

.imgAlt
{
	float: right;
	padding-bottom: 12px;
}
.headline_section h2
{
	color: #CF7C30;
}
.headline_section h4
{
	font-weight: bold;
	color: Black;
}
.seminar_info
{
	float: left;
	width: 48%;
	padding: 2%;
	border: 2px dashed #CF7C30;
	margin-right: 4%;
	margin-bottom: 10px;
}
sub, sup
{
	font-size: 0.5em;
}
.news_arch_section
{
	border: 1px solid #cf7c30;
	margin: 10px;
	padding: 16px;
}
.news_arch_section h2
{
	color: Black;
	text-align: center;
}
img
{
	border: 0px;
}

.right
{
	text-align: right;
}

.intro
{
	font-size: 1.1em;
}

.inlineImage
{
	float: left;
	margin: 1em;
}
.inlineImage_border
{
	float: left;
	margin: 1em;
	padding: .5em;
	border: 1px solid #8396A7;
}

.inlineImageAlt
{
	float: right;
	margin: 1em;
}
.inlineImageAlt_border
{
	float: right;
	margin: 1em;
	padding: .5em;
	border: 1px solid #8396A7;
}
#quotes
{
	text-align: right;
	background-color: #e4e9f9;
	margin: 1em;
	padding: .5em;
}
#newsNav
{
	float: right;
	width: 230px;
	margin: 0px 0px 10px 10px;
	font-size: 8pt;
}
#newsBox
{
	border: solid 3px #0159a7;
	padding: 5px;
	margin: 5px;
}



#newsNav #newsHeader
{
	background-color: #0159A7;
	color: #FFFFFF;
	font-size: 1.3em;
	font-weight: bold;
	padding: 10px;
	margin: 0px 0px 10px 0px;
	text-align: center;
}

#newsNav ul
{
	margin-left: 10px;
	padding-left: 10px;
}

#newsNav ul li
{
	margin-bottom: 1em;
}



.halfColumn
{
	width: 48%;
	float: left;
}

.halfColumnAlt
{
	width: 48%;
	float: right;
}
#subscribe
{
	padding: 25px 10px 60px;
}
#subscribe h3
{
	padding-top: 10px;
}
.ta_video
{
	margin: 15px 0px 15px 85px;
}
#login
{
	width: 200px;
	border: solid 1px gray;
	padding: 20px;
}
#login #lblFail
{
	color: Red;
}
/************************* Home Page Buttons *******************/
.catalogButton
{
	width: 275px;
	height: 138px;
	float: left;
	font-size: 18pt;
	background: url(images/catalogButton.jpg) no-repeat;
}

.contactButton
{
	width: 275px;
	height: 138px;
	background: url(images/contactButton.jpg) no-repeat;
	float: right;
	font-size: 18pt;
}

.catalogButton a, .contactButton a
{
	color: White;
	display: block;
	text-align: center;
}

.catalogButton a
{
	width: 130px;
	height: 123px;
	padding-left: 140px;
	padding-top: 15px;
	padding-right: 5px;
}

.contactButton a
{
	width: 145px;
	height: 103px;
	padding-left: 13px;
	padding-top: 35px;
	padding-right: 117px;
}

/**************************** footer ************************/
#footer
{
	clear: both;
	background-color: #0159A7;
	background-image: url(images/footer-bkgd.gif);
	background-repeat: no-repeat;
	text-align: right;
	margin: 0px;
	padding: 5px;
	color: white;
}
/* #footer span 
{
    display:block;
} */
.social
{
	padding: 0;
}
.social a
{
	float: left;
	margin-top: -20px;
}
.social img
{
	margin-left: 50px;
}

/*************** eForm creator ******************************/
#table.web_form td
{
	margin: 0px 20px;
}
.web_form
{
}
.web_form h4
{
	padding: 0px;
	margin: 0px;
	line-height: 16px;
	font-size: 14px;
	color: #9999BB;
}
.form_row
{
	clear: both;
}
.form_col_key, .form_col_val
{
	float: left;
	width: 49.8%;
}
.seminar_info .form_col_key, .seminar_info .form_col_val
{
	width: 100%;
	line-height: 1.2em;
}
.form_col_keyval
{
	width: 100%;
}
.web_form span
{
	display: block;
}
.form_col_val > div, .form_col_key > div, .form_col_keyval > div
{
	padding: 8px 10px 8px 10px;
	line-height: 22px;
}
/********************confertel page********************/
#confertel h2
{
	line-height: 2.8ex;
	margin-top: 0.6ex;
	margin-bottom: 0.6ex;
}
#confertel .conf_box
{
	width: 220px;
	float: left;
	padding-bottom: 3ex;
}
#confertel .conf_box a, #confertel a
{
	text-decoration: none;
	font-size: 12px;
}
#confertel .conf_box a img
{
	border: none;
}
#confertel .conf_box span.title
{
	color: #008800;
	font-weight: bold;
	display: block;
	margin: 0px auto;
	text-decoration: underline;
	line-height: 3.2ex;
}
#confertel .conf_box .text
{
	text-align: left;
	display: block;
	padding-right: 1em;
	padding-left: 1em;
	color: Black;
	line-height: 2.6ex;
}
#confertel .left_list
{
	width: 350px;
	text-align: left;
	float: left;
	color: #000088;
	list-style-image: url(http://commworld-kc.com/images/conf_bullet.png);
}
#catalog #confertel ul
{
	clear: none;
}

#confertel .right_list
{
	width: 350px;
	text-align: left;
	float: right;
	color: #000088;
	list-style-image: url(http://commworld-kc.com/images/conf_bullet.png);
}
#confertel div.clear
{
	clear: both;
}
#oneCoach
{
	display: block;
	text-align: center;
	width: 160px;
}
#homeSide
{
	width: 250px;
	float: right;
}
#homeSide #facebook
{
	text-align: center;
	display: block;
	margin-bottom: 10px;
}
#medal
{
	float: right;
	margin-right: 80px;
	margin-bottom: -100px;
	margin-top: -100px;
}
#rsvpInfo h2
{
    color: Purple;
    }
#rsvpInfo
{
    width: 650px;
    display: block;
    margin: 10px auto;
    border: 3px double #0159A7;
    box-shadow: 5px 5px 5px #ccc;
    padding: 10px;
    }
    #rsvpInfo img
    {
        
        }
#rsvpForm, #ohWhere, #ohWhen
{
    width: 350px;
    border: 1px dotted #ccc;
    padding: 10px;
    margin: 5px;
    background: #e9e9e9;
    }
    
#rsvpForm dt
{
    font-weight: bold;
    }
    #rsvpForm dd
    {
        margin-bottom: 10px;
        }
    
#rsvpForm .required sup
{
    color: Red;
    font-size: .5em;
    }
