/* 
	IMPORTANT!!!!!
	!!!===== All css must begin with .Site with the exception of BODY and #mainTable =====!!!
	!!!===== This ensures no styling is applied to the AdminSystem =====!!!
*/

BODY
{
    MARGIN:0;
}
.Site FORM
{
	margin:0;
}
.Site form th
{
	text-align:right;
}
.Site form TD
{
	padding:2px 0;
}
.Site IMG
{
	BORDER:none;
}

.Site TABLE
{
	WIDTH: 100%;
	BORDER:none;
}
.Site th, td
{
	padding:0;
	text-align:left;
	vertical-align:top;
}
.Site dl, ol, ul
{
	margin-left:20px;
	padding:0;
}
.Site #mainLayout ul
{
	margin-left:4px;
	margin-top:18px;
}
.Site #mainLayout ul li
{
	padding-left:15px;
	padding-bottom:6px;
	margin-left:1px;
}
.Site #mainLayout ul li li
{
	padding-bottom:2px;
}
.Site #mainLayout ul li a
{
	font-size:120%;
}

/* ####################################   Classes   #################################### */

.Site .box
{
    padding:0;
    width:auto;
    height:1%;
    margin-bottom: 10px;
}
.Site .box .tl, .box .tr
{
	padding:0;
    margin:0;
    width:auto;
}
.Site .box .bl,
.Site .box .br
{
	display:none !important;
}
.Site .box .tr h2
{
    width:auto;
    padding:4px 8px 5px 27px;
    margin: 0;
}
.Site .box .content
{
    position:static;
    padding:10px 10px 10px 8px;
}

/* ############################### Gradient Boxes ################################# */
.Site .bronzegradientbox h2.title,
.Site .bluegradientbox h2.title,
.Site .bronzeinfobox h2.title,
.Site .blueinfobox h2.title
{
    padding:18px 5px 11px 16px;
}
.Site .bronzeinfobox h2.title,
.Site .blueinfobox h2.title
{
    border-bottom:solid 2px #fff;
    padding:0;
    height:14px;
} 
.Site .bronzegradientbox,
.Site .bluegradientbox
{
    position:relative;
}
.Site .bronzegradientbox .content,
.Site .bluegradientbox .content
{
    position:static;
    padding:0;
}
.Site .bronzeinfobox .content,
.Site .blueinfobox .content
{
   padding-left:110px;
}
/* ############################### HomeLink Boxes ################################# */

.Site .box .homeLink img.imageModule
{
    position:absolute;
    right:11px;
    top:9px;
    z-index:5;
}
.Site .box .homeLink img
{
    margin:0;
    border:none;
}
.Site .box .bottomDescription
{
    width:100%;
    margin-bottom:3px;
    height:114px;
}
.Site .box .content .bottomDescription ul
{
    padding-top:18px;
    margin-left:22px !important;
}
.Site .box .content .bottomDescription li
{
    padding-bottom:5px !important;
    padding-left:21px !important;
}



.Site .template img
{
	border:1px solid #000;
}

.Site .content table td
{
	padding:3px;
}
.Site .detail IMG.picture
{
    MARGIN-BOTTOM: 10px;
    MARGIN-LEFT: 15px
}
.Site .homepage .detail
{
	padding-left:5px;
}
.Site .contact
{
	margin: 20px 10px 20px 12px !important;
}
.Site .dropdown, 
.Site .textarea, 
.Site textarea,
.Site .textbox,
.Site .textBox,
.Site .required,
.Site select,
.Site option
{
    font-size:1em;
    font-family:Arial, Helvetica, sans-serif;
    width:200px;
}
.Site .label
{
	FONT-WEIGHT: bold;
}
/* #########################   List Class   ############################# */
.Site .list
{
    MARGIN-BOTTOM: 10px;
    margin-left:1px;
    PADDING: 0;
}
.Site .list H3
{
    MARGIN-TOP:0;
    margin-bottom:2px;
}
.Site .list .summary
{
    MARGIN: 0px;
    margin-top:1px
}
.Site .box h3.title
{
	margin-bottom:0;
}
.Site .list IMG.thumbnail
{
	margin:0 0 10px 10px;
}
.Site .list P
{
	MARGIN: 3px 0;
}
.Site .list .terminus, .detail .terminus
{
	clear:right;
}



