/* HTML Element styles specific to this project. */
body, html
{
	scrollbar-arrow-color: #ff6d2e;
	scrollbar-darkshadow-color: #CCC;
	scrollbar-base-color: #FFF;
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
	background: #FFF;

}
input,
textarea,
select
{
	letter-spacing: normal;
	text-transform: none;
	color: #000;
	font: normal 11px/130% "Trebuchet MS", Arial, sans-serif;
	padding: 1px;
	/*border: none;*/
}
body,
p,
ul,
ol,
h1,
h2,
h3,
h4,
h5,
h6
{
	letter-spacing: normal;
	text-transform: none;
	color: #001e68;
	font: normal 12px/130% "Trebuchet MS", Arial, sans-serif;
}
p,
ul,
ol,
h1,
h2,
h3,
h4,
h5,
h6
{
	vertical-align: middle;
}

th
{	
	vertical-align:	baseline;
}

td
{

}

p
{
	margin: 0 0 8px 0;
	padding: 0;
}
ul, 
ol
{
	margin: 0px 0px 8px 0;
	padding: 0px;
}
li
{
	margin: 0px 0px 2px 0;
	padding: 0px;
}

h1, 
h2, 
h3, 
h4, 
h5,
h6 
{
	margin: 20px 0px 8px;
	padding: 0px;
	color: #003366;
	font-weight: bold;
	text-transform: capitalize;
}
h1,
h1 + h3,
h1 + h4,
h3 + h4,
h2 + h3,
h4 + h5,
h5 + h6 {
	margin-top: 0px;
}
h1 + h2 {
	margin-top: 15px;
}
h1
{
	font-size: 18px;
	color: #FFF;
	background-color: #4e708f;
	display: block;
	padding: 5px;
	margin: 0 0 20px;
}
h2
{
	font-size: 16px;
	
}
h3 {
	font-size: 14px;
}

h4
{
	font-size: 13px;
	
}
h5
{
	font-size: 12px;
}
h6
{
	color: #ff6d2e;
	font-size: 12px;
}

a,
a:link,
a:visited,
a:active
{
	text-decoration: none;
	color: #ff6600;
}

a:hover
{
	color: #ff6600;
	text-decoration: underline;
}

ul li
{
	list-style: url(../UserFiles/Image/Frame/Li.gif) inside;
}

ul ul li
{
	list-style: url(../UserFiles/Image/Frame/LiLi.gif) inside;
}

ul ul ul li
{
	list-style-type: circle;
}

ol li
{
	list-style: decimal inside;
}

ol ol li
{
	list-style-type: lower-alpha;
}

ol ol ol li
{
	list-style-type: lower-roman;
}

small
{
	font-size:	.7em;
}

big
{
	font-size:	1.17em;
}

blockquote,
pre
{	
	font-family:	Courier New, monospace;
}

hr
{
	background-color: #CCC;
	width: 100%;
	height: 1px;
	border: none;
	margin: 18px 0 18px 0;
}

unknown
{
	display: block;
	font: 10pt Arial, Helvetica, sans-serif;
}









/* 
PAGE GENERATOR CLASSES
These styles are used by pages that are dynamically built by the page generator.
There are 4 types of pages created with the generator.  They are:
	-> Login Page where a user is asked for there login details (username and password),
	-> Forgot Login Page which is used when a user forgets there login and asks for their 
	   email address and sends there details to them.
	-> List page which returns a list of rows and allowing the user to select one or more to do operations on.
	-> Form page which is a page where the user can edit information and submit.
*/

/* All pages come in a <table>. */

.LoginTable,
.ForgotLoginTable,
.MenuTable,
.ListTable,
.FormTable
{
	width:100%;
	vertical-align:top;
}


/* All pages have a <tr> which is set to the header row which contains the title of the page. */

.LoginHeaderRow,
.ForgotLoginHeaderRow,
.ListHeaderRow,
.FormHeaderRow
{
	font-weight: bold;
	font-size: larger;
	text-align: center;
	background-color: #003366;
	color: white;
}


/* List and Form pages have a <tr> which is set to the criteria row which describes how the page is filtered. */

.ListCriteriaRow,
.FormCriteriaRow
{
	font-size:smaller;
	color: #000;
	text-align:center;
}



/* All pages have a <tr> which is set to the description row which contains the description of the page. */

