/* CSS Document */

*{
	padding: 0;
	margin: 0;
	text-decoration: none;
	text-indent: 0;
}

body{
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	background:#999 url(images/body.gif) repeat;
    font-size: 62.5%;
}

#wrap{
	width:800px;
	background:#fff;
	margin: 7px auto;
	background: url(images/body_bkgd.jpg) no-repeat #97a5bc;
	padding: 0 0 0 0;
}

#wrap2{
	width:800px;
	background:#fff;
	margin: 7px auto;
	background: url(images/masthead.jpg) no-repeat #FFF;
	padding: 0 0 0 0;
}

#wrap_referral{
	width:530px;
	background:#fff;
	margin: 5px auto;
	padding: 0 0 5px 0;
}

#masthead{
	width:800px;
	height:111px;
	margin:0;
	padding:0;
}

/* top navigation 
-----------------------------------------*/

#nav{
	width: 790px;
	padding:90px 5px 0 0;
	text-align: left;
}

#nav ul{
	list-style:none;
	font-size:1.1em;
	font-weight: normal;
	float: right;
	}

#nav li{
	float:left !important;
	list-style-type:none;
	margin: 0 0 0 0;
	padding:0;
	display:inline;
	color: #fff;
}

#nav li a{
	color:#FFF;
	text-decoration:none;
	padding:0 5px 0 5px;
}

#nav li a:hover,ul.nav li a:active{color:#333399;text-decoration:none;}
	

/* main layout 
------------------------------*/

#content{
	width: 800px;
	margin: 0 0 0 0;
	float: left;
	padding:10px 0 0 0;
}

#left_column{
	width: 190px;
	float: left;
	display: inline;
	padding: 0 0;
	margin-left: 10px;
        }
		
#title_column_home{
	width: 200px;
	float: left;
	padding: 7px 0;
	display: inline;
	margin: 20px 0 0 0;
        }
		
#main_column_wrap{
	width: 377px;
	float: left;
	padding: 10px 0 0 0;
	margin: 20px 0 0 0;
        }
		
#main_column_home{
	width: 377px;
	float: left;
	padding: 10px 0 0 0;
	background: url(images/main_bkgd.png) repeat;
        }

#low_column_home{
	width: 220px;
	margin: 0 0 0 170px;
	float: left;
	}


#main_column{
	width: 587px;
	float: left;
	padding: 0 0;
        }
		
#main_column_about{
	width: 535px;
	float: left;
	padding: 20px 0 0 10px;
        }
		
#main_column_services{
	width: 567px;
	float: left;
	padding: 20px 0 0 10px;
        }
		
#main_column_kb{
	width: 567px;
	float: left;
	margin: 30px 0 0 10px;
	background:url(images/kb_bkgd.gif) repeat-y;
        }
		
#content_referral{
	width: 530px;
	margin: 0 0 0 0;
	float: left;
	display: inline;
	padding:10px 5px 0 0;
	background: #fff;
}
		
#right_column{
	width: 211px;
	float: left;
	display: inline;
	padding: 0 0;
	margin: 30px 0 0 11px;
        }
		
#right_column_about{
	width: 240px;
	float: left;
	display: inline;
	padding: 10px 0 0 0;
	margin-left: 10px;
	margin-bottom: 5px;
        }
		
#portal{
	background:url(images/right_col_bkgd.jpg);
	padding: 0 0 5px 0;
	}
	
#portal_h{
	background: url(images/main_bkgd.png) repeat;
	padding: 0 0 5px 0;
	}
	
#portal_header{
	background: url(images/portal_bkgd2.jpg) no-repeat;
	height: 59px;
	}
	
#newsletter{
	background:url(images/right_col_bkgd.jpg);
	padding: 0 0 8px 0;
	}
	
#newsletter_h{
	background: url(images/main_bkgd.png) repeat;
	padding: 0 0 8px 0;
	}
	
#newsletter_header{
	background: url(images/newsletter_bkgd2.jpg) no-repeat;
	height: 59px;
	}
	
#news{
	background:url(images/right_col_bkgd.jpg);
	padding: 0 0 8px 0;
	}
	
