@charset "utf-8";
/* DOT specific settings

/*Style for the actual links in the dot_main_nav*/
#menu_buttons ul li a{
	text-decoration: none;
	font-size:10px;
}

.largeYellowButton {
	-moz-box-shadow:inset 0px 0px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 0px 0px 0px #ffffff;
	box-shadow:inset 0px 0px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #eded7c), color-stop(1, #f5d03d) );
	background:-moz-linear-gradient( center top, #eded7c 5%, #f5d03d 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#eded7c', endColorstr='#f5d03d');
	background-color:#eded7c;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #a1a1a1;
	display:inline-block;
	color:#777777;
	font-family:arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:-1px -1px 0px #fcfcfc;
}.largeYellowButton:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f5d03d), color-stop(1, #eded7c) );
	background:-moz-linear-gradient( center top, #f5d03d 5%, #eded7c 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5d03d', endColorstr='#eded7c');
	background-color:#f5d03d;
	text-decoration: none;
	color:#3366cc;
}.largeYellowButton:active {
	position:relative;
	top:1px;
	text-decoration: none;
	color:#3366cc;
}.largeYellowButton:visited {
	color:#132f64;
}

.contactButton {
	-moz-box-shadow:inset 0px 0px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 0px 0px 0px #ffffff;
	box-shadow:inset 0px 0px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #eded7c), color-stop(1, #133592) );
	background:-moz-linear-gradient( center top, #eded7c 5%, #f5d03d 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#eded7c', endColorstr='#f5d03d');
	background-color:#eded7c;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:3px solid #133592;
	display:inline-block;
	color:#777777;
	font-family:arial;
	font-size:18px;
	font-weight:bold;
	padding:8px 24px;
	text-decoration:none;
	text-shadow:-1px -1px 0px #fcfcfc;
}.contactButton:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f5d03d), color-stop(1, #eded7c) );
	background:-moz-linear-gradient( center top, #f5d03d 5%, #eded7c 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5d03d', endColorstr='#eded7c');
	background-color:#f5d03d;
	text-decoration: none;
	color:#3366cc;
}.contactButton:active {
	position:relative;
	top:1px;
	text-decoration: none;
	color:#3366cc;
}.largeYellowButton:visited {
	color:#132f64;
}

.yellowBarThick {
	background-color: #FC0;
	height: 2px;
	width: 710px;
	margin-bottom:15px;
}

.yellowBarThin {
	background-color: #FC0;
	height: 1px;
	width: 710px;
	margin-top:15px;
	margin-bottom:15px;
}

.longYellowBarThick {
	background-color: #FC0;
	height: 2px;
	width: 920px;
	margin-bottom:15px;
}

.longYellowBarThin {
	background-color: #FC0;
	height: 1px;
	width: 920px;
	margin-bottom:15px;
}

.shortBlueBar {
	background-color: #70accf;
	height: 2px;
	width: 210px;
	margin-top:25px;
	margin-bottom:5px;
}

.yellowInfoBox {
	width:690px;
	padding:6px 10px;
	background-color:#FFF2C1;
	color: #333;
	font: 11px Arial, Helvetica, Tahoma, sans-serif;
	margin-bottom:15px;
}

ul.arrow {
	margin: 5px 0px 12px 15px;
	padding: 0px 0px 0px 8px;
	color: #333;
	font: normal 12px Arial,Helvetica,Tahoma,sans-serif;
	list-style-image: url(../images/icons/gray_arrow.gif);
	text-indent: -4px;
}

.sectionHeader {
	margin-top: 15px;
	font-weight: bold;
	font-size: 14px;
}

.announcment {
	padding: 32px 12px 8px 12px;
	font-size: 13px;
	margin: 10px 0px;
	width: 460px;
	line-height: 16px;
	background: #a3c4e7 url(../images/noticeBack.gif) no-repeat;
	color: #000;
	font: normal 12px Arial, Helvetica, Tahoma, sans-serif;
}

.missionBox {
	margin-top:14px;
	padding-top:2px;
	background-image: url(../images/mission-back.jpg);
	width: 669px;
	height: 47px;
	text-align: center;
	color: #003366;
	font-size:10px;
	line-height: 11px;
}