.LoginDescriptionRow,
.ForgotLoginDescriptionRow,
.ListDescriptionRow,
.FormDescriptionRow,
.FormInstructionRow
{
	font-size:smaller;
	text-align:center;
}



/* All pages have a <tr> which is set to the message row which contains any information, warning or error messages returned from a submit. */

.LoginMessageRow,
.ForgotLoginMessageRow,
.ListMessageRow,
.FormMessageRow
{
	font-size:smaller;
	text-align:center;
}

.InformationMessage
{
	color:Blue;
}

.WarningMessage
{
	color:Maroon;
}

.ErrorMessage
{
	color:Red;
}



/* List and Form pages have a <tr> which is set to the column header row which contains a title for each column. */

.ListColumnHeaderRow,
.FormColumnHeaderRow
{
	font-weight:bold;
	font-size:smaller;
}

.FormColumnHeaderRow
{
	display:none;
}



/* Form pages have a <tr> which is set to the category header row which contains a title for each category. */

.FormCategoryHeaderRow
{
	font-weight:bold;
	font-size:smaller;
}

.FormCategoryHeaderRow TD
{
	padding-top: 10px;
	padding-bottom: 5px;
}



/* All pages have multiple <tr>s which are set to the detail row which contains the details.
   The form and list have been broken down to odd and even rows which can be styled (perhaps different colors) so each row is distinguishable. */

.LoginDetailRow,
.ForgotLoginDetailRow,
.ListOddDetailRow,
.ListEvenDetailRow
{
	font-size:smaller;
}

.FormOddDetailRow,
.FormEvenDetailRow
{
}

.ListOddDetailRow
{
	background-color: #d8ecff;
}

.ListEvenDetailRow
{
	background-color: #f1f8ff;
}

.FormOddDetailRow,
.FormEvenDetailRow
{
}


/* All pages except the list have multiple <td>s which are set to Name or Value cells 
   which contains the name (title) and value of the field in the detail row. Also, Name and Value cells
   may have be distinguished when a value is required. */

.LoginNameCell,
.ForgotLoginNameCell
{
	font-style: normal;
	font-weight: bold;
	width: 50%;
	text-align: right;
}

.LoginValueCell,
.ForgotLoginValueCell
{
	width:50%;
}

.FormNameCell, 
.FormNameCellWithRequiredValue
{
	width:25%;
	color: #003366;
	padding: 2px;
	padding-right: 15px;
	margin: 1px;
	text-align: right;
	white-space: nowrap;
}

.FormNameCell a
{
	font-style:normal;
}

.FormNameCell .Information, 
.FormNameCellWithRequiredValue .Information
{
	float: right;
	margin-right: -15px;
	padding-left: 2px;
}

.FormNameCellWithRequiredValue .Required
{
	padding-right: 3px;
}

.FormValueCell,
.FormRequiredValueCell
{
	width:75%;
	padding: 2px;
	margin: 1px;
}

.LoginValueCell #UserName
{
	width:250px;
}

.LoginValueCell #Password
{
	width:100px;
}

.ForgotLoginValueCell #EmailAddress
{
	width:250px;
}



/* In a list page there a record selectors (checkboxes) and editor (more info) columns. */

.ListRecordSelectorCell,
.ListRecordEditorCell
{
	text-align:center;
}

.ListRecordSelectorCell
{
	width:22px;
}

.ListRecordEditorCell
{
	width:75px;
}

.ListRecordRankUpCell,
.ListRecordRankDownCell
{
	width: 10px;
}



/* The following are all the different types of values that can be visible in the form and list value cells. */

.ListItemCell,
.ListCollectionCell,
.ListForeignCollectionCell,
.ListLinkingForeignCollectionCell,
.ListStringCell,
.ListMultipleLineStringCell,
.ListHTMLCell,
.ListURLCell,
.ListWebAddressCell,
.ListFileURLCell,
.ListImageURLCell,
.ListEmailAddressCell,
.ListPasswordCell,
.ListDecimalCell,
.ListIDCell,
.ListDurationCell,
.ListRankingCell,
.ListMoneyCell,
.ListPercentageCell,
.ListEnumerationCell,
.ListDateTimeCell,
.ListBooleanCell,
.ListGroupCell
{
	width:auto;
}

.ListImageURLCell
{
	width: 80px;
	text-align: center;
}

.ListImageURLCell image
{
	width: 80px;
	text-align: center;
	border-style: solid;
	border-color: black;
	border-width: 1px;
}

