/* Main CSS */
html { height:100%; }

body {
    background-color:#FFF;
    color:#000;
    font-family:Arial, Helvetica, sans-serif;
    font-size:12px;
    /* height:96%; subject to reverting */
    margin:0 auto;
    padding:0;
}

#container {
    margin:0 auto;
    /* min-height:1200px; subject to reverting */
    height:auto !important;
    /* height:1200px; subject to reverting */
    width:1030px;
}

#container_h {
	background:url(images/bg_header.png) no-repeat;
	height:157px;
	width:1030px;
}

#header {
	height:111px;
	padding:0 40px;
	width:950px;
}

#navTop {
	float:left;
	height:63px;
	overflow:hidden;
	padding:48px 0 0 0px;
	width:600px;
}

#navigationIcons {
	height:24px;
	padding:0 5px 16px 0;
	text-align:right;
	width:100%;
	float:right;
}

#navigationIcons img {
	padding:0 2px;
}

#navigationText {
	height:23px;
	overflow:hidden;	
	float:right;
}

#navBottom {
	clear:left;
	height:34px;
	overflow:hidden;
	width:950px;
}

/* Drop Nav */
#nav, #nav ul {
	clear:left;
	list-style:none;
	margin:0;
	padding:0;
}

#nav li {
	float:left;
	margin:0;
	padding:0;
}

#nav li a {
	color:#FFF;
	display:block;
	font-size:12px;
	font-weight:bold;
	height:24px;
	margin:0;
	padding:10px 0 0 0;
	text-align:center;
	text-decoration:none;
}

#nav li:hover, #nav li.hover { 
	position:static; 
}

/* nav buttons */
a.dropdown01 { background:url(images/bg_nav01.png) no-repeat; width:154px; }
a.dropdown02 { background:url(images/bg_nav02.png) no-repeat; width:150px; }
a.dropdown03 { background:url(images/bg_nav03.png) no-repeat; width:153px; }
a.dropdown04 { background:url(images/bg_nav04.png) no-repeat; width:163px; }
a.dropdown05 { background:url(images/bg_nav05.png) no-repeat; width:102px; }
a.dropdown06 { background:url(images/bg_nav06.png) no-repeat; width:142px; }
a.dropdown07 { background:url(images/bg_nav07.png) no-repeat; width:84px; }

#nav li a:hover {
	background-image:auto;
	background-position:0px -34px;
}

#nav li ul {
	border:1px solid #004169;
	height:auto;
	left:-999em;
	margin:0;
	padding:0;
	position:absolute;
	width:auto;
	z-index:1000;
}

#nav li ul li {
	float:none;
	margin:0;
	padding:0;
}

#nav li ul li a:link, #nav li ul li a:visited, #nav li ul li a:active {
	background-color:#007AC3;
	color:#FFF;
	display:block;
	font-size:11px;
	font-weight:normal;
	height:16px;
	padding:7px 0 5px 5px;
	text-align:left;
    width:156px;
}

#nav li ul li a:hover {
	background-color:#004169;
	display:block;
	height:16px;
    width:156px;
}

#nav li:hover ul, #nav li.sfhover ul {
	left:auto;
}

#main {
	margin:0 auto;
	min-height:499px; /* original 849px */
	height:auto !important;
	height:499px;
	width:950px;
}

#flashArea { /* left */
	border-bottom:1px solid #92B6CC;
	margin-bottom:22px;
	height:505px;
	width:601px;
}

.sideLeft {
	float:left;
	margin-right:8px;
	width:601px;
}

.sideRight { /* right */
	float:left;
	margin-bottom:20px;
	width:340px;
}

/* _v2 for implementing new Estimate form throughout website. Date: 12/7/11, By: Sachin*/
.sideLeft_v2 {
	float:left;
	margin-right:8px;
	width:672px;
}

.sideRight_v2 { /* right */
	float:left;
	margin-bottom:20px;
	width:269px;
}

.content { /* left */
	min-height:157px;
	height:auto !important;
	height:157px;
	margin-top:20px;
	padding:0 15px 10px 15px;
	width:572px;
}

.options_container {
	min-height:170px;
	height:auto !important;
	height:170px;
	padding-bottom:15px;
	width:auto;
}

.options { /* left */
	min-height:355px;
	height:auto !important;
	height:355px;
	clear:both;
}

.options_img {
	float:left;
	height:150px;
	overflow:hidden;
	padding-right:10px;
	width:150px;
}

