/* Start General Body Items */
body
{
	font-family: Arial, sans-serif;
	font-size: 11px;
	color: #333333;
}

a
{
	color: #0553A5;
	text-decoration: none;
}

a:hover
{
	text-decoration:underline;
}

a:active
{
	color: #0099CC;
	text-decoration: underline;	
}
/* End General Body Items */

/* Start Header Layout */
#pageLayout
{
	width: 950px;
	clear: both;
	display: block;
	margin: 0px auto 0px auto;
}

#header
{
	display: block;
	width: 100%;
	height: 45px;
	vertical-align: top;
	text-align: left;
}

#headerLogo
{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	height: 45px;
	width: 160px;
	display: block;
	position: static;
	float: left;
	left: 0px;
	top: 0px;
	clear: left;
	background-position:left top;
	background-image: url('/images/pcalogo_small.gif');
	background-repeat: no-repeat;
}

#headerTags
{
	padding: 0px 5px 0px 5px;
	margin: 0px 0px 0px 0px;
	vertical-align: bottom;
	text-align: left;
	width: 454px;
	display: block;
	float: left;
	height: 45px;
	left: 0px;
	position: relative;
	top: 0px;
}

#headerTag1
{
	font-size: 22px;
	line-height: 28px;
	vertical-align: bottom;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 10px;
}

#headerTag2
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 10px;
	font-size: 14px;
}

#headerButtons
{
	text-align: right;
	padding: 0px;
	width: 326px;
	height: 45px;
	float: left;
	position: relative;
}

.headerButtonImage
{
	border: none;
}

#headerPhone
{
	padding: 3px 0px 0px 0px;
	width: 110px;
	height: 42px;
	float: left;
	position: relative;
}

#headerPhone p
{
	font-size: 11px;
	bottom: 0px;
	position: absolute;
	vertical-align: bottom;
	text-align: center;
	margin: 0px 0px 0px 4px;
	padding: 0px 0px 0px 0px;
}

#headerWhoson
{
	
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	text-align: right;
	display: block;
	position: relative;
	clear: right;
	float: right;
	height: 45px;
	width: 105px;
}

#whosonImage
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	height: 30px;
	overflow: hidden;
	clip: rect(0px 0px 0px 0px);
}

#whosonImage img
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border: 0px;
}

#whosonText
{
	height: 15px;
	font-size: 12px;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	overflow: visible;
	clip: rect(0px 0px 0px 0px);
}

#headerMenu
{
	background: #333333;
	width: 100%;
	margin: 0px 0px 1px 0px;
}

#headerSpacer
{
	font-size: 10px;
	clear: both;
	float: none;
	width: 100%;
	position: static;
	border-top: 4px solid #93BCC9;
	height: 18px;
	padding-top: 2px;
}
/* End Header Layout */

/* Start Content Layout */
#content
{
	background-image: url('/images/bg_tile.gif');
	background-repeat: repeat-y;
	clear: both;
	background-position: 0px 0px;
	display: block;
	width: 100%;
	position: static;
}

#contentHeaderText
{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 10px 0px;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}

#contentMain
{
	width: 735px;
	padding: 0px 5px 0px 0px;
	margin: 0px 0px 20px 0px;
	float: right;	
}

.spacer
{
	clear: both;
	height: 20px;
}
/* End Content Layout */

/* Start Left Column Navigation */
#leftColumnBackground
{
	width: 193px;
	position: static;
	display: block;
	float: left;
	height: 100%;
}

#leftColumn
{	
	font-size: 11px;
	background-color: #CCCCCC;
	width: 186px;
	position: static;
	display: block;
	float: left;
	height: 100%;
	border-left: #CCCCCC 1px solid;
	border-bottom: #CCCCCC 1px solid;
}

#leftBoxBig
{
	width: 193px;
	background-color: White;
	padding-bottom: 18px;
}

#leftBox
{
	width: 185px;
	border: #CCCCCC 1px dashed;
}

