/* Reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
ul {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym {border:0;}
/* End Reset */

body {
	background:#151314 url(../images/ty_bg2.gif) no-repeat top center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	margin:0;
	padding:0;
	color:#CCCCCC;
}

#flashcontent {
	width:740px;
	margin:0 auto;
	border-bottom:solid 1px #004F74;
	border-top:solid 1px #004F74;
	padding-top:5px;
	padding-bottom:5px;
}

#navigation a {
	color:#004F74;
	text-decoration:none;
	font-size:12px;
	padding-bottom:1px;
}

 #navigation a.selected, #navigation a:hover{
	color:#008CC9;
	border-bottom:solid 1px #999;
}

h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	font-weight:normal;
	color:#CCCCCC;
}

#head {
	margin:20px auto 5px auto;
	width:750px;
}

#name {
	width:163px;
	float:left;
	padding-top:50px;
}

#title {
	width:292px;
	float:right;
	margin-top:8px;
	padding-top:50px;
}

.clearer {
	clear:both;
}

#navigation {
	height:100px;
	background:url(../images/subnav-bg.png) repeat-x transparent;
}

#navigation_links {
	width:740px;
	margin:0 auto;
	padding-top:33px;
	padding-left:15px;
}

#navigation_links ul li {
	display:inline;
	margin-right:15px;
}

#content {
	width:740px;
	margin:30px auto 50px auto;
}

#content ul {
	width:345px;
}

#content ul li.title {
	border-bottom:dotted 1px #008CC9;
	margin-bottom:10px;
}

#content li.title img {
	padding-bottom:2px;
}

#content li {
	font-size:12px;
	line-height:15px;
	margin-bottom:10px;
}

#latest_news li, #recent_work li {
	margin-bottom:0px;
}

#content li span {
	color:#FFFFFF;
}

#latest_news {
	width:355px;
	float:left;
}

#latest_news a {
  color: #004F74;
}

#latest_news a:hover {
  color: #008CC9;
}

#recent_work {
	width:355px;
	float:right;
}

#footer {
	background:transparent url(../images/footer-bg.png) repeat-x top;
	height:60px;
}

#footer_content {
	width:740px;
	margin:0 auto;
	padding-top:30px;
	text-align:right;
	font-size:10px;
	color:#999;
}