.options_img img { /* centers all images */
	display:block;
	margin:auto;
}

.optionsTxt {
	float:left;
	height:auto;
	padding-right:10px;
	width:115px;
}

.buttons {
	margin-bottom:4px;
}

#navFooter {
	background:url(images/bg_navFooter.png) no-repeat #3D9AD1;
	clear:both;
	color:#FFF;
	margin:0 auto;
	min-height:127px;
	height:auto !important;
	height:127px;
	padding:10px 15px;
	width:920px;
}

#footer {
	font-size:12px;
	height:42px;
	margin:0 auto;
	padding-top:5px;
	width:950px;
}

#footerLogo {
    float:right;
    height:75px;
    position:relative;
    top:-10px;
    width:auto;
}

/* lists */
.options ul {
	list-style:none;
	margin-bottom:5px;
	margin-top:10px;
}

.options li {
	list-style:disc;
	margin-left:-25px;
}

.content ul {
	color:#007AC3;
}

/* form divs */
#tab01, #tab02 {
	height:238px;
	width:336px;
}

#tab01 {
	display:none;
}

.formbox, .formboxTalk, .formboxTips, .formboxSurvey, .formboxEstimate, .formboxEstimate_LP, .formboxRequestInfo, .formboxImmiServices { /* right 336x122 */
	border:2px solid #92B6CC;
	color:#007AC3;
	height:88px;
	margin-bottom:4px;
	padding:34px 0 0 15px;
	width:321px;
}

.formbox {
	background-color:#CCE1ED;
	color:#000;
	height:213px;
	overflow:hidden;
	padding:0;
	width:336px;
}

#tab01 .formboxLeft, #tab02 .formboxLeft {
	float:left;
	height:87px;
	line-height:25px;
	margin-bottom:10px;
	padding:28px 10px 0 0;
	text-align:right;
	width:97px;
}

#tab03 .formboxLeft {
    float: left;
    height: 87px;
    line-height:25px;
    margin-bottom:10px;
    padding: 55px 10px 0 0;
    text-align: right;
    width:97px;
}

.formboxImmiServices .formboxLeft {
    float: left;
    height: 87px;
    line-height:25px;
    margin-bottom:10px;
    padding: 55px 10px 0 0;
    text-align: right;
    width:77px;
}

#tab01 .formboxRight, #tab02 .formboxRight {
	float:left;
	height:105px;
	margin-bottom:10px;
	padding:10px 0 0 0;
	width:229px;
}

#tab03 .formboxRight{
    float:left;
	margin-bottom:10px;
	padding:35px 0 0 0;
	width:229px;
	color:#007AC3;
}

.formboxImmiServices .formboxRight{
    float:left;
	margin-bottom:10px;
	padding:55px 0 0 0;
	/* width changed from 249px to 178px for implementing new Estimate form throughout website. Date: 12/7/11, By: Sachin*/
	width:178px;
	color:#007AC3;
}

#tab01 .formboxLeft {
	height:30px;
}

#tab01 .formboxRight {
	height:48px;
}

.formboxTalk { 
	background:url(images/bg_formboxTalk.png) no-repeat #CCE1ED;
}

.formboxTalk img {
	left:-5px;
	position:relative;
	top:10px;
	width:146px;
}

.formboxRequestInfo {
    background:url(images/request_info_corp.png) no-repeat #CCE1ED;
    height:135px;
}

.formboxTips { 
	background:url(images/bg_formboxTips.png) no-repeat #CCE1ED;
}

.formboxSurvey {
	background:url(images/bg_formboxSurvey.png) no-repeat #CCE1ED;
}
.formHolidayMsgBox 
{
	min-height:85px;
	margin-bottom:4px;	
	width:245px;    
	float: left;
	margin-left:350px;
}
.formHolidayMsg
{
	border:2px solid #92B6CC;	color:#007AC3; background-color:#CCE1ED;padding:5px  ;
}

.formboxEstimate
{
	background-color:#CCE1ED;
	color:#000;
	height:175px;
	overflow:hidden;
	padding:0;
	width:336px;    
	background:url(images/bg_formboxEstimate.png) no-repeat #CCE1ED;
}

.formboxEstimate_LP 
{
	background-color:#CCE1ED;
	color:#000;
	height:175px;
	overflow:hidden;
	padding:0;
	width:336px;    
	background:url(images/free_estimate_replacement.jpg) no-repeat #CCE1ED;
}

