/* CSS Document */
a { outline:none; }

body {
	font-family: arial, sans-serif;
	font-size: 12px;
	color: #666;
	line-height: 16px;
}
A:link{
	color: #00549b;
	text-decoration: underline;
	font-weight: bold;
}
A:visited{
	color: #00549b;
	text-decoration: underline;
	font-weight: bold;
}
A:hover{
	color: #000;
	text-decoration: underline;
	font-weight: bold;
}
h1 {
	margin-top: 0px;
	font-family: arial, sans-serif;
	font-size: 14px;
	color: #00549b;
	letter-spacing: 4px;
	text-transform: uppercase;
	line-height: 16px;
}
h2 {
	margin-top: 0px;
	margin-bottom: 0px;
	font-family: arial, sans-serif;
	font-size: 12px;
	color: #00549b;
	line-height: 14px;
}


.legal {
	font-family: arial, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 15px;
}
.legal h1 {
	margin-bottom: 0px;
	letter-spacing: 1px;
}
.legal h1 em {
	color: #666;
	font-size: 10px;
	letter-spacing: 0px;
}
.main {
	padding: 10px 30px 10px 30px;
	background: url("images/main_bg.gif");
	background-repeat: repeat-y;
}
.left {
	padding-right: 20px;
}
.right {
	border-left: 1px dotted #666;
	border-bottom: 1px dotted #666;
	border-right: 1px dotted #666;
}
.menu {
	background: #eee;
	color: #666;
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: 3px 3px 3px 8px;
	border-top: 1px dotted #666;
	margin: 0px;
}
.menu-bottom {
	background: #eee;
	color: #666;
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: 3px 3px 3px 8px;
	border-bottom: 1px dotted #666;
	border-top: 1px dotted #666;
	margin: 0px;
}
.menu a {
	color: #666;
	text-decoration: none;
	font-weight: normal;
}
.menu a:hover {
	color: #fff;
}
.menu:hover {
	color: #fff;
	background: #aaa;
}
.menu-bottom a {
	color: #666;
	text-decoration: none;
	font-weight: normal;
}
.menu-bottom a:hover {
	color: #fff;
}
.menu-bottom:hover {
	color: #fff;
	background: #aaa;
}
.submenu {
	color: #555;
	text-transform: none;
	font-size: 11px;
	padding: 5px;
	border-top: 1px dotted #666;
}
.submenu ul {
	margin-top: 0px;
	list-style-image: url(images/bullet.gif);
}
.submenu-bottom {
	color: #555;
	text-transform: none;
	font-size: 11px;
	padding: 5px;
}
.submenu-bottom ul {
	margin-top: 0px;
	list-style-image: url(images/bullet.gif);
}
.portfolio {
	margin: 0px;
	width: 460px;
	color: #fff;
}
.portfolio p {
	margin: 0px;
}
.portfolio strong {
	color: #ffff00;
}
.portfolio a {
	font-size: 14px;
	color: #888;
	text-decoration: none;
	padding: 3px 6px 3px 6px;
	background: #fff;
	color: #666;
	border: 1px dotted #666;
}
.portfolio a:hover {
	color: #000;
	border: 1px solid #000;
}
.port-middle {
	background: url("portfolio/images/port-bg.gif");
	background-repeat: repeat-y;
	padding: 0px 12px 0px 12px;
}


.casestudy {
	margin: 0px;
	width: 460px;
	color: #fff;
}
.casestudy p {
	margin: 0px;
}
.casestudy strong {
	color: #ffff00;
}
.casestudy a {
	color: #fff;
	text-decoration: none;
}
.casestudy a:hover {
	color: #ffff00;
}
.casestudy-middle {
	background: url("portfolio/images/port-bg.gif");
	background-repeat: repeat-y;
	padding: 0px 12px 0px 12px;
}

#indexLeft a.videolink {
background: none;
border: none;
color: #fff;
font-size: 12px;
}

.rule {
	border-bottom: 1px dotted #666;
}
label {
	width: 6em;
	float: left;
	text-align: right;
	margin-right: 0.5em;
	display: block;
}
.submit input {
	margin-left: 6.5em;
}
input {
	color: #000;
	background: #ddd;
	border: 1px solid #666;
}
.submit input {
	color: #fff;
	background: #00549b;
	border: 2px outset #888;
}
fieldset {
	border: 1px solid #aaa;
	width: 35em;
}
legend {
	color: #fff;
	background: #00549b;
	border: 1px solid #000;
	padding: 2px 6px;
}
.news_story {
	height: 100px;
	padding-top: 20px;
	overflow: hidden;
	border-bottom: 1px dotted #666;
}