/*
Please make body font the same as .Content

*/
body
{
	padding: 0 0 0 0;
	margin: 0 0 0 0;	
	background: #FFF url('images/bg-main.gif') repeat-x;
    FONT-SIZE: 12px;
    FONT-FAMILY: Helvetica, 'Trebuchet MS', Verdana, Arial, sans-serif;
}
.content
{
    FONT-SIZE: 16px;
    FONT-FAMILY: Helvetica, 'Trebuchet MS', Verdana, Arial, sans-serif;
}
.contact
{
    FONT-SIZE: 16px;
    FONT-FAMILY: Helvetica, 'Trebuchet MS', Verdana, Arial, sans-serif;
}
.content td
{
	FONT-SIZE: 16px;
    FONT-FAMILY: Helvetica, 'Trebuchet MS', Verdana, Arial, sans-serif;
	}

.topnav
{
	padding: 0 0 0 0;
	margin: 50px 0 0 0;	
}
.topnav td
{
	background: #FFF url('images/topnav-bg.gif') repeat-x;
	vertical-align:top;
	padding: 0 0 0 0;
	margin: 0 0 0 0;	
}
.btmnav
{
	padding: 0 0 0 0;
	margin: 0 0 0 0;	
}
.btmnav td
{
	background: #FFF url('images/btmnav-bg.gif') repeat-x;
	vertical-align:top;
	padding: 0 0 0 0;
	margin: 0 0 0 0;	
}
td.menu
{
	vertical-align:middle;
}
td.menu a
{
	padding: 10px;
	padding-right: 10px;
	color: #FFF;
	text-decoration:none;
	font-size:16px;
	font-weight:bold;
	text-shadow: black 0.1em 0.1em 0.2em;
}
td.menu a:hover
{
	background-color:#FB0;
	color:#FFC;
}
td.btmmenu a:hover
{
	color:#FEA;
}
td.btmmenu
{
	vertical-align:middle;
	padding-left:10px;
}
td.btmmenu a
{
	padding: 5px;
	color: #FFF;
	text-decoration:none;
	font-size:12px;
	font-weight:bold;
	text-shadow: black 0.1em 0.1em 0.2em;

}

.childmnu
{
	display:none;
	position:absolute;
	background-color:#F68333;
	padding:8px;
	padding-left:6px;
	padding-right:14px;
	margin-top:-1px;
	z-index:1000;
}
.childmnu a
{
	padding:4px;
	display:block;
	width:100%;
	color: #FFF;
	font-weight:bold;
	font-size:14px;
	font-weight:bold;
	text-shadow: black 0.1em 0.1em 0.2em;
	
}
.childmnu a:hover
{
	background-color:#FB0;
	color:#FFC;
}

img
{
	border:none;
}
img, div, a, input  {
   behavior: url("pngbehavior.htc");
}
td.copyright
{
	color: #FFF;
	font-size:12px;
	font-weight:bold;
	vertical-align:middle;
	text-shadow: black 0.1em 0.1em 0.1em;
}
td.contact
{
	background:none;
	padding:0 5px 0 0;
	text-shadow: white 0.1em 0.1em 0.2em;
	vertical-align:middle;
	color: #333;
	font-size:12px;
	}
td.contact a
{
	color: #555;
	text-decoration:none;
}
td.contact a:hover
{
	color: #999;
}
.sidetitle
{
	width:214px;
	border:solid 1px #333;
	background:#444 url('images/side-title-bg.gif') repeat-x;
	font-size: 18px;
	color: #FFF;
	height:24px;
	padding:middle;
	margin-left:29px;
	padding:8px;
 	text-shadow: black 0.1em 0.1em 0.2em;
}
.sidetext
{
	width:214px;
	border:solid 1px #CCC;
	background:#FFF url('images/side-text-bg.gif') no-repeat;
	font-size: 12px;
	color: #555;
	margin-left:29px;
	padding: 8px;
 }
 .btmnav
 {
	clear:right;}