.formboxImmiServices {
    background:url(images/bg_ImmigrationServices.png) no-repeat #CCE1ED;
    height:205px;
    color:#000;
	overflow:hidden;
	padding:0;
	/* width changed from 336px to 265px for implementing new Estimate form throughout website. Date: 12/7/11, By: Sachin*/
	width:265px;
	height:auto;
}
.fieldTalk, .fieldMoving, .fieldMonth, .fieldDay, .fieldYear {
	border:2px solid #AAA;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	height:16px;
	margin:2px 0;
	padding:2px 0 2px 3px;
	width:304px;
}

.fieldMonth {
	width:102px;
}

.fieldDay {
	width:28px;
}

.fieldYear {
	width:43px;
}

.fieldTalk {
	width:212px;
}

.fieldpull {
	border:2px solid #AAA;
	margin-top:2px;
	width:219px;
}

.btnEstimate, .btnChat, .btnSignUp, .btnSignUp-O, .btnStarted, .btnStarted_v2, .btnStarted-O, .btnFind, .btnSubmit, .btnEstimateComm, .sf_searchSubmit, .sf_commentSubmit, .btnPlain {
	border:none;
	color:#FFF;
	cursor:pointer;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	height:32px;
	padding-bottom:12px;
	position:relative;
	top:4px;
}

.btnEstimate, .btnFind {
	background:url(images/btn_estimate.png) no-repeat;
	left:214px;
	top:-30px;
	width:116px;
}

.btnEstimateComm {
	background:url(images/btn_estimate.png) no-repeat;
	left:214px;
	top:-30px;
	width:116px;
	padding:50px 0 0 0;
}

.formboxEstimate .btnEstimate, .formboxEstimate_LP .btnEstimate {
	left:209px;
	top:-16px;
}


.sf_searchSubmit {
	background:url(images/btn_search.png) no-repeat;
	height:45px;
	left:-7px;
	top:10px;
	width:136px;
}

.btnFind {
	top:-6px;
}

.btnChat {
	background:url(images/btn_chat.png) no-repeat;
	left:-5px;
	top:10px;
	width:146px;
}

.btnSignUp {
	background:url(images/btn_signup.png) no-repeat;
	left:230px;
	width:85px;
}


.btnSubmit, .sf_commentSubmit {
    background:url(/images/btn_submit.png) no-repeat;
    width:100px;
    left: 455px;
}

.btnPlain {
    background:url(/images/btn_plain.png) no-repeat;
    width:100px;
    font-size:large;
    padding-top:5px;
    height:auto; 
}

.sf_commentSubmit {
	height:40px;
	left:-6px;
	width:115px;
}

.btnStarted {
	background:url(images/btn_started.png) no-repeat;
	left:206px;
	width:109px;
}
.btnStarted_v2 {
	background:url(images/btn_started.png) no-repeat;
	left:150px;
	width:109px;
}

.iconglobe, .iconflag, .iconagent { 
	background:url(images/icon_globe.png) no-repeat; 
	background-position:15px 3px; 
	display:block; 
	height:20px; 
	margin-bottom:-15px; 
	padding-left:40px; 
	width:120px; 
}

.iconflag {
	background:url(images/icon_canada.png) no-repeat;
	background-position:15px 3px; 
}

.iconagent {
	background:url(images/icon_agent.png) no-repeat;
	background-position:15px 1px;
	padding-left:35px;
}

/* home secondary content */
.home_secondary {
	border-top:1px solid #92B6CC;
	line-height:18px;
	margin-bottom:20px;
	padding:15px 15px 0 15px;
}
	
/* text */
h1, h2, h3, h4, h5, h6, p {
	margin:0;
	padding:0;
}

#header h1, #header h1 a {
	height:111px;
	width:350px;
	display:block;
	overflow:hidden;
	float:left;
	background:url(images/logo.png) no-repeat;
}

#header h1 a {
	text-decoration:none;
}

#header h1 a span {
	visibility:hidden;
}

.content h2 {
	color:#007AC3;
	font-size:22px;
	font-weight:bold;
	margin-bottom:5px;
}

.options h3 {
	color:#007AC3;
	font-family:"Arial Narrow", Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	line-height:1em;
}

.home_secondary h3 {
	color:#007AC3;
}

#main p {
	line-height:1.5em;
}

#navFooter p {
	display:block;
	float:left;
	height:127px;
	line-height:16px;
	padding-right:15px;
	width:200px;
}

