body
{
	background: #ee4d45 url(/images/layout/body_bg.gif) repeat-y center top;
	margin:0;
	FONT-SIZE: 70%;
	COLOR: #000;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
}
A
{
    FONT-WEIGHT: 700;
    COLOR: #d5342c;
    TEXT-DECORATION: none;
}
A:hover
{
    TEXT-DECORATION: underline;
}
blockquote
{
	margin:0;
	font-size:110%;
	padding:40px 20px;
	background:#efefef url(/images/layout/quote_bg.jpg) left top no-repeat;
	border-right:1px solid #999;
	border-bottom:1px solid #999;
}
blockquote p
{
	margin:0;
}
dt
{
	padding:3px 0;
	font-size:115%;
	font-weight: 700;
	margin-bottom:0.3em;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
}
dd
{
	margin-left:10px;
	line-height:1.3;
}
form
{
	margin:0;
}
H1,H2,H3,H4,H5,H6
{
	margin:0;
	margin-bottom: 10px;
}
H1
{
	color:#d5342c;
	font-weight:700;
    FONT-SIZE: 210%
}
H2
{
	color:#d5342c;
	font-weight:400;
    FONT-SIZE: 160%
}
H3
{

    FONT-SIZE: 140%
}
H4
{
    FONT-SIZE: 130%
}
H5
{
    FONT-SIZE: 120%
}
H6
{
    FONT-SIZE: 110%
}
IMG
{
    BORDER: none;
}

TABLE
{
	width:100%;
    BORDER:none;
}
TABLE TD
{
    PADDING:0;
    VERTICAL-ALIGN: top;
}
TABLE TH
{
    TEXT-ALIGN: left
}

/* ################################### Bespoke Classes ################################## */

.box
{
	height: 1%;
	margin:0 !important;
	padding-bottom:8px !important;
	background:#fff url(/images/layout/box_bot_shadow.gif) bottom left repeat-x;
	width:auto !important;
}
.box H2
{
	border:1px solid #c9c9c9;
	border-bottom:none;
	padding:0.3em;
	margin: 0;
	font-size: 130%;
	font-weight: 700;
	text-align: left;
	color: #333;
	width:auto !important;
}
.box .content
{
	border:1px solid #c9c9c9;
	background:url(/images/layout/5sq.gif) bottom right no-repeat;
	padding: 10px 10px 20px !important;
	width:auto !important;
}

.button
{
	FONT-SIZE: 80%;
	text-transform:uppercase;
	background:#e9e9e9;
	border-top:1px solid #f2f2f2;
	border-left:1px solid #d7d7d7;
	border-right:1px solid #d7d7d7;
	border-bottom:1px solid #4f4f4f;
}
.clientSection
{
	margin-right:185px;
}
.detail H2
{
    FONT-SIZE: 210% !important;
    margin-bottom:20px;
}
.detail H3
{
    FONT-SIZE: 110%;
}
.detail .date
{
	FONT-SIZE: 160%;
	color:#bbb;
}
.detail IMG.picture
{
	MARGIN-BOTTOM: 10px;
	MARGIN-LEFT: 15px
}

.form .label
{
	text-align:right;
	padding:0 0.5em;
}
.form td
{
	padding-bottom:0.2em;
}
.formGroup
{
	margin-bottom:10px;
}

.ghosted
{
    COLOR: #bbb
}

.label
{
    FONT-WEIGHT: bold
}
.link .thumbnail
{
	padding-left:10px;
	padding-bottom:10px;
}

.list
{
    MARGIN-BOTTOM: 5px;
    PADDING: 7px;
    background:#eee;
    BORDER-top: #dedede 1px solid;
    BORDER-left: #dedede 1px solid;
    BORDER-right: #dedede 1px solid;
    BORDER-BOTTOM: #bbb 2px solid;
}
.list H3
{
    MARGIN-TOP: 0px;
    FONT-SIZE: 120%;
    MARGIN-BOTTOM: 10px;
}
.list H4
{
    FONT-SIZE: 100%;
    font-weight:400;
    margin:0;
}
.list P.venue
{
	margin-bottom:10px; 
}
.list .date
{
    FONT-weight:700;
    COLOR: #999;
    margin-bottom:10px;
}
.list IMG.thumbnail
{
    MARGIN-BOTTOM: 20px;
    MARGIN-LEFT: 20px
}
.listDescription
{
	padding-left:40px;
	margin-bottom:10px;
}
.listTitle a
{
	font-size:120%;
	line-height:2em;
	background:#fff url(/images/layout/bullet_listTitle.gif) center left no-repeat;
	padding-left: 20px;
}
.morelink
{
	display:none;
    TEXT-ALIGN: right
}
.quoteSource
{
	font-weight:700;
	line-height:2em;
	margin-bottom:20px;
	padding:0.3em 20px;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
}
.stepper
{
	BORDER-top: #d8d8d8 1px solid;
    BORDER-bottom: #d8d8d8 1px solid;
    PADDING: 5px;
}
.stepper P
{
    MARGIN: 0;
    TEXT-ALIGN: right
}