.leftMenuCategoryItem
{
	text-align: center;
	padding: 2px;
	width: 181px;
	background: #EBEBEB;
	border-top: #CCCCCC 1px solid;
	border-bottom: #CCCCCC 1px solid;
}

.leftMenuCategoryItemActive
{
	text-align: center;
	padding: 2px;
	width: 181px;
	background: #EBEBEB;
	border-top: #CCCCCC 1px solid;
	border-bottom: #CCCCCC 1px solid;
}

.leftMenuItem
{
	padding: 2px 2px 2px 18px;
	width: 165px;
	background-color: #f9f9f9;
}

.leftMenuItemActive
{
	padding: 2px 2px 2px 18px;
	width: 165px;
	color: #FFFFFF;
	background-color: #0099cc;
	background-image: url(/images/arrow_white.gif);
	background-repeat: no-repeat;
	background-position: 1px 50%;
}

.leftMenuExpandedItem
{
	padding: 2px 2px 2px 18px;
	width: 165px;
	background-color: #f9f9f9;
	background-image: url(/images/arrow_gray2.gif);
	background-repeat: no-repeat;
	background-position: 0px 50%;
}

.leftMenuOpenItem
{
	padding: 2px 2px 2px 18px;
	width: 165px;
	background-color: #f9f9f9;
	background-image: url(/images/arrow_blue2.gif);
	background-repeat: no-repeat;
	background-position: 0px 50%;
}

.leftMenuOpenItemActive
{
	padding: 2px 2px 2px 18px;
	width: 165px;
	color: #FFFFFF;
	background-color: #0099cc;
	background-image: url(/images/arrow_white.gif);
	background-repeat: no-repeat;
	background-position: 0px 50%;
}

.leftMenuItem1
{
	padding: 2px 2px 2px 33px;
	width: 150px;
	background-color: #f9f9f9;
}

.leftMenuItem1Active
{
	padding: 2px 2px 2px 33px;
	width: 150px;
	color: #FFFFFF;
	background-color: #0099cc;
	background-image: url(/images/arrow_white.gif);
	background-repeat: no-repeat;
	background-position: 1px 50%;
}

.leftMenuItemSpacer
{
	padding: 2px 2px 10px 18px;
	width: 165px;
	background-color: #f9f9f9;
}

.leftMenuItemSpacerActive
{
	padding: 2px 2px 10px 18px;
	width: 165px;
	color: #FFFFFF;
	background-color: #0099cc;
	background-image: url(/images/arrow_white.gif);
	background-repeat: no-repeat;
	background-position: 4px 50%;
}
/* End Left Column Navigation */

/* Start Center Column Layout */
#centerColumn
{
	width: 535px;
	margin: 0px 0px 0px 14px;
	float: left;
}
/* End Center Column Layout */

/* Start Right Column Layout */
#rightColumn
{
	float: right;
	width: 185px;
	clear: right;
}

.rightColumnHelp
{
	padding: 0px 2px 0px 18px;
	border-left: dotted 1px #333333;
}

.rightColumnHelp2
{
	font-size: 11px;
	width: 185px;
	margin: 0px 0px 11px 0px;
}

.rightColumnHelp2Header
{
	background-image: url('/images/tab-gray-top.gif');
	height: 22px;
	padding: 10px 0px 0px 0px;
	text-align: center;
}

.rightColumnHelp2List
{
	text-align: left;
	background-color: #ebebeb;
	width: 171px;
	padding: 2px 6px 1px 6px;
	border-left: solid 1px #333333;
	border-right: solid 1px #333333;
}

.rightColumnHelp2ListCenter
{
	background-color: #ebebeb;
	width: 183px;
	padding: 2px 0px 1px 0px;
	vertical-align: top;
	text-align: center;
	border-left: solid 1px #333333;
	border-right: solid 1px #333333;
}

.rightColumnHelp2List ul
{
	list-style-type: square;
	color: #333333;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 18px;
	
}

.rightColumnHelp2List ul li
{
	padding: 0px 0px 0px 0px;
	margin: 2px 0px 0px 0px;
}