/* HTML TAGS */
A
{
    COLOR: #f5842d;
    TEXT-DECORATION: none;
}
A:hover
{
    COLOR: #555;
}
LI
{
    /* LIST-STYLE-IMAGE: url(images/Bullet.gif); */
}
H1
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 32px;
    COLOR: #555;
}
H2
{
    FONT-SIZE: 22px;
    COLOR: #555;
}
H3
{
    FONT-SIZE: 18px;
    MARGIN-BOTTOM: 0;
    COLOR: #555;
}
H4
{
    FONT-SIZE: 14px;
    LINE-HEIGHT: normal;
}


/* SPECIALTY CONTACT FORM CLASSES */
.contacttable td
{
	padding: 3px 10px 3px 5px;
}
.contacttable td a
{
	font-weight: bold;
}
.ContactForm
{
   margin: 12px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
     background: #f6f6f6;
    padding:5px;
	font-size:10px;
    -moz-box-shadow: #ccc 0 0 3px;
    -webkit-box-shadow: #ccc 0 0 3px;
    width:630px;
}
.ContactForm td
{
	padding-top:4px;
	font-size:14px;
}
td.ContactTitle
{
    margin:-6px;
	font-size: 24px;
	color: #333;
	height:24px;
 	text-shadow: #ccc 0.1em 0.1em 0.2em;
}
.ContactErrorInstructions
{
	-moz-border-radius-bottomleft:4px;
	-moz-border-radius-bottomright:4px;
	-moz-border-radius-topleft:4px;
	-moz-border-radius-topright:4px;
	-webkit-border-radius:4px;
	border:1px solid #ccc;
	padding:8px 0 8px 0;
	font-size:14px;
	background-color: #FFD;
    font-weight:bold;
    color:#C30;
    width:500px;
    text-align:center;
    margin:10px 0 5px 0;
}
.ContactEntrylabel
{
    text-align:right;
    font-weight:bold;
    vertical-align:top;
}
table.ContactFormMini td.ContactEntrylabel
{
    text-align:right;
    font-weight:normal;
    vertical-align:top;
    font-size:10px;
}
table.ContactFormMini input
{
    font-size:10.5px;
}
.ContactErrorlabel
{
    color:#C30;
    text-align:right;
    font-weight:bold;
    vertical-align:top;
}
.ContactEntryInput
{
}
.ContactErrorInput Input
{
    background-color:#FFA;
}
.ContactErrorMsg
{
    color:#C30;
}
.ContactButton
{
    
}
.tblSignUp
{
	width:660px;	
	background-color:#F8F8F8;
	margin-top:20px;
	-moz-border-radius-bottomleft:7px;
	-moz-border-radius-bottomright:7px;
	-moz-border-radius-topleft:7px;
	-moz-border-radius-topright:7px;
	-webkit-border-radius:7px;
}
.tblSignUp td, .tblSignUp th
{
	vertical-align:top;
	padding-top:10px;
	font-size:12px;
	
}
.tblSignUp th
{
	padding-top:14px;
	font-weight:bold;
	text-align:right;
	
	
}
.tblSignUpCC
{
	width:290px;	
	background-color:#BBB;
	margin-top:10px;
	-moz-border-radius-bottomleft:14px;
	-moz-border-radius-bottomright:14px;
	-moz-border-radius-topleft:14px;
	-moz-border-radius-topright:14px;
	-webkit-border-radius:14px;
}
.tblSignUpCC td, .tblSignUpCC th
{
	vertical-align:top;
	padding-top:3px;
}
.tblSignUpCC th
{
	padding-top:5px;
	font-weight:bold;
	text-align:right;
	
}