.textBox, .textArea
{
	background:#fafafa;
	font-family: Verdana, sans-serif;
	FONT-SIZE: 100%;
	WIDTH: 200px;
	border-top:1px solid #555;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	border-bottom:1px solid #eee;
}
.textBox:focus, .textArea:focus
{
	background:#FFFAC6;
}

/* ################################## Bespoke ID's ################################### */

#mainTable
{
position:relative;
	width:740px;
	margin:auto;
}

#mainHeader
{
	padding-top:20px;
	height:100px;
	background:url(/images/layout/5sq_txt.gif) 100% 20px no-repeat;
	display:none;
}
img#logo
{
	float:left;
}

#topMenu
{
	text-align:right;
	margin-left:165px;
	width:440px;
	color:#dfdfdf;
	font-size:90%;
	line-height:1.5;
}
#topMenu ul
{
	text-align:right;
	padding:0;
	margin:0;
	display:inline;
}
#topMenu li
{
	text-align:right;
	display:inline;
}
#topMenu a
{
	color:#dfdfdf;
	font-weight:400;
	border-right:1px solid;
	padding-right:6px;
	margin-right:6px;
}
#topMenu a:hover, #copyright a:hover
{
	color:#fff;
}


/* ################################## Menu setup ################################### */


#mainMenu
{
	background:#B6352E url(/images/layout/menu_bar.gif) left top no-repeat;
	line-height:2.4;
	padding-left:20px;
	padding-right:100px;
	border-bottom:1px solid #000;
	display:none;
}
#mainMenu a, #subMenu a, #subMenu2 a, #subMenu3 a
{
	text-decoration:none;
}
#mainMenu #Login
{
	position:absolute;
	top:120px;
	right:0px;
	padding:0 30px;
	background:#11325D url(/images/layout/menu_bar_blue.gif) right top no-repeat;
}
#mainMenu a#Login:hover
{
	color:#9cf !important;
}
#mainMenu UL
{
	padding: 0;
	margin: 0;
	list-style-type: none;
	color:#fff;
}
#mainMenu LI
{
	display: inline;
}
#mainMenu ul A
{
	color:#fff;
	font-size:110%;
	line-height:2.4;
	font-weight:400;
	background:url(/images/layout/bullet_sqrs.gif) left center no-repeat;
	padding:0 15px;
}
#mainMenu ul A.active
{
	color:#000 !important;
	background:url(/images/layout/bullet_sqrs_a.gif) left center no-repeat;
}
#mainMenu UL A:hover
{
	color:#000;
}

/* ================== sub menu =================== */

#subMenu
{
	padding:0.8em 0;
	background:#888;
	border-top:1px solid #5f5f5f;
	border-bottom:1px solid #000;
	display:none;
}
#subMenu UL, #subMenu2 UL
{
	padding:0;
	margin:0;
	display:inline;
}
#subMenu li, #subMenu2 li
{
	display:inline;
}
#subMenu ul A
{
	color:#fff;
	padding:0.6em 1em;
	line-height:2.6;
	font-weight:400;
}
#subMenu ul A.active, #subMenu2 ul A.active
{
	background:#D7564F;
}
#subMenu ul A:hover, #subMenu2 ul A:hover
{
	background:#666;
}
#subMenu2
{
	background:#999;
	border-top:1px solid #6b6b6b;
	border-bottom:1px solid #000;
}
#subMenu2 ul A
{
	color:#fff;
	padding:0.4em 1em;
	line-height:2.4;
	font-size:90%;
	font-weight:400;
}


/* ================== conditional sub menu for Clients =================== */


#subMenu3
{
	float:right;
	width:145px;
	margin:30px 0;
	padding:10px 10px 10px 0;
	border-left:#ccc 1px solid;
}
#subMenu3 ul
{
	padding: 0;
	margin: 0;
	list-style-type: none;
	color:#fff;
	display: inline;
}
#subMenu3 li
{
	display: inline;
}
#subMenu3 ul a
{
	color:#999;
	line-height:1.3;
	display:block;
	font-weight:400;
	padding:3px 0 3px 20px;
}
#subMenu3 ul a.active
{
	color:#8B63AA;
	font-weight:700;
	padding-left:17px;
	border-left:3px solid #8B63AA;
}
#subMenu3 ul a:hover
{
	color:#8B63AA;
	padding-left:17px;
	border-left:3px solid #ccc;

}

/* ##################################################################### */

#clientAccess
{
	font-size:90%;
	background:#DBDADA url(/images/layout/client_access_bar.gif) top left no-repeat;
	padding-left:128px;
	padding-right:20px;
	border-bottom:1px #000 solid;
}
#clientAccess table td
{
	height:29px;
	vertical-align:middle !important;
}
#clientAccess form
{
	margin:0;
	display:inline;
}
#clientAccess .textBox
{
	border-top:1px solid #666;
	border-left:1px solid #ebebeb;
	border-right:1px solid #ebebeb;
	border-bottom:1px solid #fff;
	width:90px;
	font-size:10px;
}
#clientAccess .label
{
	padding-left:3px;
	padding-right:12px;
	font-weight:400;
}
#clientAccess .forgotten
{
	width:100%;
	text-align:right;
}
#clientAccess .forgotten a
{
	color:#000;
	text-decoration:underline;
	font-weight:400;
}
#clientAccess .forgotten a:hover
{
	text-decoration:none;
}

