html,body
{
    margin:0;
	padding:0
}

.mobile-text
{
	display: none;
}
/*
body
{
    font: 76% arial,sans-serif
    font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
}
*/

body, div, th, td, form, p, li, ul, ol {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
}

p
{
    margin:0 10px 10px
}

a
{
    /*display:block;*/
	color: #336699;
	/*padding:10px*/
	/*padding: 5px;*/
}

a:hover {
	color: red;
	text-decoration: underline;
}

.title
{
	color: #0063A5;
	font-family: "Verdana", "Frutiger Linotype", "Arial";
	text-align: left;
	font-size: 48px;
}


div#header h1
{
    /*height:80px;*/
	line-height:22px;
	/*margin:0;*/
	/*padding-left:10px;*/
	/*background: #EEE;*/
	/*color: #79B30B*/
	color: #0063A5;
	font-family: "Verdana", "Frutiger Linotype", "Arial";
	text-align: left;
	font-size: 48px;
}

h1, h3, h4, h5, h6 {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
}

div#container
{
	margin-left: 20px;
}

div#tagline
{
    clear:both;
	width:100%
	font-family: "Trebuchet MS", Arial, sans-serif;
   	font-size: small;
	font-weight: bold;
	border-top: 1px dashed #369;
	background-color: #e9f2f7;
	padding-top: 1px;
	padding-bottom: 1px;
	/*text-transform: uppercase;*/
	position: relative;
	/*top: 15px;*/
	margin-bottom: 15px;
}



div#content p
{
    line-height:1.4
}

div#content h3 h4
{
	margin: 0;
}

div#nav
{
    /*background:#B9CAFF*/
}

div#extra
{
    background:#FF8539
}

div#footer
{
    /*background: #333;
	color: #FFF*/
}

div#footer p
{
    margin:0;
	padding:5px 10px
}

div#wrapper
{
    float:right;
	width:100%;
	margin-left:-215px
}

div#content
{
    margin-left:215px;
    max-width: 750px;
    
    width:expression(document.body.clientWidth < 590? "600px" : document.body.clientWidth > 1100? "800px" : "auto");
}

div#nav
{
    float:left;
	width:200px
	margin: 2px;
	padding-left: 10px;
	padding-right: 10px;
	border-left: 1px solid #369;
	border-top: 1px solid #369;
	border-right: 4px solid #369;
	border-bottom: 4px solid #369;

}

div#extra
{
    float:left;
	clear:left;
	width:200px
}

div#footer
{
    clear:both;
    margin-left: 215px;
    /*padding-left: 215px;*/
	/* width:100% */
}

div#nav h4
{
	margin:0px;
	padding:0px;
}

hr { color: #369; height: 1px; }

/* cancel out normal list styling so we can set button styles below */
div#nav ul {
	list-style-type:none;
	margin:0px;
	padding:0px;
	text-indent:0px;
}
/* li items need height set separately from ul so li.nolink can be set to auto below */

div#nav li {
	height:24px;
	line-height:24px;
}

div#nav p {
	width: 150px;
}

/* need to set width of li to width of div minus padding-left (set below) */
div#nav li {
	width:170px;
}
/* width of indented items need to be reduced by indent amount */
div#nav li ul li {
	width:160px;
}

div#nav li.category ul li a
{
	/*padding-left: 20px;*/
}

div#nav ul.sideitem
{
	padding-left: 30px;
}



/* style the category items to match first level list items */
div#nav li.category {
	padding-left:10px;
	height:auto; /*must include to keep indented list from overlapping main list - duh */
	/*color:blue;*/
}
/*IE needs xtra margin and padding set for the li */
* html div#nav li ul li {
	margin-left:-10px;
	padding-left:10px;
}

* html div#nav
{
	margin-left: 10px;
}

/* end IE hack */

div#nav li.imageitem
{
	line-height: auto;
	height: auto;
}


IMG.centered
{
    display: block;
    margin-left: auto;
    margin-right: auto;
    /*text-align: center;*/
}
