@charset "utf-8";
/*
Copyright is held by original owners.
CSS Document: KRG Conveyancing
Version: 1.00
*/

/*
ATTRIBUTES
**********
Font Primary: #000, Arial, 13px
Page Heading: #005596, Gotham, 23px
Content Headings: #005596, Gotham/Arial
__________

DIMENSIONS
**********
Main site width: 1000px
Content Main: 810px
Gutter width: 20px
__________

CSS INDEX:
**********
+ Global Styles
  - Text
  - Links
  - Lists
  - Forms
+ Page Layout
  - Content (Containers)
  - Columns
+ Header
+ Footer
+ Navigation
  - Primary
  - Secondary
+ Banners
+ Page Tools
+ Content (Body)
  - Headings
  - Lists
  - Table
  - Forms
  - Homepage
  - News
  - Contacts/Map
__________

*/

/*
=================================
GLOBAL STYLES
*/

* {
	margin:0em;
	padding:0em;
	border:none;
}	

#KRG {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-size:80%;
	color:#000;
}

textarea { /* Repeat Font Family from above */
	font-family:Arial, Helvetica, sans-serif;
	font-size:100%;
}
	
.accessible {
	display:block;
	position:absolute;
	left:-9999em;
	z-index:0;
	height:0px;
	width:0px;
	line-height:0px;
	font-size:0px;
	float:left;
	clear:none;
	visibility:collapse;
}

.invisible {
	display:none;
}	

.right {
	float:right;
}

.left {
	float:left;
}

.center {
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}

.image.right, .photo.right {
	margin:0em 0em 2em 2em;
}

.image.left, .photo.left {
	margin:0em 2em 2em 0em;
}

.photo.left img {
	float:left;
}

.photo.right img {
	float:right;
}

	/* LINKS */
	a {
		color:purple;
		text-decoration:underline;
	}
	
	a:link {
		color:#005596;
	}
	a:visited {
		color:#206396;
	}
	a:hover {
		color:#e28d47;
	}
	a:active {
		color:#e28d47;
	}

	/* LISTS */
	#content_container ul, #content_container ol { 
		display:inline-block; /* Keep from losing bullets to floated objects */
	}
		#content_container li ul, #content_container li ol { 
			display:block; /* Restore block value */
		}
	
	/* FORMS */
	button {
		cursor:pointer;
	}
	
	
/*
=================================
PAGE LAYOUT
*/	

body {
	background:#0b60a1 url(../images/bg_page.jpg) 0 0 repeat-x;
}	

#KRG #page {
	width:1000px;
	margin:0em auto;
	position:relative;
}

#content_container {
	background:#f0f0f0 url(../images/bg_content_container.jpg) 0 bottom no-repeat;
	margin:0em;
	display:block;
	clear:both;
}

#content_container .page {
	height:.1%;
}

#content {
	background-color:#fff;
	overflow:hidden;
	padding:16px;
	min-width:819px;
	min-height:250px;
}

.home #content {
	min-width:968px;
}

	
	/* CONTENT (containers) */
	#content .col_1of2 {
		float:left;
		width:47%;
		padding-right:3%;
		border-right:1px solid #f0f0f0;
		margin-right:-1px;
	}
	
	#content .col_2of2 {
		display:inline-block;
		float:left;
		width:46.5%;
		padding-left:3%;
		background:url(../images/bg_column_two.gif) 0 0 repeat-y;
	}
	
	/* COLUMNS */

/*
=================================
HEADER
*/

#header {
	height:70px;
	position:relative;
	z-index:39;
}

#header #company {
	position:absolute;
	left:13px;
	top:13px;
}

#header #company a {
	background:url(../images/krg_conveyancing.gif) 0 0 no-repeat;
	display:block;
	width:330px;
	height:57px;
}

#header #company a span {
	position:absolute;
	left:-9999em;
}

#header #contacts ul {
	float:right;
	margin:15px 15px 0px 0px;
}

