
html { min-width: 600px;}

body, div, td, th, h2, h3, h4 { /* redundant rules for bad browsers  */  
    font-family: verdana,sans-serif;
	/*font-size:    x-small;*/
	voice-family: "\"}\"";
	voice-family: inherit;
	/*font-size: small;*/
	color: #333;
	font-size: 11px;
}  
.clearhack { display: inline; } /*Clears Box Model Hack in IE5*/

#main-body{
	padding-top:0px;
	background-color:#EDFAFE;
}

body {
	
	color: #333;
	/*padding: 1em 20px 3em 20px;*/
	margin: 0;
	font-size: 11px;
}

fieldset{
	padding:10px;
	border:1px solid #A5AEB3;
	margin-bottom:10px;
}

.fixed{ width:400px;}

legend{font-weight:bold; color:#333333;}

a { color: #06C; }
a:hover { color: #333; }
a:active { color: #000; }

i.notice{ color: #8f8f8f;}

p { line-height: 140%; }

h1,h2 {
	font-family: trebuchet ms;
	font-weight: bold;
	color: #333;
}

h1 {
	font-size: 180%;
	margin: 0;
}

h1 a { text-decoration: none; color: #333; }
h1 a:hover { border-bottom: 1px dotted #666; color: #000; }

h2 {
	font-size: 140%;
	padding-bottom: 2px;
	border-bottom: 1px solid #CCC;
	margin: 0;
}

p.note {
	background: #EEE;
	padding: 4px;
	font-family: tahoma;
	font-size: 85%;
	line-height: 130%;
	margin-top: 0;
}

.texta {
	font-size: 10px;
	padding: 2px;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
}

.textb {
	font-family: verdana,sans-serif;
	color: #333;
	font-size: 10px;
	border: 1px solid #ccc;
}

.submit {
	font-family: verdana,sans-serif;
	border: 2px solid #ccc;
	font-size: 11px;
	background-color: #ECECEC;
	color: #333;
	cursor: pointer;
	padding:2px;
}

.delete {
	font-family: verdana,sans-serif;
	border: 2px solid #B41B00;
	font-size: 11px;
	background-color: #DD1600;
	color: #FFFFFF;
	cursor: pointer;
	padding:2px;
}

.revert {
	font-family: verdana,sans-serif;
	border: 2px solid #ccc;
	font-size: 11px;
	background-color: #EAF2FB;
	color: #333;
	cursor:pointer;
	padding:2px;
}

.add {
	font-family: verdana,sans-serif;
	border: 2px solid #ccc;
	font-size: 11px;
	background-color: #339933;
	color: #FFF;
	cursor:pointer;
	padding:2px;
	padding:2px;
}


#error{
	background-color:#F68F1E;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	padding: 5px 5px 5px 15px;
	margin: 5px 0 5px 0;
	width:auto;
	border: 1px solid #999999;
}

#message{
	background-color: #EDFAFE;
	font-size: 12px;
	color: #717679;
	padding: 5px;
	margin: 5px 0 5px 0;
	width:auto;
	text-align:center;
	border: 1px solid #999999;
}


#main {
	border: 1px solid #AAA;
	padding-bottom:10px;
	padding-right:10px;
	clear: both;
	background: #FFFFFF;
	font-size: 11px;
	padding-top: 0;}

#contents {
	padding: 10px 0 0 10px;
	background: #FFFFFF;
	min-height: 300px;
	font-size: 11px;
}

form input,select {
	font-size: 12px;
}

#main-wrapper{background-color:#EFEFEF;}

#header-image{
	width:100%; 
	background-color:#FFFFFF;
}

#footer-image{
	background-color:#EFEFEF; 
}

#header {
	position: relative;
	width: 110%;
	height: 2em;
	/*width: 45em; /* a width is required for Opera, older Mozilla browsers, and Konqueror browsers */
	font-size: 13px;
	color: #333333;
}

#header ul#primary {
	margin: 0;
	padding: 0;
	position: absolute;
	bottom: -1px;
	width: 100%;
}

#header ul#primary li  {
	display: inline;
	list-style: none;
}

#header ul#primary a,#header ul#primary span,#header ul#primary a.current {
	width: 7em;
	display: block;
	float: left;
	padding: 4px 0;
	margin: 1px 1px 0 0;
	text-align: center;
	font-family: tahoma, verdana, sans-serif;
	font-size: 83%;
	text-decoration: none;
	color: #666666;
}

