/* HTML */
/***********************************************************************/
body {
    position: relative;
    text-align: left;
    margin: 0;
    padding: 0;
    font:70% "Lucida Grande", "Trebuchet MS", Arial, Helvetica, sans-serif;
    color: #606060;
    background-color: #FFF;

}

p {
    font-weight: normal;
    text-decoration: none;
    line-height: 1.7em;
    color: inherit;
    margin: 0 0 1em 0;
    padding: 0;
}

h1, h2, h3, h4 {
    font-weight: bold;
    font-family: Georgia, "Times New Roman", Times, serif;
}

h1 a:link, h1 a:visited, h2 a:link, h2 a:visited, h3 a:link, h3 a:visited, h4 a:link, h4 a:visited {
	color: blue;
}

h1 a:hover, h2 a:hover, h3 a:hover, h3 a:hover, h4 a:hover {
	color: #A7C563;
}

h1 {
    font-size: 2em;
    padding: .4em 0 0.5em 0;
    margin: 0;
}

h2 {
    font-size: 2em;
    padding: 0;
    margin: 0 0 10px 0;
    color: #272E34;
}

h3 {
    font-size: 1.3em;
    margin: 0 0 10px 0;
    padding: 0;
	color: inherit;
}

h4 {
    font-size: 1.1em;
    padding: .4em 0 0.6em 0;
    margin: 0;
    color: inherit;
}

button {
	vertical-align: middle;
}

img {
    padding: 0;
    border: none;
	outline: none;
    vertical-align: middle;
}

a {
    color: #285DA9;
    text-decoration: underline;
}
a:active, a:hover {
    color: #A7C563;
    text-decoration: underline;
}



/* Classes */
/***********************************************************************/

.clear {
    clear: both;
}

ul {
	margin-bottom: 12px;
}

ul li {
	list-style:outside;
	list-style-image:url(/img/li.png);
	margin-left: 26px;
	line-height: 150%;
}
	

img.alignleft {
	float:left;
	margin:0 1em 1em 0;
	border: none;
}

.device {
	color: #333;
	text-transform: uppercase;
	text-decoration:overline;
}

/* Boxes */
/***********************************************************************/
.smallcontentright {
	color:#FFF;
	width: 300px;
    float: right;
	font-size: 13px;
    padding: 18px 18px 18px 18px;
    margin-top: 8px;
	margin-bottom: 8px;
	background-color: #444;
	border: none;
	-moz-border-radius:12px;
	-webkit-border-radius:12px;
	border-radius:12px;
}

.smallcontentright a {
	color: #FFF;
	text-decoration: underline;
}

.smallcontentright a:hover {
	color: #A7C563;
	text-decoration: underline;
}

.contentright {
	color:#606060;
	width: 320px;
    float: right;
	font-size: 12px;
    padding: 18px 18px 18px 18px;
    margin-bottom: 8px;
	background-color: #FFFBE7;
	border: thin solid #CCC;
	-moz-border-radius:12px;
	-webkit-border-radius:12px;
	border-radius:12px;
}

.contentright a {
	color: #000;
	text-decoration: underline;
}

.contentright a:hover {
	color: #A7C563;
	text-decoration: underline;
}


/* Tables */
/***********************************************************************/

/* highlighted row */
.table tbody tr.highlight td {
	background-color: #ff9;
}

.workshop {
	border-bottom: medium dotted #A7C563;
	padding-bottom: 24px;
}

.workshop2 {
	border-bottom: medium dotted #A7C563;
	padding-bottom: 24px;
}

.workshop img {
	border:1px solid gray;
}

.workshop hr {
	height:1px;
	border-width:0;
	color:gray;
	background-color:gray;
	margin-top:6px;
	margin-bottom:6px;
}

.workshop2 hr {
	height:1px;
	border-width:0;
	color:gray;
	background-color:gray;
	margin-top:6px;
	margin-bottom:6px;
}

.workshop3 hr {
	height:1px;
	border-width:0;
	color:gray;
	background-color:gray;
	margin-top:6px;
	margin-bottom:6px;
}

.activity {
	border-top: medium dotted #A7C563;
	padding-bottom: 24px;
	padding-top: 10px;
}

.activity img {
	border:1px solid gray;
}

.activity hr {
	height:1px;
	border-width:0;
	color:gray;
	background-color:gray;
	margin-top:6px;
	margin-bottom:6px;
}

/* Layout */
/***********************************************************************/
#header {
    position: relative;
	width: 100%;
	height: 138px;
	background: url(/img/topthick.jpg) repeat-x top left;
	border-bottom: 1px solid #000000;
}

#headercontainer {
    position: relative;
	margin: auto;
    padding: 0;
    height: 138px;
	width: 924px;
    background: url(/img/dtalogo.jpg) no-repeat top left;
}

#headress {
	padding: 36px 20px 20px 590px;
	font:Verdana, Geneva, sans-serif;
	font-size:13px;
	line-height:150%;
	text-align: left;
}

#logo-link { 
		position: absolute; 
		top: 8px; 
		left: 3px; 
		width: 120px; 
		height: 120px; 
		background-color: transparent; 
		border: none;
}

#topresources {
    position: relative;
    width: 100%;
	height: 42px;
    background: url(/img/topthin.jpg) repeat-x top left;
	border-bottom: 1px solid #000000;
}

#topcontainer {
    margin: auto;
    height: 42px;
	width: 924px;
}

