

/* IMPORTANT */
/* This design is not a template. You may not reproduce it elsewhere without written permission. */

/* ~~~ SITE COLOURS ~~~ */
/*
	#99ca3c - Bright Green
	
	#666666 - Dark Green
	
	#f7faec - Background light green
	
	Other colours
	
	#666666 - text
	#666666 - Headings / links
	#99ca3c - Hover
	#979797 - Copywrite	 
*/
	
/* ~~~~~ IE HACK GUIDELINES ~~~~~
p  {
  border:1px solid green; ~~~ works in all
  *border:1px solid red; ~~~ targets IE6 and 7 
  _border:1px solid blue; ~~~ targets IE6 only
}
*/

/* ~~~ GENERAL SITE-WIDE STYLES ~~~ */
/* ~~~ DO NOT MODIFY WITHOUT GOOD REASON ~~~ */

body {}


/* RESET all browsers to zero */
* {    
     margin:0;   
     padding:0;   
 }
table {   
     border-collapse:collapse;   
     border-spacing:0;   
}   
 fieldset,img {    
     border:0;   
}   
address,caption,cite,code,dfn,em,strong,th,var {   
    font-style:normal;   
    font-weight:normal; 
}   
ol,ul {   
    list-style:none;   
}   
caption,th {   
    text-align:left;   
}   
strong {
	font-weight:bold;
}
em {
	font-style:italic;
}
q:before,q:after {   
    content:'';   
}   
abbr,acronym { border:0;   
}   

html, body {
	height:100%;
	min-height:100%;
}

/* ~~~~~~ PRESET SITE FONTS ~~~~~~ */
html {font-size:13px;} /*Set IE browsers to 13px standard font size */

* html {font-size:81.25%;} /*Set IE browsers to 13px standard font size */

body {
	font-size:1.0em; /*Set all browsers to 13px standard font size */
	font-family: "Tahoma", Verdana, Helvetica, sans-serif; 
	color:#666;
	text-align:left;
	line-height:18px;
}

