/* Main */

body {		margin:0;
		padding:1px;
		background:white; 
		color:black;
		font: Verdana,sans-serif
}
body, th, td { 	font:12pt Verdana,sans-serif;
}

#wrapper {
	background:#0
}

#container {    position:relative;
                padding:0px;
                max-width:750px;
                /* IE hack to make it the right width */
                width:expression(document.body.clientWidth > 750? "750px": "auto" )
		margin-left: auto;
		margin-right: auto;
}


/* Hotlinks */

a { text-decoration: none; }
a img {	border: none; }
a:link, a:visited { color:#00A1D7; }
a:hover { color:#007FAB; }


/* Header */

#header {       position:relative;
                height:45px;
                width:56px;
                margin:0;
                padding:0;
}


/* Global navigation */

#nav-global {   position:absolute;
                height:45px;
                margin:0;
                top:0;
                bottom:0;
                right:0;
                font-family:"Trebuchet MS",sans-serif;
                white-space:nowrap;
                line-height:45px;
}
#nav-global li { display:inline; 
		float:left;
		list-style-type:none;
		margin:0;
		padding:0;
}
#nav-global a { display:inline;
		height:45px;
		float:left;
		padding:0px 16px 0px 16px;
		background:white;
}
#nav-global a:hover { color:white;
		background:#00A1D7;
}
#homepage #nav-homepage a, #news #nav-news a, #about #nav-about a, #services #nav-services a, #contact #nav-contact a, #support #nav-support a  { 
		color:white;
		background:#007FAB
}


/* Content */

#content { 	position:relative
}
#content h6 {	background:#007FAB;
		color:white;
		font-family:"Trebuchet MS",sans-serif;
		font-size:14pt;
		margin:0 0 5px 0;
}

#news-header {	background:#007FAB;
		color:white
}
#news-list li {	list-style-type:none
}
#contact li {	display:block;
		list-style-type:none;
		margin:0;
		padding:0; }


/* Footer */

#footer {	clear:both;
		color:black;
		font-size:90%; }