.Site .morelink
{
    TEXT-ALIGN: right;
    clear:right;
}
.Site .backlink
{
    TEXT-ALIGN: right
}
.Site .stepper
{
    PADDING:3px 5px;
    width:auto !important;
}
.Site .stepper P
{
    MARGIN: 0px;
    TEXT-ALIGN: right;
}
.Site TABLE.documentTable TD.cell
{
    BORDER-RIGHT: #000000 1px solid;
    PADDING-RIGHT: 5px;
    PADDING-LEFT: 5px;
    PADDING-BOTTOM: 5px;
    PADDING-TOP: 5px;
}
.Site TABLE.documentTable TH.heading
{
    PADDING-RIGHT: 5px;
    PADDING-LEFT: 5px;
    PADDING-BOTTOM: 5px;
    PADDING-TOP: 5px;
}
.Site .template
{
	margin: 0 5px 20px 5px;
}
.Site .truehome .template
{
    margin:0 10px 0 18px;
}
.Site .truehome .template img
{
    border:none;
}
.Site .truehome .module
{
    margin-top:18px;
    margin-bottom:30px;
}
.Site .truehome .module .content
{
    padding:0 6px;
}
.Site .template ul
{
	margin-left:20px;
}
.Site #template_Sub_Page_Listing #footer
{
    padding: 24px 0;
}
.Site .subPageList
{
	margin:0;
	padding:0;
}
.Site .subPageTitle a
{
	display:block;
	padding:10px 0;
}
.Site .subPageTitleThumb img
{
	display:block;
}
.Site .moreDetails a, .Site .morelink a
{
    font-size:80%;
    font-weight:normal;
}
.Site .moreDetails
{
    text-align:right !important;
}
.Site .moreDetails a:hover, .Site .morelink a:hover
{

}
.Site .sourceName, .Site .companyName
{
    text-align:left;    
}

/* ################################### Site IDs ################################# */
.Site #column1 input,
.Site #column1 textarea  
{
    margin-left:5px;
    }

#mainTable
{
    line-height:1.5;
	width:986px;
	margin:auto;
}
.Site #mainHeader
{
	position:relative;
	height:155px;
}
.Site #logo
{
	position:absolute;
	left:37px;
	top:12px;
}
.Site #logoText
{
	position:absolute;
	right:0;
	bottom:53px;
	width:770px;
	text-align:right;
}
.Site #leftCol
{
	float:left;
	padding-left:10px;
	width:175px;
}
.Site #leftCol.homeLeftCol
{
	width:236px;
}
.Site #imageRotator
{
	height:283px;
	margin-bottom:15px;
}
.Site #imageRotator img
{
	margin:0;
	padding:0;
}

/* ################################## Menu setup ################################### */
.Site #mainMenu
{
}
.Site #mainMenu ul, 
.Site #mainMenu li, 
.Site #subMenu ul, 
.Site #subMenu li,
.Site #locationsMenu li,
.Site #locationsMenu ul
{
    padding:0;
    margin:0;
}

.Site #mainMenu li a
{
	float:left;
	padding:3px 10px 3px 10px;
}
.Site #mainMenu li.last a
{
	padding-right:14px;
	padding-left:13px;
}
.Site #mainMenuContainer
{
	height:33px;
}
/* ################################## Sub Menu setup ################################### */

.Site #subMenu
{
	float:left;
	width:165px;
	margin:0;
	padding-bottom:20px !important;
	margin-top:5px;
}
.Site #subMenu ul
{
	padding:0;
	margin:0;
}
.Site #subMenu ul a
{
	line-height:1;
	display:block;
	padding:4px 0 6px 22px;
	margin:0;
}

.Site #subMenu ul ul a
{
	padding-left:29px;
	padding-top:3px;
	padding-bottom:3px;
}
.Site #subMenu ul ul ul a
{
	padding-top:2px;
	padding-left:37px;
}
.Site #subMenu ul ul ul ul a
{
	padding-left:43px;
}
.Site .spaces
{
	padding-bottom:45px;
}

/* ################################## Top Nav setup ################################### */