/* Set font sizes for WYSIWYG to match document */
body.mainbody {
	font-size:1.0em; /*Set WYSIWYG to 16px standard font size */
	font-family: "Tahoma", Verdana, Helvetica, sans-serif; 
	color:#666;
	text-align:left;
	line-height:18px;
}
div,  span,  input,  select, p, th, dd, table, li {
	font-size:1.0em;
}
h1, .mainbody h1 {font-size:2em; color:#666666;}
h2, .mainbody h2 {margin:10px 0 4px; font-size:22px; line-height:1.4em; color:#005288; font-weight:normal; text-transform:capitalize;}
h3, .mainbody h3 {margin:10px 0 4px; font-size:17px; line-height:1.4em; color:#005288; font-weight:normal;}
h4, .mainbody h4 {margin:10px 0 4px; font-size:13px; line-height:1.4em; color:#666666; font-weight:bold;}
h5, .mainbody h5 {font-size:15px; color:#005288 ; font-weight:normal; line-height:1.4em}

.intro {
	font-size:1.0em;
	font-weight:bold;
	color:#666666;
}
/* ~~~~~~ PRESET CONTENT STYLES ~~~~~~ */
p, ul {
	padding-top:5px;
	padding-bottom:3px;
}
table {
	margin:10px 0;
}
table td {
	padding:5px;
}
h4, h5 {
	margin-top:18px;
	margin-bottom:5px;
}
ul {
	list-style-type:disc;

	
}

div#int_content ul{ 	margin-left:20px; }

ul li {
	padding:1px 0px 1px 3px; 
}
ul li ul {
	list-style-type:circle;
}
ul.alphalist {
	margin-left:15px;
	list-style-type:lower-alpha;	
}
ul.romanlist {
	margin-left:15px;
	list-style-type:lower-roman;
}
ul.numlist {
	margin-left:20px;
	list-style-type:decimal;
}
ul.arrowlist, ul.ticklist, .mainbody ul.arrowlist, .mainbody ul.ticklist {
	list-style-position:outside;
	_list-style-position:inside;
	list-style-type:none;
	list-style-image:none;

}
ul.ticklist li, .mainbody ul.ticklist li {
	margin-left:0px;
	background:url(/build/images/tick.png) 0px 6px no-repeat;
	_background:none;
	_list-style-type:disc;
	padding:3px 0 3px 20px;
	display:block;
	overflow:hidden;
}
#int_contentul li, #int_content ul.arrowlist li, ul.arrowlist li, ul li {
	margin-left:0;
	padding:3px 0 3px 20px;
	_padding:3px 0 3px 10px;
	_list-style-type:square;
	background:url(/build/images/arrow.gif) 0px 9px no-repeat;
	_background:none;
	font-size:12px;
	display:block;

	
}
div.mainbody ul.arrowlist li a {
	color:#1091DB;
}
div.mainbody ul.arrowlist li a:hover {
	color:#1e3a7e;
	text-decoration:underline;
	outline:none;
}




ul.arrowlist, ul.arrowlist2, ul.ticklist, .mainbody ul.arrowlist, .mainbody ul.arrowlist2, .mainbody ul.ticklist, ul {
	list-style-position:outside;
	_list-style-position:inside;
	list-style-type:none;
	list-style-image:none;
	/*width:500px;*/

}





div.mainbody ul.arrowlist2 li, ul.arrowlist2 li{
	margin-left:0;
	padding:3px 0 3px 15px; !important;
	_list-style-type:square;
	background:url(/build/images/arrow.gif) 0px 9px no-repeat !important;
	_background:none !important;

	display:block;
	
	
}
div.mainbody ul.arrowlist2 li a {
	color:#1091DB;
}
div.mainbody ul.arrowlist2 li a:hover {
	color:#faa634;
	text-decoration:none;
	outline:none;
}




div.mainbody ul.arrowlist li a {
	color:#1091db;
}
div.mainbody ul.arrowlist li a:hover {
	color:#faa634;
	text-decoration:none;
	outline:none;
}


/* ~~~~~~ PRESET LINKS ~~~~~~ */
a:link, a:visited {
	color:#1091DB;
	text-decoration:none;
	outline:none;
	cursor:pointer;
}
a:hover, a:active {
	color:#ffa634;
	cursor:pointer;
	outline:none;
}



div#slideme2{ vertical-align:bottom;}

/* ~~~~~~ Universal Classes ~~~~~~ */
.hidden {
	display:none;
}
.clear {
	clear:both;
	margin:0;
	padding:0;
}

/* ~~~~~~ CLEARFIX HACK ~~~~~~ */
.clearfix:after {
	content: ".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix {

	display:inline-block;
}
* html .clearfix {
	height:1%;
}
.clearfix {
	display:block; 
	clear:both;
}



/*  Template css   */

/*BACKGROUND STUFF */
.bodybg {	background: #FFFFFF url(../../build/images/bodybg.jpg) no-repeat top center; }


#outerContainer {
	margin:0 auto 0;
	width:972px;
	/* height:768px; */
	padding-bottom:0;
	position:relative;
	/* _background:url(../../build/images/main-bg.gif) no-repeat;
	_background:url(../../build/images/main-bg.png) no-repeat;
	*/
}



#outerContainerInt {
	margin:0 auto 0;
	width:970px;
	padding-bottom:0;
	position:relative;
	background: #F1F1F1 url(../../build/images/main-bg.gif) no-repeat;
}


#container {
	margin:0 auto 0;
	width:950px;
	padding-bottom:0;
	position:relative;
	background-color:#fff;
}



#intContainer{
background:url(/build/images/internal/sideMain.png) repeat;
margin-left:10px;
_margin-left:5px;
width:930px;
_width:930px;
position:relative;
float:left;

}


#intContainerFooter{
background:url(/build/images/main-footer.gif) no-repeat;
margin-left:10px;
_margin-left:5px;
width:930px;
position:relative;
float:left;
height:24px;

}



#intgreyheader{

background:#fff url(/build/images/internal/int-Top.png) no-repeat top left;
margin-left:2px;
width:926px;
_width:924px;
position:relative;
float:left;
}



#btmGraphic{

background:url(/build/images/internal/btm-Graphic.gif) bottom right;

	position:absolute;
	bottom:0px;
	right:0px;
	width:521px;
	height:183px;

}
/* ~~~~SITE HEADER~~~~ */
#header {
	position:relative;
	width:950px;
	height:118px;
	margin-bottom:35px;
	
}



#headerLeft{

position:relative;
top:23px;
float:left;
width:470px;
}	

#headerRight{

position:relative;
float:left;
width:480px;
}	
	div#logo {
		width:235px;
		height:75px;
	}
	div#navtabs {
		position:absolute;
		left:2px;
		bottom:0;
		height:23px;
		width:328px;	
	}
		div#navtabs ul {
			list-style-type:none;
			padding:0;
			margin:0;
		}
			div#navtabs ul li {
				float:left;
			
				width:82px;
				height:23px;
				text-align:center;
				font-size:11px;
				line-height:12px;
				margin:0;
				padding:0;
			}
				div#navtabs ul li a:link, div#navtabs ul li a:visited {
					font-size:11px;
					display:block;
					width:82px;
					line-height:23px;
					color:#fff;
				}
				div#navtabs ul li a.green {
					color:#99ca3c;
				}


				div#search {
					right:20px;
					position:absolute;
					top:40px;
					z-index:2000;
							
				}
		
		
			 div#search form input.inputbox {
				background:transparent url(/build/images/search-box.jpg) repeat-x scroll left top;
				border:none;
				float:left;
				font-size:11px;
				height:18px;
				line-height:13px;
				margin:0;
				padding-top:5px;
				padding-left:5px;
				position:relative;
				width:141px;
			}
			 div#search form input.image {
				
				margin-left:5px;
			}
	