#topcontainer ul.nav, .nav ul{
/*Remove all spacings from the list items*/
	margin: 0;
	padding: 0;
	cursor: default;
	list-style-type: none;
	list-style-image:none;
	display: inline;
}

#topcontainer ul.nav{
	display: block;
	width: 100%;
}

#topcontainer ul.nav>li{
	list-style-type: none;
	list-style-image:none;
	font-family:Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size: 13px;
	display: table-cell;
	border-left: thin dotted #FFF;
	position: relative;
}

#topcontainer ul.nav>li:first-child {
	border-left: none;
}

#topcontainer ul.nav>li a{
/*Make the hyperlinks as a block element, sort of a hover effect*/
	display: block;
	padding: 11px 36px;
	text-align:center;
	color: #FFF;
	text-decoration: none;
}

#topcontainer ul.nav li>ul{
/*Make the sub list items invisible*/
	display: none;
	list-style:none;
	list-style-image:none;
	position: absolute;
	width: 200px;

}

#topcontainer ul.nav li:hover>ul{
/*When hovered, make them appear*/
	list-style:none;
	list-style-image:none;
	display: block;
	width: 200px;
}

#topcontainer ul.nav li:hover>ul li{
	list-style:none;
	list-style-image:none;
	background-color: #333;
	border-top: thin dotted #FFF;
	margin-left: 0;
}

#topcontainer ul.nav li:hover>ul li:first-child{
	border-top: none;
}

#topcontainer ul.nav li:hover>ul li a {
	text-decoration: none;
	padding-top: 10px;
	padding-bottom: 10px;
}

#topcontainer ul.nav li:hover>ul li a:hover {
	background-color: #FFF;
	text-decoration: underline;
	color: #606060;
}



/*** Menu colors (customizable) ***/

#topcontainer ul.nav li:hover,
.nav ul li a:hover{
	background-color: #369;
	color: #A7C563;
    text-decoration: underline;
}

#topcontainer ul.nav li:active,
.nav ul li a:active{
	background-color: #036;
	color: #fff;
}

#topcontainer ul.nav,
.nav ul{

}

#container {
    margin: 8px auto;
    padding: 0;
    width: 924px;
    font-size: 1.2em;
    text-align: left;
	background-color: #FFFFFF;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
}

#header h1, #header h1 img {
	margin: 0;
    padding: 0;
}

#contentleft {
    width: 530px;
    float: left;
    padding: 8px 18px 18px 18px;
    margin: 0;
	background-color: #FFFFFF;
	border: none;
}

#bigcontentleft {
    width: auto;
	float: left;
    padding: 8px 18px 18px 18px;
    margin: 0;
	background-color: #FFFFFF;
	border: none;
}

#footer {
    position: relative;
    width: 924px;
    clear: both;
    margin: 0;
    padding: 20px 0 120px 0;
}

/* Footer links */

#footer p {
    font-size: 1em;
    padding: 4px 8px 4px 4px;
    margin: 0;
    color: #8C9093;
    text-align: center;
	border-bottom:none;
}

#footer a {
    font-size: 1em;
    font-weight: normal;
    text-decoration: underline;
    color: #8C9093;
    border-bottom:none;
}

#footer a:hover, #footer a:active {
    text-decoration: underline;
    color: #A7C563;
    border-bottom:none;
}

#twitter_div {
	width: 314px;
    float: right;
	border: thin solid #444;
	-moz-border-radius:12px;
	-webkit-border-radius:12px;
	border-radius:12px;
	background-image: url('/img/twitterBG2.png');
	background-color: #ECFAFD;
	background-repeat: no-repeat;
	font-size: 0.9em;
	margin-top:10px;
	padding-top: 30px;
	padding-right: 10px;
	padding-left: 10px;
}

#twitter_div ul li {
	list-style: none;
	color: #0C93BA;
	padding-top: 8px;
	padding-bottom: 8px;
	margin-left: 10px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #A1E8F7;
}

#twitter_div ul li:first-child {
	margin-top: 8px;
}
 
#twitter_div ul li a {
	text-decoration: none;
	color: #DDA84E;
}
 
#twitter_div ul li a:hover {
	text-decoration: underline;
	color: #D78E42;
}
 
#twitter_div p {
	text-align: right;
	padding-top: 10px;
	padding-right: 6px;
	padding-bottom: 10px;
}

#insurance {
	width: 314px;
    float: right;
	border: thin solid #444;
	-moz-border-radius:12px;
	-webkit-border-radius:12px;
	border-radius:12px;
	background-image: url('/img/insurance/side-header.png');
	background-color: #ECFAFD;
	background-repeat: no-repeat;
	font-size: 0.9em;
	margin-top:10px;
	padding-top: 30px;
	padding-right: 10px;
	padding-left: 10px;
}

#insurance ul li {
	list-style: none;
	color: #0C93BA;
	padding-top: 12px;
	padding-bottom: 12px;
	margin-left: 10px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #A1E8F7;
}

#insurance ul li img {
	margin-right: 8px;
}

#insurance ul li:first-child {
	margin-top: 16px;
}
 
#insurance ul li a {
	text-decoration: none;
	color: #DDA84E;
}
 
#insurance ul li a:hover {
	text-decoration: underline;
	color: #D78E42;
}
 
#insurance p {
	text-align: right;
	padding-top: 10px;
	padding-right: 6px;
	padding-bottom: 10px;
}