.Site #topNav
{
	float:right;
	padding-top:16px;
}
.Site #topNav ul
{
	height:20px;
	display:inline-block;
}
.Site #topNav ul, 
.Site #topNav li
{
    padding:0;
    margin:0;
}
.Site #topNav li
{
	list-style:none;
	display:inline-block;
	width:auto;
	float:left;
}
.Site #topNav ul a
{
	float:left;
	padding:1px 15px 2px 15px;
}
.Site #topNav ul li.last a
{
	padding-right:3px;
}
/* ################################## Bottom Nav setup ################################### */

.Site #bottomNav
{
	float:right;
	padding-top:3px;
	line-height:1;
}
.Site #bottomNav ul
{
	height:20px;
	display:inline-block;
}
.Site #bottomNav ul, 
.Site #bottomNav li
{
    padding:0;
    margin:0;
}
.Site #bottomNav li
{
	list-style:none;
	display:inline-block;
	width:auto;
	float:left;
}
.Site #bottomNav ul a
{
	float:left;
	padding:1px 6px 2px 6px;
}
.Site #bottomNav li.last a
{
	padding-right:1px;
}

/* ======================== */

.Site #location
{
	padding:10px 2px 7px 20px;
}
.Site #contentHeader
{
	text-align: center;
	margin-top: 5px;
	padding-bottom: 5px;	
}
.Site #mainTitle
{
	margin-left:0;
	line-height:normal;
}
.Site #mainTitle H1
{
	MARGIN: 0;
	margin-top:0;
	margin-bottom:15px;
}
.Site #mainLayout
{
	margin:0;
	margin-left:184px;
	margin-top:0;
	padding:0 5px 20px 0;
	height:1%;
}
.Site #mainLayout.fullwidth
{
	margin-left:0;
}
.Site #mainLayout.homepage
{
	margin-left:251px;
	margin-top:0;
}
.Site #mainLayout TABLE#productList TD.list
{
    width: 50%;
}
.Site #mainFooter
{
    padding:5px 0;
}
.Site #footer img
{
	border:none;
}
/* ======================== */


.Site #header
{
	padding-bottom:10px;
	margin-bottom:10px;
}
.Site #footer
{
	margin-top:10px;
	padding-top:10px;
}

/* ####    Page with Sub Menu Column widths    #### */	

.Site #template_2_Columns #column1				
{				
	width: 400px !important;	
}				
				
.Site #template_2_Columns #column2				
{				
	margin-left: 410px !important;			
}				
				
.Site #template_2_Columns_66_33 #column1				
{				
	width: 541px !important;			
}				
				
.Site #template_2_Columns_66_33 #column2				
{				
	margin-left: 551px !important;			
}				
				
.Site #template_2_Columns_33_66 #column1				
{				
	width: 267px !important;			
}				
				
.Site #template_2_Columns_33_66 #column2				
{				
	margin-left: 277px !important;			
}				
				
.Site #template_3_Columns #column1,				
.Site #template_3_Columns #column2				
{				
	width: 258px !important;			
}				
				
.Site #template_3_Columns #column2				
{				
	margin-left: 10px !important;	
}
				
.Site #template_3_Columns #column3				
{				
	margin-left: 539px !important;			
}				
				
.Site #template_2_Columns_Boxed #column1				
{				
	width: 390px !important;			
}				
				
.Site #template_2_Columns_Boxed #column2				
{				
	margin-left: 400px !important;			
}				
				
.Site #template_2_Columns_66_33_Boxed #column1				
{				
	width: 520px !important;			
}				
				
.Site #template_2_Columns_66_33_Boxed #column2				
{				
	margin-left: 530px !important;			
}				
				
.Site #template_2_Columns_33_66_Boxed #column1				
{				
	width: 260px !important;			
}				
.Site #template_2_Columns_33_66_Boxed #column2				
{				
	margin-left: 270px !important;			
}				
.Site #scrollerContainer 				
{				
	width: 786px !important;			
}				
				
				
/* ####    Fullwidth column widths    #### */				
				
.Site .fullwidth #template_2_Columns #column1				
{				
	width: 488px !important;			
}							
.Site .fullwidth #template_2_Columns #column2				
{				
	margin-left: 498px !important;			
}				
.Site .fullwidth #template_2_Columns_66_33 #column1				
{				
	width: 650px !important;			
}				
				
