/* CSS RESET */

input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}
input,button,textarea,select{*font-size:100%;}

.ddmcc {
	width: 290px;
	float: left;
	padding-right: 15px;
}
.ddmcc_container {
	width: 960px;
}
.ddmcc ul {
	margin: 10px 0 10px 0;
	padding: 0;
	list-style: none;
	text-indent: 0;
}

.ddmcc li { margin: 0 0 2px 0; padding: 0; padding-left: 23px; background-image: url(images/folderIcon.jpg); background-repeat: no-repeat; background-position: left top; font-size: 18px; font-weight: bold; background: letter-spacing: -0.5px; text-decoration: none; color: #000000; }

.ddmcc p.sep {
	font-size: 1.2em;
	color: #808080;
	font-weight: bold;
}

.ddmcc p.sep:hover {
	cursor: pointer;
}

/* SEARCH AND CONTACT */

.supportSection { background: #eeeeee url(images/contactBg.jpg) repeat-y center right; }

.supportSection .searchForm { width: 630px; border: solid 30px #eeeeee; background: #eeeeee; float: left;  }
.supportSection .searchForm form input#s { width: 430px; border: solid 1px #ffffff; float: left; font-size: 12px; color: #868686; font-family: 'Verdana', 'Trebuchet MS', 'Arial'; font-style: italic; margin-top: 23px; margin-right: 0px; margin-bottom: 23px; margin-left: 30px; }
.supportSection .searchForm form input.b { width: 120px; height: 32px; background: none; cursor: pointer; border: none; float: right; margin: 20px 20px 20px 10px;}

.supportSection .contactLink { cursor: pointer; background: url(images/support.jpg) no-repeat center left; width: 120px; float: right; margin-top: 20px; margin-right: 10px; margin-bottom: 20px; margin-left: 20px; padding-top: 4px; padding-right: 0px; padding-bottom: 4px; padding-left: 80px; }
.supportSection .contactLink a { color: #4d4d4d; font-family: 'Verdana', 'Trebuchet MS', 'Arial'; font-size: 12px; line-height: 18px; text-decoration: none; }
.supportSection .contactLink a strong { display: block; font-size: 16px; font-family: 'Arial', 'Trebuchet MS', 'Verdana'; color: #000000; font-weight: bold; margin-bottom: 4px; text-decoration: none; }

.supportSection a:hover { color: #000000; }
.supportSection .contactLink a:hover { color: #0033FF; }
.supportSection .contactLink a:hover strong { color: #0033FF; }

.searchForm form { background: url(images/searchBg.jpg) no-repeat center top; }

.supportSection .searchForm form input#s button:focus,
.supportSection .searchForm form button:active,
.supportSection .searchForm form input:focus,
.supportSection .searchForm form input:active,
.supportSection .searchForm form select:focus,
.supportSection .searchForm form select:active,
.supportSection .searchForm form textarea:focus,
.supportSection .searchForm form textarea:active {
  -moz-box-shadow: #06f 0 0 0px;
  -webkit-box-shadow: #06f 0 0 0px;
  box-shadow: #06f 0 0 0px;
}
