/*
Design by Andy Hawthorne
http://www.andyhawthorne.com
*/

/* HTML elements */
body {
    background-color: #b1d0ff;
    font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
    font-size: 0.9em;
}
/* end of HTML elements section */

/*------------------ main page layout -------------------------- */
#wrapper{
    width: 900px;
    margin: 0px auto;
}
/* header section */
#header{
    width: 900px;
    height: 88px;
}
.logo{
    float: left;
    height: 88px;
    width: 217px;
}
.topbar{
    float: left;
    width: 683px;
    height: 88px;
}
/* end of header section */

/* content section */
#contentcontainer{
    width: 900px;
    background: url(images/background.png) repeat-y;
    /* have to do this because otherwise the background image will disappear */
    overflow: hidden;
}
.contentinner{
    margin-left: 18px;
    width: 852px;
    padding: 0px;

}

.navpanel{
    float: left;
    width: 220px;
    margin-right: 14px;
    color: #fff;

}
#pagecontent{
    float: left;
    width: 616px;
    font-family: 'Trebuchet MS', 'Lucida Grande',Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;

}
/* end of content section */

#footer{
    width: 900px;
    height: 31px;
}
/*------------------ end of main page layout ------------------ */

/*------------------ side menu ---------------------------------*/
#button {
    width: 15em;
    border-right: 1px solid #609bc5;
    padding: 0 0 1em 0;
    margin-bottom: 1em;
    font-family: 'Trebuchet MS', 'Lucida Grande',
    Verdana, Lucida, Geneva, Helvetica,
    Arial, sans-serif;
    background-color: #90bade;
    color: #333;
}
#button ul {
    list-style: none;
    margin: 0;
    padding: 0;
    border: none;
}

#button li {
    border-bottom: 1px solid #90bade;
    margin: 0;
}
#button li a {
    display: block;
    padding: 5px 5px 5px 0.5em;
    border-left: 10px solid #f0bb29;
    border-right: 10px solid #508fc4;
    background-color: #2175bc;
    color: #fff;
    text-decoration: none;
    width: 100%;
}

html>body #button li a {
    width: auto;
}

#button li a:hover {
    border-left: 10px solid #1c64d1;
    border-right: 10px solid #5ba3e0;
    background-color: #2586d7;
    color: #fff;
}
/*------------------ end of main side menu ------------------ */

img.display{
    float: left;
    margin-right: 3px;
    padding: 3px;
    border: 1px solid #fcc516;
}
#contentArea{
    margin-left: 18px;
    width: 610px;
    padding: 0px;

}



#accordion {
	margin:20px 0px;
}

h3.toggler {
	cursor: pointer;
	border: 1px solid #f5f5f5;
	border-right-color: #ddd;
	border-bottom-color: #ddd;
	font-family: 'Andale Mono', sans-serif;
	font-size: 14px;
	background: #D2E0E6;
	color: #528CE0;
	margin: 0 0 4px 0;
	padding: 3px 5px 1px;
}

div.element p, div.element h4 {
	margin:0px;
	padding:4px;
}

blockquote {
	padding:5px 20px;
}
/*Home layout stuff*/
.topleft{
    width: 300px;
    float:left;
    margin-right: 10px;
}
.topright{
    width: 300px;
    float:left;
}
.bottomleft{
    width: 300px;
    float:left;
    margin-right: 10px;
}
.bottomright{
    width: 300px;
    float:left;
}

.leftheading{
    display:block;
    color:#045c97;
    border-bottom: 2px solid #045c97;
    letter-spacing:0.3em;
}
.bottomleftheading{
    display:block;
    color:#f0bb29;
    border-bottom: 2px solid #f0bb29;
    letter-spacing:0.3em;
}

.rightheading{
    display:block;
    color:#c74643;
    border-bottom: 2px solid #c74643;
    letter-spacing:0.3em;
}
.bottomrightheading{
    display:block;
    color:#508fc4;
    border-bottom: 2px solid #508fc4;
    letter-spacing:0.3em;
}
ul.home{
	list-style: none;
	margin-left: 0;
	padding-left: 1em;
	text-indent: -1em;
}
li.special{
    padding-bottom: 3px;
}
.contentfeature{
	width: 623px;
	background: url(images/transp1.jpg);
}


