img {
	border: 0;
}
/*=========================
   Home Category Listing
=========================*/
table#homeCategoryList {
	width: 100%;
}

table#homeCategoryList td {
	vertical-align: top;
	width: 100%;
	padding: 0px 0px 25px 0px;
}

table#homeCategoryList td h1 {
	width: 100%;
	color: #003366;
	margin-bottom: 3px;
	font-size: 1.1em;
	font-weight: bold;
	font-variant: small-caps;
	border-top: 1px solid #6B8AB6;
	border-bottom: 1px dotted #6B8AB6;
	padding-bottom: 2px;
	font-family: verdana, helvetica, arial, sans-serif;
}

table#homeCategoryList td h1.locked {
	padding-left: 12px;
	background-image: url(../images/categoryLock.gif);
	background-repeat: no-repeat;
	background-position: left;
}

table#homeCategoryList table.contents {
	width: 100%;
}

table#homeCategoryList table.contents td {
	width: 50%;
	padding: 0px 0px 10px 0px;
	vertical-align: top;
}

table#homeCategoryList table.contents td ul {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	list-style-type: none;
}

table#homeCategoryList table.contents td ul li {
	width: 260px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-weight: bold;
}
table#homeCategoryList table.contents td ul li ul {
	margin: 0px 0px 0px 15px;
	padding: 0px 0px 0px 0px;
}

table#homeCategoryList table.contents td ul li ul li {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-weight: normal;
}

div.supportCategory {
	/*
		background-image: url(../images/supportCategoryNetstender.png);
		background-position: top right;
		background-repeat: no-repeat;
	*/
}
div.supportCategory h2 {
	padding-top: 0px;
	margin: 0px 0px 0px 0px;
	margin-bottom: 5px;
	font-weight: bold;
	vertical-align: middle;
	/*color: #003366;*/
}
div.supportCategory .secondLevel {
	/*
		background-image: url(../images/categoryViewSecondLevelBg.gif);
		background-position: top left;
		background-repeat: repeat-x;
	*/
	float: left;
	
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 1em;
	line-height: 1.3em;

	padding: 6px 10px 10px 10px;
	margin-bottom: 10px;
}
div.supportCategory .secondLevel ul {
	margin: 0px 0px 0px 1px;
	padding: 0px;
	list-style-type: none;
}
div.supportCategory .secondLevel ul li {
	font-size: 1.1em;
	font-family: verdana, trebuchet ms, helvetica, arial, sans-serif;
	margin: 0px 0px 5px 0px;
	padding: 2px 0px 0px 0px;

	float: left;
	margin: 0px 20px 2px 0px;
	padding: 0px;
}
div.supportCategory h3 {
	display: none;	/* why is this like this? */
	font-size: 1.2em;
	line-height: 1.4em;
	font-weight: bold;
	font-family: verdana, helvetica, arial, sans-serif;
	color: #999;
	margin-bottom: 8px;
}
div.supportCategory .categoryTree {
	float: left;
	width: 180px;
	padding-right: 20px;
	padding-left: 10px;
}
div.supportCategory .categoryTree ul {
	list-style-type: square;
	list-style-position: outside;
	margin-top: 0px;
	margin-left: 20px;
	padding: 0;
}
div.supportCategory .categoryTree ul li {
	/*color: #999900;*/
	font-size: 11px;
	margin-top: 1px;
	font-weight: bold;
}
div.supportCategory div.subCategoryContents {
	float: left;
	width: 350px;
	/*
		border-left: 1px dotted #999999;
	*/
	padding-top: 0px;
	padding-left: 15px;
}
div.supportCategory div.subCategoryContents ul {
	list-style-type: none;
	margin-left: 0px;
	padding: 0;
}
div.supportCategory div.subCategoryContents ul li {
	margin-bottom: 3px;
}

#bodyContent .renderedCategoryChildren {
	float: left;
	width: 550px;
	padding-top: 5px;
	padding-left: 20px;
}
#bodyContent .renderedCategoryChildren ul {
	list-style-type: none;
	margin-top: 6px;
	margin-left: 15px;
}