.FormItemControl,
.FormCollectionControl,
.FormForeignCollectionControl,
.FormLinkingForeignCollectionControl,
.FormStringControl,
.FormMultipleLineStringControl,
.FormHTMLControl,
.FormURLControl,
.FormWebAddressControl,
.FormFileURLControl,
.FormImageURLControl,
.FormEmailAddressControl,
.FormPasswordControl,
.FormDecimalControl,
.FormIDControl,
.FormDurationControl,
.FormRankingControl,
.FormMoneyControl,
.FormPercentageControl,
.FormEnumerationControl,
.FormDateTimeControl,
.FormBooleanControl,
.FormGroupControl
{
	width:85%;
}

.FormLinkingForeignCollectionControl
{
	border-style: solid;
	border-width: 1px;
	border-color: rgb(127,157,185);
	background-color:White;
	height: 120px;
	overflow: auto;
}
.FormLinkingForeignCollectionControl div
{
	height: 20px;
}
.FormLinkingForeignCollectionControl div input[type="checkbox"]
{
	border-style: solid;
	border-width: 1px;
	border-color: rgb(127,157,185);
}
.FormLinkingForeignCollectionControl div span
{
	cursor: default;
}


/* Form Value cells and the type of form controls that can exist. */

/*
.FormValueCell SELECT,
.FormValueCell INPUT,
.FormValueCell TEXTAREA,
.FormRequiredValueCell SELECT,
.FormRequiredValueCell INPUT,
.FormRequiredValueCell TEXTAREA
{
	width:100%;
}
*/



/* Form pages have a <tr> which is set to the required message row which contains the required message for required fields. ie. All fields italicised are required.*/

.FormRequiredMessageRow
{
	font-size: 9px;
	text-align: center;
}



/* List pages have a <tr> which is set to the list page range row which contains the page and record ranges. ie. Page 2 of 9 : Records 20-40 of 175.*/

.ListPageRangeRow
{
	font-size: 9px;
	text-align: center;
}



/* All pages have a <tr> which is set to the command row which contains the commands (buttons) of the page. ie. Add New, Remove, Submit, Reset. */

.LoginCommandRow,
.ForgotLoginCommandRow,
.ListCommandRow,
.FormCommandRow
{
	text-align:center;
	vertical-align:middle;
	height: 30px;
}



/* All buttons used by the page generator. 

.LoginButton,
.ForgotLoginButton,
.SendLoginDetailsButton,
.CancelButton,
.SubmitButton,
.ResetButton,
.NewButton,
.RemoveButton,
.ViewButton
{
	border-style:none;
	vertical-align:middle;
	margin-left:3px;
	margin-right:3px;
	cursor: hand;
}
*/

.ImageButton image
{
	border-style:none;
	vertical-align:middle;
	margin-left:3px;
	margin-right:3px;
	cursor: hand;
}

a.TextButton,
input.TextButton
{
	color: #FFF;
	white-space: nowrap;
	cursor: hand;
	font-size: 10px;
	font-weight: bold;
	width: auto;
	text-decoration: none;
	border: 1px solid #003366;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 18px;
	background: #ff6600 url(../UserFiles/Image/Buttons/BtnBg.gif) no-repeat left center;
	line-height: 16px;
	vertical-align: middle;
	margin-left:3px;
	margin-right:3px;
}

a.TextButton:hover,
input.TextButton:hover
{
	color: #000;
}

input.TextButton
{
	padding: 0px;
	padding-left: 16px;
	text-align: left;
	width: auto;
}



/* The following is used on <span> tags and is used in a template to note that content is placed here. */

.Content
{
	display: block;
	height: 100%;
	width: 100%;
}





/* DON'T PRINT */

@media print
{
	.ListRecordSelectorCell,
	.ListRecordEditorCell,
	.LoginCommandRow,
	.ForgotLoginCommandRow,
	.ListCommandRow,
	.FormCommandRow,
	.NoPrint
	{
		display:none;
	}
}










/* New Menu */
/* Styles here are used to define the menu and its items and sub-menus. */

.Menu
{
	display: block;
	margin: 0px;
	padding: 0px;
	width: 140px;
	cursor: default;
}

.Menu .Line
{
	display: none;
}

.Menu .Item
{
	display: block;
	position: relative;
	margin: 0;
	padding: 0;
	width: 140px;
	line-height: 18px;
	color: #000;
	list-style: url(../UserFiles/Image/Spacer.gif) none;
	list-style-position: outside;
	cursor: hand;
}

