/********************************************
* CSS DOCUMENT - Annuity Direct
********************************************/

	body {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	height: 100%;
	background-color: #fff;
	color: #666;
	margin: 0;
	padding: 0;
	background-image: url(../images/bg1.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	}
	
	a {
		text-decoration:none;
		color:#E84037;
		cursor: pointer;
		cursor: hand;
	}
	
	a:hover {
		text-decoration:underline;
	}
	
	html { 
		height: 100%;
	}
	
	form {
		margin: 0;
		padding: 0;
		display: inline;
	}
	
	img {
		border: 0;
	}
	
	div.wrap {
		width: 800px;
		margin: 0 auto;
		background-color:#FFF;
		margin-top:5px;
	}
	
	h1 {
		color:#E84037;
		font-size:17px;
	}
	
	h2 {
		color:#E84037;
		font-size:15px;
	}
	
	h3 {
		color:#E84037;
		font-size:13px;
	}
	
	h4 {
		color:#E84037;
		font-size:13px;
		padding:0;
		margin:0;
	}
	
	div.errorMessage
	{
	    background-color: #990000;
	    border: 1px solid #660000;
	    color: White;
	    margin: 5px;
	    margin-top: 20px;
	    padding: 5px;
	    font-size: 10pt;
	    width: 780px;
	}
	
	div.errorMessage p, div.errorMessage div.message
	{
	    margin-top: 3px;
	    margin-bottom: 3px;
	}
	
				
	span.highlight
	{
		color: #dd0000;
		font-weight: bold;
		border-bottom: 1px dotted #dd0000;
	}
	
	img.iicon
	{
	    margin-bottom: -5px;
	}
	
/********************************************
* Header
********************************************/

	.header {
		width:800px;
		height:146px;
		float:left;
		background-color:#FFF;
		background-image:url(../images/logo.jpg);
		background-position:left top;
		background-repeat:no-repeat;
	}
	
	.header img {
		float:left;
	}
	
	.nav {
		width:665px;
		height:29px;
		margin-top:8px;
		float:right;
		background-image:url(../images/navBottom.jpg);
		background-position:bottom;
		background-repeat:repeat-x;
	}
	
	.nav ul {
		float:right;
		list-style:none;
		width:auto;
		height:auto;
		margin:0;
		padding:0;
	}
	
	.nav ul li {
		font-size:12px;
		float:right;
		width:107px;
		padding-top:7px;
		text-align:center;
		height:18px;
		background-image:url(../images/tab.jpg);
		background-position:left top;
		background-repeat:no-repeat;
	}
	
	li.current {
		background-image:url(../images/tab_on.jpg)!important;
		background-position:left top!important;
		background-repeat:no-repeat!important;
	}
	
	.nav ul li:hover {
		background-image:url(../images/tab_on.jpg);
		background-position:left top;
		background-repeat:no-repeat;
	}
	
	.nav ul li a {
		color:#666;
		font-weight:bold;
	}
	
	.nav ul li a:hover {
		text-decoration:none;
	}
	
	.telephone {
		background-image: url(../images/phone.jpg);
		background-position:top right;
		background-repeat:no-repeat;
		width:372px;
		height:104px;
		float:right;
	}
	
		
/********************************************
* Body
********************************************/

	.Content {
		width:800px;
		float:left;
		margin-top:0px;
		background-color:#FFF;
	}
	
	.leftCol {
		float:left;
		width:300px;
		background-color:#FFFFFF;
	}

	.leftColInner {
	    	float:left;
	    	margin-left:10px;
	}
	
	.rightCol {
		float:right;
		width:500px;
		background-color:#FFFFFF;
	}
	
	.freeInfo {
		width:252px;
		height:140px;
		margin-top:0px;
		margin-bottom:5px;
		margin-left:0px;
		margin-right:0px;
		background-color:#FFF;
		float:left;
		background-image: url(../images/freeInfo.jpg);
		background-position:top left;
		background-repeat:no-repeat;
	}
	
	.infoTitle {
		margin-left:10px;
		margin-top:5px;
		margin-bottom:0px;
		margin-right:0px;
		float:left;
		font-size:16px;
		color:#E84037;
		font-weight:bold;
		width:110px;
	}
	
	.infoText {
		font-size:11px;
		color:#666;
		float:left;
		width:130px;
		margin-left:10px;
		margin-bottom:0px;
		margin-right:0px;
		margin-top:4px;
	}
	
	.infoText a {
		font-size:12px;
		color:#E84037;
		float:right;
		margin-top:0px;
		margin-right:0px;
		margin-bottom:0px;
		margin-left:0px;
	}
	
	.liveGuest {
		width:272px;
		height:152px;
		margin-top:0px;
		margin-right:0px;
		margin-bottom:0px;
		margin-left:0px;
		background-color:#FFF;
		float:left;
		background-image: url(../images/papersSayBox.jpg);
		background-position:top left;
		background-repeat:no-repeat;
	}
	
	.liveTitle {
		margin-top:7px;
		margin-right:0px;
		margin-bottom:0px;
		margin-left:10px;
		width:140px;
		float:left;
		font-size:16px;
		color:#E84037;
		font-weight:bold;
	}
	
	.liveText {
		font-size:11px;
		padding-top:5px;
		color:#666;
		float:left;
		width:130px;
		margin-top:0px;
		margin-right:0px;
		margin-bottom:0px;
		margin-left:10px;
	}
	
	.liveText a {
		font-size:12px;
		color:#E84037;
		float:right;
		margin-top:5px;
		margin-right:0px;
		margin-bottom:0px;
		margin-left:0px;
		padding-right:4px;
	}
	
	.infoBox {
		width:262px;
		height:152px;
		margin-top:0px;
		margin-bottom:0px;
		margin-left:0px;
		margin-right:0px;
		background-color:#FFF;
		float:left;
		background-image: url(../images/navSub.jpg);
		background-position:top left;
		background-repeat:no-repeat;
	}
	
	.infoBoxTitle {
		margin-top:15px;
		margin-bottom:0px;
		margin-left:5px;
		margin-right:0px;
		width:140px;
		float:left;
		font-size:16px;
		color:#E84037;
		font-weight:bold;
	}
	
	.infoBoxText {
		font-size:11px;
		padding-top:5px;
		color:#666;
		float:left;
		width:170px;
		margin-top:0px;
		margin-bottom:0px;
		margin-left:5px;
		margin-right:0px;
	}
	
	.infoBoxText a {
		font-size:12px;
		color:#E84037;
		float:right;
		margin-top:6px;
		padding-right:4px;
	}
	
	.questionBox {
		width:262px;
		height:152px;
		margin-top:0px;
		margin-bottom:0px;
		margin-left:0px;
		margin-right:0px;
		background-color:#FFF;
		float:left;
		background-image: url(../images/navSub.jpg);
		background-position:top left;
		background-repeat:no-repeat;
	}
	
	.questionBoxTitle {
		margin-top:15px;
		margin-bottom:0px;
		margin-left:5px;
		margin-right:0px;
		width:140px;
		float:left;
		font-size:16px;
		color:#E84037;
		font-weight:bold;
	}
	
	.questionBoxText {
		font-size:11px;
		padding-top:0px;
		color:#666;
		float:left;
		width:170px;
		margin-top:10px;
		margin-bottom:0px;
		margin-left:5px;
		margin-right:0px;
	}
	
	.questionBoxText a {
		font-size:12px;
		color:#E84037;
		float:right;
		margin-top:6px;
		padding-right:4px;
	}
	
	.Testimonial {
		width:280px;
		height:150px;
		margin-top:0px;
		margin-bottom:0px;
		margin-left:0px;
		margin-right:0px;
		background-color:#FFF;
		float:left;
		background-image: url(../images/testimonial.jpg);
		background-position:top left;
		background-repeat:no-repeat;
	}
	
	.TestimonialTitle {
		margin-left:10px;
		margin-top:14px;
		margin-right:0px;
		margin-bottom:0px;
		width:140px;
		float:left;
		font-size:16px;
		color:#E84037;
		font-weight:bold;
	}
	
	.TestimonialText {
		font-size:11px;
		color:#666;
		float:left;
		width:130px;
		margin-left:10px;
		margin-top:0px;
		margin-right:0px;
		margin-bottom:0px;
	}
	
	.TestimonialText2 {
		font-size:11px;
		color:#666;
		float:left;
		width:170px;
		margin-left:10px;
		margin-top:0px;
		margin-right:0px;
		margin-bottom:0px;
	}
	
	.TestimonialText2 a {
		font-size:12px;
		color:#E84037;
		float:right;
	}
	
	.rightColInner {
		margin-left:0px;
		margin-top:0px;
		margin-right:0px;
		margin-bottom:0px;
		float:left;
		font-size:13px;
	}
	
	table.contactForm input {
        width:200px;
        /* background-color:#fdf3f3;    */
    }
    
    table.contactForm textarea {
      /*  background-color:#fdf3f3;   */
    }
	
/********************************************
* Footer
********************************************/

	.footer {
		float:left;
		font-size:11px;
		color:#999;
		width:800px;
		text-align:center;
		margin-top:10px;
	}
	
	.footer label {
		color:#E84037;
		display: inline;
		float: none;
	}
	
/********************************************
* Subnav
********************************************/
    .textpageLinks {
        background-color:#FFF;
        float:left;
        width:790px;
        margin: 0 0 0 10px;
        padding:0;
    }
    
    .homepageLinks {
        background-color:#FFF;
        float:left;
        width:790px;
        margin: 0 0 0 10px;
        padding:0;
    }
    
    ul.level2 {
		font-size:12px;
		float:left;
		list-style:none;
		background-color:#FFF;
		margin:0;
	    padding:0;
	    width:272px;
	}
	
	ul.level2 li 
	{
	    float:left;
	    list-style:none;
	    padding-left:10px;
	    padding-right:10px;
	}
	
	ul.level2 li a:hover 
	{
	    color:#666;
	    text-decoration:none;
	}
	
	ul.level3 {
		font-size:12px;
		float:left;
		list-style:none;
		background-color:#FFF;
		margin:0;
	    	padding:0;
	}
	
	ul.level3 li a:hover 
	{
	    color:#666;
	    text-decoration:none;
	}
	
	ul.level3 li 
	{
	    float:right;
	    list-style:none;
	    padding-left:10px;
	    padding-right:10px;
	}
	
	#contentHeader
	{
	    color:#E84037;
	    margin:0;
	    padding:0;
	    float:left;
	    width:100%;
	    background-color:#FFF;
	}
	
	#contentHeader h1 
	{
	    font-size:14px;
	    color:#E84037;
	    margin:0;
	    padding:0 0 0 20px;
	    font-weight:normal;
	}
	
	.textpageSubLinks 
	{
	    width:272px;
		margin-top:0px;
		margin-bottom:0px;
		margin-left:0px;
		margin-right:0px;
		background-color:#FFF;
		float:left;
		background-image: url(../images/subNavBoxTop.jpg);
		background-position:top left;
		background-repeat:no-repeat;
		height:130px;
	}
	
	.textpageSubLinksBottom 
	{
	    width:272px;
		margin-top:0px;
		margin-bottom:0px;
		margin-left:0px;
		margin-right:0px;
		background-color:#FFF;
		float:left;
		background-image: url(../images/subNavBoxBottom.jpg);
		background-position:bottom left;
		background-repeat:no-repeat;
		height:10px;
	}
	
	.textpageSubLinks label
	{
	    font-size:13px;
	    padding-left:10px;
	    padding-top:7px;
	    float:left;
	}
	
	.textpageSubLinks ul.level2
	{
	    list-style-type:none !important;
	    background-image: url(../images/subNavBoxMiddle.jpg);
		background-position:top left;
		background-repeat:no-repeat;
		padding-top:2px; 
	}
	
	.textpageSubLinks ul.level2 li, ul.level2 li a
	{
	    float:none !important;
	    text-align:left;
	    padding-bottom:2px;
	}
	
	.textpageSubLinks ul.level3
	{
	    list-style-type:none !important;
	    background-image: url(../images/subNavBoxMiddle.jpg);
		background-position:top left;
		background-repeat:no-repeat;
		width:100%;  
	}
	
	.textpageSubLinks ul.level3 li, ul.level3 li a
	{
	    float:left !important;
	    text-align:left;
	    padding-bottom:1px;
	}
	
	.splashText
    {
        color:#E84037;
		font-size:13px;
		padding:0;
		margin:0;
		margin-top:10px;
		font-weight:bold;
    }
    
    
    
/* datatable 
----------------------------------------------------------*/
.yui-dt table
{
    width:700px;
}

.yui-dt
{
    color:#333 !important;
}

.yui-dt a
{
    color:#E84037 !important;
    text-decoration:none important;
}

.yui-dt a:hover
{
    color:#E84037 !important;
    text-decoration:none !important;
}

.yui-skin-sam .yui-dt td 
{

}

.yui-skin-sam tr.yui-dt-even {
    background-color: #e8e8e8 !important;
}

.yui-skin-sam tr.yui-dt-odd {
    background-color:#FFF !important;
}

.yui-skin-sam tr.yui-dt-even td.yui-dt-asc, .yui-skin-sam tr.yui-dt-even td.yui-dt-desc {
    background-color:#e8e8e8 !important;
}

.yui-skin-sam tr.yui-dt-odd td.yui-dt-asc, .yui-skin-sam tr.yui-dt-odd td.yui-dt-desc {
    background-color:#FFF !important;
}

.yui-dt-sortable div span a
{
    color: #333 !important;
}

.yui-dt-liner a
{
    color: #333;
}

.yui-pg-page
{
    border:0 !important;
    border-right: solid 1px #ccc !important;
}

.yui-skin-sam tr.yui-dt-highlighted, .yui-skin-sam tr.yui-dt-highlighted td.yui-dt-asc, .yui-skin-sam tr.yui-dt-highlighted td.yui-dt-desc, .yui-skin-sam tr.yui-dt-even td.yui-dt-highlighted, .yui-skin-sam tr.yui-dt-odd td.yui-dt-highlighted 
{
    background-color: #f7e7e7 !important;
}

div.rowIcon
{
    margin: 0px;
    margin-right: 5px;
    margin-bottom: 2px;
    width: 20px;
    float: left;
}

div.popup
{
    padding: 3px;
    position:absolute;
    background-color:#fff;
    border:solid 1px #000;
    width:300px;
    display: none;
    font-weight: normal;
}

div.popup a:active, 
div.popup a:visisted, 
div.popup a:link,
div.popup a:hover
{
    color: #E84037;
}

div.popup p
{
    margin-top: 4px;
}

div.popup a:hover
{
    text-decoration: underline;
}


.input-validation-error
{
    border: 1px solid #dd0000;
    background-color: #ffeeee;
}


.field-validation-error
{
    color: #dd0000;
    padding-right: 4px;
}

.pensionList th
{
    text-align:left;
}

span.info
{
	border-bottom: dotted 1px #E84037;
	color: #E84037;
	cursor: pointer;
	cursor: hand;
}