#news_h{
	background: url(images/main_bkgd.png) repeat ;
	padding: 0 0 8px 0;
	}
	
#news_header{
	background: url(images/news_bkgd2.jpg) no-repeat;
	height: 59px;
	}
	
#contact_us{
	background: url(images/contact_bkgd.gif) repeat-y;
	margin-top: 5px;
	padding: 5px 0 0 0;
	}
		
#splash{
	border-bottom: 10px solid #CCCCCC;
	height: 124px;
        }
		
.linebreak{
	border-top: 1px dotted #999;
	margin: 0 0 10px 10px;
	}
	
#map{
	width: 560px; 
	height: 520px; 
	color:#000000; 
	margin: 0 0 10px 10px;
	}
	
.subdiv{
	clear: both;
	padding: 10px 0 0 0;
	}
	
#downloads{
	width: 310px;
	padding: 0 0 0 10px;
	margin: 0 10px 0 0;
	float: left;
	}
	
.rounded{
	width: 215px;
	padding: 10px;
	margin: 0 0 0 0;
	float: left;
	}
	
#player_pic{
	width: 210px;
	margin: -1em 0 .5em 5px;
	}
	
/* rounded corners box
-----------------------------------*/

.container {
	background:#FFF; 
	margin:0 0 10px 10px; 
	font-family: Arial, Helvetica, sans-serif;
	background: url(images/rounded_bkgd.gif) repeat-y #999;
	}
	
.post{
	border-bottom: 1px dotted #333;
	margin: 0 7px 5px 7px;
	}
	
.rtop, .rbottom{
	display:block;
	background:#FFF;
}

.rtop *, .rbottom *{
	display: block;
	height: 1px;
	overflow: hidden;
	background:#CCC;
}
.r1{
	margin: 0 5px}

.r2{
	margin: 0 3px}

.r3{
	margin: 0 2px}

.r4{
	margin: 0 1px;
	height: 2px
}

.container p{
	font-size: 12px;
	padding: 0 10px;
	}
		
/* content typography styles 
-----------------------------------*/	

#main_column p, #main_column_home p, #main_column_about p, #main_column_services p{
	font-size: 1.2em;
	color: #333366;
	font-weight: normal;
	line-height: 1.4;
	padding: 0 5px 10px 10px;
	letter-spacing: 0.05em;
}

#main_column_kb p{
	font-size: 1.2em;
	color: #333366;
	font-weight: normal;
	line-height: 1.4;
	padding: 0 5px 10px 5px;
	letter-spacing: 0.05em;
}

#main_column_home p{
	font-size: 1.15em;
	color: #333366;
	font-weight: normal;
	line-height: 1.2;
	padding: 0 5px 10px 10px;
	letter-spacing: 0.05em;
}

#main_column_about p a, #main_column_services p a, #main_column_kb p a{
	color: #003366;
	font-weight: bold;
}

.grey{
	color:#666666;
	}
	
.news_summary{
	color:#000;
	}
	
.post p a{
	color: #003366;
	background-color:#FFF;
	padding: 0px 2px;
	font-weight: bold;
	}

.post p a:hover{
	color: #FFF;
	background-color:#003366;
	padding: 0px 2px;
	font-weight: bold;
	}

#main_column_about p a:hover, #main_column_services p a:hover, #main_column_kb p a:hover{
	color: #000;
}

.mainlist{
	padding: 0 0 10px 0;
	color: #333366;
	margin: 10px 0 0 0;
	}
	
.mainlist li{
	font-size: 1.2em;
	padding: 0 0 0 0;
	letter-spacing: 0.05em;
	color: #FFF;
	}
	
.mainlist li a{
	color: #1f4a98;;
	}
	
.mainlist li a:hover{
	color: #FFF;
	border-bottom: 1px dotted #FFF;
	}
	
.downloads{
	padding: 0 0 10px 0;
	color: #333366;
	margin: 10px 0 0 20px;
	line-height: 1.2;
	}
	
.downloads li{
	font-size: 1.2em;
	padding: 0 0 5px 0;
	
	}
	
.downloads li a{
	color: #333366;
	}
	
.downloads li a:hover{
	color: #000000;
	border-bottom: 1px dotted #000;
	}
	