.formbox p {
	color:#007AC3;
}

/* Links */
a:link, a:visited, a:active {
	color:#007AC3;
	font-weight:bold;
	text-decoration:none;
}

h1 a:hover {
	text-decoration:none;
}

#navigationText a:link, #navigationText a:visited, #navigationText a:active {
	color:#FFF;
	display:block;
	float:left;
	font-size:12px;
	font-weight:bold;
	padding:0 10px;
	height:23px;
}

/* class for Stevens Pink link in sub navigation: added on 9-29-11 by Sachin*/
#navigationText a.pink{ padding-left: 14px; background: url(/images/pink-ribbon.png) no-repeat scroll 0px 0px transparent;}
#navigationText a.pink:hover{background: url(/images/pink-ribbon1.png) no-repeat scroll 0px 0px transparent;}

.options a:link, .options a:visited, .options a:active, .options a:hover, .formbox a:link, .formbox a:visited, .formbox a:active, .formbox a:hover, .formboxTalk a {
	color:#396801;
	cursor:pointer;
	font-weight:normal;
	text-decoration:underline;
}

#navFooter a:link, #navFooter a:visited, #navFooter a:active {
	color:#FFF;
}

#footer a:link, #footer a:visited, #footer a:active {
	color:#000;
}

a:hover, #navFooter a:hover, #footer a:hover {
	text-decoration:underline;
}

/* Positioning */
.floatleft { float:left; }
.floatright { float:right; }
.clearboth { clear:both; }
.red { color:#F00; }
hr { color:#CCC; margin:0 0 12px 0; }

/* new form styles fo Service Line Free Estimate */
#container_sl {
	background:url(images/bg_header_serviceLine.jpg) no-repeat;
	height:157px;
	width:950px;
	margin: 0 Auto;
}

.formbox2 {
    background-color:#B3DAEF;
    border:2px solid #7394a8;
    color:#000;
    height:238px;
    overflow:hidden;
    padding:0;
    width:336px;
}
.formbox2 a:link, .formbox2 a:hover, .formbox2 a:visited{
    color:#396801;
    cursor:pointer;
    font-weight:normal;
    text-decoration:underline;
}

.formbox2 .btnEstimate, .formbox2 .btnFind {
    left:214px;
    top:-30px;
    padding:3px;
    background-color:#396801;
    width:auto;
    height:auto;
}

.type-wrapper {
	position:relative;
	top:40px;
	right:80px;
	float:right;
}

.gradient_btn,
.gradient_btn:link,
.gradient_btn:visited,
.gradient_btn:active {
	background:#269FE7; /* for non-css3 browsers */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#269fe7', endColorstr='#047dc5'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#269fe7), to(#047dc5)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #269fe7,  #047dc5); /* for firefox 3.6+ */
    color:#fff;
    display:block;
    font-size:125%;
    line-height:1.2;
    margin-bottom:15px;
    padding:10px 15px;
    width:320px;
}

.gradient_btn:hover {
	text-decoration:none;
}

.gradient_btn span {
	float: right;
    font-size: 160%;
    margin-top: -4px;
}

.boxlist li {
	background:url(Images/box.png) no-repeat 0 3px;
	padding-left:20px;
	list-style:none;
	margin-bottom:0.5em;
}

.boxlist li li {
	margin-bottom:0.2em;
}

.border_table {
	border-collapse:collapse;
}

.border_table td {
	border:1px solid #000;
	padding: 3px 5px;
    text-align: center;
    width: 15%;
}

.border_table tr:first-child th {
	vertical-align:bottom;
}

.border_table th:first-child {
	text-align:left;
}

.ContainerRB {
	list-style:none;
}

.ContainerRB li {
	float:left;
}

.container_estimate .formboxRight span:first-child {
	font-weight:bold;
}

.container_estimate .formboxLeft {
	position:relative;
	top:14px;
}

/*------------New Layout --------------*/

.clearBoth{clear:both}

#head { 
    height:111px;
	width:950px;
	display:block;
	margin: 0 auto;
}

#head a {
	text-decoration:none;
}

#head a span {
	visibility:hidden;
}

.logo { background:url(/images/logo-O.png) no-repeat 0 8px; padding: 2px 29px 87px }
#container-o {
    margin:0 auto;
    /* min-height:1200px; subject to reverting */
    height:auto !important;
    /* height:1200px; subject to reverting */
	overflow:hidden;
	width:100%;
}

