﻿
/* This is to ensure similar default settings on different browsers */
/* These should not be changed*/
/* DO NOT CHANGE */
body
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	color: #333333;
	border: 0px;
	margin: 0px;
	padding: 0px;
	background-color: #e6e6e6;
	margin-top: 20px; /* Added by Lemon as container css is changed (position is removed) */
}
/* DO NOT CHANGE */
body a
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	color: #6095C1;
	text-decoration: underline;
}
/* DO NOT CHANGE */
body a:hover
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	color: #79AAD6;
	text-decoration: underline;
}
/* DO NOT CHANGE */
h1
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #6095C1;
	margin-bottom: 7px;
}
/* DO NOT CHANGE */
h2
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	margin-bottom: 0px;
}
/* DO NOT CHANGE */
h2 a:hover
{
	color: #000000;
}
/* DO NOT CHANGE */
h2 a
{
	text-decoration: none;
	color: #000000;
}
/* DO NOT CHANGE */
p
{
	margin: 0px 0px 5px 0px;
}
/* DO NOT CHANGE */
a img
{
	border: 0px;
}
/* DO NOT CHANGE */
input
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}
/* DO NOT CHANGE */
select
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}

/*Helper classes to fix the layout. */
/*Use to avoid the use of inline styles*/
.floatclear
{
	clear: both;
	float: none;
}
.floatstop
{
	float: none;
}

/*This sets the background colour for the whole page, ie. Light gray DO NOT CHANGE*/
#bgHolder
{
	border: 0px;
	margin: 0px;
	padding: 0px;
	background-color: #e6e6e6;
	background-position: 50% 0px;
	background-repeat: no-repeat;
	margin: 0px auto 0px auto;
}



/*holds the whole of the header*/
.header
{
	margin: 0px auto 0px auto;
	background-color: #6095C1; /*sets the header to blue*/
	border-bottom: solid 1px #ffffff; /*this is the single line under the header that seperates the header from the page title*/
}

/*DO NOT CHANGE Holds the search bar and the logo*/
.searchHolder
{
	height: 50px;
	vertical-align: middle;
	text-align: right;
	margin-bottom: 5px;
}
/*DO NOT CHANGE Sets the search box to the right and sets the*/
/*padding and margin to display in the correct location*/
.search
{
	float: right; /*padding-right: 43px; changed by Lemon */
	padding-right: 10px;
	margin-top: 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #ffffff; /*width: 150px; changed by Lemon*/
	width: 175px;
	text-align: right;
}
/*DO NOT CHANGE*/
.search input
{
	/*width: 140px;*/
	width: 140px;
}
/*DO NOT CHANGE sets the positioning of the searchText*/
.searchText
{
	padding-right: 5px !important;
	text-align: right;
	padding-top: 4px;
}
/*DO NOT CHANGE Sets the position and the size of the GO button for the search*/
#goButton
{
	position: absolute;
	left: 729px;
	top: 15px;
	width: 25px;
	height: 18px;
}

/*sets the positioning for the logo*/
.rsmLogo
{
	margin: 6px 0px 0px 0px;
	float: left; /*width:190px; Changed by Jigna as RSM International image' width was 170 and Image created by us is of 211 width*/
	width: 262px;
}
/*DO NOT CHANGE Holds the country dropdown and the menu options*/
.optionsHolder
{
	background-color: #6095C1;
	height: 30px;
}

/*DO NOT CHANGE Holds the dropdown and accompanying text*/
.worldwideOffices
{
	padding-left: 20px;
	float: left; /*width: 285px;*/
	width: 227px;
	height: 24px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	background-color: #6095C1;
	color: #ffffff;
}
/* DO NOT CHANGE */
.worldwideOffices select
{
	margin-top: 1px;
	font-size: 10px;
}

/*Sets the styles for the menu options which should appear
to the bottom right of the header*/
.menuOptions
{
	float: left;
	text-align: right; /*width: 450px;*/
	width: 511px;
	height: 24px;
	background-color: #6095C1;
}
/*Sets the link colours for the menu options*/
.menuOptions a
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #002d9a;
	text-decoration: none;
}
/*Sets the hover colours for the menu options*/
.menuOptions a:hover
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: underline;
}