.sub_text{
	font-size: 80%;
	}
	
#title_column_home h1{
	font-size: 1.2em;
	color: #1f4a98;
	font-weight: bold;
	padding: 0 0 10px 10px;
}

.white{
	color: #fff;
	}
	
#main_column h1{
	font-size: 1.5em;
	color: #1f4a98;
	font-weight: bold;
	padding: 0 0 10px 10px;
}

#main_column_about h1, #main_column_services h1{
	font-size: 2.2em;
	color: #1f4a98;
	font-weight: bold;
	padding: 0 0 10px 10px;
}

#main_column_kb h1{
	font-size: 2.2em;
	color: #1f4a98;
	font-weight: bold;
	padding: 0 0 10px 5px;
}

.ampersand{
	color: #999999;
	}

#main_column h2, #main_column_about h2{
	font-size: 1.8em;
	color: #333333;
	font-weight: normal;
	padding: 0 10px 0 10px;
	margin-bottom: 10px;
	letter-spacing: 0.05em;
}

#main_column_services h2{
	font-size: 1.5em;
	color: #333333;
	font-weight: normal;
	padding: 0 10px 0 10px;
	margin-bottom: 10px;
	letter-spacing: 0.05em;
}

#main_column_kb h2{
	font-size: 1.5em;
	color: #333333;
	font-weight: normal;
	padding: 0 10px 0 5px;
	margin-bottom: 10px;
	letter-spacing: 0.05em;
}

#main_column h3, #main_column_about h3, #main_column_services h3, #main_column_kb h3{
	font-size: 1.35em;
	color: #1f4a98;
	font-weight: bold;
	padding: 0 10px 0 10px;
	margin-bottom: 4px;
	letter-spacing: 0.05em;
}

#main_column h4{
	font-size: 1.2em;
	color: #333;
	font-weight: normal;
	padding: 0 10px 0 10px;
	margin-bottom: 3px;
	letter-spacing: 0.05em;
}

#left_column h2{
	font-size: 1.3em;
	color: #FFF;
	font-weight: bold;
	padding: 15px 0 0 15px;
	margin-bottom: 10px;
	}
	
	
#left_column h2 a{
	color: #FFF;
	}
	
#left_column h2 a:hover{
	color: #CCC;
	}
	
#left_column h3{
	font-size: 1.3em;
	color: #1f4a98;
	font-weight: bold;
	padding: 15px 0 0 15px;
	margin-bottom: 10px;
	}

#left_column h3 a{
	color: #555;
	}
	
#left_column h3 a:hover{
	color: #000;
	}

#left_column ul li{
	list-style: none;
	display: block;
	}
	
li.about_finance{
	background:url(images/financial_advice.jpg) repeat-y;
	height: 187px;
	border-bottom: 5px solid #fff;
}

li.about_js{
	background:url(images/about_js.jpg) repeat-y;
	height: 175px;
	border-bottom: 5px solid #fff;
}

li.latest_news{
	background:url(images/latest_news.jpg) repeat-y;
	height: 185px;
	border-bottom: 5px solid #fff;
}

#contact_us p{
	font-size: 1.1em;
	color: #FFF;
	font-weight: normal;
	line-height: 1.5;
	padding: 0 10px 10px 10px;
}

#newsletter p, #newsletter_h p{
	font-size: 1em;
	color: #555;
	font-weight: normal;
	line-height: 1.4;
	padding: 0 0 0 0;
}

#news p, #news_h p{
	font-size: 1em;
	color: #333366;
	font-weight: normal;
	line-height: 1.3;
	padding: 0 10px 0 10px;
}

.privacy{
	font-size: 85%;
	padding: 5px 0 0 0;
	}
	
.inner{
	padding: 5px 5px 0 10px;
	}
	
#submit{
	padding: 5px 0 0 0;
	}

.button_right{
	float: right;
	padding: 10px 0 0 10px;
}
	
.date{
	color: #666;
	}

.portal_details{
	color:#003366;
	padding: 5px 5px 0 0;
	font-weight: bold;
	}
	