#container_h-O {
	height:150px;
	width:100%
}
.sideLeft-O {
	float:left;
	/*width:0px;*/
	margin:0 6px 20px 1px;
}

.sideRight-O { /* right */
	float:right;
	width:675px;
}

#navFooter-O {
	background:url(images/bg_navFooter.png) no-repeat #3D9AD1;
	clear:both;
	color:#FFF;
	margin:0 auto;
	min-height:127px;
	height:auto !important;
	height:127px;
	padding:10px 15px;
	width:920px;
}

.formbox-O h2 {
	padding:7px 19px 0;
	font-size:24px;
	text-shadow:0 1px 0 #efffcc
}

.formbox-O p{
	padding:0 19px;
	font-size:14px;
	line-height:0px;
}

.formbox-O {
	/* background:url(/images/bg_quote_form.png) no-repeat; */
	
	background: rgb(205,235,139); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(205,235,139,1) 0%, rgba(143,178,107,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(205,235,139,1)), color-stop(100%,rgba(143,178,107,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(205,235,139,1) 0%,rgba(143,178,107,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(205,235,139,1) 0%,rgba(143,178,107,1) 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, rgba(205,235,139,1) 0%,rgba(143,178,107,1) 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cdeb8b', endColorstr='#8fb26b',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, rgba(205,235,139,1) 0%,rgba(143,178,107,1) 100%); /* W3C */

	color:#000;
	height:267px;
	width:265px;
	border:1px solid #8FB26B;
	margin-bottom: 30px;
}

.formboxRight-o{
	float:left;
	padding:5px 0 0 0;
	width:147px;
}

#tab01 .formboxLeft-o, #tab02 .formboxLeft-o {
	float:left;
	height:87px;
	line-height:25px;
	padding:5px 10px 0 0;
	text-align:right;
	width:97px;
}




.newOptions{
	clear: both;
    height: auto !important;
    min-height: 190px;
}

.optionsContainer{
	border: 1px solid #92B6CC;
    float: left;
    margin: 25px 10px;
    padding: 10px 11px 0 0;
    width: 283px;
	height:139px;
}

.newOptions h3{
	font-size:14px;
}

.optionsContainer ul li{
	margin-left:135px
}

.home_secondary-O{
	border-top:0px;
	width:600px;
	float:left;
	margin-bottom:27px;
}

.home_secondary-O h1 { font-size:14px }

.movingFooterBox{
	background:url(images/moving-tips-surveyBG.png) no-repeat #cce0ee;
	margin:0 55px;
	clear:both;
}

.formTips-O{
}

.formTips-O p{
	color: #0079C1;
    float: left;
    font-size: 15px;
    padding: 4px;
}

.formboxTips-O { 
	background:#CCE1ED;
	padding:6px 5px;
	float:left;
	width:406px;
}

.formboxSurvey-O {
	background:#CCE1ED;
	float:left;
	width:501px;
	padding:7px 0 7px;
}

.btnSignUp-O {
	background:url(images/btn_signup.png) no-repeat;
	width:82px;
}

.btnStarted-O {
    background: url(images/btn_started.png) no-repeat scroll 0 0 transparent;
    float: right;
    margin: -29px 6px 0;
    width: 109px;
}

.navigationIcons-O {
    float: left;
    height: 99px;
    margin-left: 19px;
    padding: 17px 6px 13px 11px;
    text-align: right;
    width: 300px;
}

.navigationIcons-O img {
	padding:0 11px 13px;
}

.navigationIcons-O a{
	border:0 none;
}

.containerBT {
    background: url(/images/btn_containers.png) no-repeat scroll 0 0 transparent;
    padding: 38px 200px;
}

.containerBT:hover {
    background-position: 0 -88px;
}

.officemovingBT {
    background: url(/images/btn_officemoving.png) no-repeat scroll 0 0 transparent;
    padding: 38px 200px;
}

.officemovingBT:hover {
    background-position: 0 -88px;
	padding-top: 39px;
}

.buttonBT{
	float:left;
	padding:31px 0px 31px 0px;
}

.btnEstimate-O{
	margin:9px 0 0 58px;
	
	-moz-box-shadow:inset 0px 1px 0px 0px #fce2c1;
	-webkit-box-shadow:inset 0px 1px 0px 0px #fce2c1;
	box-shadow:inset 0px 1px 0px 0px #fce2c1;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ffc477), color-stop(1, #fb9e25) );
	background:-moz-linear-gradient( center top, #ffc477 5%, #fb9e25 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffc477', endColorstr='#fb9e25');
	background-color:#ffc477;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #888;
	display:inline-block;
	color:#333;
	font-family:arial;
	font-size:15px;
	font-weight:bold;
	padding:8px 28px;
	text-decoration:none;
	text-shadow:0 1px 0 #ffc477;
	width:155px;
}

.btnEstimate-O:hover{
	/* background-position:0 -44px;
	color:white;
	text-shadow:1px 1px 1px #999; */
	
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #fb9e25), color-stop(1, #ffc477) );
	background:-moz-linear-gradient( center top, #fb9e25 5%, #ffc477 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fb9e25', endColorstr='#ffc477');
	background-color:#fb9e25;
	color:#fff;
	text-shadow:0 1px 0 #444;
}

.btnEstimate-O:active{position:relative; top:1px;}

.btn_facebookLike{
	padding-left:21px;
}

.boxesBT {
    background: url(/images/buy_boxes.png) no-repeat scroll 0 0 #007AC3;
    padding: 27.7px 134px;
	height:15px;
	margin-top:4px;
}

.boxesBT:hover {
    background-position: 0 -71px;
}

img{
	border:0 none;
}

#navTop-o {
	/* float:left;
	height:67px;
	overflow:hidden;
	padding:21px 0 0 79px;
	width:470px; */
	padding:2px 0 8px
}

.livechat{position:fixed; margin-left:-2px}
.livechat:hover{margin-left:-1px}

/* new css for FooterLinks-Copy for Chris: created on 9/7/11 by Sachin*/
#navFooter2 {
	background:url(images/bg_navFooter.png) no-repeat #3D9AD1;
	clear:both;
	color:#FFF;
	margin:0 auto;
	min-height:77px;
	height:auto !important;
	height:77px;
	padding:10px 15px;
	width:920px;
}

#navFooter2 p {
	display:block;
	float:left;
	line-height:16px;
	padding-right:9px;
	width:157px;
}

#navFooter2 a:link, #navFooter2 a:visited, #navFooter2 a:active {
	color:#FFF;
}