/*The options use an unordered list styled horizontally*/
.menuOptions ul
{
	float: right;
	margin: 0;
	padding: 0 0 0 0px;
	list-style: none;
}
/* DO NOT CHANGE Each menu item should be in a list item which will set it's margins*
/* This will also set the divider line to the left of the item*/
.menuOptions li
{
	float: left;
	background-image: url(images/topmenudivider.gif);
	background-repeat: no-repeat;
	margin: 3px 0px 0 0;
	padding: 0 0 6px 11px;
}

/* DO NOT CHANGE sets the item link font*/
.menuOptions li a
{
	color: #ffffff;
}

/* DO NOT CHANGE sets the item hover font*/
.menuOptions li a:hover
{
	color: #ffffff;
	text-decoration: underline;
}

/*DO NOT CHANGE Use this class on the first menu item to remove the divider line*/
.noLine
{
	background-image: none !important;
}

/*End of the header styles*/

/*DO NOT CHANGE This is the style that sets up the main body of the page*/
#mainPanel
{
	margin-top: 4px;
	padding-left: 11px;
	width: 745px;
	margin-bottom: 3px;
}

/*Sets up the position of the right hand panel that holds the menus and the adverts*/
#rightPanel
{
	width: 219px; /*If this is changed then the textBody may also have to be modified. It is recommended to leave this as is*/
	float: right; /* DO NOT CHANGE */
}


/*sets up the font information for the right hand menu*/
.rightmenu
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
}
.rightmenu a
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}
.rightmenu a:hover
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
}


/* This sets up the margins and the padding for the right hand menu*/
#rightMenu ul
{
	list-style-type: none;
	padding-left: 0;
	margin-left: 0;
	margin-top: 0;
}

/*Each list item in the menu is a menu option, this cascading style will set up each menu option*/
/* with the double shevron and the bottom border set the blue to act as the seperator*/
#rightMenu li
{
	background-image: url(IMAGES/doubleShevronBig.gif);
	background-repeat: no-repeat;
	background-position: 10px 3px;
	padding-top: 3px;
	padding-bottom: 7px;
	padding-left: 28px;
	border-style: solid;
	border-width: 0px 0px 1px;
	border-color: #8197CD;
}

/*This can be applied to an <li> to set the menu option to be*/
/*the darkest shade of blue, which should be reserved for the home link*/
.rightMenuLevel0
{
	background-color: #97B5D2;
}

/*This can be applied to an <li> to set the menu option to be */
/*a darker shade of blue, which can be used for a featured item */
.rightMenuLevel1
{
	background-color: #d2e3f1;
}

/*This can be applied to an <li> to set the menu option to be */
/*the lightest shade of blue, this should be used for the currently selected item*/
.rightMenuLevel2
{
	background-color: #edf3f9;
}



/* This sets up the sub menu for the right hand menu. */
/* The sub menu displays the contents of a menu item. */
#rightMenu ul ul
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	line-height: 11px;
}

/* sets up the link colours for the sub menu items*/
#rightMenu ul ul a
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	line-height: 11px;
}
#rightMenu ul ul a:hover
{
	text-decoration: underline;
}