.portal_details li{
	list-style: none;
	padding: 0 5px 5px 0;
	margin: 0 0 0 10px;
	font-size: 1;
	}

.contact_details{
	color:#FFFFFF;
	padding: 0 0 0 10px;
	}
	
.contact_details li{
	list-style: none;
	padding: 0 0 10px 25px;
	}
	
.phone{
	background: url(images/phone.gif) no-repeat;
	}
	
.fax{
	background: url(images/fax.gif) no-repeat;
	}
	
.email{
	background: url(images/email.gif) no-repeat;
	}

#right_column p a, #right_column_about p a{
	color: #333;
}

#right_column p a:hover, #right_column_about p a:hover{
	color: #FFF;
	border-bottom: 1px dotted #FFF;
}

#right_column h2, #right_column_about h2{
	font-size: 1.3em;
	color: #999;
	font-weight: bold;
	line-height: 1.5;
	padding: 20px 10px 10px 10px;
	font-family: 'Lucida Grande', 'Trebuchet MS', Verdana, Arial, Sans-Serif;
}


#right_column h2 a{
	color: #999;
}

#right_column h2 a:hover{
	color: #CCC;
}

#right_column_about h2{
	font-size: 1.6em;
	color: #777;
	font-weight: bold;
	line-height: 1.5;
	padding: 10px 10px 10px 10px;
	font-family: 'Lucida Grande', 'Trebuchet MS', Verdana, Arial, Sans-Serif;
}

#right_column_about h3{
	font-size: 1.3em;
	color: #1f4a98;
	line-height: 1.5;
	padding: 10px 10px 10px 10px;
	font-family: 'Lucida Grande', 'Trebuchet MS', Verdana, Arial, Sans-Serif;
}

#news h5, #news_h h5{
	font-size: 1.3em;
	color: #1f4a98;
	padding: 10px 5px 0 10px;
	}

.contact{
	color:#003366;
	}
	
.project_list{
	margin: 0 10px 10px 10px;
	border-bottom: 1px dotted gray;
	}

.project_list li{
	color: #666666;
	font-size: 11px;
	list-style-type: none;
	line-height: 1.3;
	border-top: 1px dotted gray;
	padding: 10px 0px;
	}
	
.project_list li a{ 
	color: #666666;
	text-decoration: none;
	background: url(images/bullet.gif) no-repeat top left;
	padding: 0 0 0 12px;
	}
	
.project_list li a:hover, 
.project_list li a:focus{ 
	color: #333333;
	background: url(images/bullet2.gif) no-repeat top left;
	}
  
img {
	display: block;
	border: 0;
}

blockquote{
	color: #333;
	line-height: 1.3;
	font-size: 1em;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-weight: normal;
	padding: 0 5px 10px 30px;
	background: url(images/quote.gif) no-repeat; 
	}
	
.case_study {
	clear: both;
	margin: 0 0 0 10px;
}

.results {
	font: 11px/24px Verdana, Arial, Helvetica, sans-serif;
	border-collapse: collapse;
	width: 510px;
	border: 1px solid white;
	margin-left: 10px;
	}

.results_cell{
	padding: 0 0.5em;
	text-align: left;
	border-bottom: 1px solid white;
	border-left: 1px solid white;
	background-color: #CCCCCC;
	}

  
/* Form styles
----------------------------------------*/
#subscribe{
    border: none;
    padding: 0 0 0 0;
    }
	
fieldset{
    border: none;
    padding: 0 0 0 10px;
    }

fieldset ul, #subscribe ul {
    list-style: none;
    padding: 5px 0 0 0;
    margin: 0 !important;
    }
    
fieldset ul li, #subscribe ul li {
	padding-bottom: 0;
	color: #666;
    }
    
fieldset input, 
fieldset select,
fieldset textarea{
	font: 1.2em 'myriad pro', 'Lucida Grande', 'Trebuchet MS', Verdana, Arial, Sans-Serif;
	font-weight: normal;
	border: 0;
	border: 1px solid #000;
	padding: 3px 3px 3px 2px;
	margin: 2px 0 0 0;
	color: #333333;
	background-color: #fff;
}