.TypeSelect
{
	font-weight:bold;
}
.formtitle, td.formtitle
{
	font-size:15px;
	font-weight:bold;
	text-align:left;
	border-bottom:solid 1px #ccc;
	padding:8px;
	color:#333;
}
.formtitleCC
{
	font-size:12px;
	font-weight:bold;
	text-align:center;
	border-bottom:solid 1px #ccc;
	padding:4px;
	color:#FFF;
	background-color:#333;
	-moz-border-radius-topleft:14px;
	-moz-border-radius-topright:14px;
	-webkit-border-top-left-radius:14px;
	-webkit-border-top-right-radius:14px;
}
.formexample
{
	font-size:10px;
	color:#555;
}
/* context sensative help*/
	.chelp_tl{
		width:34px;
		height:16px;
		background: transparent url(images/chelp/chelp_01.png) no-repeat;
	}
	.chelp_tm{
		height:16px;
		background: transparent url(images/chelp/chelp_02.png) repeat-x;
	}
	.chelp_tr{
		width:16px;
		height:16px;
		background: transparent url(images/chelp/chelp_03.png) no-repeat;
	}

	
	.chelp_mlx{
		width:34px;
		height:17px;
		background: transparent url(images/chelp/chelp_04.png) no-repeat;
	}
	.chelp_content{
		background: #FFF url(images/chelp/chelp_05.png) repeat-x bottom left;
	}
	.chelp_mr{
		width:34px;
		min-height:57px;
		background: transparent url(images/chelp/chelp_06.png) repeat-y;
	}
	
	.chelp_ml{
		width:34px;
		min-height:57px;
		background: transparent url(images/chelp/chelp_07.png) repeat-y;
	}
	
	.chelp_bl{
		width:34px;
		height:22px;
		background: transparent url(images/chelp/chelp_08.png) no-repeat;
	}
	.chelp_bm{
		height:22px;
		background: transparent url(images/chelp/chelp_09.png) repeat-x;
	}
	.chelp_br{
		width:16px;
		height:22px;
		background: transparent url(images/chelp/chelp_10.png) no-repeat;
	}
	/* HTML FORM TAGS */
input, select, textarea {
	-moz-border-radius-bottomleft:4px;
	-moz-border-radius-bottomright:4px;
	-moz-border-radius-topleft:4px;
	-moz-border-radius-topright:4px;
	-webkit-border-radius:4px;
	border:1px solid #ccc;
	padding: 4px;
	font-family:Verdana,Helvetica,Arial;
	font-size:12px;
	color: #333;
}
input:hover, select:hover, textarea:hover {
	border:1px solid #999;
}
SELECT
{
    FONT-SIZE: 11px;
}
TEXTAREA
{
    width: 100%;
}
label.error
{
    display:block;
    color:#870;
    font-weight:bold;
}
input.error
{
    background-color:#FFFCEE;
}
.featurepanel
{   margin: 12px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
     background: #f6f6f6;
    padding:5px;
	font-size:10px;
    -moz-box-shadow: #ccc 0 0 3px;
    -webkit-box-shadow: #ccc 0 0 3px;
    width:630px;

}
.featurepanel td
{
		font-size:12px;
		

}
.featurepanel td img
{
		margin-right:10px;
		

}
.featurepanel h3
{
	font-size:16px;
	/*text-shadow: black 0.1em 0.1em 0.2em;*/
}
.faqtopic a
{
	font-size:18px;
	color: #333;
}
.faqtopic a:hover
{
	text-decoration: underline;
}
.toc
{
	margin-top:0px;	
}
.toc li a
{
	color: #888;
	font-size:14px;
}
.toc li a:hover
{
	text-decoration: underline;
}
/*******************************************************/


.slidecontent
{ 
padding: 20px; 
}
.slidecontent li
{ 
font-style: italic;
}

.titleCell h1{ 
text-align:left;
font-size: 36px;
margin-bottom:2px;
text-shadow: #ccc 2px 2px 3px;
margin-left:10px;

}
.titleCell h2{ 
text-align:left;
font-size: 32px;
margin-bottom:5px;
text-shadow: #ccc 2px 2px 3px;
margin-left:10px;
margin-top:10px;

}
.screenCell{
width: 360px;
text-align:left;
color:#000;
vertical-align:top;
}
.screenCell img{
margin-top:8px;
margin-left:10px;
-moz-box-shadow: #ccc 2px 2px 3px;
-webkit-box-shadow: #ccc 2px 2px 3px;

}
.topicCell{
font-size: 16px;
padding-left: 15px;
color:#000;
vertical-align:top;
}
.topicCell img{
margin-left: 15px;
margin-right: 15px;
}
.topicCell p{
font-size: 18px;
margin-bottom: 4px;
color:#000;
vertical-align:top;

}
#talkingpoints{
list-style:disc outside none !important;
}
#talkingpoints li{
display:list-item;
margin: 5px 5px 5px 20px;
padding-left: 1px;
font-size: 19px;
}

/*
.sociable-hovers {
	opacity: .4;
	-moz-opacity: .4;
	filter: alpha(opacity=40);
}
.sociable-hovers:hover {
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
}
*/