/*	-----------	Default Design Template	------------------	*/

body 
{	
	color: #505050;
	background: White;
	text-align: left;
}
a
{	
	background-color: transparent;
	color: Blue;
}
a:hover
{
	background-color: transparent;
	color: #C00000;
}

/*	----------------Colour and background for items in generic template ---------------------*/
.highlight
{
	background-color: transparent;
	color: Navy;
}
.loud, .loud a
{
	background-color: transparent;
	color: #C00000;
}
.loud a:hover
{
	background-color: transparent;
	color: Blue;
}
.maxspec		 /*	the text that specifies the maximum input for text boxes	*/
{
	background-color: transparent;
	color: Black;
}
.system-message
{
	clear: both;
	float: left;
	margin: 10px;
	width: auto;
}
.pageskip p, .pageskip p a
{
	background-color: transparent;
	color: Blue;
}

.pageskip p a:hover, #stylechange a:hover
{
	background-color: transparent;
	color: #C00000;
}

#stylechange, #stylechange a
{	
	background-color: transparent;
	color: #505050;
}

#searchbox
{
	margin: 3px;
	text-align: left;
	width: 25%;
}
#searchbox form
{
	background-color: white;
	background-image: url(search-tool.jpg);
	background-position: top right;
	background-repeat: no-repeat;
	border: 1px solid #ffe000;	/*	#ffd700	*/
	margin: 3px;
	padding: 1px;	
}
#searchbox .srch-bttn, #searchbox .input-field
{
	background-color: transparent;
	border: none;
	color: #505050;
	font-weight: normal;
	font-size: .8em;
	vertical-align: top;
}
/*	-----------	Page Formatting	------------------	*/

/*	-----------------	*/
/*	--	Heading		--	*/
/*	-----------------	*/

/*	-----------------	*/
/*	--	Main Panel 	--	*/
/*	-----------------	*/

/*	-----------------	*/
/*	--	Right Panel	--	*/
/*	-----------------	*/
/*	--------------	*/
/*	--	Footer	--	*/
/*	--------------	*/
#footer
{	
	clear: both;
	background-color: transparent;	
	color: #505050;
}

#footer li a
{	
	background-color: transparent;
	color: #505050;
}
#footer li a:hover
{
	background-color: transparent;
	color: Blue;
}

/*	-----------	Navigation and other links	------------------	*/

/*		--		Main Menu Navigation	--		*/
#main-navigation h1
{
	font-size: 1em;
	font-weight: normal;
	margin: 0;
}

#navigation		
{
	background-color: transparent;	
	color: #505050;
}

#navigation a
{
	background-color: transparent;
	color: #505050;
}
#navigation ul
{
	background-color: transparent;
	color: #505050;
}
#navigation li
{
	background-color: transparent;
	border-bottom-color: Gray;
	color: #505050;
}
#navigation li span:before			
{
	content: url(nav.gif);
}
#navigation .selected, #navigation li:hover,
#navigation li:hover a, #navigation a:hover,
ul#subnav #subselected
{
	background-color: transparent;
	color: Blue;
}
ul#subnav
{
	list-style-type: square;
}
ul#subnav li span			
{
	font-weight: bold;
	text-decoration: none;
}
#navigation .selected, ul#subnav #subselected
{
	font-weight: bold;
}

/*	--	Non-mainmenu navigation links	--	*/
/*	---------------------------------	*/

.links		/*		Used to contain the heading navigation list	*/
{
	background-color: transparent;	
	color: #505050;
}
.links span:before			
{
	content: url(nav.gif);
}


/*	-----------	Non-generic Page Formatting	------------------	*/

/*	-----------------------	*/
/*	--	Contact Us form	--	*/
/*	-----------------------	*/
#contactus-form form
{	
	padding: 10px;
	width: 50%;
}

#contactus-form form p
{
	clear: left;
	margin: 1px;
	padding: 0px;
	padding-top: 5px;
	width: 100%;
}
#contactus-form form p label
{
	float: left;
	width: 39%;
	font-weight: normal;
	font-size: 0.9em;
}
#contactus-form form p input, #contactus-form form textarea, #contactus-form form select
{
	font-size: 1em;
	width: 75%;
}
#contactus-form form textarea
{
	width: 80%;
}
#contactus-form form fieldset
{
	border-bottom: none;
	border-left: none;
	border-right: none;
	margin-bottom: 5px;
	width: 100%	
}
#contactus-form form .bttn
{
	background-color: #dcdcdc;
	color: black;
}

#cntc-send-result
{
	color: #c00000;
	float: right;
	font-size: 1.5em;
	margin-bottom: 5px;
	margin-left: 6px;
	padding-bottom: 5px;
	padding-left: 8px;
	padding-right: 5px;
	width: 55%;
}

/*		TELL A FRIEND FORMATTING			*/
/*	-----------------------------------	*/

#tellafd form 
{
	background-color: #DCDCDC;
}


