* {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
body {
	/*background-color: #D6D7B9;*/
}
#wrapper {
	width: 800px;
	margin-top: 10px;
	margin: 0 auto;
	background: url(/img/general/content.jpg) repeat-y;
}
#header {
	background: url(/img/general/header-cap.jpg) no-repeat top left;
	text-align: left;
	margin: 0;
	padding: 10px 0 0 0;
}
#content-noPad {
	margin: 0;
	text-align: left;
	width: 791px;
}
#content {
	margin: 0;
	text-align: left;
	padding: 0 10px 0 25px;
}
h3 {
	font-size: 20px;
	color: #2F3186;
	margin:30px 0 0;
	padding:0;
}
table {
	text-align: center;
	width: 691px;
	font-size: 10px;
}
table input {
	font-size: 10px;
	padding: 2px;
}
table h3 {
	font-size: 12px;
	text-align: left;
}
p.fine {
	font-size: 9px;
}

table th {
	border-bottom: 1px solid black;
	width: 70px;
}
table td.name {
	width: 200px;
	text-align: left;
	border-right: 1px dotted #CCCCCC;
}
table tr.highlight {
	background-color: #CCCCCC;
}
table tr.heading {
	background-color: #666666;
	color: white;
}
#sub1 {
	margin-top: 20px;
	text-align: left;
}
#sub1.bg {
	background: #D6D7F3;
}

#left {
	float: left;
	width: 409px;
}
#left.mar {
	margin-left: 25px;
}
#right {
	float: right;
	width: 356px;
}
#sub1 h2 {
	color: #2F3186;
	font-weight: normal;
	font-size: 26px;
}
#sub2 {
	padding-top: 15px;
	
}
#right img {
	float: right;
	width: 306px;
}
#promo {
	width: 350px;
	height: 250px;
	float: left;
	border: 1px solid #CCCCCC;
}
#promo-txt {
	width: 400px;
	float: left;
	margin-left: 10px;
	text-align: left;
}
#left-big {
	width: 400px;
	float: left;
}
#left-small {
	width: 345px;
	float: left;
	padding-right: 20px;
}
#right-big {
	width: 400px;
	float: right;
}
#right-small {
	width: 325px;
	float: right;
	padding-right: 20px;
	padding-left: 10px;
}

#footer {
	background: url(/img/general/footer.jpg) no-repeat bottom left;
	text-align: center;
	padding: 15px;
	font-size: 10px;
}
#content ul {
	margin:0;
	padding:0;
	list-style-type: none;
}

#content li {
	background-position:left;
	background-repeat:no-repeat;
	margin-bottom:10px;
}
li.pdf {
	background-image:url(/img/common/pdf-icon.gif);
	height:38px;
	width:320px;
	line-height: 38px;
}
li.pdf a {
	height: 100%;
	width: 100%;
	display: block;
	padding-left: 45px;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
}
li.check {
	font-size:14px;
	line-height:16px;
	list-style-image:url(/img/common/checkmark.png);
	margin-bottom:10px;
}

/* suckerfish drop down */
body {
	font: 78%/1.5 arial, helvetica, serif;
	/*background-color: #667882;*/
	text-align: center;
	padding: 0;
	margin: 2em;
}

#container {
	width: 36em;
	background: #F4ECD9;
	text-align: left;
	border: 1px solid #eda;
	margin: 0 auto;
}

p {
	line-height: 24px;
}

p#smurf {
	background: transparent;
	font-style: italic;
	text-align: center;
	font-weight: bold;
	color: #7C6240;
}

#smurf strong {
	font-size: 1.2em;
	color: black;
}

h1 {
	height: 108px;
	background: url(perciformes3.gif) bottom center no-repeat;
	text-indent: -999em;
	margin: 1em 0 0 0;
}

#nav, #nav ul {
	z-index: 200;
	float: left;
	width: 790px;
	list-style: none;
	line-height: 30px;
	height: 30px;
	background: white;
	font-weight: bold;
	padding: 0;
	/*border: solid #eda;
	border-width: 1px 0;*/
	margin: 0 0 1em 1px;
	background-image: url(../../img/general/nav-bg.jpg);
}
#nav ul {
	background: #CCCCCC;
	text-align: left;
}

#nav a {
	/*display: block;
	padding: 0.25em 2em;
	font-size: 12px;*/
	width: 10em;
	w\idth: 6em;
	color: #2F3186;
	text-decoration: none;
	
}

#nav a.daddy {
	background: url(rightarrow2.gif) center right no-repeat;
}

#nav li {
	float: left;
	padding: 0;
	/*width: 12em; -removed to add 1 more li element on the nav */
	width: 10em;
	height: 30px;
}

#nav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 14.4em;
	w\idth: 13.9em;
	font-weight: normal;
	border-width: 0.25em;
	margin: 0;
}

#nav li li {
	padding-right: 1em;
	padding-left: 2em;
	width: 13em;
	background: #CCCCCC;
}

#nav li ul a {
	width: 13em;
	w\idth: 9em;
}

#nav li ul ul {
	margin: -1.75em 0 0 14em;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
}

#nav li:hover, #nav li.sfhover {
	background: #a5a5a5;
}

#content {
	clear: left;
}

#content a {
	color: #2F3186;
}

#content a:hover {
	text-decoration: none;
}

#scaffolding {
	height: 70px;
	background: white url(/images/header_bg.gif) no-repeat;
	border: solid #eda;
	border-width: 1px 0 0 0;
	margin: 1em 0 0 0;
}

#scaffolding a {
	text-decoration: none;
	text-indent: -999em;
	display: block;
	height: 70px;
	background: url(/images/hdlogo_flip2.gif) no-repeat;
	background-position: 181px 0;
}

#scaffolding a:hover {
	background-position: 181px -70px;
}