﻿body
{
	background-image: url('images/backgroundgradient.jpg');
	background-repeat: repeat-x;
	font-family: 'Trebuchet MS' ,Verdana,Arial;
	color: #777;
}

#content
{
	width: 735px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 2px;
	padding-top: 0px;
}

img
{
	border: 0px;
	margin: 0px;
	padding: 0px;
}

#menu
{
	margin-top: 5px;
	margin-bottom: 5px;
}
#menu img
{
	float: left;
}
#roundtop
{
	float: left;
}
#maincontent
{
	clear: both;
	background-color: White;
	min-height: 200px;
	position: relative;
}
#sidebar
{
	float: right;
	margin: 10px;
	width: 250px;
}
#sidebar p
{
	font-size: .8em;
	padding: 10px;
	margin: 0px;
	position: relative;
	clear: both;
}
#sidebar p.nopadding
{
	padding-left: 0px;
	padding-right: 0px;
}
#sidebar .heading
{
	color: Orange;
	padding-left: 10px;
	padding-top: 10px;
	font-weight: bold;
}
#sidebar .orangebottom
{
	border-bottom: 1px solid Orange;
}
#sidebar .thumbnail
{
	float: left;
	margin-top: 5px;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
}
#sidebar .feature
{
	margin: 10px;
	font-size: .6em;
	color: Black;
	cursor: pointer;
}
.clear
{
	clear: both;
}
#homemain
{
	/*background-image:url('images/touchwoman.jpg'); 	background-repeat:no-repeat; 	background-attachment:scroll; 	padding-top:160px;*/ /*width:400px;*/
	padding-left: 30px;
	padding-right: 30px;
}
#homebackground
{
	position: absolute;
	margin-top: -4px;
	left: 5px;
	z-index: -50;
}
h1
{
	font-size: 1.2em;
	color: Black;
	padding-top: 10px;
	font-weight: bold;
}
h3
{
	font-size: 1em;
}
.searchbutton
{
	vertical-align: middle;
}
.floatright
{
	float: right;
}
.footer
{
	padding: 30px;
	font-size: .7em;
}
.footer a
{
	color: #777;
}
#bottommenu
{
	width: 674px;
	margin-left: auto;
	margin-right: auto;
}
#bottommenu img
{
	float: left;
}





div.whiteOverlay { background-color: Black; }

div.jqDrag
{
	/*cursor: move;*/
}

/* jqmModal dialog CSS courtesy of;
  Brice Burgess <bhb@iceburg.net> */

div.jqmDialog
{
	display: none;
	position: fixed;
	top: 17%;
	left: 50%;
	margin-left: -300px;
	width: 600px;
	overflow: hidden;
	font-family: verdana,tahoma,helvetica;
	font-size:.8em;
}

/* Fixed posistioning emulation for IE6
     Star selector used to hide definition from browsers other than IE6
     For valid CSS, use a conditional include instead */
* html div.jqmDialog
{
	position: absolute;
	top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}


/* [[[ Title / Top Classes ]]] */
div.jqmdTC
{
	background: Orange /*url('images/sprite.gif') repeat-x 0px -82px*/;
	color: Black;
	padding: 7px 22px 5px 5px;
	font-family: "sans serif" ,verdana,tahoma,helvetica;
	font-weight: bold; *zoom:1;
}
div.jqmdTL
{
	/*background: url('images/sprite.gif') no-repeat 0px -41px;*/
	background:Orange;
	padding-left: 3px;
}
div.jqmdTR
{
	/*background: url('images/sprite.gif') no-repeat right 0px;*/
	background:Orange;
	padding-right: 3px; *zoom:1;}


/* [[[ Body / Message Classes ]]] */
div.jqmdBC
{
	/*background: url(images/bc.gif) repeat-x center bottom;*/
	background-color:White;
	padding: 7px 7px 7px;
	height: 300px;
	overflow: auto;
}
div.jqmdBL
{
	/*background: url(images/bl.gif) no-repeat left bottom;*/
	background-color:White;
	padding-left: 7px;
}
div.jqmdBR
{
	/*background: url(images/br.gif) no-repeat right bottom;*/
	background-color:White;
	padding-right: 7px; *zoom:1}

div.jqmdMSG
{
	color: #444;
}


/* [[[ Button classes ]]] */
input.jqmdX
{
	position: absolute;
	right: 7px;
	top: 4px;
	padding: 0 0 0 19px;
	height: 19px;
	width: 0px;
	background: url(images/close.gif) no-repeat top left;
	overflow: hidden;
}
input.jqmdXFocus
{
	background-position: bottom left;
	outline: none;
}

div.jqmdBC button, div.jqmdBC input[type="submit"]
{
	margin: 8px 10px 4px 10px;
	color: #777;
	background-color: #fff;
	cursor: pointer;
}

div.jqmDialog input:focus, div.jqmDialog input.iefocus
{
	background-color: Orange;
}