.rightColumnHelp2Footer
{
	background-image: url(/images/tab-gray-bot.gif);
	height: 11px;
	padding: 0px 0px 5px 0px;
	background-position: left top;
	background-repeat: no-repeat;
}

.rightColumnHelp2WhiteHeader
{
	background-image: url('/images/tab-white-top.gif');
	height: 22px;
	padding: 10px 0px 0px 0px;
	text-align: center;
}

.rightColumnHelp2WhiteList
{
	text-align: left;
	background-color: #ffffff;
	width: 171px;
	padding: 2px 6px 1px 6px;
	border-left: solid 1px #333333;
	border-right: solid 1px #333333;
}

.rightColumnHelp2WhiteList ul
{
	list-style-type: square;
	color: #333333;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 18px;
	
}

.rightColumnHelp2WhiteList ul li
{
	padding: 0px 0px 0px 0px;
	margin: 2px 0px 0px 0px;
}

.rightColumnHelp2WhiteListCenter
{
	background-color: #ffffff;
	width: 183px;
	padding: 2px 0px 1px 0px;
	vertical-align: top;
	text-align: center;
	border-left: solid 1px #333333;
	border-right: solid 1px #333333;
}

.rightColumnHelp2WhiteFooter
{
	background-image: url(/images/tab-white-bot.gif);
	height: 11px;
	padding: 0px 0px 0px 0px;
	background-position: left top;
	background-repeat: no-repeat;
}

/* End Right Column Layout */

/* Start Footer Layout */
#footer
{
	clear: both;
	display: block;
	float: none;
	text-align: center;
}

#footerCopyright
{
	font-size: 10px;
	color: #333333;
	background-color: #CCCCCC;
	padding: 5px;
	margin: 0px 0px 5px 0px;
}

#metaDataTrace
{
	text-align: left;
	font-size: 10px;
	padding: 5px;
}

#footerCertified
{
	background-image: url('/images/partner_msft.gif');
	margin: 0px auto 0px auto;
	background-repeat: no-repeat;
	width: 139px;
	height: 64px;
}
/* End Footer Layout */

/* Start Common Text Layout */
h1
{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	font-size: 12px;
	font-weight: bold;	
}

h2
{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 10px 0px;
	font-size: 12px;
	font-weight: bold;	
}

h3
{
	padding: 0px;
	margin: 0px;
	font-size: 12px;
	font-weight: bold;	
}

ul
{
	list-style-type: square; 
	margin: 0px 0px 10px 0px;
	padding-left: 14px;
	margin-left: 12px
}

li
{
	padding: 0px 0px 2px 0px;
	margin-bottom: 6px
}

.technote
{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 10px 0px;
	font-size: 36px;
	font-weight: bold;
	color: #c0c0c0;
	text-align: center;
	font-family: Arial;
}

.bigparagraph
{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 10px 0px;
	font-size: 14px;
	font-weight: bold;
	color: #00008b;
	text-align: center;
}

.paragraph
{
	display: block;
	float: none;
	padding: 0px 0px 10px 0px;
}

.paragraphCenter
{
	display: block;
	float: none;
	padding: 0px 0px 10px 0px;
	text-align: center;
}

.paragraphDualLines
{
	margin: 0px 0px 10px 0px;
	display: block;
	float: none;
	padding: 10px 0px 10px 0px;
	border-top: dotted 1px #333333;
	border-bottom: dotted 1px #333333;
	width: 100%;
}

.image
{
	margin: 0px 0px 10px 0px;	
}

.imageborder
{
	margin: 0px 0px 10px 0px;
	border: solid 1px #333333;
}

.callout
{
	background-image: url('/images/link_arrow.gif' );
	border-top: 1px dotted #333333;
	border-bottom: 1px dotted #333333;
	margin: 10px 0px 10px 0px;
	padding: 5px 0px 5px 18px;
	background-repeat: no-repeat;
	background-position: left center;
	display: block;
	float: none;
}