.Site .fullwidth #template_2_Columns_66_33 #column2				
{				
	margin-left: 660px !important;			
}				
				
.Site .fullwidth #template_2_Columns_33_66 #column1				
{				
	width: 325px !important;			
}				
				
.Site .fullwidth #template_2_Columns_33_66 #column2				
{				
	margin-left: 335px !important;			
}				
				
.Site .fullwidth #template_3_Columns #column1,				
.Site .fullwidth #template_3_Columns #column2				
{				
	width: 322px !important;			
}				
				
.Site .fullwidth #template_3_Columns #column2				
{				
	margin-left: 10px !important;			
}				
				
.Site .fullwidth #template_3_Columns #column3				
{				
	margin-left: 664px !important;			
}				
				
.Site .fullwidth #template_2_Columns_Boxed #column1				
{				
	width: 478px !important;			
}				
				
.Site .fullwidth #template_2_Columns_Boxed #column2				
{				
	margin-left: 488px !important;	width: 478px !important;		
}				
				
.Site .fullwidth #template_2_Columns_66_33_Boxed #column1				
{				
	width: 637px !important;			
}				
				
.Site .fullwidth #template_2_Columns_66_33_Boxed #column2				
{				
	margin-left: 647px !important;			
}				
				
.Site .fullwidth #template_2_Columns_33_66_Boxed #column1				
{				
	width: 318px !important;			
}				
.Site .fullwidth #template_2_Columns_33_66_Boxed #column2				
{				
	margin-left: 328px !important;			
}				
				
.Site .fullwidth #scrollerContainer 				
{				
	width: 966px !important;			
}				

/* ####    True Homepage column widths    #### */

.Site .truehome #template_2_Columns #column1
{
    width:460px !important;
}				
.Site .truehome #template_2_Columns #column2
{
    margin-left: 480px !important;
    width:460px;
}		
.Site .truehome #column1,
.Site .truehome #column2
{
    border:solid 2px #cbcbcb;
    padding:5px;
}

/* ####    Homepage column widths    #### */	

.Site .homepage #template_2_Columns #column1				
{				
	width: 365px !important;			
}				
				
.Site .homepage #template_2_Columns #column2				
{				
	margin-left: 375px !important;			
}				
				
.Site .homepage #template_2_Columns_66_33 #column1				
{				
	width: 474px !important;			
}				
				
.Site .homepage #template_2_Columns_66_33 #column2				
{				
	margin-left: 484px !important;			
}				
				
.Site .homepage #template_2_Columns_33_66 #column1				
{				
	width: 243px !important;			
}				
				
.Site .homepage #template_2_Columns_33_66 #column2				
{				
	margin-left: 253px !important;			
}				
				
.Site .homepage #template_3_Columns #column1,				
.Site .homepage #template_3_Columns #column2				
{				
	width: 240px !important;			
}				
				
.Site .homepage #template_3_Columns #column2				
{				
	margin-left: 10px !important;			
}				
				
.Site .homepage #template_3_Columns #column3				
{				
	margin-left: 500px !important;			
}				
				
.Site .homepage #template_2_Columns_Boxed #column1				
{				
	width: 355px !important;			
}				
				
.Site .homepage #template_2_Columns_Boxed #column2				
{				
	margin-left: 365px !important;			
}				
				
.Site .homepage #template_2_Columns_66_33_Boxed #column1				
{				
	width: 473px !important;			
}				
				
.Site .homepage #template_2_Columns_66_33_Boxed #column2				
{				
	margin-left: 483px !important;			
}				
				
.Site .homepage #template_2_Columns_33_66_Boxed #column1				
{				
	width: 236px !important;			
}				
.Site .homepage #template_2_Columns_33_66_Boxed #column2				
{				
	margin-left: 246px !important;			
}				
.Site .homepage #scrollerContainer 				
{				
	width: 720px !important;			
}				


