/* "dtstyle.css" ... style sheet for DT pages */

/* Overall style */
 
body {
	font-family: Arial, Geneva, Verdana, sans-serif;
	font-size: Medium;
	line-height: 120%;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #C4C4C4 0%, #ffffff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#C4C4C4), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #C4C4C4 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #C4C4C4 0%,#ffffff 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #C4C4C4 0%,#ffffff 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #C4C4C4 0%,#ffffff 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#C4C4C4', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */

}

h1 {
	font-family: Century Gothic, Arial, Geneva, Verdana, sans-serif;
	color: #EE3224;
	font-size: 150%;
	font-weight:lighter;
}

h2 {
	font-family: Arial, Geneva, Verdana, sans-serif;
	color: #205A9A;
	font-size: 105%;
	font-weight: normal;
}

h3 {
	color: black;
	font-size: 95%;
}

h4 {
	color: black;
	font-size: 90%;
	margin: 0px;
}

p {
	color: black;
	font-size: 90%;
	padding: 0px;
}

ul {
	color: black;
	font-size: 90%;
	margin: 0px;
	padding: 0px;
}

blockquote {
	font-style: italic;
}

a:link {color:#4D4D4D;}
a:visited {color:#4D4D4D;}
a:hover {color:#4D4D4D;}
a:active {color:#4D4D4D;}

a img {
	border: none;
}

#header {
	width: 900px;
	position: relative;
	border-color: #009B40;
	border-width: 3px;
	border-style: ;
	border-radius: 0px;
	box-shadow: 3px 3px 5px #888888;
	background-color: white;
	padding: 20px;
	padding-top: 10px;
	margin: auto;	
}

#topcontainer {
	width: 900px;
	height:135px;
}

#logo {
	position:absolute;
	left:20px;
	width:260px;
}

#topside {
	position:absolute;
	width: 620px;
	height:100px;
	right: 25px;
	top: 20px;
}

.search {
	width: 225px;
	text-align: right;
	background-color: #BBBBBB;
	height: 22px;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 0;
  top: 1px;
}

.searchfield {
	-moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: none repeat scroll 0 0 #FFFFFF;
    border-color: #FFFFFF -moz-use-text-color -moz-use-text-color;
    border-image: none;
    border-right: medium none;
    border-style: solid none none;
    border-width: 1px medium medium;
    color: #ffffff;
    font-size: 14px;
    height: 9px;
    padding: 5px 10px;
    width: 180px;
    position: absolute;
    right: 24px;
    top: 1px;
}

input.searchglass{
	background: url("/images/buttons/searchglass.png");
	border: medium none;
    color: #FFFFFF;
    cursor: pointer;
    display: block;
    height: 20px;
    letter-spacing: -5px;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 2px;
    text-indent: -9999px;
    top: 1px;
    width: 20px;
}

#social {
	position:absolute;
	right: 212px;
	width: 245px;
	top: 0px;
}

#social img{
	padding-right: 10px;
	height: 25px; 
}

#tagline {
	position:absolute;
	right: 0px;
	top: 38px;
	width: 620px;
}

#tagline p{
	font-family: Century Gothic, Arial, Geneva, Verdana, sans-serif;
	color: grey;
	font-size: 90%;
	text-align:right;
	font-weight: bold;
	color: #205A9A;
}

#content {
	position: relative;
	width: 900px;
	border-color: #009B40;
	border-width: 3px;
	border-style: ;
	border-radius: 0px;
	box-shadow: 3px 3px 5px #888888;
	background-color: white;
	padding: 20px;
	padding-top: 10px;
	margin: auto;	
}

#footer {
	width: 900px;
	height: 100px;
	text-align: center;
	padding-top: 0px;
	position: relative;
	margin: auto;	
	font-size: 80%;
}

#footer p {
	color: grey;
	position: relative;
	top: -10px;
}

#footer a:link, #footer a:visited, #footer a:active, #footer a:hover {
	color: grey;
	text-decoration:none;
}

