/* 
    Document   : cwa
    Created on : Jun 8, 2010, 1:29:17 PM
    Author     : Martin
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

body {
    background-color: #9b9b9b;
    font-family: Verdana, Arial, sans-serif;
}

#wrapper {
    width:1000px;
    margin:0 auto;
    background:url('../images/bg-wrapper.jpg') repeat-y 0 0;
}

#header {
    background:url('../images/header.jpg') no-repeat 0 0;
    height:174px;
    width:984px;
    margin:0 auto;
}

    #header img {
        margin-top:59px;
    }

#main-menu {
    width:940px;
    margin:0 auto;
    padding:13px 0 20px 0;
}

#content {
    width:940px;
    margin: 20px auto;
    overflow: hidden;
}

    #main-content {
        width:545px;
        float:left;
    }

    #main-content.wide {
        width:740px;
    }

    #col-left {
        width:180px;
        float: left;
        margin-left:17px;
        display:inline;
    }

    #col-right {
        width:180px;
        float:left;
        margin-left:17px;
        display:inline;
        font-family: Arial;
    }

    #col-right h4 {
        font-size:13px;
        margin:10px 0;
    }

    #col-right p {
        font-size:11px;
        font-family: Arial;
        margin:10px 0;
    }

.module {
    margin:0 auto 15px auto;
    background: #ccc;
    padding:9px;
}

div#content h2 {
    font-size:22px;
    margin-bottom: 15px;
    padding: 6px 10px;
    background: #efefef;
    font-weight: normal;
    border-bottom:2px solid #ccc;
}

div.module h3 {
    background:url('../images/blue-header-arrow.jpg') no-repeat 0 0;
    color:#ccc;
    padding:7px 0 9px 35px;
    font-size:14px;
    line-height:14px;
}

p {
    line-height: 1.3;
    margin:15px 0;
    font-size:13px;
}

#content li {
    line-height: 1.3;
    font-size:13px;
    list-style: disc;
    margin-left:15px;
}

#footer {
    background:url('../images/footer-w-logo.jpg') no-repeat 0 0;
    height:62px;
}

	#footer .footer-left {
		padding:7px 0 0 35px;
		font-size:10px;
		font-family:Arial;
		color:#ccc;
		line-height:1.2;
	}

#img-contact {
    width:162px;
    margin:8px 0;
}

.fs11 {
    font-size:11px;
    font-family: Arial,Helvetica, sans-serif;
}

span.rmText {font-size:14px;}