#header #contacts li {
	float:left;
	margin-left:15px;
	list-style:none;
}


/*
=================================
FOOTER
*/

#footer {
	clear:both;
	background:#fff url(../images/bg_footer.gif) center bottom no-repeat;
	margin:0em;
	padding:24px 0px 8px 0px;
}

#footer .page {
	background:url(../images/bg_footer_page.gif) center top no-repeat;
}

	/* Copyright */
	#footer #copyright {
		font-size:.76em;
		float:left;
		margin:14px 0px 0px 18px;
	}
	
	#footer #copyright li {
		float:left;
		list-style:none;
		line-height:11px;
		height:11px;
		background:url(../images/bullet_footer_copyright.gif) 0 0 no-repeat;
		padding:0px 4px 0px 5px;
	}
	
	#footer #copyright li a {
		color:#000;
		text-decoration:none;
	}
	
	#footer #copyright li a:hover {
		text-decoration:underline;
	}
	
	#footer #copyright li:first-child {
		background-image:none;
	}

	/* Site Links */
	#footer #site_links {
		background:#012f53 url(../images/bg_footer_links.gif) 0 0 repeat-y;
		display:inline-block;
		width:1000px;
		font-size: .85em;
	}
	
	#footer #site_links ul {
		float:left;
		margin:14px 0px;
		padding:0em;
		width:200px;
		position:relative;
		overflow:visible;
	}
	
	#footer #site_links li {
		list-style:none;
		padding:0em;
		margin:7px 20px;
		clear:both;
	}
	
	#footer #site_links strong, #footer #site_links a strong {
		color:#5bc2e7;
	}
	
	#footer #site_links a {
		color:#fff;
		text-decoration:none;
	}
	
	#footer #site_links li strong {
		display:block;
		font-size:1.2em !important;
		padding-bottom:6px;
	}
	
	#footer #site_links li a:hover, #footer #site_links li a:hover strong {
		text-decoration:underline;
	}
	
	/* KRG Law */
	#footer #krg_law {
		width:108px;
		height:13px;
		background:url(../images/member_krg_law.gif) 0 0 no-repeat;
		float:right;
		margin-top:12px;
		margin-right:14px;
	}
	
	#footer #krg_law span {
		position:absolute;
		left:-9999em;
	}
	
	/* Contact Details */
	#footer #contact_details li {
		list-style:none;
		margin:0em;
		padding:0em;
		background:0 0 no-repeat;
		height:18px;
		float:left;
		margin:10px 0px 10px 14px;		
	}
	
	#footer #contact_details span {
		position:absolute;
		left:-9999em;
	}
		/* Sizing */
		#footer #contact_details li.phone {
			background-image:url(../images/footer_contact_phone.gif);
			width:161px;

		}
		#footer #contact_details li.fax {
			background-image:url(../images/footer_contact_fax.gif);
			width:139px;
		}
		#footer #contact_details li.email {
			background-image:url(../images/footer_contact_email.gif);
			width:188px;
		}
		#footer #contact_details li a {
			display:block;
			height:18px;
		}
		

#KRG #site_design a {
	float:right;
	background:url(../images/site_design_flip_creative.gif) 0 0 no-repeat;
	width:115px;
	height:18px;
	margin:14px 7px 0px 7px;
	padding-bottom:18px;
}

#KRG #site_design a span {
	position:absolute;
	left:-9999em;
}