#header ul#primary span,#header ul#primary a.current,#header ul#primary a.current:hover {
	border: 1px solid #AAA;
	border-bottom: none;
	background: #CDCDCD;
	padding-bottom: 6px;
	margin-top: 0;
	text-decoration: bold;
	color: #666666;
}

#header ul#primary a {
	background: #EFEFEF;
	border: 1px solid #AAA;
	border-bottom: none;
}

#header ul#primary a:hover {
	margin-top: 0;
	border-color: #AAA;
	background: #CDCDCD;
	padding-bottom: 5px;
}

#header ul#secondary {
	position: absolute;
	margin: 0;
	padding: 0;
	bottom: -1.4em;
	left: 1px;
	width: 100%;
}

#header ul#secondary li a,#header ul#secondary li span {
	width: auto;
	display: block;
	float: left;
	padding: 0 10px;
	margin: 0;
	text-align: auto;
	border: none;
	border-right: 1px dotted #AAA;
	background: none;

}

#header ul#secondary li a {
	color: #333;
	text-decoration: underline;
}

#header ul#secondary li a:hover {
	color: #666666;
	background: transparent;
	padding: 0 10px;
	border: none;
	border-right: 1px dotted #AAA;
}

#header ul#secondary li a:active {
	color: #666666;
	background: transparent;
}

#header ul#secondary li:last-child a { border: none; }

.hide{
	margin: 0 0 0 -188px;
	-moz-opacity:0;
	filter:alpha(opacity: 0);
	opacity: 0;
	z-index: 3;
	cursor:pointer;
}

#subnavContainer{
	-moz-opacity:.75;
	filter:alpha(opacity=75);
	opacity: .75;
}

#subnavlist li{
	display: inline;
}

#subnavlist{
	font-family: sans-serif;
	margin: 0;
	padding: 0;
	border-top: 1px #aaa solid;
	border-left: 1px #aaa solid;
	border-right: 1px #aaa solid;
}

#subnavlist a{
	width: 99.99%;
	display: block;
	background-color: #FFFFFF;
	border-bottom: 1px #aaa solid;
	text-decoration: none;
	color: #000;	
	padding: 5px 0 5px 0;
}

#subnavlist a:hover, #subnavlist li#active a { background-color: #CCC;}

#navInfo{
	color:#333;
	padding:5px;
	min-height:85px;
}

#welcome{
padding: 3px 5px 3px 0;
background-color:#F68F1E;
color:#FFFFFF;
text-align:right;
}

#loginform {
	width:320px;
	margin:auto;
}
#loginform fieldset{
	padding:10px;
	background-color:#FFFFFF;
}
#loginform legend{
	font-weight:bold;
	font-size:9pt;
}
#loginform label{
	display:block;
	height:2em;
	background-color:#E7E7E7;
	padding:10px 10px 0;
}
#loginform input {
	margin-right:20px;
	border:1px solid #999999;
	float:right;
	clear:right;
	background:#CCCCCC;
}
#loginform input:focus,#loginform input:hover {
	border:1px solid #333333;
}
#loginform .right-thing{ text-align: right;}

#grad-top{
	height:13px;
	width:100%;
	background-color:#FFFFFF;
	color:#000000;
	background-image: url(../images/grad-top.png); 
	_background-image:none; 
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/grad-top.png',sizingMethod='scale');
}
#grad-bot{
	height:13px;
	width:100%;
	background-color:#EFEFEF;
	color:#000000;
	background-image: url(../images/grad-bot.png); 
	_background-image:none; 
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/grad-bot.png',sizingMethod='scale');
}

#copyright{
	text-align:center;
	padding-bottom:10px;
}

#counts{ height:140px;}

.next, .prev{font-size:12px; font-weight:bold;}

#sitemap{ padding-left: 15px;}

#order-ready{text-align:right;}

#response{padding: 10px; color: #339933; font-weight: bolder; font-size: 150%;}

.handle{cursor: move;}

.SiteTree_contextMenu{	/* The bar that is parent of the menu strip */
	position:absolute;
	background-color:#FFF;
	border:1px solid #000;
	padding:1px;
}