/* ~~~~CONTENT~~~~ */
#content {
	width:950px;
	overflow:hidden;
	
	padding-bottom:10px;
}





/* ~~~~Sidebar_L~~~~ */
	div#sidebar_L {
		float:left;
		display:none;
	}


/* ~~~~MAIN~~~~ */

#main{ position:relative; float:left; width:698px; padding-left:10px; padding-top:10px; }



#bottomLinks{ position:relative; float:left; padding-top:5px;}	


               
div#bottomLinks #latestNews{ width:330px; _width:330px; padding-left:10px; height:178px; background:url(/build/images/home/lnews.png) no-repeat ; _background:url(/build/images/home/lnews.gif) no-repeat ; position:relative; float:left; }  


div#bottomLinks div#latestNews h3.home_title{ font-size:16px; color:#005288; padding-top:8px; } 

div#bottomLinks div#latestNews ul#newsTick{ margin:0; padding:0; } 

div#bottomLinks div#latestNews div.page_article{ font-size:11px; color:#005288; font-weight:normal; } 

div#bottomLinks div#latestNews div.page_article h3{ font-size:11px; color:#000; font-weight:normal; } 

div#bottomLinks #latestNews #moreStories{
position:absolute; right:8px; bottom:0px;

}


                       
div#bottomLinks #latestRates{width:330px;  padding:0 0 0 10px; height:168px; background:url(/build/images/home/rates.png)  no-repeat; _background:url(/build/images/home/rates.gif) no-repeat ; position:relative; float:left; margin-top:10px; margin-left:10px; }         

div#bottomLinks div#latestRates h3.home_title{ font-size:16px; color:#005288; padding-top:0px; margin-top:8px; } 

div#bottomLinks div#latestRates p{ font-size:12px;  padding-top:0px; width:215px; line-height:14px; } 

div#bottomLinks div#latestRates div#moreRates{ position:absolute; right:8px; bottom:0px;}




div#bottomLinks #latestRates2{width:330px;  padding:0 0 0 10px; height:168px; background:url(/build/images/home/rates2.png)  no-repeat; _background:url(/build/images/home/rates2.gif) no-repeat ; position:relative; float:left; margin-top:10px; margin-left:10px; }         

div#bottomLinks div#latestRates2 h3.home_title{ font-size:16px; color:#005288; padding-top:0px; margin-top:8px; } 

div#bottomLinks div#latestRates2 p{ font-size:12px;  padding-top:0px; width:215px; line-height:14px; } 

div#bottomLinks div#latestRates2 div#moreRates{ position:absolute; right:8px; bottom:0px;}




				   
				   
#latestFlash{width:298px; height:142px; position:absolute; bottom:0; left:621px;}                            
							
							

/* ~~~~//MAIN~~~~ */


/* ~~~~Sidebar_R~~~~ */

#right{ position:relative; float:left; width:220px; padding-left:11px; padding-top:10px; }





div#internetBanking{ float:left; position:relative;}

div#internetBanking div#ib_title{ margin:5px 0 6px 0; padding:0;}

div#internetBanking div#ib, div#internetBanking div#etrade { margin:0 0 5px 0; padding:0;}

div#internetBanking div#padlock { margin:0 0 15px 0; padding:0; font-size:10px;}


div#tools{ float:left; position:relative;}

div#tools div#tools_title{ margin:0px 0 6px 0; padding:0;}


#freshFocus{ float:left; margin:0; padding:0;}





/* ~~~~FOOTER~~~~ */

#footer {
	width:950px;
	height:80px;
	position:relative;
}
	#footer div#footer_left {
		width:630px;
		background-color:#fff;
		font-size:10px;
		position:relative;
		float:left;
	
	}
	
		
		#footer div#footer_left p {
			position:relative;
			padding-left:4px;
			width:620px;
		}
		
		
		#footer div#footer_left ul {
			list-style-type:none;
			
			font-size:10px;
		}
		#footer div#footer_left ul li {
			list-style-type:none;
			margin:0;
			padding:0 6px;
			float:left;
		}

		
		#footer div#footer_left ul#copyright {
			margin:0;
			padding:0;
			width:490px;
			list-style-type:none;
		}
			#footer div#footer_bar ul#copyright li {
				
			}
			#footer div#footer_bar ul#copyright li.last {
				border-right:none;
			}


		#footer div#footer_right{
		
		width:320px;
		background-color:#fff;
		font-size:10px;
		position:relative;
		float:right;
		text-align:right;
		}