/*
=================================
NAVIGATION
*/


	/* PRIMARY */
	#nav_primary {
		position:relative;
		width:100%;
		background:url(../images/bg_nav_primary.gif) left bottom repeat-x;
		height:34px;
		overflow:visible;
		z-index:49;
	}
	
	#nav_primary ul {
		float:right;
		margin-right:15px;
	}
	
	#nav_primary li {
		float:left;
		position:relative;
		height:34px;
		list-style:none;
		z-index:49;
		margin-left:-1px;
	}
	
	#nav_primary li a {
		line-height:34px;
		height:34px;
		background-position:0 0;
		background-repeat:no-repeat;
		display:inline-block;
		outline:none;
		float:left;
	}
	
	#nav_primary li a:hover,  #nav_primary li:hover a {
		background-position:left -100px;
		z-index:52;
	}
	
	#nav_primary li.current {
		z-index:51;
	}
	
	#nav_primary li.current a {
		background-position:left -200px;
	}
	
	#nav_primary li a span {
		position:absolute;
		left:-9999em;
	}
	
		/* Sizing */
		#nav_primary li.nav_pri_1 a {
			background-image:url(../images/nav_pri_1.gif);
			width:71px;
		}
		#nav_primary li.nav_pri_2 a {
			background-image:url(../images/nav_pri_2.gif);
			width:129px;
		}
		#nav_primary li.nav_pri_3 a {
			background-image:url(../images/nav_pri_3.gif);
			width:132px;
		}
		#nav_primary li.nav_pri_4 a {
			background-image:url(../images/nav_pri_4.gif);
			width:113px;
		}
		#nav_primary li.nav_pri_5 a {
			background-image:url(../images/nav_pri_5.gif);
			width:97px;
		}
		#nav_primary li.nav_pri_6 a {
			background-image:url(../images/nav_pri_6.gif);
			width:71px;
		}
		
		#nav_primary li.nav_pri_7 a {
			background-image:url(../images/nav_pri_7.gif);
			width:93px;
		}
	
	/* SECONDARY */
	#nav_primary #nav li ul {
		background:url(../images/bg_nav_primary.gif) 0 bottom repeat-x;
		position:absolute;
		z-index:55;
		left:-9999em;
		top:29px;
		margin:0em;
		padding:0em;
		padding-bottom:7px;
	}
	
	#nav_primary #nav li:hover ul, #nav_primary #nav li.sfhover ul {
		left:1px;
	}
	
	#nav_primary #nav li ul li {
		height:auto;
		margin:0em;
		padding:0em;
		margin-bottom:-1px;
		float:left;
		clear:left;
	}
	
	#nav_primary #nav ul a {
		background:url(../images/bg_nav_secondary.jpg) 0 0 repeat;
		color:#222866;
		line-height:normal;
		height:auto;
		margin:0em;
		padding:3px 8px;
		font-size:85%;
		text-decoration:none;
		border:1px solid #b5b5b5;
		border-width:1px 0px;
		font-weight:bold;
	} 
	
	#nav_primary #nav ul a:hover {
		color:#0078c2;
	}

	/* LOCAL */
	#nav_local {
		width:149px;
		float:left;
		overflow:auto;
		background:#005596 url(../images/bg_nav_local.gif) 0 bottom no-repeat;
		padding-bottom:18px;
	}
	
	#nav_local li {
		list-style:none;
		font-weight:bold;
	}
	
	#nav_local li a {
		display:inline-block;
		color:#fff;
		text-decoration:none;
		padding:4px 12px;
		margin-right:2px;
		font-size: 12px;
		font-weight: normal;
	}
	
	#nav_local li a:hover {
		text-decoration:underline;
	}
	
	#nav_local li.current a {
		background:#fff url(../images/bg_nav_local_link.gif) 0 bottom repeat-x;
		color:#01345c;
		margin-top:2px;
		margin-bottom:2px;
		
	}
	
	#nav_local li.current a:hover {
		text-decoration:none;
	}
	
/*
=================================
BANNERS
*/



/*
=================================
PAGE TOOLS
*/



