/* 
    Document   : base
    Created on : Dec 24, 2009, 11:08:18 AM
    Author     : andrewmccarron
    Description:
        Base CSS styles
*/

body{
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 80%;
	margin: 0;
	width: 100%;
	color:#1a1818;
	line-height:1.4em;
}
h1, h2, h3, h4, h5, h6{
	color:#0099cc;
	font-weight:normal;
}
h1{
	font-size: 140%;
}
h2{
	font-size: 130%;
}
h3{
	font-size: 125%;
}
h4{
	font-size: 120%;
}
h5{
	font-size: 110%;
}

img {
	margin:0 1em 1em 1em;
}

.blue{
	color:#0099cc;
}
.red{
	color:#cc0033;
}
.orange{
	color:#ff9900;
}
.pink{
	color:#ff096b;
}
.purple{
	color:#9900cc;
}
.green{
	color:#99cc00;
}

#inner{
	width:980px;
	margin:0 auto;
}

#header{
	width:100%;
	height:125px;
	border-bottom: 2px solid #b7b8bb;
	background-image: url(/images/dtw-logo.gif);
	background-repeat:no-repeat;
}

#footer{
	font-size: 0.8em;
	border-top: 2px solid #b7b8bb;
	padding-top:1em;
	color:#B7B8BB;
	clear:both;
}

fieldset{
	border:0;
}

/*Admin specific*/
.sysmessage {
	margin: 40px auto;
	width:450px;
	padding:5px;
}

.warning{
	background: #FEF1EC;
	border: solid 1px #CD0A0A;
	color: #CD0A0A;
}
.success{
	background: #DFEFFC;
	border: solid 1px #2E6E9E;
	color: #2E6E9E;
}

.adminbutton{
	cursor:pointer;
	float:right;
	line-height:1.4em;
	margin:0.5em 0.4em 0.5em 0;
	overflow:visible;
	padding:0.2em 0.6em 0.3em;
	width:auto;
	border-width: 1px;
	border-color: #ccc;
	border-style: solid;
	font-size:1em;
}
a.adminbutton{
	text-decoration: none;
	color:#000;
}
.confirm{
	background-color: #F6F6F6;
}
.confirm:hover{
	background-color: #fff0A5;
}
.ui-icon{
	height:16px;
	width:16px;
}
.ui-icon-alert {
	background-image: url(/images/ui-icons.png);
	background-position:0 -144px;
}
.ui-icon-tick {
	background-image: url(/images/ui-icons.png);
	background-position:-64px -144px;
}
.admintable{
	width:600px;
	display:block;
	border-collapse: collapse;
}

.left{
	float:left;
}
.small{
	font-size: 80%;
}
.rowon{
	background: #EEE;
	border-bottom:1px solid;
	border-top:1px solid;
}
table{
	border-collapse: collapse;
}
table th{
	background-color:#ccc;
	font-weight:normal;
        text-align:center;
}

table td{
	vertical-align:top;
}

table.admin{
    text-align:center;
    clear:both;
}

table.admin th{
	font-weight: normal;
	border-bottom: 1px solid #000;
}
table.admin caption{
	font-weight: bold;
	font-size: 1.1em;
}

#news_dl dt{
	font-weight: bold;
}

#news_dl dd{
	margin: 0;
}

.news_snippet_dl dt{
	font-weight:bold;
	line-height:1.2em;
	margin:1.3em 0 0.5em;
}
.news_snippet_dl dd{
	margin: 0;
}

.fullwidth{
	margin:0;
	width:100%;
        clear:both;
}

.center{
	text-align:center;
}

.cellborders_on td,.cellborders_on th{
	border:1px solid #ccc;
}

#mainmenunav1 {
	margin-top:50px;
}
.nofloat{
    float:none;
}

.breaker{
	clear:both;
}
/*
#mainmenunav1 a:link{
	color: inherit;
	text-decoration: none;
}
#mainmenunav1 a:visited{
	color: inherit;
}

#mainmenunav1 ul{
	width:100%;
	margin:0;
	padding:0;
}
#mainmenunav1 li{
	list-style: none;
	display:inline;
}*/