/*The sub menu items should display differently from the main items*/
/*This cascading style uses a different shevron image and does not have a seperator for each item*/
#rightMenu li li
{
	background-image: url(IMAGES/smallShevron.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 9px;
	border-style: none;
}

/*This style should be used for the currently selected sub item*/
/*These three styles will colour the menu option so the user knows which is selected*/
#rightMenu ul ul .rightMenuPageSelected
{
	font-weight: bold;
	color: #6095C1;
}
#rightMenu ul ul .rightMenuPageSelected a
{
	font-weight: bold;
	color: #6095C1;
}
#rightMenu ul ul .rightMenuPageSelected a:hover
{
	text-decoration: underline;
}


/* right hand menu classes end */

/*Specifically holds all the adverts*/
#adPanel
{
	margin-top: 5px;
	width: 219px; /*Can be enlargened if required. Containing DIV's will also need to be expanded*/
	left: 20px;
}

/* DO NOT CHANGE */
#adPanel img
{
	padding-bottom: 8px;
}

/*DO NOT CHANGE Sets the top boxes that appear just under the page banner */
.topBoxes
{
	width: 515px;
	height: 28px;
	margin-bottom: 10px;
}

/*This is the holder for the main body of text*/
#textBody
{
	width: 500px; /*Can be chanegd to make the body text wider. All outer DIV's will have to be expanded. Not recommended*/
	padding-bottom: 10px;
	/*_word-wrap: break-word;*/
}

/*Sets up the styles so that any unordered list will have the blue square bullet points*/
#textBody ul
{
	list-style-image: url(IMAGES/bluebullet.gif);
	padding-top: 0px;
	padding-left: 12px;
}

#textBody ul ul
{
	list-style-image: url(IMAGES/BlueCircle.jpg);
	padding-top: 0px;
}

#textBody ul ul ul
{
	list-style-image: url(IMAGES/blueDash.gif);
	padding-top: 0px;
}

.innerLi
{
	list-style-image: url(IMAGES/BlueCircle.jpg);
	padding-top: 0px;
}
/*body border*/
#mainBodyHome
{
	width: 520px;
}

/*Sets up the boxes for the home page*/
.homeMainText
{
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: 6px;
	margin-right: 6px;
}

.homeBoxes
{
	margin-top: 5px;
	width: 520px; /*Can be expanded along with outer divs, but not recommended*/
}
/*Holds an entire box of information on the homepage including header and list*/
.homeBox
{
	float: left;
	width: 253px; /*Can be expanded along with containing elements, but not recommended*/
}
/*This is used to add extra horizontal space between the boxes*/
.homeBoxSpacer
{
	height: 15px;
	width: 7px; /*Can be expanded, but not recommended*/
	float: left;
}
/*DO NOT CHANGE This will set up the header including setting the image used in the background*/
.homeBoxHeader
{
	background-image: url(                     "Images/columnheader.jpg" );
	background-repeat: no-repeat;
}

/*DO NOT CHANGE This adds in a background image in the middle of the div which will act as a seperator*/
.homeBoxSeperator
{
	background-image: url(                     "IMAGES/homelinkdivider.gif" );
	background-position: center;
	background-repeat: repeat-y;
}

/*DO NOT CHANGE Thse set the style of the homepage box headings*/
.frontheaders
{
	font-size: 12px;
	font-weight: bold;
	color: #6095C1;
	height: 22px;
	padding: 3px 0 0 7px;
}
.frontheaders a
{
	font-size: 12px;
	font-weight: bold;
	color: #6095C1;
	text-decoration: none;
}
.frontheaders a:hover
{
	font-size: 12px;
	font-weight: bold;
	color: #6095C1;
	text-decoration: underline;
}
/*DO NOT CHANGE Sets up the link styles for the boxes on the homepage*/
.frontlinks
{
	font-size: 11px;
	color: #333333;
	list-style-image: url(IMAGES/bluebullet.gif);
	padding-left: 20px;
	border-left: 10px;
	margin-left: 5px;
	margin-top: 3px;
	margin-bottom: 10px;
	list-style-position: outside;
}

/*DO NOT CHANGE*/
.frontlinks li
{
	padding-left: 0px;
}

/* DO NOT CHANGE */
.frontlinks a
{
	font-size: 11px;
	color: #333333;
	text-decoration: none;
}
/* DO NOT CHANGE */
.frontlinks a:hover
{
	font-size: 11px;
	color: #6095C1;
	text-decoration: underline;
}

/*end of the homepage boxes*/

/*Sets up the styles for the boxes that may appear at the bottom of content pages for related news and downloads*/

/*related news*/

/* DO NOT CHANGE sets up the positioning of the box*/
#bodyListBox
{
	float: left;
	margin-right: 15px;
}

/* DO NOT CHANGE this is piece 1 of 3 for the listbox and contains the header only*/
.bodyListBoxHeader
{
	background-image: url(                     "IMAGES/linkboxtop.jpg" );
	width: 254px;
	padding-left: 11px;
	padding-top: 3px;
}

/* DO NOT CHANGE this is piece 2 of 3 for the listbox and contains the actual list*/
.bodyListBoxBody
{
	background-image: url(                     "IMAGES/linkboxfiller.gif" );
	width: 265px;
}
/* DO NOT CHANGE this is piece 3 of 3 for the listbox and contains the footer only*/
.bodyListBoxFooter
{
	background-image: url(                     "IMAGES/linkboxbase.gif" );
	background-repeat: repeat-x;
	width: 265px;
	height: 4px;
	margin-bottom: 10px;
}

/* DO NOT CHANGE this is the list inside of the listbox*/
.bodyListList ul
{
	list-style-image: url(IMAGES/bluebullet.gif);
	padding-left: 26px;
	border-left: 0px;
	margin: 0px 0px 0px 0px;
	list-style-position: outside;
	width: 235px;
}
/* DO NOT CHANGE styles for each of the list items in the list box*/
.bodyListList li
{
	padding-bottom: 3px;
}
.bodyListList li a
{
	font-size: 11px;
}
.bodyListList li a:hover
{
	font-size: 11px;
}

/*downloads*/

/* Sets the position of the downloadables box */
#downloadables
{
	float: left;
	width: 225px; /*Can be changed, not recommended*/
}

/* DO NOT CHANGE the list item inside the downloads box */
#downloadables ul
{
	list-style-type: none;
	padding-left: 0px;
	border-left: 0px;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
/* DO NOT CHANGE styles for each of the list items in the downloads*/
#downloadables li
{
	background-image: url(IMAGES/donwloadables_divider.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
}
/* DO NOT CHANGE each download will usually have a file type image associated with it*/
/* This will place the image as designed. The image size should be 16x16 pixels to work properly*/
#downloadables li img
{
	margin-top: 5px;
	margin-right: 7px;
	margin-bottom: 5px;
	vertical-align: middle;
	border: none;
}

/*end of downloads and related news boxes*/

/*The pagelinks styles are an alternative to the H tags where they aren't deemed appropriate*/

/*pageLinksL1 is a size 12 Bold font*/
.pagelinksL1
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}
.pagelinksL1 a
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #003399;
	text-decoration: none;
}
.pagelinksL1 a:hover
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
}