/*
=================================
CONTENT (body)
*/



	/* HEADINGS */
	h1 {
		font-size:1.76em;
		margin-bottom:.8em;
		color:#0063a5;
		
	}
	.home h1 {
		margin:0em;
	}
	h2, h3, h4 {
		color:#005596;
	}
	h2 {
		font-size:1.76em;
		margin-bottom:.8em;
	}
	h3 {
		font-size:1.25em;
		margin-bottom:.8em;
	}
	h4 {
		font-size:1.2em;
	}
	
	h5, h6 {
		font-size:1em;
		color:#030303;
	}
	
	p + h2, ul + h2, ol + h2 {
		margin-top:1.25em;
	}
		
	/* LISTS */
	#content ul, #content ol {
		margin-bottom:18px;
		margin-left:1.4em;
		display:inline-block;
	}
	
	#content li ul, #content li ol {
		margin-bottom:0em;
	}
	
	#content ol li {
		list-style-type:decimal;
		margin-left:2em;
		margin-top:.4em;
	}
	
	#content ul li {
		list-style:none;
		margin-left:.5em;
		background: url(../images/bullet_A.gif) 0 6px no-repeat;
		padding-left:16px;
		margin-top:.4em;
	}		
	
	/* TABLES */
	table {
		border-collapse:collapse;
		margin-bottom:18px;
		color:#02508c;
	}
	
	table caption {
		padding:1em;
		font-size:.85em;
		background-color:#fcfcfc;
		border-top:1px solid #f6f6f6;
		margin-top:18px;
	}
	
	table td, table th {
		padding:.6em 1.2em;
		border:1px solid #fff;
		text-align:left;
		vertical-align:top;
	}
	
	table thead th {
		background-color:#02345c;
		color:#fff;
	}
	
	table tfoot th {
		background-color:#02508c;
		color:#fff;
	}
	
	table tbody td {
		background-color:#f6f6f6;
	}
	
	table tbody th {
		background-color:#e28d47;
		color:#fff;
	}	
	
	table tbody .alt td {
		background-color:#fcfcfc;
	}
	
	
		/* ADVANCED */
		#content .table_container {
			background:url(../images/bg_table_container.gif);
			width:610px; /* 628 */
			padding:9px;
			margin:18px 0px;
			position:relative;
		}
			/* rounded bottoms */
			#content .table_container span.bl {
				display:block;
				position:absolute;
				bottom:0px;
				left:0px;
				height:5px;
				width:5px;
				background:url(../images/table_bl.gif) left bottom no-repeat;
			}
			#content .table_container span.br {
				display:block;
				position:absolute;
				bottom:0px;
				right:0px;
				height:5px;
				width:5px;
				background:url(../images/table_br.gif) right bottom no-repeat;
			}			
		
		#content table.advanced {
			width:610px;
			background:url(../images/bg_advanced_table_head_2.png) left top no-repeat;
			margin:auto;
			position:relative;
			z-index:30;
		}
		
		table.advanced thead th {
			border:none;
			background:url(../images/bg_advanced_table_head_2.png) center bottom no-repeat;
			white-space:nowrap;
			padding:6px;
			padding-bottom:24px;
		}
		
		table.advanced tbody td {
			background:url(../images/bg_advanced_table.png) center bottom;
			padding:6px 6px 26px 6px;
			border:none;
		}
		/* Complex table styling, seperate calls for IE8 compatibility to target individual TD cells, by selctor and class */
		table.advanced thead tr th:first-child {
			background-position:left bottom;
		}
		table.advanced thead tr th:last-child {
			background-position:right bottom;
		}		
		table.advanced tr:last-child td:first-child  {
			background-position:left bottom;
		}
			table.advanced tr.last-child td.first-child  {
				background-position:left bottom;
			}
		table.advanced tr:last-child td:last-child {
			background-position:right bottom;
		}
			table.advanced tr.last-child td.last-child {
				background-position:right bottom;
			}
		/* deprecated
		table.advanced tr:first-child td:first-child  {
			background-position:left top;
			background-color:#fff;
			height:1px;
			padding:0px;
			border:0px;
		}
			table.advanced tr.first-child td.first-child  {
				background-position:left top;
				background-color:#fff;
				height:1px;
				padding:0px;border:0px;
			}
		*/
		
		
		/* Advanced Intro */
		table.advanced_intro {
			margin:0px auto -5px auto;
			width:610px;
			border-collapse:collapse;
			border:none;
			position:relative;
			z-index:20;
		}
		
		table.advanced_intro thead th {
			background:url(../images/bg_table_intro_head.png) left bottom no-repeat;
			padding:3px 6px;
			color:#fff;
			border:none;
			font-weight:normal;
		}	
		
		table.advanced_intro thead th span {
			float:left;
			padding-left:35px;
			background:url(../images/icon_calendar.gif) left 4px no-repeat;
		}
		
		table.advanced_intro thead th span strong {
			display:block;
			font-size:1.35em;
		}
		
		table.advanced_intro thead th ul {
			float:right;
			text-align:right;
			margin:0em;
			padding:0em;
		}
		
		#content table.advanced_intro thead th ul li {
			background:none;
			list-style-type:none;
			padding:0em;
			margin:0em 0em 2px 0em;
		}
		
		table.advanced_intro tbody td {
			background:#fff url(../images/bg_table_intro_cell.gif) left top repeat-y;
			padding:6px 6px 18px 9px;
			/* border:3px solid #f0f0f0; */
			border:none;
			border-width:0px 3px;
		}	
		
		table.advanced_intro tbody td strong {
			display:block;
			font-size:1.10em;
		}
		
		table.advanced_intro tbody td span {
			white-space:nowrap;
			color:#686868;
			background-position:left top;
			background-repeat:no-repeat;
			padding-left:20px;
			line-height:20px;
		}
		
			/* ICONS */
			table.advanced_intro tbody td span.client {
				background-image:url(../images/icon_client.gif);
			}
			table.advanced_intro tbody td span.type {
				background-image:url(../images/icon_page.gif);
			}
			table.advanced_intro tbody td span.property {
				background-image:url(../images/icon_house.gif);
			}
			table.advanced_intro tbody td span.matter {
				background-image:url(../images/icon_book.gif);
			}
			
	/* FORMS */
	
	#content #quote_mail {		
		margin: 18px 0px;
		border: 1px solid #0b60a1;
		border-top: 0px;
		border-right: 0px;		
		width: 200px;
		padding: 18px 18px 0px 18px;
		color: #005696;	
	}
	
	#content #quote_mail h3 {
		margin-left:0px;
	}
	
	#content #quote_mail p {
		margin-left: 2px;
		font-size: 11px;
		font-weight: bold;
	}
	
	#content #quote_mail label {
		float:left;
		width:118px;
		padding:0px 0px 4px 0px;
		text-align:left;
		font-weight:normal;
		font-size:85%;
	}
	
	#content #quote_mail input, #content #quote_mail textarea {
		border:1px solid #dfdfdf;
		color:#000;
		background:url(../images/bg_input.gif) right bottom no-repeat;
		background-color:#f0f0f0;
		padding:3px;
		width:170px;
	}
	
	#content #quote_mail .buttons {
			padding:4px 0px 4px 148px;
			margin:8px -18px 0px -18px;
			background:#fff url(../images/bg_buttons.jpg) left 1px;
			border-top:1px solid #0b60a1;
		}

	
	#content form {
		background:url(../images/bg_form.gif) right top repeat-x;
		margin:18px 0px;
		border:1px solid #0b60a1;
		border-top:0px;
		border-right:0px;
		display:inline-block;
		width:auto;
		padding:18px 18px 0px 18px;
		color:#005696;
	
	}
	
	
	#content form input, #content form textarea {
		border:1px solid #dfdfdf;
		color:#000;
		background:url(../images/bg_input.gif) right bottom no-repeat;
		background-color:#f0f0f0;
		padding:3px;
		width:250px;
	}
	
	 #content form textarea {
	 	height:200px;
		width:300px;
	 }
	 
	 #content form input:focus, #content form textarea:focus {
	 	background-color:#fff;
	 }
	
	#content form .line {
		clear:both;
		margin:12px 0px;
	}
	
	#content form label {
		float:left;
		width:118px;
		padding:4px 12px 4px 0px;
		text-align:right;
		font-weight:bold;
		font-size:85%;
	}
	
	#content form h3 {
		margin-left:130px;
	}
	
	#content form p {
		margin-left:130px;
	}
	
		/* Buttons */
		#content form .buttons {
			padding:18px 0px 18px 148px;
			margin:18px -18px 0px -18px;
			background:#fff url(../images/bg_buttons.jpg) left 1px;
			border-top:1px solid #0b60a1;
		}
		
		#content form .buttons button {
			margin-right:6px;
		}		
		
		#content #quote_splitter {		
		background: none;
		margin: 2px 0px;
		border:1px solid #0b60a1;		
		width:300px;
		padding:28px 28px 28px 28px;
		color:#005696;
		text-align: center;
		}
	
		#content #quote_splitter p {		
		margin: 0px;
		}
	
		
		#content #quote_splitter button {
			background:none;
			border:none;
			width:auto;
			overflow:visible;
			color:#fff;
			text-transform:none;
			font-weight:bold;
			font-size:12px;
			position:relative;
		}
		
		
		#content #calculator_splitter {		
		background: none;
		margin: 2px 0px;
		border:0px solid #0b60a1;		
		width:100%;
		padding:8px 8px 8px 8px;
		color:#005696;
		text-align: center;
		}
	
		#content #calculator_splitter p {		
		margin: 0px;
		}
	
		
		#content #calculator_splitter button {
			background:none;
			border:none;
			width:170px;
			overflow:visible;
			color:#fff;
			text-transform:none;
			font-weight:bold;
			font-size:12px;
			position:relative;
			text-align: center;
		}
		
		
		#content form button {
			background:none;
			border:none;
			width:auto;
			overflow:visible;
			color:#fff;
			text-transform:lowercase;
			font-weight:bold;
			font-size:12px;
			position:relative;
		}
		
		#content form button span {
			background:url(../images/bg_button.gif) left top no-repeat;
			line-height:23px;
			display:inline-block;
			padding:0em;
			padding-left:9px;
			padding-right: 2px;
		}
				
		
		#content form button span span {
			background:url(../images/bg_button.gif) right top no-repeat;
			padding:0em;
			margin-right:-3px;
			padding-right:9px;
		}
		
			#content form button:hover span {
				background-position:left -100px;
			}
			#content form button:hover span span {
				background-position:right -100px;
			}
				#content form button:active span {
					background-position:left -300px;
					outline:none;
				}
				#content form button:active span span {
					background-position:right -300px;
				}

			
	
