@charset "utf-8";
/* CSS Document */
html,body,p,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,html,blockquote,fieldset
 {
	margin: 0;
	padding: 0;
	border: 0;
}
.blue {
	color: #1778be;
}

body
{
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	background-color: #8cb4d8;
	font-size: 0.7em;
	line-height: 140%;
}

#container		
{
	background-color: #FFF;
	border: 1px solid #000;
	width: 1000px;
	margin: 0 auto;
	background-image: url(../images/bg_global.jpg);
	background-position: top center;
	background-repeat: no-repeat;
}
#containerService		
{
	background-color: #FFF;
	border: 1px solid #333;
	width: 1000px;
	margin: 0 auto;
	background-image: url(../images/bg_services.jpg);
	background-position: top center;
	background-repeat: no-repeat;
}

#banner
{
	height: 210px;
}
#banner #top
{
	height: 185px;
}
#banner #top .alignDiv
{
	float:left;
	display: block;
}
#banner h1
{
	margin: 0;
	padding: .5em;
}
.red {
	color: #CC3333;
}

#right
{
	float: right;
	width: 333px;
	margin-right: 10px;
	padding-top: 1em;
}
#right  p { margin-top: 0; }

#content
{
	margin: 0 355px 0 3.1em;
	padding-bottom: 1em;
	min-height: 325px;
	padding-top: 50px;
}
#content h1 {
	margin-top: 0;
	font-size: 16px;
	margin-bottom: 5px;
}
#content h2 {
	margin-top: 0;
	font-size: 14px;
	margin-bottom: 5px;
}

#footer
{
	clear: both;
	padding: 1em;
	text-align: center;
	font-size: 0.9em;
}

#content #news-menu
{
	margin-bottom: 50px;

} 
#content #news-menu ul
{
	list-style: none;
	padding: 0;
	margin: 0;
} 
#content #news-menu li
{
	float: left;
	margin: 0 3em 0 0;
	font-size: 10px;
	font-weight: bold;
}
#content #news-menu a {
	color:#666;
	text-decoration: none;
} 
#content #news-menu a:hover {
	color:#1778be;
	text-decoration: none;
} 
#content #news-menu a.hilite {
	color:#1778be;
	text-decoration: none;
} 
#form  {
	width:548px;
	background-image:url(../images/bg_form.jpg);
	background-repeat:repeat-y;
}
#form label {
	font-size: 11px;
	font-weight: bold;
	width: 150px;
	float: left;
	line-height: 15px;
}
#form input, select {
	margin-left: 5px;
	font-size: 11px;
}
#form textarea {
	margin-left: 20px;
	font-size: 11px;
}
#content #cslink {
	float: right;
	margin-top: -45px;
	padding-right: 40px;
}
#content a {
	color:#1778be;
	text-decoration: none;
} 

#content a:hover { 
   color:#1778be;
	text-decoration: underline; 
} 
#content #techlink {
	float: right;
	margin-top: -45px;
	padding-right: 345px;
}
#content #teamlink {
	float: right;
	margin-top: -45px;
	padding-right: 194px;
}