#nav1, #nav1 ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#nav1 a {
	display: block;
	width: 10em;
}

#nav1 li {
	float: left;
	width: 10em;
}

#nav1 li ul {
	position: absolute;
	width: 10em;
	left: -999em;
}

#nav1 li:hover ul, #nav1 li.sfhover ul {
	left: auto;
}
#nav2{
	height:1em;
}

#nav2, #nav2 ul {
	padding: 0 0 2em 0;
	margin: 1em 0 0 0;
	list-style: none;
	text-align: center;
}

#nav2 a {
	display: block;
	width: 9em;
	text-decoration: none;
}

#nav2 li {
	float: left;
	width: 9em;
}

#nav2 li ul {
	position: absolute;
	width: 9em;
}
.clearleft{
	clear:left;
}

.defaultform{
    width:500px;
	margin:0 auto;
}


.defaultform .text, .defaultform .textarea,.defaultform .select, .defaultform .radio, .defaultform .checkbox, .defaultform .submit,  .defaultform .password, .defaultform .cblabel, .defaultform .file, .defaultform .mceEditor
{
    color: #333;
	float:left;
	clear:right;
}

.defaultform label{
    color: #333;
	float:left;
	width:150px;
	text-align:right;
	clear:left;
	margin-right:5px;
}

.defaultform .mceEditor{
	width:600px;
}

.defaultform .submit{
	margin-left: 155px;
}

input.large{
	width:300px;
}

#searchresults dt{
	font-weight: bold;
}
#searchresults dd{
	margin-left: 0;
}


.menu_item_1 a:link,.menu_item_1 a:visited{
	color:#0099cc;
	font-weight:bold;
}

.menu_item_5 a:link,.menu_item_5 a:visited{
	color:#cc0033;
	font-weight:bold;
}

.menu_item_14 a:link,.menu_item_14 a:visited{
	color:#ff9900;
	font-weight:bold;
}

.menu_item_18 a:link,.menu_item_18 a:visited{
	color:#ff096b;
	font-weight:bold;
}

.menu_item_26 a:link,.menu_item_26 a:visited{
	color:#9900CC;
	font-weight:bold;
}

.menu_item_32 a:link,.menu_item_32 a:visited{
	color:#99CC00;
	font-weight:bold;
}

.menu_item_35 a:link,.menu_item_35 a:visited{
	color:#FFC82F;
	font-weight:bold;
}

#sub_menu_5,#sub_menu_14,#sub_menu_26,#sub_menu_32,#sub_menu_35,#sub_menu_18{
	height:65px;
	list-style-position:inside;
	margin-left:-0.3em;
}

#sub_menu_5 a:link, #sub_menu_5 a:visited,#sub_menu_14 a:link, #sub_menu_14 a:visited,#sub_menu_26 a:link, #sub_menu_26 a:visited,#sub_menu_32 a:link, #sub_menu_32 a:visited,#sub_menu_35 a:link, #sub_menu_35 a:visited,#sub_menu_18 a:link, #sub_menu_18 a:visited{
	color: #b7b8bb;
	text-decoration: none;
}

#sub_menu_5 a:hover,#sub_menu_14 a:hover,#sub_menu_26 a:hover,#sub_menu_32 a:hover,#sub_menu_35 a:hover,,#sub_menu_18 a:hover{
	color: #232121;
}

#sub_menu_5 li,#sub_menu_14 li,#sub_menu_26 li,#sub_menu_32 li,#sub_menu_35 li,#sub_menu_18 li{
	margin:5px 0;
	width:230px;
	float:left;
}
#sub_menu_5 li{
	list-style-image: url(/images/bullets/red.gif);
}
#sub_menu_14 li{
	list-style-image: url(/images/bullets/orange.gif);
}
#sub_menu_26 li{
	list-style-image: url(/images/bullets/purple.gif);
}
#sub_menu_32 li{
	list-style-image: url(/images/bullets/green.gif);
}
#sub_menu_35 li{
	list-style-image: url(/images/bullets/yellow.gif);
}
#sub_menu_18 li{
	list-style-image: url(/images/bullets/pink.gif);
}