/*pageLinksL1 is a size 11 Bold font*/
.pagelinksL2
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
}
.pagelinksL2 a
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}
.pagelinksL2 a:hover
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: underline;
}

/*pageLinksL1 is a size 11 Normal font*/
.pagelinksL3
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	line-height: 12px;
}
.pagelinksL3 a
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	line-height: 12px;
	text-decoration: none;
}
.pagelinksL3 a:hover
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	line-height: 12px;
	text-decoration: underline;
}

/*End of pagelink styles*/

/*DO NOT CHANGE this style sets up the footer, which is the blue bat at the bottom of the page*/
.bottomtextrev
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	width: 741px;
	height: 19px;
	background-color: #6095C1;
	padding: 1px 14px 0px 13px;
	clear: both;
}
.bottomtextrev a
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.bottomtextrev a:hover
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
}
/*This pushes the copyright text to the left*/
.bottomTextCopyright
{
	width: 500px;
	float: left;
}

/*This forces the legal text to the right*/
.bottomTextLegal
{
	float: right;
	text-align: right;
}

/*holds the main contents of the page, sets the border colours and centers the page*/
#container
{
	/*This centers the page in firefox*/
	margin: auto auto;
	width: 768px;
	border: solid 1px #999999; /*position: relative;Commented by Lemon */
	text-align: left;
	top: 20px; /*Sets the distance from the top of the page*/
	height: 100%;
	background-position: center;
	background-color: #ffffff;
}

/*This centers the disclaimer and fixes it's layout*/
.disclaimer
{
	margin: auto auto;
	width: 768px; /*position: relative; commented by Jigna on 02/12/2009 for solving diclaimer problem*/
	top: 24px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
	line-height: 12px;
	background-color: #e6e6e6;
}
#rightPanelContact
{
	width: 217px; /*float: right;*/
}



/**********************Created By Lemon Technologies *************** */
.TextBox
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 140px;
	border: solid 1px #79AAD6;
}
.NormalButton
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: solid 1px #79AAD6;
	background-color: #d2e3f1;
	height: 22px;
	border-style: outset;
}