#footer img {
	padding: 0px;
	position: relative;
	top: 10px;
}

/* --------------Unique class styles-------------- */

.tiny {
	font-size: 70%;
	padding: 0px;
	margin: 0px;
	line-height: 90%;
}

.slogan p {
	font-style: italic;
}

/* Containers */

.topimage {
	margin: 5px;
	margin-top: 15px;
}

.containersearchresults {
	width: 900px;
	height: 1000px;
}

.containermin {
	width: 900px;
	height: 600px;
}

#interventions {
	width: 900px;
	height: 900px;
}

.containerindex {
	width: 900px;
	height: 600px;
}

.leftmed {
	float: left;
	width: 440px;
	padding-right: 10px;
	padding-top: 10px;
}

/* Images */

.centerimg {
	text-align: center;
}

.centerimg img {
	margin-right: 8px;
	margin-left: 8px;
}

.cornerimg {
	float: right;
	padding: 20px;
}

.cornerimg h1 {
	text-align: center;
	margin-top: 5px;
}

.leftcornerimg {
	float: left;
	padding-right: 20px;
}

.bioimg {
	padding: 20px;
	height: 200px;
}

.bioimg img {
	padding-right: 25px;
}

/* Boxes */

/* Home Page */

#slider {
	position: relative;
	top: -25px;
	width: 890px;
	height: 385px;
	padding: 0px;
	margin: 0px 5px;
}

.slidecontrol {
	position: relative;
	left: 775px;
	top: 362px;
	width: 115px;
}

#triboxcontainer {
	width: 890px;
	height: 220px;
	padding: 0px 5px;
	margin: 0px;
}