/* INTERNAL PAGE MAIN CONTENT */

div#page_header {
	width:100%;
	height:85px;
	position:relative;

}
	div#breadcrumbs { 
		height:28px;
		font-size:.9em;
		border-bottom:1px dotted #cdcdcd;
			position:relative;
			float:left;
			width:100%;
	}
		div#breadcrumbs span {
			line-height:28px;
		}
		#breadcrumbs span.pagefunctionicon {
			float:right;
			margin:0 5px;
			position:relative;
		
		}
			#breadcrumbs span.pagefunctionicon img {
				padding:6px;
				padding-top:0px;
				*padding-top:6px;
			}
		#breadcrumbs span.styleswitcher {
			float:right;
			width:30px;
			
		}
			#breadcrumbs span.styleswitcher a:link, #breadcrumbs span.styleswitcher a:visited {
				color:#666666;
			}
			#breadcrumbs span.styleswitcher a:hover, #breadcrumbs span.styleswitcher a:active {
				color:#000;
			}
		#breadcrumbs .pathway {
			width:500px;
			line-height:28px;
			padding-left:10px;
			float:left;
			position:relative;
		}
		#breadcrumbs .pathway a:hover, #breadcrumbs .pathway a:active {
			color:#000;
		}
	div#pagetitle {	
		font-size:28px;
		line-height:60px;
		color:#FAA634;	
		width:100%;
		height:40px;
		background:#ffffff;
		text-indent:10px;
		/*position:absolute;
		bottom:10px;
		left:10px;*/
		padding-bottom:10px;
	}
	div#pagehead_pics {
		position:absolute;
		bottom:0;
		right:2px;
		width:441px;
		height:100px;
	}
	div#pagehead_pics img.pagehead_pics {
		float:right;
		margin-right:8px;
		display:inline;
	}
			
#int_content {
	padding:0 10px 15px;
}
#int_content p {
	padding:
}


#int_content p.home_loan {
	color:#00539f;
	font-size:1.0em;
}


div#int_content div#mosarticle {
	width:96%;	
}
div#int_content div#mosarticle div#page_article {
	padding-bottom:24px;
}
div#int_content div#mosarticle h3 {
border-top:1px solid #e0efc4;
color:#666666;
padding-top:5px;
}
div#int_content div#mosarticle a.promo_button {
	display:none;
}

#map_container {
	border: 1px solid #684f40;
	padding:9px;
}




/* ~~~~ NAVBAR ~~~~ */
#navbar {
	position:absolute;
	top:118px;
	left:0;
	
	height:35px;
 background:url(/build/images/nav-bg-main.jpg) no-repeat top left;
/*	border-top:1px solid #006e30; */
	
	z-index:2000;
	margin-left:10px;
	padding-top:1px; 

}

#ibLogin {
	position:absolute;
	top:120px;
	left:715px;
	
	
	
	z-index:2000;

}




/* ~~~~CAMPAIGN STYLE~~~~ */

#campaign_main {
	width:100%;
	height:100%;
	font-family:"Trebuchet MS", Helvetica, sans-serif; 
	
}

#campaign {
	width:100%;
	height:100%;
	margin:0 6px 0 2px;
	padding-top:7px;
	background-color:#fff;
}
	#campaign div#container {
		width:758px;
		background:#fff;
		border:1px solid #d3d3d3;
		margin:0 auto;
	}
		#campaign div#container div#header {
			width:100%;
			height:40px;
			background-color:#CDE0EE;
			position:relative;
			margin-bottom:0px !important;
		}
			#campaign div#container div#header a img.close {
				position:absolute;
				right:10px;
				top:9px;
			}
		#campaign div#container div#content {
			width:100%;
			margin-top:10px;
			overflow:hidden;
			margin-bottom:10px;
		}
			#campaign div#container div#content div#main {
			
			width:738px; !important;	
			padding-right:10px;
			}
			#campaign div#container div#content div#main img.campaign {
				float:right;
				margin-left:10px;
				border:1px solid #d3d3d3;
			}
		
#campaign #campaign_title {
	padding:20px 0;
	font-family: Tahoma, Verdana, Helvetica, sans-serif;  
	color:#034ea2; 
	font-size:2.3em;
}
#campaign #campaign_wrapper {
clear:both;

width:700px;
}

#campaign #campaign_wrapper div.campaign_img {
float:right;
}

#campaign #campaign_wrapper div.camp_text {
width:380px;
}

#campaign h4 {
color:#034ea2; 
font-family: Tahoma, Verdana, Helvetica, sans-serif; 
font-size:1.0em;
}

.pageTitleCampaign{

font-family:"Trebuchet MS",Verdana,Helvetica,sans-serif;
font-size:16px;
text-transform:uppercase;
color:#005288;
padding-top:10px;
padding-Left:10px;
font-weight:bold;

}