#billBoard
{
	margin:0;
	padding:0;
	background:#fff;
	border-bottom:1px solid #000;
	display:none;
}

#mainTitle
{
	color:#900;
	margin-bottom:1em;
}
H1#mainTitle 
{
	line-height:2.1em;
	font-size:160%;
	display:inline;
}
#layoutContainer
{
	padding:30px 20px;
	background:#fff url(/images/layout/layout_bottom.gif) left bottom no-repeat;
}
#mainLayout
{
	line-height:1.7;
}

#mainFooter
{
	padding-top:30px;
	color:#ccc;
	font-size:90%;
	text-align:center;
	display:none;
}
#mainFooter ul
{
	padding:0;
	margin:0;
	display:inline;
}
#mainFooter li
{
	display:inline;
}
#mainFooter a
{
	font-weight:400;
}
#mainFooter ul a
{
	line-height:1.6;
	border-right:1px solid #ccc;
	padding-right:6px;
	margin-right:6px;
}
div#copyright 
{
	margin:20px 0;
	color:#ddd;
	text-align:center;
}
div#copyright p
{
	margin:0;
	line-height:1.6;
	text-align:right;
}
div#copyright a
{
	color:#ccc;
	font-weight:400;
}


/* ##################################################################### */




#template_2_Columns_66_33 #column1
{
	width: 450px !important;
}
#template_2_Columns_66_33 #column2
{

	margin-left: 460px !important;
}
#template_Home_Variant #column1
{
	width:280px !important;
	border-bottom:1px solid #ccc;
}
#template_Home_Variant .link
{
	margin-bottom:20px;
}
#template_Home_Variant .linkBrief
{
	margin:0;
}
#template_Home_Variant .linkBrief a
{
	display:block;
	border-top:1px solid #ccc;
	padding:2px 10px;
}
#template_Home_Variant .linkBrief a:hover
{
	background:#F8EAEA;
	text-decoration:none;
}
#template_Home_Variant #column2
{
	margin-left:300px !important;
}
#template_Home_Variant .list
{
	border:none;
	background:none;
	border:none;
	padding:0;
}
#template_Home_Variant .list h4
{
	padding:0;
}


#header
{
    PADDING: 5px 0;
}
#footer
{
    PADDING: 5px 0;
}

TABLE#subPageTable, TABLE.documentTable
{
	line-height:1.2;
    BORDER:none !important;
}
TABLE#subPageTable .col1
{
    WIDTH: 25% !important;
}
TABLE#subPageTable .col1 a, TABLE.documentTable a
{
	color:#0155A3;
}
TABLE#subPageTable .col2
{
    WIDTH: 20% !important;
}
TABLE#subPageTable .col3
{
    WIDTH: 55% !important;
}
TABLE#subPageTable TH.heading, TABLE.documentTable TH.heading
{
    BORDER-RIGHT: #fff 1px solid;
    BORDER-BOTTOM: #fff 1px solid;
    PADDING: 5px;
    FONT-WEIGHT: 400;
    FONT-SIZE: 120%;
    COLOR: #fff;
    BACKGROUND-COLOR: #4788C9;
}
TABLE#subPageTable TD.cell, TABLE.documentTable TD.cell
{
    BORDER-RIGHT: #fff 1px solid;
    BORDER-BOTTOM: #fff 1px solid;
    PADDING: 5px;
    VERTICAL-ALIGN: middle;
    background:#ddd;
}

#template_sitemap UL
{
	padding:0;
	margin:0;
	display:inline;
}
#template_sitemap A
{
	padding-left:5px;
	display:block;
	border-bottom:1px solid #ccc;
	FONT-SIZE: 120%;
}
#template_sitemap UL UL A
{
	margin-left:30px;
	padding-left:20px;
	border:none;
    FONT-SIZE: 100%;
    background-image:url(/images/layout/bullet.gif);
    background-position: left center;
    background-repeat: no-repeat;
}
#template_sitemap UL UL ul A
{
	margin-left:50px;
    FONT-SIZE: 90%;
}
#template_sitemap LI
{
	padding:0;
	margin:0;
	line-height: 2em;
    LIST-STYLE-TYPE: none;
    display:inline;
}
#template_sitemap ul ul li
{
	line-height: 1.5;
}

#template_sitemap a:hover
{
	color:#d5342c;
}

#template_Products_Grouped .backlink
{
    PADDING: 2%;
    WIDTH: 96%;
    BACKGROUND-COLOR: #999;
    TEXT-ALIGN: right
}
#template_Products_Grouped .backlink A
{
    COLOR: #fff;
}
TABLE#productList
{
    BORDER-TOP: #000 1px solid;
    MARGIN: 10px 0;
}
TABLE#productList TD.list
{
    PADDING:0 5px;
}

#template_Mailform_Left #column1
{
    width: 340px !important; /* Changed to accomdate long e-mail addresses in col2 */
}
#template_Mailform_Left #column2
{
	margin-left: 350px !important;
}