.tribox {
	float:left;
	color: black;
	padding: 5px;
	width: 280px;
	height: 200px;
	border-width: 1px;
	border-color: #BBBBBB;
	border-style: solid;
	background: #DDDDDD; /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2I1ZTFmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjE3JSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
  background: -moz-linear-gradient(top,  #DDDDDD 0%, #ffffff 35%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#DDDDDD), color-stop(35%,#ffffff)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #DDDDDD 0%,#ffffff 35%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #DDDDDD 0%,#ffffff 35%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #DDDDDD 0%,#ffffff 35%); /* IE10+ */
  background: linear-gradient(to bottom,  #DDDDDD 0%,#ffffff 35%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#DDDDDD', endColorstr='#ffffff',GradientType=0 ); /* IE6-8 */
}

.tribox p{
	padding-left: 10px;
	padding-top: 0px;
	margin: 0px;
	color: black;
	font-size: 90%;
	font-weight:normal;
}

.tribox ul{
	padding: 0px;
	margin: 0px;
	color: black;
	font-size: 90%;
	font-weight:normal;
	margin-left: 10px;
	list-style-type:none;
}

.tribox li {
	background-image:url(/images/shapes/bluebullet.png);
	background-repeat:no-repeat;
	background-position: 0px 8px; 
	padding-left: 15px;
}

.tribox h1{
	font-family: Century Gothic, Arial, Geneva, Verdana, sans-serif;
	padding-left: 5px;
	padding-bottom: 20px;
	padding-top: 10px;
	margin: 5px;
	color: #EE3224;
	font-size: 180%;
	font-weight: 600;
} 

.tribox h2{
	padding-left: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin: 0px;
	color: #EE3224;
	font-size: 130%;
	font-weight:lighter;
} 

.tribox a{
	color: #6A6A6A;
	font-size: 90%;
	font-weight:normal;
	padding-left: 10px;
	text-decoration: none;
}

.triboxspace {
	width: 7px;
	height: 200px;
	float:left;
	font-size: 60%;
}

/* Admission Page */

.containeradmission {
	width: 900px;
	height: 630px;
}

.steps {
	color: black;
	padding: 10px;
	margin-left: 80px;
	width: 700px;
	border-width: 1px;
	border-color: #BBBBBB;
	border-style: solid;
	background: #CCCCCC; /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2I1ZTFmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjE3JSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
  background: -moz-linear-gradient(top,  #CCCCCC 0%, #ffffff 35%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#CCCCCC), color-stop(35%,#ffffff)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #CCCCCC 0%,#ffffff 35%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #CCCCCC 0%,#ffffff 35%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #CCCCCC 0%,#ffffff 35%); /* IE10+ */
  background: linear-gradient(to bottom,  #CCCCCC 0%,#ffffff 35%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#CCCCCC', endColorstr='#ffffff',GradientType=0 ); /* IE6-8 */
  box-shadow: 0px 1px 1px #DDDDDD;
}

.steps p{
	font-family: Arial, Geneva, Verdana, sans-serif;
	padding-left: 10px;
	padding-top: 0px;
	margin: 0px;
	color: black;
	font-size: 95%;
	font-weight: normal;
}

.steps h3{
	font-family: Arial, Geneva, Verdana, sans-serif;
	padding-left: 5px;
	padding-bottom: 10px;
	padding-top: 0px;
	margin: 5px;
	color: black;
	font-size: 95%;
	font-weight: 700;
} 

.bluearrow {
	position: relative;
	left: 298px;
	width: 104px;
	margin-left: 80px;
	margin-bottom: 5px;
	margin-top: 10px;
}

.columnleft {
	float: left;
	color: black;
	padding: 5px;
	margin-left: 0px;
	width: 420px;
}

.columnleft h3 {
	color: black;
	font-size: 95%;
	padding: 0px;
	margin: 0px;
	margin-top: 5px;
}

.columnleft p {
	color: black;
	font-size: 90%;
	padding:  0px;
	margin: 0px;
}

.columnright {
	float: right;
	color: black;
	padding: 5px;
	margin-left: 20px;
	width: 420px;
}

.columnright h3 {
	color: black;
	font-size: 95%;
	padding: 0px;
	margin: 0px;
	margin-top: 5px;
}

.columnright p {
	color: black;
	font-size: 90%;
	padding:  0px;
	margin: 0px;
}

/* Program Page */

.program {
	height: 800px;
	width: 900px;
}

.progcolumn {
	float: left;
	width: 425px;
	height: 480px;
	padding-right: 20px;
	padding-left: 5px;
}

.progcolumn2 {
	float: left;
	width: 425px;
	height: 530px;
	padding-right: 20px;
	padding-left: 5px;
	margin-top: -50px;
}

.program ul {
	color: black;
	font-size: 100%;
	margin-left: 20px;
	list-style-type:none;
	padding: 0px;
	margin: 0px;
}

.program ul li {
	background-image:url(/images/shapes/bluebullet.png);
	background-repeat:no-repeat;
	background-position: 0px 8px; 
	padding: 0px;
	padding-left: 14px;
	font-weight: bold;
}

/* FAQs Page */

.faq p {
	color: black;
	font-size: 90%;
}

.faq ul {
	color: black;
	font-size: 95%;
	margin-left: 20px;
	list-style-type:none;
	padding: 0px;
	margin: 0px;
}

.faq ul li {
	background-image:url(/images/shapes/bluebullet.png);
	background-repeat:no-repeat;
	background-position: 0px 8px; 
	padding: 0px;
	padding-left: 14px;
}

.faq a {
	color: black;
	font-size: 95%;
	text-decoration: none;
}

/* News Page */

.newscontainer {
	width: 900px;
	height: 630px;
}

.newsbox {
	float:left;
	color: black;
	padding: 5px;
	margin-right: 35px;
	width: 250px;
	height: 130px;
	border-width: 1px;
	border-color: #D4E4F1;
	border-style: solid;
	background: #C5D7EA; /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2I1ZTFmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjE3JSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
  background: -moz-linear-gradient(top,  #C5D7EA 0%, #ffffff 17%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#C5D7EA), color-stop(17%,#ffffff)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #C5D7EA 0%,#ffffff 17%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #C5D7EA 0%,#ffffff 17%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #C5D7EA 0%,#ffffff 17%); /* IE10+ */
  background: linear-gradient(to bottom,  #C5D7EA 0%,#ffffff 17%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#C5D7EA', endColorstr='#ffffff',GradientType=0 ); /* IE6-8 */
  box-shadow: 1px 2px 2px #999999;
}

.newsbox p{
	padding-left: 10px;
	padding-top: 0px;
	margin: 0px;
	color: black;
	font-size: 90%;
	font-weight:normal;
}

.newsbox h3{
	font-family: Arial, Geneva, Verdana, sans-serif;
	padding-left: 5px;
	padding-bottom: 10px;
	padding-top: 0px;
	margin: 5px;
	color: black;
	font-size: 80%;
	font-weight: 700;
} 

.newsbox a{
	color: #6A6A6A;
	font-size: 90%;
	font-weight:normal;
	padding-left: 10px;
	text-decoration: none;
}

/* Archives */

.archivelinks a{
	color: #205A9A;
	font-size: 100%;
	margin-bottom: 0px;
	margin-top: 5px;
	margin-left: 20px;
}

/* Press Page */

.press h2 {
	font-family: Arial, Geneva, Verdana, sans-serif;
	color: #205A9A;
	font-size: 105%;
	font-weight: normal;
	margin-bottom: 0px;
	margin-top: 20px;
}

.press h3 {
	color: black;
	font-size: 95%;
	margin-bottom: 0px;
	margin-top: 5px;
}

.press p {
	color: black;
	font-size: 90%;
	padding: 0px;
	margin-top: 0px;
}

.domainlist ul {
	color: black;
	margin-left: -5px;
	list-style-type:none;
	padding: 0px;
}

/* Resources Page */

.resources a {
	text-decoration: none;
}

.resources h2 {
	font-family: Arial, Geneva, Verdana, sans-serif;
	color: #205A9A;
	font-size: 105%;
	font-weight: normal;
	margin-bottom: 0px;
	margin-top: 20px;
}

.resources p {
	color: black;
	font-size: 90%;
	padding: 0px;
	margin-top: 0px;
}

/* Interventions Page */

.domainlist ul li {
	background-image:url(/images/shapes/bluebullet.png);
	background-repeat:no-repeat;
	background-position: 325px 8px; 
	padding: 0px;
	padding-left: 14px;
}

/* Interventions Page */

.interbox {
	float:left;
	color: black;
	padding: 5px;
	margin-left: 10px;
	margin-bottom: 20px;
	width: 200px;
	height: 130px;
	border-width: 1px;
	border-color: #919191;
	border-style: solid;
	background: #919191; /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2I1ZTFmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjE3JSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
  background: -moz-linear-gradient(top,  #919191 0%, #ffffff 17%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#919191), color-stop(17%,#ffffff)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #919191 0%,#ffffff 17%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #919191 0%,#ffffff 17%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #919191 0%,#ffffff 17%); /* IE10+ */
  background: linear-gradient(to bottom,  #919191 0%,#ffffff 17%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#919191', endColorstr='#ffffff',GradientType=0 ); /* IE6-8 */
  box-shadow: 1px 1px 1px #999999;
}

.interbox p{
	font-family: Arial, Geneva, Verdana, sans-serif;
	padding-left: 10px;
	padding-top: 0px;
	margin: 0px;
	color: black;
	font-size: 80%;
	font-weight: normal;
}

.interbox h3{
	font-family: Arial, Geneva, Verdana, sans-serif;
	padding-left: 5px;
	padding-bottom: 3px;
	padding-top: 0px;
	margin: 5px;
	color: black;
	font-size: 80%;
	font-weight: 700;
}

.interbox ul{
	padding-left: 20px;
	font-size: 80%;
}

/* DT Team Page */

.bioimg h3 {
	color: black;
	font-size: 95%;
	padding: 0px;
	margin: 0px;
	margin-top: 20px;
}

.bioimg p {
	color: black;
	font-size: 90%;
	padding:  0px;
	margin: 0px;
}

.boldred {
	color: red;
	font-weight: bold;
}

/* Contact Page */

.contact {
	height: 720px
}

.contactbox {
	float:right;
	color: black;
	padding: 5px;
	margin: 10px;
	margin-bottom: 20px;
	width: 350px;
	height: 160px;
	border-width: 1px;
	border-color: #BBBBBB;
	border-style: solid;
	background: #CCCCCC; /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2I1ZTFmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjE3JSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
  background: -moz-linear-gradient(top,  #CCCCCC 0%, #ffffff 35%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#CCCCCC), color-stop(35%,#ffffff)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #CCCCCC 0%,#ffffff 35%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #CCCCCC 0%,#ffffff 35%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #CCCCCC 0%,#ffffff 35%); /* IE10+ */
  background: linear-gradient(to bottom,  #CCCCCC 0%,#ffffff 35%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#CCCCCC', endColorstr='#ffffff',GradientType=0 ); /* IE6-8 */
  box-shadow: 0px 2px 2px #DDDDDD;
}

.contactbox h3{
	font-family: Arial, Geneva, Verdana, sans-serif;
	padding-left: 5px;
	padding-bottom: 10px;
	padding-top: 0px;
	margin: 5px;
	color: black;
	font-size: 80%;
	font-weight: 700;
}

.contactitem {
	height: 35px;
	width: 350px;
}

.contactitem p{
	font-family: Arial, Geneva, Verdana, sans-serif;
	color: black;
	font-size: 80%;
	font-weight: normal;
	margin: 0px;
	vertical-align:middle;
}

.contactitem a{
	text-decoration: none;
}

.contactitem img{
	vertical-align:middle;
	padding-right: 10px;
	padding-left: 10px;
}

.contactitem2 {
	height: 45px;
	width: 350px;
}

.contactitem2 p{
	font-family: Arial, Geneva, Verdana, sans-serif;
	color: black;
	font-size: 80%;
	font-weight: normal;
	margin: 0px;
	vertical-align:middle;
}

.contactitem2 a{
	text-decoration: none;
}

.contactitem2 img{
	float: left;
	vertical-align:middle;
	padding-right: 15px;
	padding-left: 10px;
}

/* Locations Pages */
.locationsmap {
	height: 750px;
	padding-top: 15px;
}

.locationsmap h1 {
	font-family: Century Gothic, Arial, Geneva, Verdana, sans-serif;
	color: #EE3224;
	font-size: 150%;
	font-weight:lighter;
	margin-bottom: 10px;
}

.locations h1 {
	font-family: Century Gothic, Arial, Geneva, Verdana, sans-serif;
	color: #EE3224;
	font-size: 150%;
	font-weight:lighter;
}

.locations h2 {
	font-family: Arial, Geneva, Verdana, sans-serif;
	color: #205A9A;
	font-size: 105%;
	font-weight: normal;
	margin-bottom: 0px;
}

.locations p {
	color: black;
	font-size: 90%;
	padding: 0px;
	margin-top: 0px;
}

.locations a, .locations a:link, .locations a:visited, .locations a:active{
	text-decoration: none;
	color: #205A9A;
}

.locmap {
	position: relative;
}

.logokey {
	float: right;
	color: black;
	padding: 10px;
	padding-top: 15px;
	margin: 10px;
	margin-bottom: 20px;
	width: 335px;
	height: 100px;
	border-width: 1px;
	border-color: #BBBBBB;
	border-style: solid;
	background: #DDDDDD; /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2I1ZTFmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjE3JSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
  background: -moz-linear-gradient(top,  #DDDDDD 0%, #ffffff 35%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#DDDDDD), color-stop(35%,#ffffff)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #DDDDDD 0%,#ffffff 35%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #DDDDDD 0%,#ffffff 35%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #DDDDDD 0%,#ffffff 35%); /* IE10+ */
  background: linear-gradient(to bottom,  #DDDDDD 0%,#ffffff 35%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#DDDDDD', endColorstr='#ffffff',GradientType=0 ); /* IE6-8 */
}

.logokey h3{
	font-family: Arial, Geneva, Verdana, sans-serif;
	padding-left: 5px;
	padding-bottom: 10px;
	padding-top: 0px;
	margin: 5px;
	color: black;
	font-size: 80%;
	font-weight: 700;
}

/* DT Index Page */

.dtindex {
	height: 1330px;
}

.indexqna1 {
	background-color: #F0F0F0;
	height: 40px;
}

.indexqna2 {
	height: 40px;
}

.indexq {
	position: relative;
	width: 350px;
	padding-left: 10px;
}

.indexas {
	width: 550px;
	position: relative;
	left: 350px;
}

.indexa1 {
	width: 100px;
	float: left;
	text-align: center;
	position: absolute;
	top: -7px;
	left: 0px;
}
.indexa2 {
	width: 100px;
	float: left;
	text-align: center;
	position: absolute;
	top: -7px;
	left: 100px;
}
.indexa3 {
	width: 100px;
	float: left;
	text-align: center;
	position: absolute;
	top: -7px;
	left: 200px;
}
.indexa4 {
	width: 100px;
	float: left;
	text-align: center;
	position: absolute;
	top: -7px;
	left: 300px;
}

.indexq h3 {
	position: relative;
	top: 10px;
	margin: 0px;
}

/* Careers Page */

.careercontainer {
	height: 900px;
	width: 900px;
}

.career p {
	color: black;
	font-size: 90%;
}

.career ul {
	color: black;
	font-size: 95%;
	margin-left: 20px;
	list-style-type:none;
	padding: 0px;
	margin: 0px;
}

.career ul li {
	background-image:url(/images/shapes/bluebullet.png);
	background-repeat:no-repeat;
	background-position: 0px 8px; 
	padding: 0px;
	padding-left: 14px;
}

.career a {
	color: black;
	font-size: 95%;
	text-decoration: none;
}

.career h3 {
	color: black;
	font-size: 90%;
	padding: 0px;
	margin: 0px;
	margin-top: 20px;
}

/* RSVP Page */

.rsvp {
	height: 650px
}

.rsvpbox {
	color: black;
	border-color: #999999;
	border-width: 0px;
	border-style: solid;
	background-color: #D9D9D9;
	padding: 10px;
	padding-top: 5px;
	margin-left: 15px;
	margin-top: 25px;
	width: 300px;
	box-shadow: 0px 2px 2px #999999;
}

.rsvpbox h3{
	padding: 0px;
	padding-bottom: 5px;
	margin: 0px;
	color: black;
	font-size: 95%;
	font-weight: normal;
}

.rsvpbox p {
	color: black;
	font-size: 90%;
	padding: 0px;
}

.advert {
	float: right;
}

/* Marin Page */

.marin {
	height: 700px
}

.threecontainer {
	width: 900px;
	height: 500px;
	padding: 0px 0px;
	margin: 0px;
}

.marinboxcontainer {
	width: 235px;
	height: 500px;
	padding: 0;
	margin: 0;
	float: left;
}

.marinboxcontainer h1{
	text-align: center;
}

.marinboxcontainer h2{
	text-align: center;
}

.midmarin {
	width: 415px;
	height: 500px;
	padding-left: 30px;
	margin: 0;
	float: left;
}

.download {
	width: 215px;
	height: 500px;
	padding: 0px 0px;
	margin: 0px;
	margin-left: 5px;
	float: left;
}

.marinbox {
	color: black;
	border-color: #999999;
	border-width: 0px;
	border-style: solid;
	background-color: #D9D9D9;
	padding: 10px;
	padding-top: 5px;
	margin-left: 0px;
	margin-top: 15px;
	width: 210px;
	box-shadow: 0px 2px 2px #999999;
}

.marinbox h2{
	padding:  5px 0px 5px 0px;
	margin: 0px;
	color: #F47F8D;
	font-size: 120%;
	font-weight: Bold;
}

.marinbox h3{
	padding: 0px;
	padding-bottom: 5px;
	margin: 0px;
	color: black;
	font-size: 95%;
	font-weight: normal;
}

.marinbox p {
	color: black;
	font-size: 90%;
	padding: 0px;
}

/* Forms */

.newsletter {
	color: black;
	border-color: #999999;
	border-width: 0px;
	border-style: solid;
	background-color: #D9D9D9;
	padding: 10px;
	padding-top: 5px;
	margin-left: 0px;
	margin-top: 15px;
	width: 400px;
	box-shadow: 0px 2px 2px #999999;
}

.newsletter h3{
	padding: 0px;
	padding-bottom: 5px;
	margin: 0px;
	color: black;
	font-size: 95%;
}

.newsletter p {
	color: black;
	font-size: 90%;
	padding: 0px;
}

.unsubscribe {
	color: black;
	border-color: #999999;
	border-width: 0px;
	border-style: solid;
	background-color: #D9D9D9;
	padding: 10px;
	padding-top: 5px;
	margin-left: 0px;
	margin-top: 15px;
	width: 400px;
	box-shadow: 0px 2px 2px #999999;
}

.unsubscribe h3{
	padding: 0px;
	padding-bottom: 5px;
	margin: 0px;
	color: #4D4D4D;
	font-size: 95%;
}

.unsubscribe p {
	color: #4D4D4D;
	font-size: 90%;
	padding: 0px;
}

.infobox {
	color: black;
	border-color: #999999;
	border-width: 0px;
	border-style: solid;
	background-color: #D9D9D9;
	padding: 10px;
	padding-top: 5px;
	margin-left: 15px;
	margin-top: 25px;
	width: 450px;
	box-shadow: 0px 2px 2px #999999;
}

.infobox h3{
	padding: 0px;
	padding-bottom: 5px;
	margin: 0px;
	color: black;
	font-size: 95%;
	font-weight: normal;
}

.infobox p {
	color: black;
	font-size: 90%;
	padding: 0px;
}

.login {
	color: black;
	border-color: #999999;
	border-width: 0px;
	border-style: solid;
	background-color: #D9D9D9;
	padding: 10px;
	padding-top: 5px;
	margin-left: 0px;
	margin-top: 15px;
	width: 220px;
	box-shadow: 0px 2px 2px #999999;
}

.login h3{
	padding: 0px;
	padding-bottom: 5px;
	margin: 0px;
	color: black;
	font-size: 95%;
}

.login p {
	color: black;
	font-size: 90%;
	padding: 0px;
}

/* Style for Rotating Banner */

.banner1{
	position:absolute; 
	z-index:1; 
	height:350px; 
	width:890px; 
	top: 35px; 
	background:#FFF; 
	border:solid 1px #CCC
	}
	
.banner1 h1{
	position: absolute; 
	top: 20px; 
	right:-50px; 
	color:#205A9A; 
	width:100%; 
	font-size: 30px;
	text-align:left; 
	line-height: 110%;
	}
	
	.banner1 h2{
	position: absolute; 
	top: 150px; 
	right:-50px;  
	color:#4D4D4D; 
	width:100%; 
	font-size: 20px;
	line-height: 120%;
	}
	
	.banner1 a{
	position: absolute; 
	top: 270px; 
	right:-50px;  
	color:#205A9A; 
	width:100%; 
	font-size: 18px;
	line-height: 120%;
	text-decoration: none;
	}
		
#banner1{
	background-image:url(/images/slider/slide1.png);
	}
	
.banner2{
	position:absolute; 
	z-index:1; 
	height:350px; 
	width:890px; 
	top: 35px; 
	background:#FFF; 
	border:solid 1px #CCC
	}
	
.banner2 h1{
	position: absolute; 
	top: 20px; 
	right:-50px; 
	color:#205A9A; 
	width:100%; 
	font-size: 30px;
	text-align:left; 
	line-height:110%;
	}
	
	.banner2 h2{
	position: absolute; 
	top: 130px; 
	right:-50px;  
	color:#4D4D4D; 
	width:100%; 
	font-size: 20px;
	line-height: 120%;
	}
	
	.banner2 a{
	position: absolute; 
	top: 230px; 
	right:-50px;  
	color:#205A9A; 
	width:100%; 
	font-size: 18px;
	line-height: 120%;
	text-decoration: none;
	}
		
#banner2{
	background-image:url(/images/slider/slide2.png);
	}
	
	.banner3{
	position:absolute; 
	z-index:1; 
	height:350px; 
	width:890px; 
	top: 35px; 
	background:#FFF; 
	border:solid 1px #CCC
	}
	
	.banner3 h1{
	position: absolute; 
	top: 20px; 
	right:-560px; 
	color:#205A9A; 
	width:100%; 
	font-size: 30px;
	text-align:left; 
	line-height:110%;
	}
	
	.banner3 h2{
	position: absolute; 
	top: 130px; 
	right:-560px;  
	color:#4D4D4D; 
	width:100%; 
	font-size: 20px;
	line-height: 120%;
	}
	
	.banner3 a{
	position: absolute; 
	top: 260px; 
	right:-560px;  
	color:#205A9A; 
	width:100%; 
	font-size: 18px;
	line-height: 120%;
	text-decoration: none;
	}
		
#banner3{
	background-image:url(/images/slider/slide3.png);
	}

/* End Style for Rotating Banner */

/* --------------Begin CSS for Drop Down Menu-------------- */

#menuh-container {
	position: absolute;	
	top: 110px;
	left: 20px;
	}

#menuh {
	font-size: medium;
	font-family: Arial, Geneva, Verdana, sans-serif;
	width:100%;
	float:left;
	margin:5px;
	margin-top: 10px; /* button distance from top */
	}
	
	#menuh p {
	text-align: center;
	display:block;
	color: #ffffff;
	background-color: #EF1101;
	opacity:0.85;
	font-size: 100%;
	border: 1px solid #EF1101;  /* background or button color */
	white-space:nowrap;
	margin:0;
	padding: 2px; /* button height */
	}
		
#menuh a {
	text-align: center;
	display:block;
	border: 1px solid #EF1101;  /* background or button color */
	white-space:nowrap;
	margin:0;
	padding: 2px; /* button height */
	}
	
#menuh a:link, #menuh a:visited, #menuh a:active	/* menu at rest */
	{
	color: #ffffff;
	background-color: #EF1101;
	text-decoration:none;
	opacity:0.80;
	filter:alpha(opacity=80); /* For IE8 and earlier */
	}
	
#menuh a:hover						/* menu on mouse-over  */
	{
	color: #ffffff;
	background-color: #919191;
	text-decoration:none;
	opacity:1;
	filter:alpha(opacity=100); /* For IE8 and earlier */
	}	

#menuh ul {
	font-size: 100%;
	list-style:none;
	margin:0;
	padding:0;
	float:left;
	width:178px;	/* width of all menu boxes */

	}

#menuh li {
	position:relative;
	min-height: 1px;
	vertical-align: bottom;
	}

#menuh ul ul {
	position:absolute;
	z-index:500;
	top:auto;
	display:none;
	padding: 13px;  /* drop down button starting point side */
	margin:-13px 0 0 -13px;  /* drop down button starting point top */
	}

#menuh ul ul ul {
	top:0;
	left:100%;
	}

div#menuh li:hover {
	cursor:pointer;
	z-index:100;
	}

div#menuh li:hover ul ul,
div#menuh li li:hover ul ul,
div#menuh li li li:hover ul ul,
div#menuh li li li li:hover ul ul
{display:none;}

div#menuh li:hover ul,
div#menuh li li:hover ul,
div#menuh li li li:hover ul,
div#menuh li li li li:hover ul
{display:block;}

/* End CSS Drop Down Menu */
