@charset "utf-8";
/* CSS Document */

/* Basic
============================================================================= */



body {
	color:#292929;
    font-family:"Verdana";
    font-size:12px;
    font-size-adjust:none;
    font-stretch:normal;
    font-style:normal;
    font-variant:normal;
    font-weight:normal;
    line-height:22px;
	background:#292929;
	margin:0px;
	height:100%;
}

.clear {
	clear:both;
}


/* Links
============================================================================= */

a:link, a:visited {
	text-decoration:none; 
	color:#62b1f0; 
	font-size:12px!important;
}

*html a:link, a:visited {text-decoration:none; color:#62b1f0; font-size:10px!important;} /* IE Hacks */

a:hover, a:active {
	color: #62b1f0;
	text-decoration:underline;
}


a.footer {
	color:#fff; 
	font-size:10px!important;
}

a.footer:hover { color:#aa917e; text-decoration:none!important;}


*html a.footer {color:#fff!important; font-size:10px!important;} /* IE Hacks */

*html a.footer:hover { color:#aa917e!important; text-decoration:none!important;} /* IE Hacks */


a.breadcrumb {color:#aa917e; font-size:11px!important; text-decoration:none;}
*html a.breadcrumb {color:#aa917e!important; font-size:11px!important; text-decoration:none;}

a.breadcrumb:hover {color:#aa917e; text-decoration:underline;}
*html a.breadcrumb:hover {color:#aa917e; text-decoration:underline;}

a.subnav { color:#292929; }

a.subnav:hover {color:#aa917e; text-decoration:none;}

a.rates {color:#292929; text-decoration:underline;}

a.rates:hover {color:#aa917e; text-decoration:none; cursor:pointer;}

a.link { color:#454d75; text-decoration:none; }
*html a.link { color:#454d75!important; font-size:12px!important; text-decoration:none; }

a.link:hover {color:#454d75; text-decoration:none;}

a.contact {color:#454d75; text-decoration:none; font-style:italic; font-size:11px!important; margin-left:95px;}
*html a.contact {color:#454d75; text-decoration:none; font-style:italic; font-size:11px!important; margin-left:95px;}

a.contact:hover {color:#454d75; text-decoration:underline; font-style:italic;}

/* Wrapper
============================================================================= */

#wrapper {
    width:960px; 
	margin: 0px auto;
	margin-top:20px;

}


/* Header and Navigation
============================================================================= */

#header { 
     width:960px;  
	 
}

.logo { 
    float:left;
    width:209px;
	height:92px;
	margin-top:10px;
}

img, img a {
    border:0 none;
}

#navigation{width:470px; padding:0px; display:block; float:right; margin-top:50px; margin-left:0px;}
#nav-b{width:480px; margin:0; padding:0; margin-left:0px;}
*html #nav-b{width:480px; margin:0; padding:0; margin-right:-30px!important;}

#nav-b li{float:left; height:38px; margin-right:13px; text-indent:-8000px; list-style-type:none  }
#nav-b li a{display:block; height:25px!important; background-position:0 0px; background-repeat:no-repeat;}
#nav-b li a:hover, #nav-b li a.selected{background-position:0 -22px; cursor:pointer;}
#nav-b li#nav1{width:59px;}#nav-b li#nav1 a{background-image:url(../img/nav1.jpg);}
#nav-b li#nav2{width:98px;}#nav-b li#nav2 a{background-image:url(../img/nav2.jpg);}
#nav-b li#nav3{width:113px;}#nav-b li#nav3 a{background-image:url(../img/nav3.jpg);}
#nav-b li#nav4{width:60px;}#nav-b li#nav4 a{background-image:url(../img/nav4.jpg);}
#nav-b li#nav5{width:98px; margin-right:0}#nav-b li#nav5 a{background-image:url(../img/nav5.jpg); margin-right:0;}	


/* Content
============================================================================= */

#content {
	width:960px; 
	clear:both;
}

p {font-size:12px; font:Verdana;}



/* Tabs
============================================================================= */


h1 {font-size: 3em; margin: 20px 0;}
.container {width: 960px; margin: 30px auto;}

p.tabs {width:540px; float:left; line-height:15px;}
p.tabs2 {width:870px; margin-top:5px; float:left; line-height:15px; }
p.tabs2b {width:870px; margin-top:5px; float:left; line-height:15px; }
*:first-child+html p.tabs2b {width:870px; margin-top:-35px; float:left; line-height:15px; }

p.smallmargin{margin-top:2px; border:1px solid black}
p.tabs3 {width:540px; margin-top:2px; float:left; }
p.tabs4 { line-height:18px; margin-top:4px; float:left; }

*:first-child+html p.tabs2 { margin-top:-10px;}
*:first-child+html p.tabs3 { margin-top:-13px;}

img.tab1 {float:right; width:395px; margin-right:10px; height:320px; margin-top:-306px;}

*:first-child+html img.tab1 { margin-top:-297px;} /* IE Hacks */
*html img.tab1 { margin-top:-291px;} /* IE Hacks */

ul.tabs {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	height: 41px;
	width: 100%;
	color:#292929;
}
ul.tabs li {
	float: left;
	margin: 0;
	padding: 0;
	height: 41px;
	width:129px;
	line-height: 45px;
	margin-right:4px;
	background:url(../img/tab-off.jpg);
}
ul.tabs li a {
	text-decoration: none;
	color: #fff;
	display: block;
	font-size: 1.2em;
	padding: 0px;
	outline: none;
	text-align:center;
}

*html ul.tabs li a {font-size:1.8em!important; color:#fff!important; text-decoration: none;}

ul.tabs li a:hover {background: #fff url(../img/tab-on.jpg); color:#292929;}
*html ul.tabs li a:hover {background: #fff url(../img/tab-on.jpg); color:#292929!important; text-decoration: none!important;}

#wrapper #content ul.tabs li.active a  {
	background: url(../img/tab-on.jpg);
	border-bottom: 1px solid #fff;
	border-top:0px;
	color:#292929;
} 

*html #wrapper #content ul.tabs li.active a  {
	background: url(../img/tab-on.jpg);
	border-bottom: 1px solid #fff;
	border-top:0px;
	color:#292929!important;
	font-size:1.1em!important;
} 

.tab_container {
	clear: both;
	float: left; 
	width: 960px;
	background: #fff url(../img/tabs-box.jpg);
	height:341px;
}

*html .tab_container {margin-top:-5px!important;}

.tab_content {
	padding-top:20px;
	padding-left: 20px;
	font-size: 1.2em;
}

*:first-child+html .tab_content {padding-top:0px;}

.tab_content h2 {
	font-weight: normal;
	font-size: 1.8em;
    color:#454d75; 
	margin-top:10px;
	margin-left:-2px;
}

*:first-child+html .tab_content h2 {margin-left:-2px; margin-top:30px; margin-bottom:40px;} /* IE Hacks */

.tab_content h3 a{
	color: #254588;
}



ul.tick {width:400px; float:left; margin-top:7px;}
ul.tick li {list-style:disc; color:#454d75; font-size:12px; font:Verdana; padding-left:20px; margin-bottom:7px; margin-left:-26px;}

ul.tick li span {color:#292929;}

*:first-child+html ul.tick {margin-top:-5px;} /* IE Hacks */

ul.tick2 {width:450px; float:right; margin-top:7px;}
ul.tick2 li {list-style:disc; color:#454d75; font-size:12px; font:Verdana; padding-left:20px; margin-bottom:7px; margin-left:-5px;}

ul.tick2 li span {color:#292929;}

*:first-child+html ul.tick2 {margin-top:-5px;} /* IE Hacks */

ul.tick3 {width:795px; float:left; margin-top:10px;}
ul.tick3 li {list-style:none; list-style-image:none; font-size:12px; font:Verdana; background-image:url(../img/tick.gif);
background-repeat:no-repeat; background-position:0% 136%; padding-left:30px; margin-bottom:5px; margin-left:-35px;}

*:first-child+html ul.tick3 {margin-top:20px; margin-bottom:25px;}

ul.tick4 {width:400px; float:left; margin-top:7px; margin-bottom:10px;}
ul.tick4 li {list-style:none; list-style-image:none; font-size:12px; font:Verdana; background-image:url(../img/tick.gif);
background-repeat:no-repeat; background-position:0% 12%; line-height:16px; padding-left:30px; margin-bottom:8px; margin-left:-38px; padding-top:-10px;}

*:first-child+html ul.tick4 {margin-top:18px; margin-bottom:25px;} /* IE Hacks */

ul.tick5 {width:450px; float:right; margin-top:7px;}
ul.tick5 li {list-style:none; list-style-image:none; font-size:12px; font:Verdana; background-image:url(../img/tick.gif);
background-repeat:no-repeat; background-position:0% 18%; padding-left:30px; line-height:16px; margin-bottom:8px; margin-left:-35px;}


ul.tick6 {width:900px; float:left; margin-top:7px;}
ul.tick6 li {list-style:none; list-style-image:none; font-size:12px; font:Verdana; background-image:url(../img/tick.gif);
background-repeat:no-repeat; background-position:0% 12%; line-height:16px; padding-left:30px; margin-bottom:8px; margin-left:-38px; padding-top:-10px;}

*:first-child+html ul.tick6 {margin-top:18px;} /* IE Hacks */

ul.tick7 {width:550px; float:left; margin-top:7px;}
ul.tick7 li { list-style-type:disc; color:#454d75; font-size:12px; font:Verdana; padding-left:20px; margin-bottom:7px;}

*:first-child+html ul.tick7 li { list-style-type:disc; list-style-position:inside; color:#454d75; font-size:12px; font:Verdana; padding-left:20px; margin-bottom:7px;}
*html ul.tick7 li { list-style-type:disc; list-style-position:inside; color:#454d75; font-size:12px; font:Verdana; padding-left:20px; margin-bottom:7px;}

ul.tick7 li span {color:#292929; }

*:first-child+html ul.tick7 {margin-top:17px; margin-bottom:26px;} /* IE Hacks */
*html ul.tick7 {margin-top:17px; margin-bottom:20px; margin-left:0px;} /* IE Hacks */


.left-tab { height:210px; width:520px; float:left; margin-right:20px; clear:both;}

*:first-child+html .left-tab {margin-top:-14px; }

.right-tab { height:210px; margin-top:-10px; width:340px; float:right; margin-right:20px;}

*:first-child+html .right-tab {margin-top:-34px; }

ul.signup {font-size:12px!important; margin-top:25px;}
ul.signup li {list-style:none; list-style-image:none; background-image:url(../img/Download.gif);
background-repeat:no-repeat; padding-left:60px; font-size:12px; height:55px; margin-left:-40px; cursor:pointer; padding-top:10px;}

ul.signup li.faq {list-style:none; list-style-image:none; background-image:url(../img/Notepad.gif);
background-repeat:no-repeat; padding-left:60px; font-size:12px;height:55px; cursor:pointer; margin-left:-40px; padding-top:10px;}

ul.signup li.contact {list-style:none; list-style-image:none; background-image:url(../img/Contact.gif);
background-repeat:no-repeat; padding-left:60px; height:55px; font-size:12px; cursor:pointer; margin-left:-40px; padding-top:10px;}

img.channels {margin-top:15px;}

*:first-child+html img.channels {margin-top:30px;}
*html img.channels {margin-top:30px;}


/* How it works tab */

img.bubble-top { float:right; margin-top:-68px; margin-right:130px;}

*:first-child+html img.bubble-top { margin-top:-88px;}


.no1 { margin-top:1px; height:240px; width:170px; float:left; margin-right:65px;}

*:first-child+html .no1 { margin-top:-16px;}
*html .no1 { margin-top:1px; margin-right:10px;}

.no2 { margin-top:1px; height:240px; width:170px; float:left; margin-right:65px;}

*:first-child+html .no2 { margin-top:-15px;}
*html .no2 { margin-top:1px; margin-right:10px;}

.no3 { margin-top:3px; height:240px; width:170px; float:left; margin-right:65px;}

*:first-child+html .no3 { margin-top:-13px;}
*html .no3 { margin-top:3px; margin-right:0px;}

/*img.work {border:1px solid #b0afaf; margin-bottom:7px; }*/

.work-heading {padding-bottom:5px; border-bottom:1px solid #54674a; color:#54674a;}

.no1 p {font-size:11px; line-height:14px;}

*:first-child+html .no1 p {margin-top:7px;}

.no2 p {font-size:11px; line-height:14px;}

*:first-child+html .no2 p {margin-top:7px;}

.no3 p {font-size:11px; line-height:14px;}

*:first-child+html .no3 p {margin-top:7px;}


ul.works {width:170px; float:left; margin-top:-10px;}

*:first-child+html ul.works {margin-top:-15px;}
*html ul.works {margin-top:-15px; margin-left:0px;}

ul.works li {list-style:disc; color:#454d75; font-size:11px; font:Verdana; line-height:14px; padding-left:5px; margin-left:-30px; padding-top:-10px; list-style-position:inside;}
*html ul.works li {list-style:disc!important; color:#454d75; font-size:11px; font:Verdana; line-height:14px; padding-left:5px; margin-left:0px; padding-top:-10px; list-style-position:inside;}

ul.works li span {color:#292929;}
*html ul.works li span {color:#292929;}


img.balloon {margin-top:-40px; margin-right:30px;}
*html img.balloon {margin-top:-27px; margin-right:30px;}

img.graph { margin-right:30px; margin-top:-31px;}
*:first-child+html img.graph { margin-right:30px; margin-top:-18px;}
*html img.graph { margin-right:30px; margin-top:-18px;}


/* Features Tab */

ul.speech {width:350px; float:left; margin-top:0px;}
ul.speech li { list-style:none; list-style-image:none; color:#292929; font-size:10px; font:Verdana; padding-left:20px; margin-bottom:7px; margin-left:-46px; line-height:15px; width:350px!important;}

ul.speech li.one {background-image:url(../img/speech1.gif); background-repeat:no-repeat; width:318px; height:73px; padding-top:11px; margin-bottom:-5px; }
ul.speech li.two {background-image:url(../img/speech2.gif); background-repeat:no-repeat; width:318px; height:73px; padding-top:13px;
margin-bottom:-7px;}
ul.speech li.three {background-image:url(../img/speech3.gif); background-repeat:no-repeat; width:310px; height:91px; padding-top:17px; }

*:first-child+html ul.speech {margin-top:-15px;} /* IE Hacks */
*html ul.speech {margin-left:10px; } /* IE Hacks */


ul.speech2 {width:330px; float:left; margin-top:-2px; margin-left:-29px;}
ul.speech2 li {list-style:none; list-style-image:none; color:#292929; font-size:10px; font:Verdana; padding-left:30px; margin-bottom:7px; margin-left:-5px; line-height:15px; width:350px!important;}

ul.speech2 li.four {background-image:url(../img/speech4.gif); background-repeat:no-repeat; width:318px; height:73px; padding-top:13px; margin-bottom:-7px;}
ul.speech2 li.five {background-image:url(../img/speech5.gif); background-repeat:no-repeat; width:318px; height:73px; padding-top:20px;
margin-bottom:-13px;}
ul.speech2 li.six {background-image:url(../img/speech6.gif); background-repeat:no-repeat; width:310px; height:91px; padding-top:25px; }


*:first-child+html ul.speech2 {margin-top:-40px; margin-left:12px;} /* IE Hacks */
*html ul.speech2 {margin-top:-20px; margin-left:10px;} /* IE Hacks */

img.mast {width:194px; height:267px; margin-left:-36px; float:left; margin-top:-8px;}

*:first-child+html img.mast {margin-top:-44px;}
*html img.mast {margin-top:-24px;}

img.plane {margin-top:-70px; margin-left:-222px;}

*:first-child+html img.plane {margin-top:-95px; margin-left:-62px;}
*html img.plane {margin-top:-70px; margin-left:-45px!important;}

img.plane2 {margin-top:-68px; margin-left:-360px;}

*:first-child+html img.plane2 {margin-top:-95px; margin-left:-360px;}


img.plane3 {margin-top:-68px; margin-left:-245px;}

*:first-child+html img.plane3 {margin-top:-95px; margin-left:625px; margin-bottom:0px;}
*html img.plane3 {margin-top:-60px; margin-left:620px; margin-bottom:0px;}


/* Left Column Homepage
============================================================================= */

#leftcolumn {
	width:600px; 
	float:left; 
	margin-right:40px; 
	margin-top:40px;
}

*:first-child+html #leftcolumn { margin-top:40px;} /* IE Hacks */


.heading {
    font-size:22px; 
	color:#fff; 
	border-bottom:1px solid #aa917e; 
	padding-bottom:10px; 
    font:Verdana;
	margin-bottom:20px;
}

p.left {
	color:#fff; font:Verdana; font-size:12px; line-height:18px;
}


/* Right Column Homepage
============================================================================= */

#rightcolumn {
    width:300px; 
	float:right; 
	height:200px; 
	margin-top:40px;
	
}

*:first-child+html #rightcolumn { margin-top:40px;}


p.right {
    color:#fff; font:Verdana; font-size:12px;
}

img.treats {border:1px solid #aa917e; margin-top:4px; margin-bottom:17px;}
img.contacts {border:1px solid #aa917e; margin-top:4px; margin-bottom:17px;}

/* Twitter Feature
============================================================================= */

#twitter_div{
  background:#292929 url(../img/twit1.jpg) no-repeat top left;
  height:120px;
  position:relative;
  width:300px;
  margin-top:-10px;
}

*:first-child+html #twitter_div {margin-top:0px;} /* IE Hacks */

 
ul#twitter_update_list {color:#e2e2e2; font-size:12px; list-style:none; list-style-image:none; width:190px; margin-left:65px; padding-top:30px;}

*:first-child+html ul#twitter_update_list {margin-left:105px;} /* IE Hacks */
*html ul#twitter_update_list {margin-left:105px;} /* IE Hacks */


/* Inside Pages
============================================================================= */

#content2 {
	width:960px; 
	clear:both;
	margin-top:30px;
	background-image:url(../img/inside-bg2.gif);
	background-repeat:no-repeat;
	margin-bottom:30px;
	height:1360px;
}

*:first-child+html #content2 {
	width:960px; 
	clear:both;
	margin-top:30px;
	background-image:url(../img/inside-bg2.gif);
	background-repeat:no-repeat;
	margin-bottom:30px;
	height:1160px;
}

#content3 {
	width:960px; 
	clear:both;
	margin-top:30px;
	background-image:url(../img/inside-bg3.gif);
	background-repeat:no-repeat;
	height:740px;
	margin-bottom:30px;
}

.breadcrumbs {padding-bottom:0px; text-transform:uppercase; width:900px; margin-left:30px; font-size:11px; padding-top:20px; border-bottom:1px solid #aa917e; }

*:first-child+html .breadcrumbs {padding-bottom:0px; padding-top:0px;} /* IE Hacks */
*html .breadcrumbs {padding-bottom:0px; padding-top:20px;} /* IE Hacks */

img.bread {float:left; }
*:first-child+html img.bread {padding-top:20px}

p.bread {text-align:right; font-size:11px;}

*:first-child+html p.bread {margin-top:30px;}

#leftnav { margin-left:30px; width:220px; margin-top:20px; float:left; margin-right:50px;}

.inside-content { margin-left:30px; margin-top:20px; float:left; width:900px; }

*:first-child+html .inside-content {margin-top:30px;}
*html .inside-content {margin-top:30px; margin-left:15px;}

ul.subnav {border-top:1px solid #aa917e; border-bottom:1px solid #aa917e; padding-top:20px; padding-bottom:20px;}

ul.subnav li {list-style:none; list-style-image:none; font-size:12px; font:Verdana; background-image:url(../img/subnav-box.jpg);
background-repeat:no-repeat; background-position:center left; padding-left:30px; margin-left:-30px; margin-bottom:15px;}

*:first-child+html ul.subnav  {margin-left:0px; margin-top:15px;} /* IE Hacks */
*:first-child+html ul.subnav li  {margin-left:10px;} /* IE Hacks */

*html ul.subnav  {margin-left:0px; margin-top:15px;} /* IE Hacks */
*html ul.subnav li  {margin-left:10px;} /* IE Hacks */
*html #leftnav {margin-left:15px;} /* IE Hacks */


#rightcontent { margin-top:10px; font-size:12px; float:right; width:620px; margin-right:30px; height:500px;}
*:first-child+html #rightcontent { margin-top:25px;} /* IE Hacks */
*html #rightcontent { margin-top:25px;} /* IE Hacks */

img.inside {border:1px solid #aa917e; margin-top:18px; margin-left:10px; margin-bottom:7px; }

*:first-child+html img.inside { margin-top:5px;}
*html img.inside { margin-top:5px;}

.heading-inside {
    font-size:14px; 
	color:#292929; 
    font:Verdana;
	margin-bottom:25px;
}


/* Clients Page
============================================================================= */

ul.clients {margin-left:-40px; width:900px;}

*:first-child+html ul.clients {margin-left:0px; margin-top:13px;}
*html ul.clients {margin-left:0px; margin-top:0px;}

ul.clients li{float:left; background:none; padding:0; padding-top:30px; width:162px; height:70px; text-align:center; border:1px solid #EAEAEC; background:#ffffff; list-style:none; margin-right:20px; list-style-image:none; margin-bottom:16px; }

ul.clients li.last{float:left; background:none; padding:0; padding-top:30px; width:162px; height:70px; text-align:center; border:1px solid #EAEAEC; background:#ffffff; list-style:none; margin-right:0px; list-style-image:none; margin-bottom:16px; }

ul.clients li img {filter:alpha(opacity=40);
-moz-opacity: 0.40;
opacity: 0.40;}

ul.clients li img:hover {filter:alpha(opacity=95);
-moz-opacity: 0.95;
opacity: 0.95;}

*html ul.clients li img:hover {filter:alpha(opacity=95);
-moz-opacity: 0.95;
opacity: 0.95;}

ul.clients li img.partner {margin-top:-15px;}




/* Contact Page
============================================================================= */

#colleft {
				float:left;
				width: 302px;
				margin-top:10px;
				margin-right:20px; }				
#colleft p {
				width:302px;
				margin-top:5px;
				padding-bottom:10px;
				line-height:15px;
				text-align:justify}
				
#colright {
				float: right; 
				width: 494px;				
				}


#colright p {
				width:423px;
				margin-top:5px;
				padding: 0 0 10px 0;
				line-height:15px;
				margin-left:0px;}
				
				
				
fieldset {border: 0px; margin-left:-10px; margin-top:0px;}
*html fieldset {border: 0px; margin-left:0px; margin-top:0px;}

form.inputform input {padding: 2px 3px; font-size: 1.0em;}
form.inputform select {padding: 2px 0px; font-size: 1.0em;}
form.inputform textarea {padding: 2px 5px}

#yourName, #email, #tel {
font-family:"Verdana";
font-size: 12px;
height:24px;
width:300px;
border: 0px;
margin:5px 0;
font-size: 12px;
padding:5px 0 0 10px;
color:#292929;}

#query {
font-family:"Verdana";
font-size: 12px;
height:124px;
width:300px;
border: 0px;
margin:5px 0;
font-size: 12px;
padding:5px 0 0 10px}

textarea {
float:left;
font-family:"Verdana";
font-size: 12px;
width:300px;
height:135px;
border: 0;
margin:5px 0;
padding:5px 0 0 10px}

form.inputform tr.action td {text-align: left;
}
.submit {
float:left;
width:73px;
height:31px;
background: transparent url(../img/submit.gif) no-repeat;
cursor:pointer;
border: 0px;}

form.inputform table {margin: 0 0 10px 0; }
form.inputform table td {padding: 2px 1px; }
.mand {color: #993333;}
/*Styling Error Messages*/
p#errMsg {background: red; }	

p.enquiry {font-size:16px!important; margin-top:20px!important; padding-bottom:5px; border-bottom:1px solid #aa917e; margin-left:0px;}
p.enquiry2 {font-size:16px!important; margin-top:30px!important; padding-bottom:5px; border-bottom:1px solid #aa917e; margin-left:0px;}
p.enquiry3 {width:850px; font-size:16px!important; margin-top:30px!important; padding-bottom:5px; border-bottom:1px solid #aa917e; margin-left:0px;}

img.email1 {margin-bottom:-6px;}
img.email2 {margin-bottom:-5px; margin-left:2px;}


/* Footer
============================================================================= */

#footer {height:50px; margin-top:20px; border-top:1px solid #aa917e;}
*:first-child+html #footer {margin-top:30px;} /* IE Hacks */

.footer-content {width:960px; background:#292929; height:60px; }

ul.footer { text-transform:uppercase; margin-left:-39px; float:left; width:500px; list-style:none; list-style-image:none;}
*:first-child+html ul.footer {margin-left:0px; margin-top:15px;} /* IE Hacks */
*html ul.footer {margin-left:0px; margin-top:15px;} /* IE Hacks */


ul.footer li {display:inline;}
ul.footer li a {font-size:10px; font:Verdana; color:#fff; margin-right:10px;}
ul.footer li a:hover { color:#aa917e;}

p.rights {color:#fff; float:right; font:Verdana; font-size:10px; margin-top:16px;}

.bottom-lines { float:right; position:absolute; right:0px;}


/* Landing Page Styles
============================================================================= */

p.left2 {
	color:#292929; font:Verdana; font-size:12px; line-height:18px; width:530px;float:left;
}

.breadcrumbs2 {padding-bottom:0px; text-transform:uppercase; width:900px; margin-left:30px; font-size:11px; padding-top:20px; }

*:first-child+html .breadcrumbs2 {padding-bottom:0px; padding-top:0px;} /* IE Hacks */
*html .breadcrumbs2 {padding-bottom:0px; padding-top:20px;} /* IE Hacks */

img.bread2 {float:left; border-bottom:1px solid #aa917e; border-width:900;  }
*:first-child+html img.bread2 {padding-top:20px;}

#colright2 {
				float: right; 
				width: 315px;
				margin-top:-5px;
				}
*:first-child+html #colright2 {
				float: right; 
				width: 315px;
				margin-top:-15px;
				}
*html #colright2 {
				float: right; 
				width: 315px;
				margin-top:-15px;
				}
				
#colright2 p {
				width:315px;
				margin-top:5px;
				padding: 0 0 10px 0;
				line-height:15px;
				margin-left:0px;}
#content3b {
	width:960px; 
	clear:both;
	background-image:url(../img/inside-bg3.gif);
	background-repeat:no-repeat;
	height:400px;
	margin-bottom:30px;
}

a.contact2 {color:#454d75; text-decoration:none; font-style:italic; font-size:11px!important; margin-left:110px;}
*html a.contact2 {color:#454d75; text-decoration:none; font-style:italic; font-size:11px!important; margin-left:110px;}

a.contact2:hover {color:#454d75; text-decoration:underline; font-style:italic;}

p.bread2 {text-align:right; font-size:11px; margin-top:-1px; color:#404873;}

*:first-child+html p.bread2 {margin-top:30px; margin-top:-1px;}