﻿/* Tag Styles */
body 
{
	font-family: arial, verdana, san-serif;
	background: #f3f3f3 url(../images/background.gif) center top repeat-x;
	color:#666666;
	font-size:75%;
}

a
{
	text-decoration: none;
	cursor:pointer;
}
a:link, a:visited { color: #34302f; }
a:hover, a:active {	color: #e3571a; }

p {margin:0px 0px 12px 0px;}

/* Page Layout Styles */
#divPageOuterContainer
{
	width:780px;
	margin:0 auto;
	background-color:#ffffff;
}

#divPageContainer
{
	width:700px;
	margin:0 auto;
}

#divPageHeader 
{
	height:90px;
	width:100%;
	overflow:hidden;	
	position:relative;
}

#divAssocLogo 
{
	position:absolute;
	bottom:0px;
	left:0px;
	width:200px;
	overflow:hidden;
}

#divCorpLinks
{
	position:absolute;
	right:0px;
	top:20px;
	text-align:center;	
}

#divPageImageWindow
{
	margin-top:5px;
	background-repeat:no-repeat;
}

#divPageContent 
{
	margin:0 auto;
	width:700px;
	background-color:#ffffff;	
}

#divPageLeftColumn
{
	float:left;
	width:470px;
	margin:5px 5px 5px 0px;
	font-size:13px;
	line-height:16px;	
	min-height:200px;
}

#divPageRightColumn
{
	float:right;
	width:225px;
	color:#3c3c3d;
	font-size:11px;
	margin-top:5px;
}

#divPageRightColumnContent
{
	background-image:url(../Images/CalloutBackground.jpg);
	padding:0px 10px 0px 15px;
	width:200px;
	line-height:15px;
}

#divPageFooter
{
	margin-top:10px;
	margin-bottom:10px;
	border-top:2px solid #e3571a;
}

/* Navigation Menu Styles */
#divPageNavMenu 
{
	position:absolute;
	bottom:0px;
	right:0px;
	width:500px;	
	padding-top:3px;
	font-size:12px;
}

#divPageNavMenu a 
{
	border-right:solid 1px #34302f;
	padding-right:5px;
	padding-left:5px;
}

a.navMenuSelectedLink
{
	color: #e3571a;
	font-weight:bold;
}

/* Text styles. */
.heading1 { font-size: 2.0em; }
.heading2 { font-size: 1.5em; }
.heading3 { font-size: 1.4em; }
.heading4 { font-size: 1.3em; }
.heading5 { font-size: 1.2em; }
.heading6 { font-size: 1.1em; }
.standardText {font-size: 1em; }
.smallText1 {font-size:0.9em;}
.smallText2 { font-size:0.8em; }
.smallText3 {font-size:0.7em; }
.bold { font-weight:bold; }

/*Alignment & Positioning Styles */
.alignRight { text-align:right; }
.alignCenter { text-align:center; }
.alignLeft { text-align:left; }
.floatRight { float:right; }
.floatLeft { float:left; }
.clear { clear:both; }
.block {display:block;}
.fullWidth {width:100%;}

/* General styles */
.warning { color:Red;}
.tkOrange { color: #e3571a; }
.sectionHeading 
{
	color:#e3571a;
	font-weight:bold;
	font-size:1.1em;
}
a.tkOrange {color:#e3571a;}
a.tkOrange:hover, a.tkOrange:active {color:#e3571a;}
.standardButton { cursor:pointer; }

.calloutSeparatorLine
{
	border-top:solid 1px #9d9d9e;
	margin:4px 0px 4px 0px; 
	width:189px;
	height:1px;
}

/* Modal Popups */
.modalBackground {
    background-color:Gray;
    filter:alpha(opacity=70);
    opacity:0.7;
}

.modalPopup {
    background-color:#ffffff;
    border-width:1px;
    border-style:solid;
    border-color:#525252;
}

/* Customizations for AJAXControlToolkits validator callout extender. */
.ajax__validatorcallout div, .ajax__validatorcallout_icon_cell, .ajax__validatorcallout_error_message_cell, .ajax__validatorcallout_close_button_cell 
{ 
	background-color:#ee7710!important; 
	border:solid 1px #999999 !important;
	color:#333333;
}