.NormalButton:hover
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: solid 1px #79AAD6;
	background-color: #edf3f9;
	height: 22px;
	border-style: outset;
}
.Button /* goButton NOT IN USE */
{
	position: absolute;
	left: 729px;
	top: 15px;
	width: 25px;
	height: 18px;
}
.SubHeader
{
	font-family: Interstate-LightCondensed;
	font-size: 26px;
	margin-top: 2px;
	margin-bottom: 10px;
	color: #6095C1; /*font-weight: bold;*/
}
.divBorder /*NOT IN USE*/
{
	border: 1px solid #6095C1; /*vertical-align: top;*/
	height: 100px;
}
.divRight
{
	margin-left: 480px;
}
.divTop
{
	vertical-align: top; /*margin-top:0px;*/
}
.divImage
{
	/*background-image: url(            "/IMAGES/1.jpg" );*/
	background-repeat: no-repeat;
	text-align: right;
	width: 510px;
	height: 155px;
}
.SubHead
{
	background-image: url(                     "IMAGES/doubleShevronBig.gif" );
	background-repeat: no-repeat;
	padding-left: 38px;
	color: #6095C1; /*border-bottom: 1px solid #6095C1;*/
	font-weight: bold;
}
.VideoThumb
{
	width: 216px;
	height: 94px;
	border-color: #6095C1;
	border-style: solid;
	border-width: 1px;
	margin-top: 2px;
}
.VideoFull
{
	width: 520px; /*it should be 550 as per total width*/
	height: 275px;
	border-color: Black;
	border-style: solid;
	border-width: 1px;
	margin-top: 2px;
}
.TextRight
{
	text-align: right;
}

.bottomMenuOptions
{
	float: left;
	text-align: right;
	width: 241px;
	height: 19px;
	background-color: #6095C1;
}
/*Sets the link colours for the menu options*/
.bottomMenuOptions a
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #002d9a;
	text-decoration: none;
}
/*Sets the hover colours for the menu options*/
.bottomMenuOptions a:hover
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: underline;
}


/*The options use an unordered list styled horizontally*/
.bottomMenuOptions ul
{
	float: right;
	margin: 0;
	padding: 0 0 0 0px;
	list-style: none;
}
/* DO NOT CHANGE Each menu item should be in a list item which will set it's margins*
/* This will also set the divider line to the left of the item*/
.bottomMenuOptions li
{
	float: left;
	background-image: url("images/topmenudivider.gif" );
	background-repeat: no-repeat; /*margin: 3px 0px 0 0;*/
	padding: 0 0 6px 11px;
}

/* DO NOT CHANGE sets the item link font*/
.bottomMenuOptions li a
{
	color: #ffffff;
}

/* DO NOT CHANGE sets the item hover font*/
.bottomMenuOptions li a:hover
{
	color: #ffffff;
	text-decoration: underline;
}

.HomeImage
{
	vertical-align: middle;
	margin-bottom: 2px;
}
#ContentPlaceHolder
{
	/*height: 100%;*/
	height: auto;
	min-height: 289px;
	height: 100%;
}
.SiteMapLeft
{
	margin-left: 10px;
	width: 710px;
	float: left;
}

.SiteMapRight
{
	width: 35px;
	float: right;
	margin-right: 10px;
	cursor: hand;
	text-align: right; /*display:table;*/
}
.ErrorMessage
{
	color: Red; /*font-weight: bold;*/
}
.SiteMiddle
{
	width: 768px;
}
.Progress
{
	border: solid 1px Black;
	background-color: #FFFFE1;
	font-weight: bold;
	width: 200px;
	height: 30px;
	text-align: center;
}
.WatermarkText
{
	font-size: 11px;
	font-style: italic;
	color: Gray;
	height: 15px;
}
.Label
{
	font-weight: bold;
}
.Grid
{
	border: solid 1px #79AAD6;
}
.GridHeader
{
	font-weight: bold;
	background-color: #d2e3f1;
	height: 20px;
}
.GridItem
{
	background-color: #EDF5FC;
	height: 20px;
}

.ModalPopUpBackGround
{
	background-color: Transparent;
	/*_filter: alpha(opacity=70);
	_opacity: 0.1;
	-moz-opacity: 0.1;*/
}
.modalBackground
{
	/* background-color:Gray; 	_filter:alpha(opacity=15); 	_opacity:0.1; 	-moz-opacity:0.1;*/
	background-color: Gray;
	/*filter: alpha(opacity=70);
	opacity: 0.1;*/
}
.ModalPopUp
{
	font-weight: bold;
	background-color: #d2e3f1;
	border: solid 2px #6095C1;
}

.ImageHover
{
	cursor: pointer;
}

.EmailLabel
{
	color: Blue;
}

.thinline
{
	background-image: url(        "images/thinline.gif" );
	background-repeat: no-repeat;
	height: 2px;
}
.divLocationLeft
{
	width: 250px;
	float: left;
	vertical-align: top;
}
.divLocationRight
{
	width: 250px;
	float: right;
	vertical-align: top;
}

