﻿body 
{
	font-family: Arial;
	font-size:9px;
	color:#404142;
	width:800px;
	margin:0px 100px 0px 100px;
	background-color:#C5C9D4;
}

a
{
	color: blue;
	font-size:11px;
}

p
{
    font-size:9px;
}
ul
{
    font-size:11px;
    color:#404142;
}

.greybox
{
    font-size:12px;
    color:black;
}

.bluebox
{
    font-size:12px;
    color:white;
}

/*tab bar buttons*/
.tabBarButtonActive
{
    background-image:url("../assets/tabbutton.png");
    background-repeat:no-repeat;
    background-position:center bottom;
    width:120px;
    height:35px;
    color:black;
    cursor:pointer;
    font-family:Tahoma;
    font-weight:600;
    /*position:relative;
    top:5px;
    float:none;
    font-family:Tahoma;
    cursor:pointer;
    display:inline-block;*/
}

.tabBarButton
{
    font-family:Tahoma;
    font-weight:800;
    background-image:url("../assets/tabbuttonActive.png");
    background-repeat:no-repeat;
    background-position:center bottom;
    width:120px;
    height:35px;
    color:white;
    cursor:pointer;
    /*position:relative;
    top:5px;
    font-family:Tahoma;
    float:none;
    cursor:pointer;
    display:inline-block;*/
}

.mainText
{
    font-size:11px;
    color:#404142;
}

.redText
{
    color:#CB1F26;
}

/*Footer*/
.footer
{
    width:800px;
    background-image:url("../assets/footer_bg.png");
    background-repeat:repeat-y;
    background-position: center;
}
.footerLink
{
    color:White;
    font-size:10px;
    text-decoration:none;
}

/*Blue box*/
.blueBoxTop
{
    background-image:url("../assets/blue_box_top.gif");
    background-repeat:no-repeat;
    background-position:center bottom;
}

.blueBoxMiddle
{
    background-image:url("../assets/blue_box_middle.gif");
    background-repeat:repeat-y;
    background-position:center center;
}

.blueBoxBottom
{
    background-image:url("../assets/blue_box_bottom.gif");
    background-repeat:no-repeat;
    background-position:center top;
}

/* end blue box*/


/*Grey box*/
.greyBoxTop
{
    background-image:url("../assets/grey_box_top.gif");
    background-repeat:no-repeat;
    background-position:center bottom;
}

.greyBoxMiddle
{
    background-image:url("../assets/grey_box_middle.gif");
    background-repeat:repeat-y;
    background-position:center center;
}

.greyBoxBottom
{
    background-image:url("../assets/grey_box_bottom.gif");
    background-repeat:no-repeat;
    background-position:center top;
}

/* end grey box*/

/*Question and answer area*/
.question
{
    color:black;
    font-weight:400;
    font-size:11px;
    vertical-align:top;
    
}
.answer
{
    color:darkblue;
    font-weight:400;
    font-size:11px;
    vertical-align:top;
}
/* end question and answer area*/

/*Testimonials*/

.testimonial
{
    font-style:italic;
    font-family:Bookman Old Style;
    font-size:14px;
    margin:10px 10px 10px 10px;
}

.testimonialRef
{
    font-weight:600;
    font-size:10px;
    float:right;
    margin-right:20px;
}
/*End testimonials*/