#navFooter2 a:hover {
	text-decoration:underline;
}

#footerLogo2 {
    /* float:right;
    position:relative;
    width:auto; */
}
/* End of css for FooterLinks-Copy */

/*------------End New Layout --------------*/

/* International Brochure button*/
.intBrochure {
    background: url(/images/int_brochure.png) no-repeat scroll 0 0  ;
    padding: 27.7px 134px ;	
	margin-top:4px;		
}

.intBrochure:hover {
    background-position: 0 -71px;
}
/* End International Brochure button*/
.Testimonials , .brNews
{    
	border: 1px solid #92B6CC;
    float: left;
    margin: 25px 0 25px 5px;
    padding: 10px ;
    width: 283px;
	height:100%;

}

.NewsHome
{    
	border: 1px solid #92B6CC;
	border-top:none;
    float: left;
    margin: 55px -310px 10px;
    padding: 10px 10px 0px ;
    width: 283px;
	height:100%;
}
.NewsHome ul li h2 
{
    color:Red;
    margin:0px !important;
}

.NewsHome h2 a
{
    font-size:12px;
    line-height:14px;
    
}

.NewsHome h2 a
{
    font-size:12px;
    line-height:14px;
    
}

.NewsHome p
{
    line-height:16px;
    margin-bottom:30px;
    font-size:10px;
}
.NewsHomeTitle
{
    border: 1px solid #92B6CC;
	border-bottom:none;float: left;
    margin: 25px 5px;
    padding: 10px 10px 0px ;
    width: 283px;
	height:100%;
	
}

.optionsContainer1, .BrNewsContainer, .TestimonialsContainer{
	border: 1px solid #92B6CC;
    float: left;
    margin: 20px 0 0;
    padding: 8px 10px 0 10px;
    width: 283px;
	height:335px;
}

.BrNewsContainer
{
    margin: 20px 15px;
    width: 288px;
}

.br_news
{ 
    margin-top:10px;
}


.br_news ul li h2 
{
    color:Red;
    margin:0px !important;
}

.br_news h2 a
{
    font-size:12px;
    line-height:14px;
    
}

.br_news  ul li   p
{
    font-weight:normal !important;
    line-height:14px;
    
}

.br_news p
{
    line-height:16px;
    margin-bottom:30px;
    font-size:10px;
}
    
