/*	Simple VII Menus by PVII Style Sheet.
	Comments are included for your assistance. */
	
/* General Notes- Rules preceded by # are ID selectors and are
	assigned in the HTML markup like this: <div id="logo">.
	IDs are unique. That is, an ID can only be assigned to
	one element per page.
	
	Rules preceded by a period are Class Selectors and are
	assigned in the HTML markup like this:
	<div class="p7snaptrigger">
	
	Some elements are assigned both an ID and a Class, like this:
	<div class="p7snaptrigger" id="p7trigger1">

/*	Body Rule Notes 
	margin values are in shorthand: Top Right Bottom Left.
	Setting the left and right margins to 15% effectively centers
	all static content and makes that content fill 70% of the window. 
	Zero is the only value that does not require a unit of measure
	Global Font Style and base Font Size */
body {
	background-color: #FFFFFF;
	margin: 0 0 0 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	background-image: url(graphics/background.gif);
	color: #666666;

}
td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #666666;
}
a.contactlinks {
	color: #FFFFFF;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;


}
a.contactlinks:hover {
	color: #FFFFFF;
	text-decoration: underline;

}
.contact {
	color: #FFFFFF;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}
a.sectionlinks {
	color: #1F61A3;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
}
a.sectionlinks:hover {

	color: #E3363C;
	text-decoration: underline;
}

/* 	Link styles for the Triggers

 	Set to block to make link fill up entire layer with medium gray
	background color that shows through the transparent fill of the trigger images */
.p7snaptrigger a {
	display: block;
	background-color: #C5A996;
}

/* 	When the trigger images are hovered over, the background color changes to white.
	We don't change text color because the link text is actually the non-transparent
	portion of the trigger image.
	
	Active and Focus trigger the color change in IE-PC and other
	modern browsers when tabbing through the links with keyboard. */
.p7snaptrigger a:hover, .p7snaptrigger a:active, .p7snaptrigger a:focus {
	background-color: #FFFFFF;
}


/* 	The Submenu Layers
 	Use a combined selector to assign all properties common to each
	of the Submenu Layers. */
#p7snapsubs1, #p7snapsubs2, #p7snapsubs3, #p7snapsubs5, #p7snapsubs6 , #p7snapsubs4{
	position: absolute;
	width: 300px;
	top: 35px;
	font-size: .8em;




}
/* 	Now use individual selectors for each trigger Layer to assign
	their unique properties, in this case the left property */
#p7snapsubs1 {left: 8px;}
#p7snapsubs2 {left: 137px;}
#p7snapsubs3 {left: 260px;}
#p7snapsubs4 {left: 382px;}
#p7snapsubs5 {left: 360px;}
#p7snapsubs6 {left: 420px;}

/* 	The submenu links are in paragraphs, so we set the margin to zero
	so there is no gap between links */
.p7submenus p {margin: 0;}


/* 	Submenu Link Styles
 	Use a combined selector for a and a:visited. Set padding in shorthand
	to 1px on top and bottom, 8px right and 12px left.
	
	Set display to block so entire link box, including padding is clickable.
	Set border to 1px solid.
	
	Set border colors in shorthand to Light Gray on top and left - and
	Charcoal Gray on right and bottom. This combination of colors creates
	a raised button-type effect.
	
	Set background color to dark gray, text to medium gray and turn off underlines. */
.p7submenus a, .p7submenus a:visited {
	padding: 0px 0px 0px 0px;
	color: #FFFFFF;
	text-decoration: none;
	}

/* 	Change background and text colors when links are hovered over.
	Use a combined selector for hover, active, and focus.
	
	Active and Focus trigger the color change in IE-PC and other
	modern browsers when tabbing through the links with keyboard. */ 
.p7submenus a:hover, .p7submenus a:active, .p7submenus a:focus {
	color: #001B39;
	text-decoration: underline;
	}
	
.textarea{
	background-color:#CCCCCC;
	color: #000000;
	width:200px;
	height:13px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	border: 1px solid #999999;
}
.textInOutline{
	border: 1px solid #999999;
	width:150px;
}
INPUT.jumpbox-button {
	MARGIN: 0px;
	VERTICAL-ALIGN: middle;
	WIDTH: 80px;
	COLOR: #FFFFFF;
	HEIGHT: 19px;
	BACKGROUND-COLOR: #4a5a64;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
UL {
	MARGIN-TOP: 0px;
	PADDING-LEFT: 15px;
	LIST-STYLE-POSITION: outside;
	FONT-SIZE: 11px;
	LIST-STYLE-IMAGE: url(http://www.calinet.co.uk/images/calinet-logo_08.gif);
	MARGIN-BOTTOM: 0px;
	MARGIN-LEFT: 15px;
	PADDING-TOP: 0px;
	FONT-FAMILY: Tahoma, Arial, Helvetica, "Trebuchet MS", Trebuchet;
	line-height: 130%;
}
.textarealarge {
	background-color:#CCCCCC;
	color: #000000;
	width:200px;
	height:39px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	border: 1px solid #999999;
}
.featuresimage {
	margin-right: 0px;
	margin-bottom: 10px;
	padding: 0px;
	border: 0px solid #999999;
	margin-left: 10px;
}
.textInOutlinesmall {

	border: 1px solid #999999;
	width:100px;
}
.textareasmall {
	background-color:#CCCCCC;
	color: #000000;
	width:143px;
	height:13px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	border: 1px solid #999999;
}
.navtable {
	background-image: url(graphics/buttons_r2_c17.gif);
	background-repeat: repeat-x;
	text-indent: 17px;
}
.headerspace {
	padding-top: 0px;
	padding-right: 7px;
	padding-bottom: 0px;
	padding-left: 7px;
}a.headerlinks {
	color: #666666;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
}
a.headerlinks:hover {
	color: #e01d25;
	text-decoration: none;
	font-weight: bold;
}
.style3 {color: #DA3B38}
body {
	margin-top: 10px;
}
.style4 {color: #F6FF92}
.style5 {font-weight: bold}
.style1 {
	color: #1F61A3;
	font-size: 9px;
	font-weight: bold;
}
.style2 {font-size: 9px}
.style3 {color: #DA3B38}
.style10 {font-size: small}
.style12 {	font-size: small;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
.style4 {font-weight: bold}
.style5 {color: #1F61A3}
.style6 {color: #F6FF92}
.style7 {font-weight: bold}
.style8 {font-weight: bold}
.style9 {
	font-size: 16px;
	font-style: italic;
	color: #1F61A3;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
.icon {
	padding-left: 5px;
}
.hidden {
	color: #97A4B3;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-align: center;
}
a.hiddenlinks {

	color: #97A4B3;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}
a.hiddenlinks:hover {

	color: #FFFFFF;
	text-decoration: underline;
}
