﻿
body
{
	background-image: url(PageBG2.gif);
	background-repeat: repeat-x;
	background-color: #a8bfd2;
	font-family: Arial;
	font-size: 12px;
	padding-bottom: 10px;
}
a.error:link,a.error:visited,a.error:hover,a.error:active {
color: #a52a2a;
text-decoration: underline;
}


/* Rad Editor Content Style */
.RadEContentBordered
{
	background-color: White;
}

.RadEWrapper
{
	text-align: left;
}

strong
{
	font-family: Arial;
	font-weight: bold;
	font-size: 12px;
}

.NoRepeat
{
	background-repeat: no-repeat;
}

.FullWidth
{
	width: 771px;
}

#MainContainer
{
	margin-top: 5px;
	
}

/* HeaderStyles */

#HeaderContainer
{	
	height: 97px;
	
}

.LogoLink
{
	text-decoration: none;
	font-size: 1px;
	border: Solid 0px White;
	cursor: hand;
}
.LogoLink img
{
	cursor: hand;
}

#PMILogo
{
	background-image: url(PMI-Logo.png);
	width: 65px;
	height: 28px;
	float: left;
	margin-top: 8px;	
}
#GriffinTateLogo
{
	background-image: url(GriffinTateLogo.png);
	width: 209px;
	height: 63px;
	float: left;
	margin-top: 25px;
	margin-left: -10px;
}

#SearchControls
{
	float: right;	
	width: auto;
	font-size: 11px;
	
	margin-top: 48px;
	margin-bottom: 0px;
}

#SearchControls input
{
	float: left;	
	width: 90px;
	margin-bottom: 0px;
}

.SearchImage
{
	width: 15px;
	height: 16px;
	background-image: url(SearchButton.png);
	background-repeat: no-repeat;
	float: left;	
	margin-left: 5px;	
	margin-top: -13px;	
	cursor: hand;	
}

/* Fix for search button on safari */
#SearchControls a
{
	margin: 0px;
	padding: 0px;
}

#CartLinks
{
	float: right;
	width: auto;
	font-size: 9px;	
	color: Gray;
	clear: right;
	margin-top: 8px;
	margin-right: 5px;
	height: 12px;	
}

#CartLinks a
{
	color: Gray;
	text-decoration: none;
	cursor: hand;
}

.CartImage
{
	float: left;
	margin-top: -4px;
	background-image: url(Cart.png);
	width: 22px;
	height: 19px;
	font-size: 1px;	
}

/* MENU STYLES */

#MenuContainer
{
	height: 27px;
	background-color: #003366;
	background-repeat: repeat-x;
	color: White;
}


/* Menu Items */
.radmenu ul li.item
{
	line-height: 27px;
	text-align: center;
	vertical-align: middle;	
	color: White;
	font-family: Arial;
	font-size: 13px;
		
	margin-left: 9px;
	margin-right: 9px;	
	text-decoration: none;
}

/* Mozilla Fix for cursor hand */
.radmenu ul li.item a span.text
{
	cursor: pointer;
}


/* No underline for menu items on hover */
.radmenu ul li.item a:hover
{
	text-decoration: none;
}

/* Selected Item emphasis */
.radmenu ul li .SelectedItem
{
	font-weight: bold;
	
}

/* First Menu Item */
.radmenu ul.horizontal li.first
{
	margin-left: 45px;	
	/* text-transform: uppercase; */
}

/* Sub Menu Container */
.radmenu ul.vertical
{
	background-color: #39609b;	
}
 
/* Fix for first sub menu item */
.radmenu ul.vertical li.first
{
	margin-top: 4px;
	margin-left: 6px;
}

/* Sub menu items */
.radmenu ul.vertical li.item 
{
	line-height: 16px;
	font-size: 12px;
	text-align: left;
}

/* Sub menu images */
.radmenu ul.vertical li.item .leftImage
{
	margin-right: 3px;
}


/* Link text in the Menu Items */
.radmenu ul li.item a
{
	color: White;
	cursor: hand;
}

/* Sub Menu Container */



/* Upper Container Styles */

#UpperContainer
{
	height: 205px;
}

#GreyRule
{
	margin-top: 2px;
	margin-bottom: 1px;
	height: 2px;
	background-color: #cacaca;
	font-size: 1px;
}

#TagLine
{
	width: 397px;
	height: 50px;
	background-color: #edf2f5;
}

.TagImg
{	
	
	width: 283px;
	height: 32px;
	margin-left: 40px;
	margin-top: 10px;
}

#QuoteContainer
{
	width: 397px;
	height: 149px;
	font-size: 1px;
}

#TopQuote
{
	background-image: url(QuoteTopBG.png);
	
	height: 13px;
	width: 397px;
}

.QuotePane
{
	background-image: url(QuoteBg.png);
	background-repeat: repeat-y;
	height: 136px;
	width: 397px;
	font-size: 12px;
}

#FlashContainer
{
	background-image: url(GT_Background2.jpg);
	width: 374px;
	height: 200px;
	float: right;	
	background-color: #edf2f5;
	
}

/* Content Container Styles */

#ContentContainer
{	
	background-color: White;
	background-image: url(ContentBG.png);
	background-repeat: repeat-x;
		
}

.ContentHeight
{
	height: auto;
}

