/* CSS Document */

a img{
    border: none;
}


html {
	font-family : verdana;
	font-size : 75%;
}

h1, h2, h3, h4, h5, h6 {
	font-family : "Trebuchet MS", verdana;
	line-height: 1.2em;
	margin: 16px 0 0 0;
	color: #808080;
}

h1{
    font-size: 2.2em;
}
h2{
    font-size: 2em;
}
h3{
    font-size: 1.6em;
}
h4{
    font-size: 1.2em;
}
h5, h6{
    font-size: 1.2em;
}

ol.no-bullet{
   list-style-type: none !important;
}

body.align-center{
    text-align: center;
}
div#body{
    text-align: left;
    width: 986px;
    margin: auto;
}

#main-wrapper{
    width: 986px;
}

#main-wrapper #left, #main-wrapper #main, #main-wrapper #right{
    position: relative;
    float: left;
}

#main{
    width: 876px !important;
    left: 110px;
    overflow: hidden;
}

#main-inner{
    margin: 0px 24px;
    width: 828px;
}

#right{
    width: 0px;
    height: 200px;
    display: none;
}

#left{
    left: -876px;
    right: 110px;
}



#footer{
    clear: both;
    text-align: center;
}



#successMsg{
    border : 1px solid green;
    margin: 2px 0px; padding: 8px;
    font-weight: bold;
    background-color: #CDC;
    color: black;
    text-align: center
    }
#errorMsg{
    border: solid 3px red;
    margin: 8px 0px; padding: 8px;
    font-weight: bold;
    background-color: #EAEFEF;
    color: black;
    }


#successMsg a {
	color : green;
	text-decoration : none;
	border-bottom : 1px dotted green;
}


ul#main-menu{
    margin: 0; padding: 0;
    margin-left: 0;
    float: left;
}
ul#main-menu li{
    display: block;
    float: left;
    list-style-type: none;
    margin: 0 4px; padding: 0;
    color : #333333;
    background: url(http://www2.ambientdesign.com/members/images/layout/button-left.png) no-repeat left top;
    font-family : "Trebuchet MS";
    font-weight: bold;
}





ul#main-menu li a, ul#main-menu li a:hover{
    display: block;
    text-decoration: none;
    color: #666;
    background: url(http://www2.ambientdesign.com/members/images/layout/button-right.png) no-repeat right top;
    padding: 4px 16px 8px 16px;
}

.clear{
    clear: both;
    height: 1px;
    overflow: hidden;
}

body{
    font-family: arial;
}

.icon{
    width: 16px;
}


#flags{
    float: right;
}