/* PRINT PAGE */


#printing {
}

h1.title {
	font-size:26px;
	font-weight:normal;
	color:#FAA634;
	padding:20px 0 5px 9px;	
}

/* IE6 + IE7 Hacks */
#breadcrumbs .pathway {
	_padding-top:7px;
}
div#tools div#search form input.inputbox {
	*line-height:14px;*
}
#conpare_2 div#col2_container_1 div#col2_container_2 div#breadcrumbs {
	*margin:-2px 0 0 0;
}

ul.numlist {
	*margin-left:25px;
}





/* Drop downs Int */





div#tools ul  {margin:0; padding:0; list-style:none;}

div#tools ul li  {list-style:none; _margin-left:0px; _padding-left:0px;}





div#calculator{float:left;  height:23px; margin-bottom:10px;   }

.menu_body2 {display:none; width:165px;border-right:1px solid #abcde2;border-bottom:1px solid #abcde2;border-left:1px solid #abcde2; font-size:11px;}
.menu_body2 li{background:#fff; font-size:11px; border-bottom: 1px #dae9f2 solid}
.menu_body2 li.alt{background:#fff; font-size:11px; border-bottom: 1px #dae9f2 solid}
.menu_body2 li a{color:#005288; text-decoration:none;  display:block; font-size:11px; font-weight:bold;}
.menu_body2 li a:hover{  font-size:11px; font-weight:bold; color:#ffa634} 

.menu_head2{border:none; display:block;}


div#memberForms{float:left;  height:23px; margin-bottom:10px;  }

.menu_body3 {display:none; width:165px;border-right:1px solid #abcde2;border-bottom:1px solid #abcde2;border-left:1px solid #abcde2; font-size:11px;}
.menu_body3 li{background:#fff; font-size:11px; border-bottom: 1px #dae9f2 solid}
.menu_body3 li.alt{background:#fff; font-size:11px; border-bottom: 1px #dae9f2 solid}
.menu_body3 li a{color:#005288; text-decoration:none;  display:block; font-size:11px; font-weight:bold;}
.menu_body3 li a:hover{  font-size:11px; font-weight:bold; color:#ffa634} 

.menu_head3{border:none; display:block;}




div#applyOnline{float:left; margin-bottom:10px;  height:23px;}

.menu_head{border:none; display:block;}

.menu_body {display:none; width:165px;border-right:1px solid #abcde2;border-bottom:1px solid #abcde2;border-left:1px solid #abcde2; font-size:11px; z-index:999;}

.menu_body li{background:#fff; font-size:11px; border-bottom: 1px #dae9f2 solid; z-index:999; height:}

.menu_body li.alt{background:#fff; font-size:11px; border-bottom: 1px #dae9f2 solid}

.menu_body li a{color:#005288; text-decoration:none; padding:0px;  display:block; font-size:11px; font-weight:bold;}

.menu_body li a:hover{padding:0px;  font-size:11px; font-weight:bold; color:#ffa634} 

.menu_head{border:none; display:block;}
/* Drop downs Int */


.rates{

position:relative;
float:left;
width:620px;
}


.ratesInfo{

position:relative;
float:left;
width:320px;

}
.ratesInfo .rInfo{
font-size:0.9em;
padding:4px;
margin-top:5px;
}



.ratesNumbers{
position:relative;
float:left;

padding-left:10px;
width:140px;
}


/*
.ratesNumbers .number1{
color:#005288;
font-size:30px;
margin-top:5px;

}

.ratesNumbers .number1 .percent{
color:#656262;
font-size:18px;}

.ratesNumbers .number1 .interest{
color:#656262;
font-size:14px;}

.ratesNumbers .number2{
color:#848181;
font-size:30px;
margin-top:5px;
}


.ratesNumbers .number2 .percent{
color:a2a0a0;
font-size:18px;}

.ratesNumbers .number2 .interest{
color:a2a0a0;
font-size:14px;}

.ratesApply{
position:relative;
float:left;
margin-top:70px;
width:100px;}


/**/

 .number1{
color:#005288;
font-size:26px;
margin-top:0px;
padding:0;

}

.percent{
color:#a2a0a0;
font-size:18px;}

 .interest{
color:#656262;
font-size:14px;}

 .number2{
color:#848181;
font-size:26px;
margin-top:0px;
padding:0;
}


 .percent{
color:a2a0a0;
font-size:18px;}

 .interest{
color:a2a0a0;
font-size:13px;}

.ratesApply{
position:relative;
float:left;
margin-top:70px;
width:100px;}



div.pullQuote {width:98%;

color:#005288;
font-size:15px;
font-weight:normal;
line-height:1.4em;

}




/*/**/

.sectionBreak{
margin:20px auto 10px;
width:90%;
height:1px;
border-bottom:1px dotted #CDCDCD;
}






.btn_enquire{



background:transparent url(/build/images/buttons/enquire.gif) no-repeat scroll 0 0;
cursor:pointer;
display:inline-block;
height:31px;
margin:0 10px 0 0;
position:relative;
text-indent:-9999px;
top:-2px;
*top:6px;
width:122px;


}


.btn_apply{



background:transparent url(/build/images/buttons/apply.gif) no-repeat scroll 0 0;
cursor:pointer;
display:inline-block;
height:31px;
margin:0 10px 0 0;
position:relative;
text-indent:-9999px;
top:-2px;
*top:6px;
width:133px;


}





/* ~~~~~~~ TABLE STRIPES ~~~~~~ */

.mainbody table p, .mainbody table ul  {
	margin-top:0px;
	margin-bottom:0px;
}


 .customerDetailsThead {



	margin:0;
	
	text-align: left;

	
	line-height:20px;
	color: #464646;
	font-size:12px;font-weight:bold;

}

.customerDetails {
	padding: 5px 3px !important;
	background-color:#f4f4f4;
	font-family:Tahoma;
	border-top:1px solid #cccccc;
}


.customerDetails a:link , .customerDetails2 a:link {color: #1091DB;}
.customerDetails a:visited, .customerDetails2 a:visited {color: #1091DB;}
.customerDetails a:hover, .customerDetails2 a:hover { color:#ffa634}
.customerDetails a:active, .customerDetails2 a:active { color:#ffa634}
.customerDetails a, .customerDetails2 a {text-decoration:none;}

tr.even {
	margin:0px;
	padding:7px 0px 5px 0px;
	
	font-size:10px;
	font-family:Tahoma;
	color:#15428b;

}

tr.odd {
	margin:0px;
	padding:7px 0px 5px 0px;

	font-size:10px;
	font-family:Tahoma;
	color:#15428b;
}

td.customerDetailsTitle {
	margin:0px;
	padding:7px 0px 5px 0px;

	font-size:10px;
	font-family:Tahoma;
	color:#15428b;
	font-weight:bold;
}

td.customerDetailsTitle2 {
	margin:0px;
	padding:7px 0px 5px 0px;

	font-size:10px;
	font-family:Tahoma;
	color:#0000FF;
	font-weight:bold;
}

.tablebutton button {
background-color:#F5F5F5;
border:1px solid #DEDEDE;
color:#565656;
cursor:pointer;
display:block;
float:right;
font-family:"Tahoma",Tahoma,Arial,Verdana,sans-serif;
font-size:100%;
font-weight:bold;
line-height:130%;
margin:0;
overflow:hidden;
padding:5px 10px 6px 7px;
text-decoration:none;
width:auto;
}

table.tablesorter2, table.agenda {
	font-family:Tahoma;
	margin:0px 0pt 0px;
	font-size:10px;
	width: 100%;
	text-align: left;
}

table.agenda th {
	font-weight: bold;
	text-align: right;
}

table.tablesorter thead tr th, table.tablesorter2 tfoot tr th, table.agenda thead tr th, table.agenda tfoot tr th , table.agenda th {
	border-bottom: 1px solid #ddd;

	padding: 1px;
	color:#00486F;
}
table.tablesorter2 thead tr .header, table.agenda thead tr .header {
	cursor: pointer;
	font-size:12px; color:#666666; font-weight:bold;
	padding-left:5px;

}
table.tablesorte2 thead td, table.agenda thead td  {
	color: #15428b;
	padding: 1px;

	font-weight:bold;
	border-bottom: 1px solid #ddd;
}
table.tablesorter2 tbody td , table.agenda tbody td  , table.agenda td {
	color: #565656;
	padding: 3px 0;
	vertical-align: top;
		font-size:12px;
}

table.tablesorter2 tbody td.top {
	vertical-align: top;
	padding-top:5px;
}

table.tablesorter2 tbody tr.even td, table.agenda tbody tr.even td , table.agenda tr.even td {
	background-color: #fff;
}

/* Caution! Ensure accessibility in print and other media types... */
@media projection, screen { /* Use class for showing/hiding tab content, so that visibility can be better controlled in different media types... */
    .ui-tabs-hide {
        display: none;
    }
}

/* Hide useless elements in print layouts... */
@media print {
    .ui-tabs-nav {
        display: none;
    }
}

/* Skin */

#rotate {


line-height:100%;
}

#rotate ul li {
	padding:0px;
}

.ui-tabs-nav, .ui-tabs-panel {
    font-family: "Tahoma", Trebuchet, Verdana, Helvetica, Arial, sans-serif;
    font-size: 12px;
}
.ui-tabs-nav {
    list-style: none;
    margin: 0;
    padding: 0 0 0 0px;
}
.ui-tabs-nav:after { /* clearing without presentational markup, IE gets extra treatment */
    display: block;
    clear: both;
    content: " ";
}
.ui-tabs-nav li {
    float: left;
    margin: 0 0 0 1px;
    min-width: 84px; /* be nice to Opera */
}
.ui-tabs-nav a, .ui-tabs-nav a span {
    display: block;
    padding: 0 10px;
    background: url(/build/images/tabs/tab.png) no-repeat;
}
.ui-tabs-nav a {
    margin: 1px 0 0; /* position: relative makes opacity fail for disabled tab in IE */
    padding-left: 0;
    color: #f1cbc6;
    font-weight: bold;
    line-height: 1.2;
    text-align: left;
    text-decoration: none;
    white-space: nowrap; /* required in IE 6 */    
    outline: 0; /* prevent dotted border in Firefox */
}
.ui-tabs-nav .ui-tabs-selected a {
    position: relative;
    top: 1px;
    z-index: 2;
    margin-top: 0;
    color: 005288;
}
.ui-tabs-nav a span {
    width: 64px; /* IE 6 treats width as min-width */
    min-width: 64px;
    height: 18px; /* IE 6 treats height as min-height */
    min-height: 18px;
    padding-top: 6px;
    padding-right: 0;
}
*>.ui-tabs-nav a span { /* hide from IE 6 */
    width: auto;
    height: auto;
}
.ui-tabs-nav .ui-tabs-selected a span {
    padding-bottom: 1px;
}
.ui-tabs-nav .ui-tabs-selected a, .ui-tabs-nav a:hover, .ui-tabs-nav a:focus, .ui-tabs-nav a:active {
    background-position: 100% -151px;
}
.ui-tabs-nav a, .ui-tabs-nav .ui-tabs-disabled a:hover, .ui-tabs-nav .ui-tabs-disabled a:focus, .ui-tabs-nav .ui-tabs-disabled a:active {
    background-position: 100% -101px;
}
.ui-tabs-nav .ui-tabs-selected a span, .ui-tabs-nav a:hover span, .ui-tabs-nav a:focus span, .ui-tabs-nav a:active span {
    background-position: 0 -50px;
}
.ui-tabs-nav a span, .ui-tabs-nav .ui-tabs-disabled a:hover span, .ui-tabs-nav .ui-tabs-disabled a:focus span, .ui-tabs-nav .ui-tabs-disabled a:active span {
    background-position: 0 0;
}
.ui-tabs-nav .ui-tabs-selected a:link, .ui-tabs-nav .ui-tabs-selected a:visited, .ui-tabs-nav .ui-tabs-disabled a:link, .ui-tabs-nav .ui-tabs-disabled a:visited { /* @ Opera, use pseudo classes otherwise it confuses cursor... */
    cursor: text;
}
.ui-tabs-nav a:hover, .ui-tabs-nav a:focus, .ui-tabs-nav a:active,
.ui-tabs-nav .ui-tabs-deselectable a:hover, .ui-tabs-nav .ui-tabs-deselectable a:focus, .ui-tabs-nav .ui-tabs-deselectable a:active { /* @ Opera, we need to be explicit again here now... */
    cursor: pointer;
}
.ui-tabs-disabled {
    opacity: .4;
    filter: alpha(opacity=40);
}
.ui-tabs-panel {
    border-top: 1px solid #666;

	
	overflow:hidden;
	margin-left:1px !important;
	margin-left:2px;
	width:278px;
	
   /* background: #fff; /* declare background color for container to avoid distorted fonts in IE while fading */
}
.ui-tabs-loading em {
    padding: 0 0 0 20px;
    background: url(/build/images/tabs/loading.gif) no-repeat 0 50%;
}

/* Additional IE specific bug fixes... */
* html .ui-tabs-nav { /* auto clear, @ IE 6 & IE 7 Quirks Mode */
    display: inline-block;
}
*:first-child+html .ui-tabs-nav  { /* @ IE 7 Standards Mode - do not group selectors, otherwise IE 6 will ignore complete rule (because of the unknown + combinator)... */
    display: inline-block;
}



/* ~~~~~~~ NGMENU NOSCRIPT CSS ~~~~~~ */
div#navbar ul {
	color:#fff;
	list-style-type:none;
	padding:0;
	margin:0;
	font-size:12px;
}
div#navbar ul li {
	float:left;
	position:relative;
	padding:0;
	min-width:50px;
	width:auto !important;
	width:50px;
	white-space:nowrap;
}
div#navbar ul li a {
	display:block;
	height:29px;
	line-height:29px;
	padding:0 12px 0 14px;
	color:#fff;
	font-size:12px;
	text-decoration:none;
	font-weight:normal;
	background:url(/build/images/nav_bar_divider.gif) bottom left no-repeat;
	cursor:pointer;
}
div#navbar div div noscript ul li:first-child a {
	background:none;
}
div#navbar ul li a:hover, div#navbar ul li a:active, div#navbar ul li:first-child a:hover, div#navbar ul li:first-child a:active {
	background-color:#99ca3c;
}
div#navbar ul li ul, div#navbar ul li ul ul {
	display:none;
}
div#navbar ul li ul {
	position:absolute;
	top:29px;
	left:0;
	width:auto;
	float:left;
	background-color:#666666;
	z-index:10000;
}
div#navbar ul li:hover ul {
	display:block;
}
div#navbar ul li:hover ul li {
	float:none;
	position:relative;
	display:block;
	width:100%;
	border-top:1px solid #80bb9a;
}
div#navbar ul li:hover ul li a {
	display:block;
	height:29px;
	line-height:29px;
	color:#fff;
	background:none;
	padding:0 12px;
}
div#navbar ul li:hover ul li:first-child {
	border-top:none;
}
div#navbar ul li:hover ul li a:hover, div#navbar ul li:hover ul li a:active {
	background-color:#99ca3c;
	color:#666666;
}
div#navbar ul li:hover ul ul {
	display:none;
	position:absolute;
	top:0;
	left:100%;
	width:auto;
	background-color:#666666;
	float:left;
}
div#navbar ul li:hover ul li:hover ul {
	display:block;
}

/* Slick box styles */

a#slick-slidetoggle2 {
	line-height:30px;
}
h4 a img {
	margin-bottom:-4px;
}




#flashIntro #alternative {
width:690px;
height:252px;
}



div#shareIt{ position:relative; float:left; margin-top:10px;}




/* Social Netwrork */


div#socialNetwork {
position: absolute;
color:#FFFFFF;
border:1px solid #CCCCCC;
width:248px;
overflow:hidden;

}	