.Menu .Item a
{
	display: block;
	width: 140px;
	text-decoration: none;
	color: #000;
}

.Menu .Item:hover,
.Menu .Item a:hover
{
	color: #ff6600;
}

.Menu .Menu
{
	background-color: Transparent;
}
.Menu .Menu .Item
{
	padding: 0;
	margin: 0;
	list-style-position: outside;
	text-indent: 10px;
	color: #333;
}

.Menu .Menu .Menu .Item
{
	text-indent: 20px;
}

#SideMenuL2 .Menu .Item
{
	background-color: white;
}
#SideMenuL2 .Menu .Menu .Item
{
	font-size: 11px;
	color: #333;
	text-indent: 5px;
	margin: 0;
	white-space: nowrap;
}
#SideMenuL2 .Menu .Menu .Menu .Item
{
	font-size: 10px;
	text-indent: 15px;
	white-space: nowrap;
}
#SideMenuL2 .Menu .Menu .Menu .Menu .Item
{
	text-indent: 25px;
}
#SideMenuL2 .Menu .Menu .Item a
{
	color: #333;
}
#SideMenuL2 .Menu .Menu .Item:hover,
#SideMenuL2 .Menu .Menu .Item a:hover
{
	color: #ff6600;
}
#SideMenuL2 .Menu .Menu .Menu .Item,
#SideMenuL2 .Menu .Menu .Menu .Item a
{
	color: #555;
}
#SideMenuL2 .Menu .Menu .Menu .Item:hover,
#SideMenuL2 .Menu .Menu .Menu .Item a:hover
{
	color: #ff6600;
}
#SideMenuL2 .Menu .Menu.Opened
{
	display: block;
}
#SideMenuL2 .Menu .Menu.Closed
{
	display: none;
}


/* Horizontal Menu */
/* Styles here are used to define the menu and its items and sub-menus. */

.Horizontal .Menu
{
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 26px;
	cursor: default;
}

.Horizontal .Menu .Line
{
	display: none;
}

.Horizontal .Menu .Line hr
{
	display: none;
}

.Horizontal .Menu .Item
{
	display: inline;
	width: auto;
	list-style: none;
	color: #FFF;
	margin: 0;
	padding-right: 40px;
	background: url(../UserFiles/Image/Frame/MenuDiv.gif) no-repeat right center;
	line-height: 26px;
}

.Horizontal .Menu .Item a
{
	display: inline;
	width: auto;
	text-decoration: none;
	color: #FFF;
}

.Horizontal .Menu .Item a:hover
{
	color: #FFF;
}

.Horizontal .Menu .Menu
{
	position: absolute;
	left: 0px;
	top: 26px;
	width: 150px;
	height: auto;
}

.Horizontal .Menu .Menu.Opened
{
	display: block;
}

.Horizontal .Menu .Menu.Closed
{
	display: none;
}

.Horizontal .Menu .Menu .Item
{
	display: block;
	width: 150px;
}

.Horizontal .Menu .Menu .Item a
{
	width: 150px;
}

.Horizontal .Menu .Menu .Menu
{
	position: absolute;
	left: 150px;
	top: -1px;
}



/* HORIZONTAL MENU FOOTER*/
#FooterMenu .Menu
{
	display: inline;
	width: auto;
}
#FooterMenu .Menu .Item
{
	display: inline;
	position: static;
	width: auto;
	font-size: 10px;
	line-height: 17px;
	color: #CCC;
	padding-right: 6px;
}
#FooterMenu .Menu .Item a
{
	display: inline;
	width: auto;
	color: #CCC;
}
#FooterMenu .Menu .Item a:hover,
#FooterMenu .Menu .Item:hover
{
	color: #000;
}












/* Structure of new tag classes

<div class="Object [ObjectName]">

	 Repeat the following for each property 
	<span class="Property [Odd/Even] [PropertyName]">
		<span class="Name">...</span>
		<span class="Value">...</span>
	</span>

	 Repeat the following for each method 
	<span class="Method [MethodName]"><a href="...">...</a></span>

	<div class="Collection">
		
		 Repeat the following for each object 
		<div class="Object [Odd/Even] [ObjectName]">
			 Content as Above 
		</div>

	</div>

</div>

*/