.calloutLeft
{
	text-align: left;
	background-image: url('/images/link_arrow.gif' );
	border-top: 1px dotted #333333;
	border-bottom: 1px dotted #333333;
	margin: 10px 0px 10px 0px;
	padding: 5px 0px 5px 18px;
	background-repeat: no-repeat;
	background-position: left center;
	display: block;
	float: none;
}

.calloutCentered
{
	text-align: center;
	background-image: url('/images/link_arrow.gif' );
	border-top: 1px dotted #333333;
	border-bottom: 1px dotted #333333;
	margin: 10px 0px 10px 0px;
	padding: 5px 0px 5px 18px;
	background-repeat: no-repeat;
	background-position: left center;
	display: block;
	float: none;
}

.bottomLineParagraph
{
	border-bottom: dotted 1px #333333;
	padding: 0px 0px 10px 0px;
	margin: 0px 0px 10px 0px;
	width: 100%;
}

.quote
{
	background-image: url('/images/quote.gif');
	background-repeat: no-repeat;
	background-position: 6px top;
	padding: 4px 2px 10px 22px;
	font-size: 15px;
	margin-top: 15px; 
	font-family: Times New Roman, Serif;
	font-style: italic;
}

.quoteBy
{
	padding: 0px 0px 10px 22px;
	margin-left: 25px; 
}

.quoteright
{
	background-image: url(/images/quote.gif);
	background-repeat: no-repeat;
	background-position: 6px 10px;
	padding: 10px 2px 10px 22px;
	font-size: 13px;
	font-family: Times New Roman, Serif;
	font-style: italic;
	border-left: dotted 1px #333333;
}

.tightList li
{
	padding: 1px 0px 1px 0px;
	margin: 0px;
}

.rfiTextBox
{
	font-size: 11px;
	color: #333333;
	padding: 0px;
	margin: 0px;
	text-align: left;
	float: none;
	position: static;
}

.LongBubble
{
	width: 735px;
	margin: 0px;
	padding: 0px;
}

.LongBubbleHeader
{
	background-image: url(/images/bubble-long-top.gif);
	height: 11px;
	padding: 1px 0px 1px 0px;
	text-align: center;
	background-position: left bottom;
	background-repeat: no-repeat;
}

.LongBubbleHeader2
{
	text-align: center;
	background-image: url(/images/bubble-long-top2.gif);
	height: 18px;
	padding: 6px 0px 1px 0px;
	text-align: center;
	background-position: left bottom;
	background-repeat: no-repeat;
}

.LongBubbleContent
{
	width: 733px;
	padding: 3px 0px 4px 0px;
	border-left: solid 1px #333333;
	border-right: solid 1px #333333;
}

.LongBubbleContent2
{
	width: 733px;
	padding: 7px 0px 4px 0px;
	border-left: solid 1px #333333;
	border-right: solid 1px #333333;
}

.LongBubbleFooter
{
	background-image: url(/images/bubble-long-bot.gif);
	height: 5px;
	padding: 0px 0px 10px 0px;
	background-position: left top;
	background-repeat: no-repeat;
}

.ShortBubble
{
	width: 535px;
	margin: 0px;
	padding: 0px;
}

.ShortBubbleHeader
{
	background-image: url(/images/bubble-short-top.gif);
	height: 11px;
	padding: 1px 0px 1px 0px;
	text-align: center;
	background-position: left bottom;
	background-repeat: no-repeat;
}

.ShortBubbleHeader2
{
	text-align: center;
	background-image: url(/images/bubble-short-top2.gif);
	height: 18px;
	padding: 6px 0px 1px 0px;
	text-align: center;
	background-position: left bottom;
	background-repeat: no-repeat;
}

.ShortBubbleContent
{
	width: 533px;
	padding: 3px 0px 4px 0px;
	border-left: solid 1px #333333;
	border-right: solid 1px #333333;
}

.ShortBubbleContent2
{
	width: 533px;
	padding: 7px 0px 4px 0px;
	border-left: solid 1px #333333;
	border-right: solid 1px #333333;
}

.ShortBubbleFooter
{
	background-image: url(/images/bubble-short-bot.gif);
	height: 5px;
	width: 300px;
	padding: 0px 0px 10px 0px;
	background-position: left top;
	background-repeat: no-repeat;
	margin: 0px;
}