.SiteTree_contextMenu li{
	list-style-type:none;
	padding:1px;
	border:0px;
	cursor: pointer;
	background-repeat:no-repeat;
	background-position:left center;
}
.SiteTree_contextMenu .SiteTree_item_mouseover{
	border:1px solid #000;
	background-color:#EEE;
	padding:0px;
}
.SiteTree_contextMenu ul{
	margin:0px;
	padding:0px;
}

.SiteTree_contextMenu a{
	text-decoration:none;
	color:#000;
	padding-left:25px;
}

.SiteTree_contextMenu div.SiteTree_contextMenu_separator{
	height:1px;
	line-height:2px;
	padding:0px;
	background-color: #AAA;
	overflow:hidden;
	margin-top:1px;
	margin-bottom:1px;
}

#dragDropIndicatorImage{ padding-top: 12px;}

.site_tree,#floatingContainer{
	margin:0px;
	padding:0px;
}
.site_tree ul{
	margin-left:20px;
	padding-left:0px;
	display:none;
}

#floatingContainer ul{
	margin-left:20px;
	padding-left:0px;	
}
.site_tree li,#floatingContainer li{
	list-style-type:none;
	vertical-align:middle;
	padding: 5px;
	
}
.site_tree li a,#floatingContainer li a{
	color:#000;
	text-decoration:none;
	padding-left:1px;
	line-height:13px;
	margin-left:2px;
	
}
.site_tree li a.highlightedNodeItem{
	color:#666;
	background-color:#FFCC00;
}

.tree_tree input.folderTreeTextBox{
	margin:0px;
	padding:0px;
	height:12px;
}

.add_list a{text-decoration: none;}

.add_list ul{ 
	list-style-type:none;
	padding-left: 20px;
	margin:0;
}

.hilited{
	padding: 1px; 
	background-color: #ECECEC;
	border: 1px solid #666;
	text-transform: uppercase;
	font-weight: bold;
}

#nav-menu{

	width: 650px;

}

#nav-menu ul{
	list-style: none;
	padding: 0;
	margin: 0;
}

#nav-menu li{
	float: left;
	margin: 0 0.15em;
}

#nav-menu li a:hover{
	text-decoration:underline;
	background: url(../images/css-nav-blue.gif) #fff bottom left repeat-x;
	color: #555;
}

#nav-menu li a{
	background: url(../images/css-nav.gif) #fff bottom left repeat-x;
	height: 2em;
	line-height: 2em;
	float: left;
	width: 9em;
	display: block;
	border: 0.1em solid #dcdce9;
	color: #0d2474;
	text-decoration: none;
	text-align: center;
}

#nav-menu li a.active{
	background: url(../images/css-nav-blue.gif) #fff bottom left repeat-x;
	height: 2em;
	line-height: 2em;
	float: left;
	width: 9em;
	display: block;
	border: 0.1em solid #dcdce9;
	color: #555;
	text-decoration: underline;
	text-align: center;
}

/* Hide from IE5-Mac \*/
#nav-menu li a{
	float: none
}
/* End hide */

#nav-menu{
	padding: 0;
	margin: 0;
}

#loader, #preview{
	height: 400px;
	overflow: scroll;
	background-color:#F8F8F8;
}

#flashcontent{ text-align: center;}

#ordering{
	padding-left: 0;
	margin-left: 0;
}

#ordering li{
	list-style:none;
	margin-bottom: 5px;
	padding: 0.25em;
	border: 1px solid #CDCDCD;
}

#ordering li a { text-decoration: none; }

.move{cursor:n-resize;}
.move-hor{cursor:e-resize;}

#order{height:25px;}

#search-wrapper{ padding: 10px 10px 0 0;}

.pm_message{
	border: 1px solid #CDCDCD;
	padding: 10px;
	margin: 5px;
	background-color: #FFFFFF;
}

.pm_message a{
	text-decoration: none;
}

.dimm {
	background-color: #999999;
	opacity: 0.7; /* Safari, Opera */
	-moz-opacity:0.70; /* FireFox */
	filter: alpha(opacity=70); /* IE */
	z-index: 20;
	height: 100%;
	width: 100%;
	background-repeat:repeat;
	position:fixed;
	top: 0px;
	left: 0px;
}

.highZ {
	z-index: 21;
	position:absolute;
	top: 300px;
	left: 50px;
	_left: 450px;
}

.no_dec{text-decoration: none;}

