﻿/****************************************************/
              /* HOME PAGE LAYOUT */
/****************************************************/

#contentMain {
		width:930px;
		margin-left:auto;
		margin-right:auto;
		background-image:url("support/images/background_content_fade.png");
		background-repeat:repeat-x;
		padding:25px 25px 30px 25px;
		text-align:left;
		}
		
.messaging {
        width:925px;
        margin: 0 auto;
		padding: 15px 25px 0 30px;
		text-align:left;
		background-repeat:no-repeat;
		height:225px;
		clear:left;
		}
		
    .messaging h1 {
		    font-family: "Trebuchet MS", Trebuchet, Tahoma, Verdana, Arial;
		    font-size:30px;
		    font-weight:bold;
		    color:#ffffff;
		    margin:0;
		    }

    .messaging p {
		    font-family: "Trebuchet MS", Trebuchet, Tahoma, Verdana, Arial;
		    font-size:26px;
		    font-weight:normal;
		    color:#ffffff;
			line-height:12px;
		    }
		
    #buttonAbout
    {
        background: url("support/images/button_about.png") no-repeat left top;
        height: 33px;
        width: 184px;
        display: block;        
        text-decoration: none;
		outline: none;
		margin:85px 0 0 10px;
    }    
    #buttonAbout:hover
    {
        background-position: left -33px;
    }
	#buttonAbout:active
    {
        background-position: left -66px;
    }

#collumn1, #collumn2 {
		padding:0;
		margin:0 30px 30px 0;
		width:290px;
		float:left;
		}
#collumn3 {
		padding:0;
		margin:0 0 30px 0;
		width:290px;
		float:left;
		}
		
#lowercollumn1 {
		padding:0;
		margin:10px 30px 0 0;
		width:450px;
		float:left;
		}
#lowercollumn2 {
		padding:0;
		margin:10px 0 0 0;
		width:450px;
		float:left;
		}

.spacerHome {
    background-image:url("support/images/dotline_horizantal.png");
	background-repeat:repeat-x;
    height: 2px;
	float:left;
	margin-left:-20px;
	width:970px;
	}