#content p {
	margin-bottom:1.4em;
	line-height:1.5em;
}

#content p + ul, #content p + ol {
	margin-top:-12px;
}

#content h3.icon {
	margin-bottom:0px;
	color:#e28d47;
	background-position:left 1px;
	background-repeat:no-repeat;
	padding-left:20px;
	font-size:1.1em;
}

	#content h3.comments {
		background-image:url(../images/icon_comments.gif);
	}
	#content h3.good {
		background-image:url(../images/icon_tick.gif);
	}



#content span.good {
	display:block;
	overflow:hidden;
	text-indent:-9999em;
	background:url(../images/icon_tick.gif) center top no-repeat;
}

#content a.comments {
	display:block;
	overflow:hidden;
	text-indent:-9999em;
	background:url(../images/icon_comments.gif) center top no-repeat;
}


	/* HOMEPAGE */
	.home #masthead {
		background:url(../images/bg_masthead.gif) left top no-repeat;
		display:block;
		position:relative;
		height:209px; /* 209 */
		width:975px; /* 975 */
		margin:0em -7px 24px -3px;
		padding:0em;
		overflow:hidden;
	}
	
	.home #masthead h1 {
		font-size: 1.1em;
		
	}
	
	.home #masthead #promo { padding: 10px; margin-top: 48px; width: 620px }
	
	.home #masthead h2 {
		position:absolute;
		top:13px;
		left:11px;
		
	}
	
	.home #masthead ul { margin-top: 4px; margin-left: 25px; margin-bottom: 5px;}
	
	.home #masthead li {
		color:#000000;		
		background:url(../images/blue_bullet.gif) left center no-repeat;
		padding:.3em 1.4em;
		margin:0em 0em .2em -1em;
		line-height: 11px;
		
	}
	
	.home #masthead .intro {
		float:left;
		width:265px;
		margin-left:15px;
		margin-top:62px;
	}
	
	.home #masthead .intro h3 {
		font-size:1.35em;
	}
	
	.home #masthead .intro p {
		line-height:120%;
	}
	
	.home #masthead .intro + .intro {
		width:330px;
	}
	
		/* Buttons */
		.home #masthead .intro_buttons {
			position:absolute;
			right:6px;
			top:6px;
		}
		
		.home #masthead .intro_buttons div {
			float:left;
			margin-left:6px;
		}

		.home #masthead .free_calculator a, .home #masthead .free_quotes a {
			display:block;
			overflow:hidden;
			height:35px;
			width:156px;
		}
		.home #masthead .free_calculator a:hover img, .home #masthead .free_quotes a:hover img {
			margin-top:-35px;
		}
		.home #masthead .free_calculator a {
			width:152px;
		}
		
		/* Home form */
		.home #tracking_login {
			background:url(../images/bg_tracking_login_form.jpg) 0 0 no-repeat;
			position:absolute;
			right:1px;
			top:47px;
			border:none;
			border-left:1px solid #b8d3e9;
			height:156px; /* 161 */
			width:301px; /* 337 */
			margin:0em;
			padding:6px 18px 0px 18px;
		}
		
		.home #tracking_login h4 {
			font-size:17px;
			font-weight:bold;
			margin:12px 0px 4px 0px;
		}
		
		.home #tracking_login input {
			color:#005696;
			border:none;
			background:url(../images/bg_tracking_login_input.gif) 0 0 no-repeat;
			height:19px; /* 27 */
			width:194px; /* 210 */
			padding:4px 8px;
			margin:2px 0em;
			font-size:90%;
		}
		
		.home #tracking_login button {
			border-collapse:collapse;
			border:none;
			padding:0em;
			margin:4px 0em 4px 0em;
			height:auto;
			background:none;
			display:inline-block;
		}
		
		.home #tracking_login button img {
			float:left;
		}
		
		.home #tracking_login .line {
			margin:0em;
			padding:0em;
		}
		
	/* HOMEPAGE 2ND ROW */		
	.home .col_1of3, .home .col_2of3, .home .col_3of3 {
		float:left;
		display:inline-block;
	}
	
	.home .col_1of3 {
		display:inline;
		width:410px;
		margin-left:6px;
	}
	
	.home .col_2of3 {
		width:275px;
		margin-left:35px;
		display:inline;
	}
	
	.home .col_3of3 {
		width:205px;
		margin-left:35px;
		display:inline;
	}	
	
	/* NEWS */
	#content .news {
		font-size:.76em;
		background:#f0f0f0;
		border:1px solid #dadada;
		padding:6px;
	}
	
	#content .news h4 {
		font-size:1.3em;
		color:#020202;
		margin-bottom:1em;
	}
	
	/* CONTACTS / MAP */
	#content .contacts, #content .contact_map {
		border:1px solid #f0f0f0;
		margin:0em 0em 18px 18px;
		padding:0px 18px;
		width:185px;
	}
	
	#content .contacts li {
		list-style:none;
		background:none;
		padding:0em 0em 0em 1em;
		margin:18px 0em;
	}
	
	#content .contacts li strong {
		color:#fff;
		display:block;
		background:url(../images/bg_B.gif) left top;
		padding:.2em .6em;
		margin:0em 0em .2em -1em;
		text-transform:capitalize;
	}