div#socialNetwork div#title{ position:relative; float:left; background:url(/build/images/social/bg.gif) repeat-y; width:246px; padding:3px; border-bottom:1px solid #626264;  }

div#socialNetwork div#left{  position:relative; float:left; width:115px; padding:0 0 0 10px; background-color:#fff; color:#666666; font-size:11px;}

div#socialNetwork div#right{ position:relative; float:right; width:118px; padding:0 5px 0px 0; background-color:#fff;  color:#cccccc;  font-size:11px;}

div#socialNetwork div.object{ position:relative; float:left; width:115px; padding:3px 0px 3px 0; border-bottom:1px solid #cccccc; }

div#socialNetwork div.last{ border-bottom:none; }

div#socialNetwork div.image{ position:relative; float:left; width:30px; padding-top:2px;}

div#socialNetwork div.link{ position:relative; float:left; width:70px;}

div#socialNetwork a:link{ color: #000; text-decoration:none; font-weight:normal  }

div#socialNetwork a:visited{ color: #000;  text-decoration:none; font-weight:normal   }

div#socialNetwork a:hover, div#socialNetwork a:focus{ color: #000;	text-decoration:underline; font-weight:normal  }


div#sendFriendTitle{ margin:10px 0 10px 0;} 


.step1DropDown{
	




float:left;
position:relative;
margin:0 0 0 5px;
padding:10px 20px 10px 10px;
background-color:#fdfaf5;





}	