.Site TABLE#subPageTable .col1
{
    WIDTH: 30%;
}
.Site TABLE#subPageTable .col2
{
    WIDTH: 40%;
}
.Site TABLE#subPageTable .col3
{
    WIDTH: 30%;
}
.Site TABLE#subPageTable TH.heading
{
    PADDING: 5px;
}
.Site TABLE#subPageTable TD.cell
{
    PADDING:5px;
    VERTICAL-ALIGN: middle;
}
.Site #template_Products_Grouped .backlink
{
	clear:right;
	padding:3px;
	TEXT-ALIGN: right;
}

/* ======================== */

.Site #template_sitemap ul
{
	margin:0 0 0 20px;
	padding:0;
	line-height:1.8;
}
#template_sitemap ul a
{
	padding-left:20px;
}
.Site #template_sitemap ul ul 
{
	line-height:1.5;
}

.Site TABLE#productList
{
    MARGIN-TOP: 10px;
    MARGIN-BOTTOM: 10px
}
.Site TABLE#productList td img
{
    float:none;
    text-align:center !important;
}
.Site TABLE#productList TD.list
{
    PADDING-RIGHT: 5px;
    PADDING-LEFT: 5px;
}
.Site #developerLink
{
	float: right;
	width: 200px;
	margin: 0;
}
.Site #developerLink a
{
    text-align:right;
}

/* ############################### Header Info ############################ */

.Site #headerInfo
{
	position:relative;
	float:right;
	width:400px;
}
.Site #headerInfo
{
	width:400px;
}
.Site #logonForm th, #logonForm td
{
	vertical-align:middle;
}

/* ############################### Bespoke Sub Page Listing ############################ */

.Site .relatedLink a.subPageImgLink
{
	display:block;
	padding-right:20px;
}
.Site .relatedLink .moreImglink img
{
	float:none;
}
.Site p.moreImglink
{
	margin-bottom:0;
}
.Site .listSubPage
{
	text-align:center;
}

.Site .event,
.Site .job
{
	padding-bottom:5px;
}
.Site .detail,
.Site .backlink
{
	padding-right:5px;
}
.Site .job p
{
	margin:1px 0:
}


ul.inlinePopupOptions
{
	margin-top:0 !important;
}

.Site .fullwidth #leftCol
{
    display:none;
}
.Site .truehome #mainLayout
{
    margin-left:0;
    padding-right:0;
}
.Site .bottomDescription
{
    position:absolute;
    bottom:0;
    left:0;
}