.LeftPane
{
	float: left;
	width: 354px;	
	background-color: Transparent;
}

.ContentPane
{
	float: left;
	width: 186px;
}

.RightPane
{
	float: right;
	width: 186px;
}
	

/* Bottom Container Styles */

#BottomContainer
{
	height: auto;
	background-color: White;
	background-image: url(ContentBG.png);
	background-repeat: repeat-x;	
}

.BottomPane
{
		
}

/* Content Styles */

.Normal 
{
	font-family: Arial;
	font-size: 12px;
}

.Normal p
{
	margin-top: 1px;
	margin-bottom: 1px;
	
}

.Normal h1
{
	
}

.LeftContentList li
{
	list-style-type: none;
}

.LeftContentList
{
	margin-left: 30px;
	margin-bottom: 8px;
	margin-top: 8px;
	line-height: 14px;
}

.LeftContentHeadline, .Normal p strong, .LeftContentHeadline a, .LeftContentHeadline a:hover
{
	font-size: 12px;
	font-weight: bold;
	color: #2c5297;	
	margin: 0px;
	padding: 0px;
}

.LeftPaneMarginer
{
	margin-left: 10px;
	margin-right: 18px;
}

.RedBoldAction
{
	color: #a80023;
	font-weight: bold;
	font-size: 13px;
}

.BlueBold
{
	font-size: 11px;
	font-weight: bold;
	color: #003366;
	margin-bottom: 0px;
	line-height: 12px;
}

.FeatureText
{
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 11px;
	line-height: 11px;
}

.QuoteHolder
{
	font-size: 12px;
	width: 265px;
	padding-top: 9px;
	color: #a90023;
	
	text-align: center;
	line-height: 13px;
	padding-left: 45px;
}

.AttributeHolder
{
	color: #2c5297;
	font-size: 11px;
	text-align: center;
	margin-top: 4px;
}	

.ButtonLink
{
	background-color: #003366;
	background-repeat: repeat-x;
	color: white;
	width: 181px;
	height: 26px;
	margin-right: 0px;
	margin-left: 5px;
	text-align: center;
	line-height: 26px;
	float: left;
	cursor: hand;
	margin-top: -5px;
}

.BottomLinks
{
	
	font-size: 11px;
}

.BottomLinks a
{
	color: Gray;
}

.BottomAddressText
{
	font-size: 11px;
	color: #071d4f;
}

.GreyBar
{
	width: 180px;
	height: 1px;
	font-size: 1px;
	line-height: 1px;
	background-color: Gray;
	margin-top: 4px;
	margin-bottom: 4px;
}

/* Admin Pane Styles */
.AdminPane
{
	width: 100%;
	height: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}

/* Internal Skin Styles */

#InternalContentContainer
{
	margin-top: 20px;
}

.InternalLeftPane
{
	width: 110px;
	height: auto;
	border-right: Solid 1px Gray;	
	float: left;
}

.InternalContentPane
{
	width: 425px;
	height: auto;
	float: left;
	margin-left: 20px;
}

.InternalRightPane
{
	width: 190px;
	float: right;
}

.InternalContentHeight
{
	height: auto;
}

.LinksList, .LinksList a, .LinksList a:hover
{
	font-size: 12px;
	color: #999494;
	list-style-type: none;
	text-align: right;
	margin-left: 0px;
	padding-left: 0px;
	margin-bottom: 2px;
	margin-top: 2px;
	width: 70px;
	text-decoration: none;
}



.LinksList li
{
	width: 90px;	
	text-align: right;
	list-style-type: none;
	padding: 0px 0px 0px 0px;
	margin: 5px 0px 5px 0px;	
}

.LinksList .TopLink, .LinksList a:hover
{
	color: #7e95bd;
}

.InternalFeatureList
{
	font-size: 12px;
	color: #2c5297;
	list-style-image: url(ListButton.gif);
	margin-left: 0px;
	padding-left: 20px;
	margin-bottom: 2px;
	margin-top: 2px;
}

.InternalFeatureList li
{
	height: auto;
	list-style-image: url(ListButton.gif);
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 8px 0px;
}
	
	
.InternalContentPane .Normal p
{
	margin-top: 6px;
	margin-bottom: 4px;
}

.InternalContentPlainList
{
	margin-left: 0px;
	padding-left: 20px;
	margin-bottom: 2px;
	margin-top: 2px;
}

.InternalContentPlainList li
{
	list-style-type: none;
}

a.NewsLink, .NewsLink:hover
{
	font-size: 11px;
	font-weight: bold;
	color: #a80023;
}

a.CTASmall, .CTASmall:hover, .CTASmall
{
	color: #a80023;
	font-weight: bold;
	font-size: 11px;
}

a.CTAInternal, .CTAInternal:hover, .CTAInternal
{
	color: #a80023;
	font-weight: bold;
	font-size: 12px;
}

.CTASmallImage
{
	text-decoration: none;
	border: Solid 0px White;
	margin-bottom: -7px;	
}

.RegText
{
	font-size: 11px;
}

.PrivacyLink
{
	font-size: 11px;
}

.PrivacyContainer p
{
	font-size: 11px;	
}

.PrivacyContainer p strong
{
	font-size: 12px;
}

.Normal a
{	
	
}