.step1DropDownLeft {
	

text-align:Left;


float:left;

width:130px;

font-size:12px;

font-weight:bold;
color:#000;



}	

.step1DropDownRight {
	
	width:220px;
	text-align:left;
	float:left;

font-size:12px;
color:#000;
padding-left:10px;
}



 .fadeThisSend {
		position:relative;
		display:block;
		height:23px;
		width: 57px;
		background:url(/build/images/social/send.gif) 0 0 no-repeat;
		outline-style:none;
	}
	
	 .fadeThisSend * {
	  display: none;
	}
	
	 .fadeThisSend span.hover {
		position: absolute;
		top: 0;
		left: 0;
		display: block;
		height: 23px;
		width: 57px;
		background:url(/build/images/social/send.gif) 0 -24px no-repeat;
		outline-style:none;
	}


 .fadeThisTryAgain {
		position:relative;
		display:block;
		height:23px;
		width: 93px;
		background:url(/build/images/social/tryAgain.gif) 0 0 no-repeat;
		outline-style:none;
	}
	
	 .fadeThisTryAgain * {
	  display: none;
	}
	
	 .fadeThisTryAgain span.hover {
		position: absolute;
		top: 0;
		left: 0;
		display: block;
		height: 23px;
		width: 93px;
		background:url(/build/images/social/tryAgain.gif) 0 -24px no-repeat;
		outline-style:none;
	}




#messageSent{ margin:30px 0 0 30px;} 


div#portfolio{ }