.adminform form.defaultform{
	width:100%;
}

#mainmenunav7{
	clear:both;
	float:right;
}

#mainmenunav7 ul{
	padding: 0;
	margin: 0;
	list-style: none;
}

#mainmenunav7 li{
	display:inline;
	margin:0.5em;
}

#mainmenunav7 a:link{
	color:#B7B8BB;
	text-decoration: none;
}

#mainmenunav7 a:visited{
	color:inherit;
	text-decoration: none;
}

#mainmenunav7 a:hover{
	text-decoration: underline;
}
.eventon{
	background-color: #a5c6ef;
}
.nodate{
	background-color: #ddd;
}
.currentdate{
	border:3px solid red;
}
#googlemap{
	float:right;
	width:430px;
}
#socialmedia{
	float:right;
}

#marketmessage{
	float:right;
	height:110px;
	width:70%;
	margin-top:1em;
}

#maincontent a:link, #maincontent a:visited{
	color:#1A1818;
	text-decoration:underline;
}
#maincontent a:hover{
	text-decoration:underline;
}

#homepage #maincontent {
	float:left;
	width:750px;
}

#maincontent img{
	margin: 0 1em 1em 0;
}

#maincontent.home{
	width:750px;
}

#maincontent ul{
	list-style-position:outside;
	padding-left:14px;
}

#staff{
	width:100%;
	height: 120px;
}
#staff ul{
	width:100%;
	list-style: none;
	padding:0;
}
#staff li{
	width:48%;
	float:left;
	margin: 4px 0;
}
#staff a:link{
	color:#B7B8BB;
	text-decoration: none;
}
#staff a:visited{
	color:#B7B8BB;
	text-decoration: none;
}
#staff a:hover{
	text-decoration: underline;
}
.people h2{
	font-weight:normal;
}

#news_dl{
	line-height:1.5em;
}
#news_dl dl{
	margin:0;
}
#news_dl dt{
	margin-bottom:1em;
}
#news_dl dd{
	margin-bottom:1em;
}
#news_dl dt a:link, .news_snippet_dl dt a:link{
	color:#000;
	text-decoration:none;
	font-size: 1em;
}
#news_dl dd a:link, #news_dl a:visited, .news_snippet_dl a:visited{
	color:#000;
	text-decoration:none;
}
#news_dl dt a:hover, #news_dl dd a:hover, .news_snippet_dl dd a:hover{
	text-decoration:underline;
}
.newsdate{
	font-weight:normal;
	margin-right:15px;
}
#homepage .news_snippet_dl{
	width:210px;
	float:right;
}
#mainmenunav2{
	margin-left: -2.9em;
}
.news_snippet_dl dd a:link{
	color:#666;
}

.news_snippet_heading img{
	margin:0;
	border:0;
	float:right;
}
.news_snippet_heading a:link, .news_snippet_heading a:visited{
	color:#0099CC;
	text-decoration:none;
}
.news_snippet_heading a:hover{
	text-decoration:underline;
}
a.galerifficback{
	clear:both;
	float:left;
}

#nivoslider{
	float:left;
	margin-right:1em;
}

.rhs{
	float:right;
	width:210px;
	margin-left:10px;
}
.news_snippet_dl h2{
	margin-top:12px;
}

#blog_latest_snippet h2 a:link,#blog_latest_snippet h2 a:visited{
	color:#0099CC;
	text-decoration:none;
}

#blog_latest_snippet h2 a:hover{
	text-decoration:underline;
}

#blog_latest_snippet h3 a:link{
	font-size:1em;
	font-weight:bold;
}

.blog_latest_snippet_link a:link, .blog_latest_snippet_link a:visited{
	color:#000;
	text-decoration:none;
	font-weight:bold;
}

a.backlink, a.snippet_back {
	color:#777777;
	text-decoration:none;
}
#news_t h1, #news_t h2, #news_t h3, #news_t h4, #news_t h5{
	color:#99cc00;
}
a:link, a:visited{
	color:#000;
}
a:hover{
	text-decoration:underline;
}

#accordion{
	width:260px;
	float:right;
}