/* for entry (form entry) related pages */
.divEntryLeft
{
	display: block;
	width: 160px;
	float: left;
	vertical-align: top;
	text-align: right;
}
.divEntryRight
{
	display: block;
	width: 335px;
	float: right;
	vertical-align: top;
	text-align: left;
}
.divEntrySub
{
	height: 25px;
}

.divEntryCenter
{
	text-align: center;
}

.divEntryHeight
{
	height: 130px;
}

.border
{
	border: solid 1px #4A8ECE;
	background-color: #edf3f9;
	width: 240px;
}
.bodyheader1
{
	color: #4A8ECE;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	font-weight: bold;
}

.OfficeImage
{
	height: 250px;
	width: 450px;
}

.DivVideo
{
	border: solid 1px #4A8ECE;
	background-color: #edf3f9;
	width: 320px;
	height: 290px;
}

.DivBackImage
{
	/*display: table-cell;*/
	display: table-cell;
	vertical-align: middle;
	background-image: url(      "images/DIDYOUKNOW.jpg" );
	background-repeat: no-repeat;
	text-align: center;
	width: 217px;
	height: 94px;
	font-family: Arial Narrow; /*cursor: pointer;*/
	font-size: 15px;
	color: #6095C1;
	font-weight: bold;
}

.DivBackImage span
{
	vertical-align: middle;
}

.Link
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	color: #6095C1;
	text-decoration: none;
}

.Link:hover
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	color: #79AAD6;
	text-decoration: none;
}

.divVisionHead
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #6095C1;
	text-decoration: none;
	text-align: left;
}

.divVision
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
	color: #6095C1;
	text-decoration: none;
	text-align: left;
}

.divMissionHead
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #6095C1;
	margin-bottom: 7px;
	font-style: italic;
	text-decoration: none;
	text-align: left;
}

.divMission
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #6095C1;
	margin-bottom: 7px;
	font-style: italic;
	text-decoration: none;
	text-align: center;
}

.AccordionHeader
{
	/*font-weight: bold;*/
	background-color: #d2e3f1;
	height: 20px;
	border-bottom: 1px solid #97B5D2;
	cursor: pointer;
}

.AccordionContent
{
	background-color: #EDF5FC;
	text-align: center;
}

.ajax__htmleditor_editor_container /*: A container element (table) that wraps all of the HTMLEditor.*/
{
	background-color: #d2e3f1;
	border: solid 1px #d2e3f1;
}
/*Child CSS classes: */
.ajax__htmleditor_editor_toptoolbar
{
}
.ajax__htmleditor_editor_editpanel .ajax__htmleditor_editor_bottomtoolbar .ajax__htmleditor_editor_toptoolbar /*: A container element that wraps all buttons of the top toolbar.*/ /*Child CSS classes: */ .ajax__htmleditor_toolbar_button
{
	background-color: #79AAD6;
}
.ajax__htmleditor_toolbar_button_hover .ajax__htmleditor_editor_editpanel /*: A container element that wraps editing panel (in any mode).*/ /*Child CSS classes: none.*/ .ajax__htmleditor_editor_bottomtoolbar /*: A container element that wraps all buttons of the bottom toolbar.*/ /*Child CSS classes: */ .ajax__htmleditor_toolbar_button
{
}
.ajax__htmleditor_toolbar_button_hover
{
	/*background-color:#79AAD6;*/
}
.ajax__htmleditor_toolbar_button /*: This is applied to a button of toolbar.*/
{
	background-color: #6095C1;
	color: #6196C2;
}
/*Child CSS classes: none.*/
.ajax__htmleditor_toolbar_button_hover /*: This is applied to a button of toolbar when the mouse is hovering over.*/ /*Child CSS classes: none.*/
{
	background-color: #e6e6e6;
}
div.ajax__htmleditor_toolbar_button label /*: This is applied to a <label> element of "selector button" in toolbar (Font, Size).*/
{
	background-color: #476E8F;
}
/*Child CSS classes: none.*/
div.ajax__htmleditor_toolbar_button select /*: This is applied to a <select> element of "selector button" in toolbar.*/
{
	/*background-color:Blue; 	color:Black;*/
}
/*Child CSS classes: none.*/
div.ajax__htmleditor_toolbar_button select option /*: This is applied to <select> element's options of "selector button" in toolbar.       Child CSS classes: none.*/