/* End Common Text Layout */

/********************************************
   DYNAMIC INVITES CUSTOM LAYOUT
********************************************/ 
#dcwrap {
	width: 400px;
	background: #ccc url(/images/cdmiddle.jpg) repeat-y center top;
	margin: 0 auto;
	text-align: left;
}
#dccontent-wrap {
	clear: both;
	width: 400px;
	padding: 99; 
	margin: 5px auto;
	text-align:center;
}
#dccontent-wraptext {
	clear: both;
	width: 375px;
	height: auto;
	padding: 99; 
	margin: 0px 2px 0px 12px;
	text-align: left;
	font-family: Comic Sans MS;
	font-size: 15px;
	font-weight: bold;
	color: #000000;
	display: block;
	background-color: #efcb05;
	text-decoration: none;
}
#dcheader {
	width: 400px;
	position: relative;
	height: 10px;
	background: url(/images/cdtop.jpg) repeat-x center top;
	padding: 0;	
	color: #FFF;	
}
#dcfooter {
	width: 397px;
	background: url(/images/cdbottom.jpg) repeat-x center top;
	position: relative;
	height: 10px;
	padding: 0;	
	color: #FFF;	
}
.altmenuheadertext
{
	padding-top: 20px;
	padding-left: 30px;
	color: #FFFFFF;
	font-size: 18px;
	font-weight: none;
	width: 364px;
	margin-right: 0px;
}
.altmenuheadertext2
{
	padding-left: 30px;
	padding-right: 30px;
	color: #000;
	font-size: 18px;
	width: 680px;
	text-align:center;
	font-style:italic;
}
.altmenuheadertext3
{
	padding-top: 0px;
	padding-left: 30px;
	color: #000;
	font-size: 18px;
	font-style:italic;

	width: 500px;
	margin-right: 0px;
}
.altmenuheadertextbold
{
	font-weight: bold;
}
	
.altmenusubheadertext
{
	padding-left: 30px;
	color: #FFF;
	font-size: 11px;
}

.altmenusubheadertext2
{
	padding-left: 30px;
	padding-right: 30px;
	color: #000;
	font-size: 16px;
	width: 500px;
	text-align:center;
}
.altmenusubheadertext3
{
	padding-left: 30px;
	padding-right: 30px;
	color: #000;
	font-size: 16px;
	width: 580px;
	text-align:left;
}
.altmenucontenttext
{
	padding-top: 10px;
	padding-left: 30px;
	color: #000;
}
.altmenucontenttext2
{
	padding-top: 20px;
	padding-left: 70px;
	color: #000;
}
.altmenuplussign 
{
	width: 16px;
	background: url(/images/plus-sign.gif) no-repeat;
	position: absolute;
	height: 16px;
	margin-top: 20px;
	margin-left: 10px;
}
.altmenutop 
{
	width: 368px;
	background: url(/images/alt-menu-short-top2.jpg) no-repeat;
	position: relative;
	height: 67px;
	padding: 0;
	top: 0px;
	left: 0px;
	
}
.altmenumid {
	width: 368px;
	background: url(/images/alt-menu-short-mid2.jpg) no-repeat;
	position: relative;
	height: 123px;

	padding: 0;
	top: 0px;
	left: 0px;

}
.altmenubot {
	width: 368px;
	background: url(/images/alt-menu-short-bot2.jpg) no-repeat;
	position: relative;
	height: 17px;
	padding: 0;
	top: 0px;
	left: 0px;
}
.altmenuList
{
	list-style-type: none;
	color: #0553A5;
	margin: 0px 0px 0px 0px;
	padding: 2px 0px 0px 0px;
	font-size: 12px;
	
}
.altmenuList2
{
	list-style-type: none;
	color: #333333;
	margin: 0px 0px 0px 0px;
	padding: 2px 0px 0px 0px;
	font-size: 14px;
	line-height:16px;
	
}
.altmenuList ul li
{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
