body, td, th, input, textarea, select {
	font-family: Georgia, "Trebuchet MS", serif;
	font-size: 14px;
}

body {
	margin: 30px;
	background-color: #FFFFFF;
	background-image: url("images/bg.jpg");
	background-repeat: repeat-x;
	background-attachment: fixed;
}

h1, h2, h3, h4 {
	font-family: Georgia, "Trebuchet MS", serif;
	font-weight: normal;
	margin: 0;
}

p { 
	line-height: 160%;
	margin: 0 0 10px 0; 
}


a {
	color: #0066CC;
	text-decoration: none;
}

a:hover { color: #0099CC; }









#top { background-image: url("image/top_bg.jpg"); }

#top, #bottom {
	width: 980px;
	margin: 0 auto;
	background-repeat: no-repeat;
	height: 30px;
}

#bottom { background-image: url("image/bottom_bg.jpg"); }

#wrapper {
	width: 920px;
	background-image: url("image/wrapper_bg.jpg");
	background-position: top center;
	background-repeat: repeat-y;
	margin: 0 auto;
	padding: 0 30px;
}


/* Navigation */
#navigation {
	height: 35px;
	background-image: url("image/nav_bg.gif");
	background-repeat: no-repeat;
	background-position: top left;
	margin-bottom: 20px;
}

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

#navigation ul li {
	display: inline;
	float: left;
}

#navigation ul li a {
	color: #FFFFFF;
	text-decoration: none;
	padding: 9px 21px;
	height: 17px;
	display: block;
	text-align: center;
	width: 63px;
}

#navigation ul li a.short {	width: 40px; }
#navigation ul li a.mission {	width: 125px; }
#navigation ul li a.services {	width: 80px; }
#navigation ul li a.case {	width: 80px; }
#navigation ul li a.contact_ie6, #navigation ul li a.contact_current_ie6 {	width: 90px; }
#navigation ul li a.contact, #navigation ul li a.contact_current {	width: 93px; }

#navigation ul li a.contact:hover,
#navigation ul li a.contact_current,
#navigation ul li a.contact_ie6:hover,
#navigation ul li a.contact_current_ie6 { 
	background-image: url("image/nav_bg_contact.png"); 
	background-position: top right;
	background-repeat: no-repeat;
}

#navigation ul li a.first:hover, 
#navigation ul li a.first_current { 
	background-image: url("image/nav_bg_home.png"); 
	background-position: top left;
	background-repeat: no-repeat;
}

#navigation ul li a.normal:hover, 
#navigation ul li a.normal_current { background-color: #31B7F6; }	





#flash {
	width: 510px;
	height: 250px;
	float: right;
	border: 1px solid #CCCCCC;
}






#welcome {
	height: 222px;
	width: 355px;
	background-image: url("image/welcome_bg.gif");
	background-position: top left;
	background-repeat: no-repeat;
	padding: 15px;
	border-right: 1px solid #CCCCCC;
}

#welcome h1 { 
	font-size: 16px; 
	font-weight: bold;
}

#welcome h2 { 
	font-size: 21px; 
	font-weight: bold;
	margin-bottom: 10px;
}

#welcome p { 
	color: #333333;
	font-size: 12px;
}	




#content_top {
	margin-top: 20px;
	height: 30px;
	background-image: url("image/content_top.jpg");
	background-position: top left;
	background-repeat: no-repeat;
}

#content {
	padding: 0 15px 15px 15px;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
}

#content h1 {
	color: #2E3092;
	font-size: 28px;
	margin-bottom: 10px;
}

#content_bottom {
	height: 15px;
	background-image: url("image/content_bottom.jpg");
	background-position: top left;
	background-repeat: no-repeat;
}





#footer {
	height: 20px;
	background-image: url("image/footer.jpg");
	background-repeat: no-repeat;
	background-position: top left;
	padding: 15px;
	color: #FFFFFF;
	margin-top: 20px;
}

#footer span { float: right; }

#footer a { 
	color: #FFFFFF; 
	text-decoration: underline;
}



img.photo {
	float: right;
	border: 1px solid #CCCCCC;
	margin: 0 0 10px 10px;
}

input.form_field {
	padding: 3px;
	border: 1px solid #CCCCCC;
	width: 390px;
	margin-bottom: 5px;
}

textarea.form_field {
	padding: 3px;
	border: 1px solid #CCCCCC;
	width: 390px;
	height: 80px;
	margin-bottom: 5px;
}