/*----------------FRONT END UPPER CALLOUT CSS------------------*/
#rightNavWrap{
    width:132px;
    margin:15px 0 0 0
}
#rightNavWrap h3{
    line-height:1.1em
}
#rightNavWrap p{
    width:110px;
    margin:2px 0 6px 10px
}
#featuredWrap{
    background:#eef2f3 url("http://gifiles.gearyi.com/images/featuredBot.gif") 0 100% no-repeat;
    padding:0 0 15px 0
}
#featured{
    background:url("http://gifiles.gearyi.com/images/featuredTop.gif") 0 0 no-repeat
}
#featured h3{
    padding:20px 0 5px 35px
}
#featured h4{
    padding:0 0 0 11px
}
#featured .details{
    margin:0 0 0 10px
}
#rightNav{
    margin:20px 0 0 0;
    padding:0 0 0 10px
}
#rightNav ul{
    margin:10px 0
}
#rightNav #bookMark,
#rightNav #share{
    margin:10px 0
}
#newsLetter{
    width:105px;
    height:18px;
    display:block;
    background:url("http://gifiles.gearyi.com/images/buttonNewsLetter.gif") 0 1px no-repeat
}
#rss{
    width:125px;
    height:16px;
    display:block;
    background:url("http://gifiles.gearyi.com/images/buttonRss.gif") no-repeat
}
#bookMark,
#share{
    width:125px;
    height:16px;
    display:block;
    background:url("http://gifiles.gearyi.com/images/buttonRss.gif") no-repeat;
    margin:35px 0 0 0
}
#share{
    background:url("http://gifiles.gearyi.com/images/buttonRss.gif") no-repeat
}
a span{
    display:none
}
/*---------------------------------------------------------------*/

#footer-list {
	width: 100%;
	height: 2em;
	/*width: 45em; /* a width is required for Opera, older Mozilla browsers, and Konqueror browsers */
	font-size: 13px;
	color: #333333;
}

#footer-list ul#primary {
	margin: 0;
	padding: 0;
	position: absolute;
	width: 100%;
}

#footer-list ul#primary li  {
	display: inline;
	list-style: none;
}

#footer-list ul#primary a,#footer-list ul#primary span,#footer-list ul#primary a.current {
	display: block;
	float: left;
	padding: 4px;
	margin-right: 1px;
	text-align: center;
	font-family: tahoma, verdana, sans-serif;
	font-size: 85%;
	text-decoration: none;
	color: #666666;
}

#footer-list ul#primary span,#footer-list ul#primary a.current,#footer-list ul#primary a.current:hover {
	border: 1px solid #AAA;
	border-top: none;
	background: #EFEFEF;
	padding-bottom: 6px;
	margin-top: 0;
	text-decoration: bold;
	color: #666666;
}

#footer-list ul#primary a {
	background: #FFFFFF;
	border: 1px solid #AAA;
	border-top: none;
}

#footer-list ul#primary a:hover {
	margin-top: 0;
	border-color: #AAA;
	background: #CDCDCD;
	padding-bottom: 5px;
}

#back{ height:40px;}

.extra-space{ 
	padding: 5px 0 5px 0;
	list-style-type: square;
}

#column-item-inside-program table {border-collapse: collapse;  margin: 0 5px 20px 0; line-height:13px; font-size:11px; }

#column-item-inside-program table tr td { border: 1px solid #CCC; padding: 10px;}

#column-item-inside-program table tr th {background: #DFDFDF; border: 1px solid #CCC;  padding: 5px;}

#column-item-inside-program table table {border: none; margin: 0px; padding: 0px;}

#cat_box th{
	background-color:#999;
	color:#fff;
}
#cat_box a{ text-decoration: none;}
#cat_box a:hover{text-decoration: underline;}

div.section {
	border: 1px solid #CCCCCC;
	margin: 30px 5px;
	padding: 0px 0px 10px 0px;
	background-color: #EFEFEF;
}

div.section h3{
	font-size: 14px;
	padding: 2px 5px;
	margin: 0 0 10px 0;
	background-color: #EFEFEF;
	display: block;
}

div.section h3 {
	cursor: n-resize;
}

div.lineitem {
	margin: 8px;
	padding: 5px;
	background-color: #FFFFFF;
	cursor: n-resize;
}

div.lineitem-address {
	margin: 8px;
	padding: 5px;
	background-color: #FFFFFF;
}


div.lineitem-contact {
	margin: 8px;
	padding: 5px;
	background-color: #FFFFFF;
}

