/*
Aretech (zeroG) color specifications
Dark Gray (zero)	585754
Light Gray (TM)		9F9F9F
Light Blue (G)		95A8DF
*/

/*** ELEMENTS ***/
body {
	margin: 0px;
	background-color: #FFF;
	font-family: Helvetica, Arial, Verdana, Geneva, sans-serif;
	font-size: 13px;
}
p,div,td,th,ul,ol,li,h1,h2,h3,h4,h5,h6,blockquote
{font-family: Helvetica, Arial, Verdana, Geneva, sans-serif;}
p
{
	margin: 0px 0px 6px 0px;
	line-height: 1.6em;
}
h1>sup { font-size: 55%; }
h2>sup { font-size: 55%; }
h3>sup { font-size: 70%; }
h4>sup { font-size: 75%; }
h5>sup { font-size: 80%; }
h6>sup { font-size: 100%; }
sup { font-size: 85%; }
li { list-style-type: square; list-style-position: outside; margin-bottom: 0.25em;}




/*** IDS ***/
div#wrapper
{
	margin-right: auto;
	margin-left: auto;
	width: 825px;
	margin-top: 20px;
	/*border: 1px #66F solid;*/
}

div#header
{
	width: 825px;
	height: 64px;
}

div#sidebar
{
	width: 200px;
	float: left;
	/*min-height: 452px;*/
	/*border: 1px #66F solid;*/
	color: #666;
}

div#menu
{
	width: 825px;
	height: 24px;
	margin-bottom: 8px;
	background-image: url(../img/menumain/menubkgnd.jpg);
	background-repeat: repeat-x;
	padding-bottom: 10px;
	text-align: center;
}

div#footer
{
	color: #666;
	text-align: center;
	letter-spacing: 1px;
	line-height: 1.3em;
	font-size: 10px;
	clear: both;
	height: 50px;
	padding-top: 18px;
	width: 825px;
	/*border: 1px #9F0 solid;*/
}




/*** CLASSES ***/
.sidebaritem1, .sidebaritem2, .sidebaritemselected, .sidebaritemselected2
{
	font-size: 11px;
	font-weight: bold;
	margin-bottom: .5em;
}
.sidebaritem2, .sidebaritemselected2
{
	font-size: 85%;
	margin-left: .6em;
	font-weight: normal;
}
.sidebaritemselected, .sidebaritemselected2 { color: #C6C; }
span.inlinespacer { padding-right: 6px; padding-left: 6px;}
.pager { font-size: 10px; color: #AAA; }
.download
{
	font-size: 11px;
	text-align: center;
}
.images { padding-bottom: 20px; }
.imgspace { padding-top: 20px; padding-bottom: 20px;}
.note { color: #666;font-size: 85%;}
.galleryselected, .galleryunselected { font-size: 14px; }
.galleryselected { color: #900; font-weight: bold;}
.zggalleryselected, .zggalleryunselected { font-size: 10px; }
.zggalleryselected { color: #900; font-weight: bold;}

/*    NEWSBOX    */
div#newsbox
{
	border: 1px #666 dotted;
	background-color: #DDD;
	width: 200px;
	padding: 10px;
	float: right;
	margin-top: 16px;
	margin-left: 16px;
}

.newsheader
{
	color: #300;
	font-weight: bold;
	background-color: #999;
	height: 20px;
	text-align: center;
	line-height: 22px;
}

.newstag
{
	font-size: 85%;
	padding-bottom: 5px;
	padding-top: 5px;
}

/*    NEWSPAGE    */

div#vidbox
{
	background-color: #FFF;
	width: 340px;
	padding: 0px;
	float: right;
	margin-left: 16px;
	border-bottom: 8px #8298D5 solid;
}

div#vidheader
{
	margin: 0px 0px 10px 0px;
	height: 24px;
	background-image: url(../img/featured_news.jpg);
	background-repeat: no-repeat;
}

.viditem
{
	color: #000;
	font-size: .75em;
	text-align: center;
	margin-bottom: 2em;
}

.vidtext
{
	color: #000;
	font-size: 1em;
	text-align: center;
	width: 280px;
	margin-right: auto;
	margin-left: auto;
}

.newsitem
{
	color: #333;
	font-size: 1em;
	margin: 0em 0em 1em 1em;
	background-image: url(../img/itembkgnd3.jpg);
	background-repeat: no-repeat;
	padding: 0em 0em 0em 1.5em;
}

ul.news
{
	margin: 0em 0em 0em 2em;
	padding: 0em;
}

li.news
{
	list-style-image: url(../img/itembkgnd3.jpg);
	list-style-position: outside;
	margin: 0em 0em 1.5em 0em;
	padding: 0em;
}

/*  HANDHELD STYLE DEFINITION    */
div#cell
{
	font-size: 10px;
	background-color: #FFF;
	margin-left: 1px;
}

/***    LINKS    ***/
a { text-decoration: none; }
a:link { color: #617BBC; }
a:visited { color: #617BBC; }
a:hover { color: #999; }
a:active { color: #617BBC; }

a.menu { text-decoration: none; }
a.menu:link { color: #666; }
a.menu:visited { color: #666; }
a.menu:hover { color: #C6C; }
a.menu:active { color: #666; }

a.sidebar { text-decoration: none; }
a.sidebar:link { color: #666; }
a.sidebar:visited { color: #666; }
a.sidebar:hover { color: #C6C; }
a.sidebar:active { color: #666; }

a.news { text-decoration: none; }
a.news:link { color: #039; }
a.news:visited { color: #039; }
a.news:hover { color: #936; }
a.news:active { color: #039; }

