@charset "utf-8";
.aplaceinsun_copy {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	margin-bottom: 5px;
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	display: block;
	padding-bottom: 10px;
	background-color: #000000;
	background-position: center;
}
.placeinsun {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0075BB;
	height: 277px;
	width: 145px;
	background-repeat: no-repeat;
	margin-bottom: 6px;
	font-weight: bold;
	background-color: #FFFFFF;
}
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.thrColFix #container {
	width: 857px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left;
	border: 25px solid #FFFFFF;
} 
.thrColFix #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px;
	padding-left: 0px;
	padding-right: 5px;
	border: 1px solid #C1C1C1;
	background-color: #F4F4F4;
	padding-bottom: 15px;
	padding-top: 8px;
	margin-bottom: 8px;
	height: auto;
}
.thrColFix #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 260px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFFFFF;
	padding-right: 1px;
	padding-top: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-bottom: 5px;
	height: 870px;
	clear: both;
}
.thrColFix #mainContent {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	line-height: 16px;
	margin-right: 280px;
	margin-left: 212px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 19px;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.oneColFixCtr #container {
	width: 857px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
}
.oneColFixCtr #mainContent {
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 180px;
	padding-bottom: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	font-weight: normal;
	display: block;
	margin-left: 5px;
	background-image: url(../images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 1px 8px;
	color: #666666;
	padding-left: 12px;
	margin-top: 0px;
	background-color: #E8E8E8;
	padding-top: 3px;
	border-right-style: none;
	border-top-width: 1px;
	border-top-style: none;
	border-left-style: solid;
	border-top-color: #999999;
	border-left-color: #DADADA;
	border-left-width: 3px;
}
a:link {
	color: #333333;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #333333;
}
a:hover {
	color: #9E053B;
	text-decoration: none;
}
a:active {
	text-decoration: none;
	color: #333333;
}
a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.headtext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #9E053B;
	line-height: 18px;
}
.side_address {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	background-color: #E9E9E9;
	padding: 7px;
	width: 180px;
	margin-left: 3px;
	border: 2px solid #FFFFFF;
}
#footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	padding: 5px;
	width: 855px;
	border: 1px solid #F4F4F4;
	bottom: auto;
}
.thrColFix #sidebar2inside {
	float: right; /* since this element is floated, a width must be given */
	width: 208px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFFFFF url(../images/bkpanel_blank_x.jpg) no-repeat;
	padding-bottom: 15px;
	padding-right: 1px;
	padding-top: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 645px;
	margin-bottom: 6px;
}
.thrColFix #mainContentinside {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	line-height: 16px;
	margin-right: 250px;
	margin-bottom: 0;
	margin-left: 215px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
}
.profile_head {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	width: 170px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	margin-top: 130px;
	padding: 2px;
	display: block;
	margin-left: 19px;
}
.profile {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	width: 170px;
	margin-left: 19px;
}
.profile_footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	width: 175px;
	border-top-style: none;
	border-bottom-style: none;
	padding: 2px;
	display: block;
	margin-left: 19px;
	border-right-style: none;
	border-left-style: none;
}
.thrColFix #sidebar2theteam {
	float: right; /* since this element is floated, a width must be given */
	width: 208px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFFFFF;
	padding-bottom: 15px;
	padding-right: 1px;
	padding-top: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 870px;
}
.profile_nav {
	font-family: "Courier New", Courier, monospace;
	left: 650px;
	top: 150px;
}
#contteam_nav {
	left: 750px;
	top: 150px;
	height: 900px;
}
.text_box {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #626262;
	padding: 3px;
	display: block;
	border: 1px solid #993300;
}
.thrColFix #sidebar2sammy {
	float: right; /* since this element is floated, a width must be given */
	width: 190px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFFFFF no-repeat;
	padding-bottom: 15px;
	padding-right: 0px;
	padding-top: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: dotted;
	height: 548px;
	border-left-width: 1px;
	border-left-color: #CCCCCC;
	padding-left: 7px;
}
.thrColFix #sidebar2patrick {
	float: right; /* since this element is floated, a width must be given */
	width: 208px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFFFFF url(../images/patrick_back.jpg) no-repeat;
	padding-bottom: 15px;
	padding-right: 1px;
	padding-top: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 548px;
}
.thrColFix #sidebar2valerie {
	float: right; /* since this element is floated, a width must be given */
	width: 208px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFFFFF url(../images/valeri_back.jpg) no-repeat;
	padding-bottom: 15px;
	padding-right: 1px;
	padding-top: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 548px;
}
.thrColFix #sidebar2jane {
	float: right; /* since this element is floated, a width must be given */
	width: 208px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFFFFF url(../images/bkpanel_blank_x.jpg) no-repeat;
	padding-bottom: 15px;
	padding-right: 1px;
	padding-top: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 650px;
}
.sub_heads {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	background-color: #FFFFFF;
	display: block;
	padding: 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D0B3A6;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #D0B3A6;
}
.thrColFix #footerbar {
	width: 852px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	border-top: 1px solid #999999;
	border-right: 1px solid;
	border-bottom: 1px solid;
	border-left: 1px solid;
	clear: both;
	background-image: url(../images/tab4.jpg);
	background-repeat: repeat-x;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 7px;
}
.bullets {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #626262;
	list-style-image: url(../images/arr_bul.gif);
}
.thrColFix #sidebar2joint {
	float: right; /* since this element is floated, a width must be given */
	width: 208px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFFFFF url(../images/bkpanel_blank.jpg) no-repeat;
	padding-bottom: 15px;
	padding-right: 1px;
	padding-top: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 548px;
}
.profile_headjoint {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	width: 170px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	margin-top: 20px;
	padding: 2px;
	display: block;
	margin-left: 19px;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #9E053B;
	line-height: 17px;
}
.thrColFix #mainContentinsidenews {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #626262;
	line-height: 14px;
	margin-bottom: 0;
	margin-left: 210px;
	padding-bottom: 0;
	padding-left: 20px;
}
.right_sideads {
	width: 260px;
	border: 1px solid #EEEEEE;
	display: block;
	background-image: url(../images/right_back.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.right_head {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #990000;
	margin: 15px 10px 5px;
	display: block;
	font-style: normal;
	line-height: 16px;
}
.right_copy {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	display: block;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
}
.right_sideadproperty {
	width: 260px;
	border: 1px solid #EEEEEE;
	display: block;
	background-image: url(../images/back_property.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.right_sideadmarriage {
	width: 260px;
	border: 1px solid #EEEEEE;
	display: block;
	background-image: url(../images/backfish.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.right_sideadaust {
	width: 260px;
	border: 1px solid #EEEEEE;
	display: block;
	background-image: url(../images/backaus.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.media {
	background-image: url(../images/photo.jpg);
	height: 460px;
	width: 315px;
	background-repeat: no-repeat;
}
.fpmedia_copy {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	margin-left: 85px;
	display: block;
	margin-right: 13px;
}
.media_law {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #F32900;
	display: block;
	margin-top: 5px;
	margin-right: 5px;
	line-height: 17px;
}
.emergency {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #F32900;
	padding: 2px;
}
.media_law2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #333333;
	display: block;
	margin-right: 7px;
	line-height: 15px;
	margin-top: 5px;
	margin-left: 15px;
}
.newsfp {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #F32900;
	display: block;
	padding-top: 1px;
	padding-bottom: 1px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #F32900;
	border-right-color: #F32900;
	border-bottom-color: #F32900;
	border-left-color: #F32900;
}
.thrColFix #mainContentfamily {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #626262;
	line-height: 14px;
	margin-left: 215px;
	padding-bottom: 0;
	padding-left: 20px;
}
.copy {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #626262;
}
.thrColFix #sidebar3 {
	float: right; /* since this element is floated, a width must be given */
	width: 400px;
	height: auto;
	padding: 8px 15px 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #000000;
	margin-bottom: 5px;
	margin-right: 5px;
	background-image: url(../images/staff_bk.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px none #CCCCCC;
	border-left: 1px solid #CCCCCC;
}
.thrColFix #mainContentinsidestaff {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #626262;
	line-height: 14px;
	margin-left: 215px;
	padding-right: 12px;
	padding-bottom: 0;
	padding-left: 20px;
	margin-right: 450px;
}
.staff {
	display: block;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	background-image: url(../images/label.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 7px;
}
.staffon {
	display: block;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	background-image: url(../images/labelon.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 7px;
}
.staff_sum {
	background-color: #EEEEEE;
	display: block;
	padding: 8px;
	color: #666666;
	font-weight: bold;
}
.thrColFix #sidebar4 {
	float: right;
	height: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #000000;
	margin-bottom: 5px;
	margin-right: 5px;
	width: 262px;
	padding-top: 8px;
}
.news {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #901800;
	padding-bottom: 5px;
	font-weight: bold;
	display: block;
	padding-top: 2px;
}
.news_headline {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #F32900;
}
.auto_news {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	border: 1px solid #999999;
}
.sidebar_head {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #9E053B;
}
.sidebar_more {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	background-color: #F4F4F4;
	display: block;
	padding: 1px 1px 1px 3px;
	border: 1px dotted #999999;
	clear: both;
}
.sidebar_copy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}
#share {
	width: 400px;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
}
.thrColFix #sidebar2daniel {
	float: right; /* since this element is floated, a width must be given */
	width: 208px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFFFFF url(../images/blank_daniel.jpg) no-repeat;
	padding-bottom: 15px;
	padding-right: 1px;
	padding-top: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 548px;
}
.front_page_quote {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	background-color: #E6E6E6;
	display: block;
	padding: 10px;
}
.thrColFix #mainContentinside3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	line-height: 20px;
	margin-right: 40px;
	margin-bottom: 0;
	margin-left: 215px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
}
.news_black_head {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	color: #000000;
}
.latest_news {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	background-color: #CCCCCC;
	display: block;
	padding: 3px;
}
.live {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	background-color: #FF0000;
	padding: 2px;
}
.emigrate_show {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000;
	background-color: #FF0;
	border: 2px solid #000;
}

