/* Sifr Styles */
.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}
.sIFR-replaced {
	visibility: visible !important;
}
span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}
.sIFR-hasFlash h1 {
	visibility: hidden;
	margin-bottom: 2px;
}
/* Global Reset */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, fieldset, input, select, option, textarea, p, blockquote {  
	margin: 0; 
	padding: 0; 
}
ul, ol {
	margin: 0;
	padding: 0 0 0 16px;
}
a{
	outline: none;
}
/* Website Styles */
body {
	background: #fff url(ui/bg.jpg) top repeat-x;
	font: 12px Tahoma, Arial, Helvetica, sans-serif;
	color: #5a5959;
}
a {
	color: #0e72ba;
	text-decoration: none;
}
a:hover {
	color: #000;
	text-decoration: underline;
}
#container {
	width: 779px;
	margin: 0 auto 0 auto;
}
#header {
	background: url(ui/common-content-header.jpg) no-repeat;
	height: 185px;
	margin: 0;
}
#header p {
	display: none;
}
#menu {
	margin: 0 0 0 600px;
	padding: 0;
	position: absolute;
	top: 26px;
}
#menu li {
	list-style: none;
}
#menu li a {
	color: #000;
	display: block;
	font-size: 11px;
	text-decoration: none;
	text-indent: -900em;
	height: 29px;
}
#menu li a:hover {
	display: block;
	color: #000;
	text-decoration: none;
}
#menu-home a {
	background: url(ui/nav-home.gif) no-repeat;
	width: 163px;
}
#menu-home a:hover {
	background: url(ui/nav-home-over.gif) no-repeat;
}
#menu-about a {
	background: url(ui/nav-about.png) no-repeat;
	width: 163px;
}
#menu-about a:hover {
	background: url(ui/nav-about-over.png) no-repeat;
}
#menu-news a {
	background: url(ui/nav-news.gif) no-repeat;
	width: 163px;
}
#menu-news a:hover {
	background: url(ui/nav-news-over.gif) no-repeat;
}
#menu-project a {
	background: url(ui/nav-projects.gif) no-repeat;
	width: 163px;
}
#menu-project a:hover {
	background: url(ui/nav-projects-over.gif) no-repeat;
}
#menu-contact a {
	background: url(ui/nav-contact.gif) no-repeat;
	width: 163px;
}
#menu-contact a:hover {
	background: url(ui/nav-contact-over.gif) no-repeat;
}
#content {
	padding: 14px;
	min-height: 420px;
	background: url(ui/cbg.jpg) no-repeat;
}
#content li {
	list-style: none;
	background: url(ui/bullet_blue.gif) no-repeat;
	padding: 0 0 0 20px;
	margin: 0 0 5px 0;
	line-height: 16px;
}
h1{
	font-size: 22px;
}
h2{
	font-size: 16px;
}
h3{
	font-size: 14px;
}
h4{
	font-size: 12px;
}
h1, h2, h3 {
	font-family: Arial, Helvetica, sans-serif;
	color: #5d7c8c;
	letter-spacing: -0.01em;
}
p {
	line-height: 17px;
	padding: 0 0 10px 0;
}
.image {
	border: 1px solid #88949a;
	padding: 1px;
	float: right;
	margin: 5px 0 0 15px;
}
#footer {
	background: #72b1da;
}
#footer p {
	font-size: 10px;
	color: #fff;
	text-align: right;
	margin: 0 10px 0 0;
	padding-top: 9px;
	line-height: 16px;	
}