/* UI Datepicker */
#ui-datepicker-div,
#ui-datepicker-div table,
.ui-datepicker-div,
.ui-datepicker-div table,
.ui-datepicker-inline,
.ui-datepicker-inline table {
	font-size: 12px !important;
}
.ui-datepicker-div, .ui-datepicker-inline, #ui-datepicker-div {
	/*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
	font-family: Verdana, Arial, sans-serif;
	background: #ffffff;
	font-size: 1.1em;
	border: 2px solid #510452;
	width: 15.5em;
	padding: 2.5em .5em .5em .5em;
	position: relative;
}
#ui-datepicker-div {
	z-index: 9999; /*must have*/
	display: none;
	background: #ffffff;
}
.ui-datepicker-inline {
	float: left;
	display: block;
}
.ui-datepicker-control a{
	/*display: none;*/
	cursor: pointer;
}
.ui-datepicker-current {
	display: none;
}
.ui-datepicker-next, .ui-datepicker-prev {
	position: absolute;
	left: .5em;
	top: .5em;
	background: #e6e6e6 url(/ewcommon/js/jquery/datepicker/smoothness/images/e6e6e6_40x100_textures_02_glass_75.png) 0 50% repeat-x;
}
.ui-datepicker-next {
	left: 14.6em;
}
.ui-datepicker-next:hover, .ui-datepicker-prev:hover {
	background: #dadada url(/ewcommon/js/jquery/datepicker/smoothness/images/dadada_40x100_textures_02_glass_75.png) 0 50% repeat-x;
}
.ui-datepicker-next a, .ui-datepicker-prev a {
	text-indent: -999999px;
	width: 1.3em;
	height: 1.4em;
	display: block;
	font-size: 1em;
	background: url(/ewcommon/js/jquery/datepicker/smoothness/images/888888_7x7_arrow_left.gif) 50% 50% no-repeat;
	border: 1px solid #2a3174;
	cursor: pointer;
}
.ui-datepicker-next a {
	background: url(/ewcommon/js/jquery/datepicker/smoothness/images/888888_7x7_arrow_right.gif) 50% 50% no-repeat;
}
.ui-datepicker-prev a:hover {
	background: url(/ewcommon/js/jquery/datepicker/smoothness/images/454545_7x7_arrow_left.gif) 50% 50% no-repeat;
}
.ui-datepicker-next a:hover {
	background: url(/ewcommon/js/jquery/datepicker/smoothness/images/454545_7x7_arrow_right.gif) 50% 50% no-repeat;
}
.ui-datepicker-prev a:active {
	background: url(/ewcommon/js/jquery/datepicker/smoothness/images/222222_7x7_arrow_left.gif) 50% 50% no-repeat;
}
.ui-datepicker-next a:active {
	background: url(/ewcommon/js/jquery/datepicker/smoothness/images/222222_7x7_arrow_right.gif) 50% 50% no-repeat;
}
.ui-datepicker-header select {
	border: 1px solid #2a3174;
	color: #555555;
	background: #e6e6e6;
	font-size: 1em;
	line-height: 1.4em;
	position: absolute;
	top: .5em;
	margin: 0 !important;
	
}
.ui-datepicker-header select.ui-datepicker-new-month {
width: 7em;
left: 2.2em;
}
.ui-datepicker-header select.ui-datepicker-new-year {
width: 5em;
left: 9.4em;
}
table.ui-datepicker {
	width: 15.5em;
	text-align: right;
}
table.ui-datepicker td a {
	padding: .1em .3em .1em 0;
	display: block;
	color: #555555;
	background: #e6e6e6 url(/ewcommon/js/jquery/datepicker/smoothness/images/e6e6e6_40x100_textures_02_glass_75.png) 0 50% repeat-x;
	cursor: pointer;
	border: 1px solid #ffffff;
}
table.ui-datepicker td a:hover {
	border: 1px solid #999999;
	color: #212121;
	background: #dadada url(/ewcommon/js/jquery/datepicker/smoothness/images/dadada_40x100_textures_02_glass_75.png) 0 50% repeat-x;
}
table.ui-datepicker td a:active {
	border: 1px solid #dddddd;
	color: #222222;
	background: #ffffff url(/ewcommon/js/jquery/datepicker/smoothness/images/ffffff_40x100_textures_02_glass_65.png) 0 50% repeat-x;
}
table.ui-datepicker .ui-datepicker-title-row td {
	padding: .3em 0;
	text-align: center;
	font-size: .9em;
	color: #222222;
	text-transform: uppercase;
	/*border-bottom: 1px solid #2a3174;*/
}

table.ui-datepicker .ui-datepicker-title-row td a {
	color: #222222;
}
table.ui-datepicker td.ui-datepicker-week-end-cell a
{
	background-color:#e6f1f5 !important;
	background-image:none;
}
/* ___________ IE6 IFRAME FIX ________ */
.ui-datepicker-cover {
    display: none; /*sorry for IE5*/
    display/**/: block; /*sorry for IE5*/
    position: absolute; /*must have*/
    z-index: -1; /*must have*/
    filter: mask(); /*must have*/
    top: -4px; /*must have*/
    left: -4px; /*must have*/
    width: 200px; /*must have*/
    height: 200px; /*must have*/
}

.ui-datepicker-today,
.ui-datepicker-today a
{
	background: #00B4EF !important;
	color: #FFF !important;
}
.ui-datepicker-current-day,
.ui-datepicker-current-day a 
{
	background: #2a3174 !important;
	color: #FFF !important;
}
.ui-datepicker-unselectable,
.ui-datepicker-unselectable a
{
	padding: .1em .3em .1em 0;
	color: #ababab;
	text-decoration: line-through;
} 
.ui-datepicker-other-month,
.ui-datepicker-other-month a
{
	text-decoration: none;	
}
.ui-datepicker-days-cell 
{
    text-align:center;
}

.Site form#send td label
{
    padding-right:10px;
}
.Site form#send td img
{
    margin:0 !important;
    margin-top:-6px !important;
    padding-top:3px;
    border:none;
}