.error {
	font-weight: bold;
	margin-bottom: 10px;
}
table td.fieldTitle {
	width: 140px;
	padding-right: 20px;
	text-align: right;
}
input.userInput {
	width: 200px;
}

.centercolumn div.searchResults A:link  { color: #3366cc; text-decoration: underline; }
.centercolumn div.searchResults A:visited { color: #666; text-decoration: underline; }
.centercolumn div.searchResults A:hover { color: #ff6633; text-decoration: underline; }

/* Auto-download div */
div.autoDownload {
	display: block;
	text-align: center;
	font-weight: bold;
	border: 1px solid #dedbce;
	background-color: #fcf8e8;
	margin-bottom: 10px;
	padding: 10px;
}
div.autoDownload p {
	margin: 4px;;
}

/*********************
      DEBUG INFO
*********************/
#debugInfo {
	float: left;
	width: 100%;
	background-color: white;
	border-top: 1px solid #242021;
	border-bottom: 1px solid #242021;
	
	margin-top: 5px;
	padding-top:5px;
	padding-bottom: 15px;
}

#debugInfo a {
	color: black;
}

#debugInfo a:hover, #debugInfo a:active {
	color: #336699;
	text-decoration: none;
}

#debugInfo {
	margin-bottom: 20px;
}

#debugInfo h1 {
	font-size: 12px;
}

#debugInfo h2 {
	font-size: 10px;
}


/******************
   PROFILE NAV
******************/
#profileNav A:link  { color: #3366cc; text-decoration: underline; }
#profileNav A:visited { color: #666; text-decoration: underline; }
#profileNav A:hover { color: #ff6633; text-decoration: underline; }

#profileNav {
	margin-top: -10px;
	margin-bottom: 12px;
	margin-right: 14px;
	text-align: right;
}

#profileNav em {
	font-style: italic;
}


/********************
	FEEDBACK FORM
*********************/
#feedback-form input, #feedback-form select, #feedback-form textarea {
	border: 1px solid #000;
}
#feedback-form span.required {
	color: #FF6633;
}
#feedback-form label.radio {
	float: left;
	width: 200px;
}
#feedback-form label.contact {
	float: left;
	width: 100px;
}
#feedback-form ul.radio-list {
	padding-left: 25px;
}
#feedback-form ul.radio-list li {
	margin: 0;
	line-height: 20px;
}
#feedback-form ul.radio-list li input {
	position: relative;
	top: 3px;
	border: none;
}

#feedback-form p {
	margin: 10px 0 5px;
}

/********************
	 SEARCH BOX
*********************/
#search-box {
	padding: 0;
	margin: 0 0 20px;
}
#search-box p {
	margin: 5px 0
}
#search-box input.search-field {
	border: none;
	background-image: url(../images/search-input.gif);
	background-position: center center;
	background-repeat: no-repeat;
	margin-bottom: 10px;
	height: 20px;
	width: 135px;
	padding: 7px 7px 5px 5px;
}
#search-box input.search-btn {
	border: 1px solid #000;
	color: #000;
	background-color: #548DD4;
	text-transform: uppercase;
	font-weight: bold;
	font-family: Calibri;
	font-size: 14px;
}

/********************
	 SUPPORT HOME
*********************/
#support-table {
	border: none;
	width: 100%;
}
#support-table th, #support-table td {
	padding: 5px;
	border: none;
}
#support-table th {
	width: 50%;
	color: #003366;
	font-weight: bold;
	font-size: 10px;
	text-transform: uppercase;
}
#support-table th span.first-letter {
	font-size: 1.5em;
}

#support-table td {
	vertical-align: top;
}
#support-table td p.title {
	margin: 5px 0;
	font-size: 12px;
	font-weight: bold;
	color: #3366CC;
	text-decoration: underline;
}
#support-table td ul {
	padding-left: 15px;
}