#subscribe ul li input, 
#subscribe ul li select,
#subscribe ul li textarea{
	font: 1.2em 'myriad pro', 'Lucida Grande', 'Trebuchet MS', Verdana, Arial, Sans-Serif;
	font-weight: normal;
	border: 0;
	border: 1px solid #97a5bc;
	padding: 3px 3px 3px 2px;
	margin: 2px 0 0 0;
	color: #FFF;
	background-color: #97a5bc;
	width: 165px;
}

fieldset input:hover, 
fieldset select:hover,
fieldset textarea:hover,
  {
	border: 1px solid #ccc;
}

fieldset textarea,
#subscribe textarea {
    overflow: auto;
	font: 12px 'myriad pro', 'Lucida Grande', 'Trebuchet MS', Verdana, Arial, Sans-Serif;
}

fieldset select {
	padding: 1px;
	padding: 2px 1px 2px 3px;
}

fieldset select option {
    padding: 0 15px 0 2px;
}

fieldset label {
	font: 1.2em 'myriad pro', 'Lucida Grande', 'Trebuchet MS', Verdana, Arial, Sans-Serif; 
    display: block;
    margin: 10px 0 5px 0;
}

fieldset label.note {
	font: 12px 'myriad pro', 'Lucida Grande', 'Trebuchet MS', Verdana, Arial, Sans-Serif; 
    font-weight: normal;
    color: #999;
    margin: 3px 15px 0 0;
    font-style: italic;
}

.required {
	color: #FF6600 !important;
}

fieldset label.checkbox_note {
    font-weight: normal;
    display: inline;
    float: none;
}

fieldset label.full, fieldset input.full,
fieldset select.full, fieldset textarea.full { width: 550px; }

fieldset label.full {
    float: left;
}

fieldset p {
    margin-bottom: 8px !important;
}

.submit button{
	display:block;
	float:right;
	margin:10px 10px 0 0;
	border:1px solid #006699;
	font-family: 'myriad pro', 'Lucida Grande', 'Trebuchet MS', Verdana, Arial, Sans-Serif;
	font-size: 11px;
	line-height:130%;
	text-decoration:none;
	font-weight:bold;
	color:#333333;
	cursor:pointer;
	padding:5px 5px 6px 5px; /* Links */
}
.submit button{
    width:auto;
    overflow:visible;
    padding:3px 5px 3px 5px; /* IE6 */
}
.submit button[type]{
    padding:3px 5px 3px 5px; /* Firefox */
    line-height:12px; /* Safari */
}
.submit button img, .buttons a img{
    margin:0 0 -3px 0 !important;
    padding:0;
    border:none;
}

button:hover, .submit a:hover{
	background-color: #999999;
	color:#fff;
}

.inline_label{	
	display: block; /* block float the labels to left column, set a width */
	float: left;
	width: 130px;
	padding: 1px;
	margin: 5px 0 0; /* set top margin same as form input - textarea etc. elements */
	text-align: left; 
	}
	
.inline_field{	
	display:inline;
	width:380px;
	}
	
	
/* footer styles 
------------------------------*/
	  
#footer{
	width: 800px;
	padding: 10px 0 5px 0;
	text-align: left;
	clear: both;
	border-top: 0 solid #FFF;
	background: url(images/footer_bkgd.gif) no-repeat;
}

#footer p{
	color: #FFF;
	font-size: 1.1em;
	padding: 0px 15px 5px 15px;
}

#footer p a{
	color: #FFF;
	text-decoration: none;
}

#footer p a:hover, #footer p a:focus{
	color: #CCC;
} 

.detail{
	color: #888;
	font-size: 85%;
}

.left{
	float: left;
	margin-right: 10px;	
	margin-bottom: 5px;
	display: inline;
}
  
.right{
	float: right;
	margin-left: 10px;
	margin-bottom: 5px;
	display: inline;
}

.button_right{
	float: right;
	margin: -40px 13px 0 0;
}

.gallery_left{
	float: left;
	margin-right: 58px;	
	margin-bottom: 25px;
	display: inline;
}

.gallery_end{
	float: left;
	margin-bottom: 25px;
	display: inline;
}

.clear{
	clear:both
	}

.hide{
	display: none;
}