/* Example Structure of new tag classes

<div class="Object Product">

	<span class="Property Odd Code">
		<span class="Name">Code</span>
		<span class="Value">Widget1</span>
	</span>

	<span class="Property Even Name">
		<span class="Name">Name</span>
		<span class="Value">You beaut Widget</span>
	</span>

	<span class="Property Odd BriefDescription">
		<span class="Name">Brief Description</span>
		<span class="Value">The You Beaut Widget is...</span>
	</span>

	<span class="Method AddToCart"><a href="Default.aspx?Method=AddToCart">Add to Cart</a></span>

	<div class="Collection">
		
		<div class="Object Odd Accessory">
			 Etc, etc, etc... 
		</div>

	</div>

</div>

*/







/* New class tags used */

.Object
{
	display: block;
	background-color: white;
	text-align: center;
	width: 100%;
}

.Property
{
	display: block;
	text-align: left;
	padding: 2px;
	width: 100%;
}

.Property .Name
{
	display: inline-block;
	width: 30%;
}

.Property .Value
{
	display: inline-block;
	width: auto;
}

.Property.Odd
{
	background-color: rgb(201,218,234);
}

.Property.Even
{
	background-color: rgb(168,188,197);
}

.Method
{
	border-left-style:none;
	border-right-style:none;
	border-top-style: solid;
	border-top-color: rgb(127,157,185);
	border-top-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: rgb(127,157,185);
	border-bottom-width: 1px;
	vertical-align: middle;
	margin-left:7px;
	margin-right:7px;
	margin-top:2px;
	margin-bottom:2px;
	cursor: hand;
}

.Collection .Object
{
	display: block;
	width: 100%;
}

.Collection .Object.Odd,
.Collection .Object.Odd .Property.Odd,
.Collection .Object.Odd .Property.Even
{
	background-color: rgb(201,218,234);
}

.Collection .Object.Even,
.Collection .Object.Even .Property.Odd,
.Collection .Object.Even .Property.Even
{
	background-color: rgb(168,188,197);
}


/* Specific class tags */

.ProductCategory .Property
{
	display: inline;
}

.ProductCategory .Property .Name
{
	display: none;
}

.ProductCategory .Property .Value
{
	display: inline;
}

.ProductCategory .Property.Image
{
	z-index: 1;
	float: left;
}

.ProductCategory .Property.Image img
{
	border: none;
}

.ProductCategory .Property.Name
{
	z-index: 2;
	font-size: 20px;
}

.ProductCategory .Property.Description
{
	z-index: 3;
	font-size: 14px;
}

.ProductCategory .Property.Products
{
	z-index: 4;
	font-size: 14px;
}

div {
	margin: 0;
	padding: 0;
	border: none;
}
#Wrapper {
	margin: 0 auto;
	width: 955px;
	height: auto;
	padding: 0 10px 0 10px;
	
}
#Header {
	width: 955px;
	float: left;
	height: 63px;
	padding-top: 20px;
	padding-bottom: 20px;
}
#HeaderLogo {
	float: left;
	height: 63px;
	width: 164px;
}
#HeaderWording {
	text-align: right;
	float: right;
	clear: none;
	height: 39px;
	width: 791px;
	padding-top: 12px;
	padding-bottom: 12px;
}
#MenuTop {
	float: left;
	clear: both;
	background: url(../UserFiles/Image/Frame/MenuBg.jpg) repeat-x left center;
	width: 915px;
	padding-right: 20px;
	padding-left: 20px;
}
#MenuTopMenu {
	float: left;
	width: 715px;
	height: 24px;
	padding-top: 2px;
	
}
#MenuTopDropDown {
	float: left;
	clear: none;
	width: 200px;
	height: 18px;
	padding: 6px 0 6px 0;
}
#MenuTopDropDown select {
	width: 200px;
	height: 18px;
	letter-spacing: normal;
	text-transform: none;
	color: #000;
	font: normal 10px/18px "Trebuchet MS", Arial, sans-serif;
	border: solid 1px #FFFFFF;
	padding: 0;
	margin: 0;
}
#MenuTopDropDown form {
	border: none;
	padding: 0;
	margin: 0;
}
#REContent {
	clear: both;
	float: left;
	width: 955px;
	margin-top: 20px;
}
#REMenu {
	float: left;
	width: 200px;
	text-align:left;
	padding: 0px 20px 0px 0px;
	
}
#SideMenuL1 {
	padding: 0px 0px 10px 0px;
	border-bottom: dotted 1px #CCCCCC;
	width: 200px;
	text-align:left;
	
}
#SideMenuL2 {
	clear: both;
	padding: 10px 0px 10px 0px;
	border-bottom: dotted 1px #CCCCCC;
	width: 200px;
	text-align:left;
	
}
#AdminMenu {
	clear: both;
	padding: 10px 0px 10px 0px;
	border-bottom: dotted 1px #CCCCCC;
	width: 200px;
	text-align:left;
}
#Misc {
	float: left;
	clear: both;
	width: 200px;
	text-align:left;
	padding: 10px 0px 10px 0px;
	color: #CCCCCC;
	
}
#TwoColWrapper {
	float: left;
	clear:none;
	width: 735px;
	
}
#FeatureImg {
	float: left;
	width: 735px;
	height: 140px;
	margin: 0 0 20px 0;
	color: #999999;
	
}
#CenterCol {
	float: left;
	clear: both;
	height: auto;
	width: 533px;
	padding: 0 20px 20px 20px;
	border-right: dotted 1px #CCCCCC;
	border-left: dotted 1px #CCCCCC;
}
/* Old Skin #RightCol {
	clear: none;
	float: left;
	width: 130px;
	text-align:left;
	display: inline;
	margin: 0px 0px 0px 20px;
	padding: 20px 5px;
	background-color: #96C804;
	}
#RightCol p {
	font-size: 16px;
	font-weight: bold;
	color: #003366;
	line-height: 24px;
	}
#RightCol a,
#RightCol a:link,
#RightCol a:visited,
#RightCol a:active
{
	font-size: 16px;
	font-weight: bold;
	color: #003366;
	line-height: 22px;
}

#RightCol a:hover
{
	color: #003366;
	text-decoration: none;
}*/
#RightCol {
	clear: none;
	float: left;
	width: 140px;
	text-align:left;
	display: inline;
	margin: 0px 0px 0px 20px;
	padding: 0px 0;
}
#RightCol .FeatureBox {
	padding: 5px;
	background: url(../UserFiles/Image/SidePanelWallpaper.jpg) repeat-x left top;
	border: 1px solid #CCCCCC;
	width: 128px;
	margin-bottom: 15px;
}
	
#RightCol h1,
#RightCol h1 a,
#RightCol h1 a:link,
#RightCol h1 a:visited,
#RightCol h1 a:active
{
	font-size: 13px;
	color: #003366;
	display: block;
	margin: 0 0 8px;
	background: Transparent;
	padding: 0px;
}
.FeatureBox img.FeatureImg {
	padding: 0px;
	margin: 0px 0px 8px;
}

#RightCol p {
	font-size: 11px;
	color: #333333;
	line-height: 120%;
	}

#RightCol a,
#RightCol a:link,
#RightCol a:visited,
#RightCol a:active

{
	font-weight: bold;
	color: #FF6600;
}

#RightCol a:hover
{
	color: #003366;
	text-decoration: none;
}

#Footer {
	clear: both;
	float: left;
	width: 955px;
	height: 17px;
	border-top: 1px dotted #CCC;
	font-size: 11px;
	padding: 15px 0 5px 0px;
	margin-top: 20px;
}
#DevelopedBy {
	display: inline;
	line-height: 17px;
	width: auto;
	text-align: left;
	clear: none;
	float: right;
	color: #CCC;
	font-size: 10px;
}
#DevelopedBy a {
	text-decoration: none;
	font-size: 10px;
	color: #CCC;
}
#DevelopedBy a:hover {
	color: #000;
}
.ClearBoth {
	clear: both;
	line-height: 0px;
	height: 0px;
	font-size: 0px;
	margin: 0px;
	padding: 0px;
}
#FlashHome {
	margin: 0px;
	padding: 3px;
	float: left;
	height: 199px;
	width: 735px;
	border: 1px solid #ee1f24;
}
#FlashObject {
	}
.ReadMore {
	font-size: 12px;	
	text-decoration: none;
	color: #FFF;
}


.ReadMore a:hover
{
	color: #FFF;
	text-decoration: underline;
}


#Search {
	float: left;
	text-align: left;
	padding: 0px 0px 10px 0px;
	width: 200px;
	text-decoration: none;
	border-bottom: dotted 1px #CCCCCC;
}

#Search p {
	font-size: 12px;
	font-weight: bold;
	line-height: 26px;
	margin: 0 0 0 3px;
}

#Search input {
	background-color: #F1F1F1;
	width: 100px;
}
