/* CSS Document */



* {
	margin-right: 0%;
	padding-right: 0px;
	padding-left: 0px;

	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0%;
}

/* MAC HIDE \*/

html, body {
	height:100%;
	margin:0;
	padding:0;
}

/*END MAC HIDE*/

body {
	background: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-align: left;
	margin-top: 10px;
}

/************************************************************/
/*Container*/
/************************************************************/

/*MAC HIDE\*/

#container {
	min-height: inherit;
}

/*END MAC HIDE*/

* html #container {
	height:100%;
}

#container {
	width:780px;
	margin:0 auto;
	/*border: 1px solid;
	border-color: #333333;*/
}

/************************************************************/
/*Header*/
/************************************************************/

.header {
	width:780px;
	height:225px;
	margin:0 auto;
	background: url(../images/header.jpg);
	background-repeat: no-repeat;
	text-align:center;
	/*border-right: solid #333333 1px;*/
}

/************************************************************/
/*Main*/
/************************************************************/

#main {
	float:left;
	width:780px;
	margin:0 auto;
	text-align:center;
	/*background: #FFFFFF;
	background-position: bottom;
	background-repeat: no-repeat;*/
}

/*
/************************************************************/
/*Content*/
/************************************************************/

#flash {
	float:left;
	width:519px;
}

#content-top {
	float: left;
	background-color:#000033;
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
	width:750px;
	color:#FFFFFF;
	padding:15px 15px 15px 15px;
}

#content {
	float: left;
	font-size:12px;
	margin: 10px 20px 20px 20px;
	font-family: Arial, Helvetica, sans-serif;
	width:710px;
	color:#000000;
	padding:15px 15px 15px 15px;
	background:#47609C;
	border: 1px solid #000033;
	text-align:left;
}

#contenta {
	text-align: left;
	float: left;
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
	width:440px;
	color:#000000;
	padding:15px;
	background:#47609C;
	border: 1px solid #000033;
	margin: 10px;
	
}

#content a{
	text-decoration:none;
	color: #000000;
}

#content a:hover{
	text-decoration:underline;
	color: #4D4D4D;
	background:#6B84BC;
}

#contenta_i {
	float:left;
	margin: 10px 0px 0px 15x;
	font-family: Geneva, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	/*width:485px;*/
	color:#4D4D4D;
	text-align: left;
	line-height: 20px;
}

#contentb {
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width:100px;
	color:#4D4D4D;
	/*border-color: #0085D7;  border-style: solid; border-width: 2px; */
	text-align: left;
	border-bottom: 2px dashed #D9D9D9;
	margin: 10px 20px 40px 20px;
	line-height: 20px;
}

#contentb a{
	text-decoration:none;
	display:block;
	background:#003366;
	border: 1px solid #000033;
	color: #FFFFFF;
	margin: 5px;
}
#contentbactive a{
	text-decoration:none;
	display:block;
	background:#455E9A;
	border: 1px solid #000033;
	color: #FFFFFF;
	margin: 5px;
}
#contentb a:hover{
	text-decoration:underline;
}

#contentb_i {
	float: left;
	font-family: Geneva, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	width:500px;
	color:#4D4D4D;
	/*border-color: #0085D7;  border-style: solid; border-width: 2px; */
	text-align: left;
	padding: 15px 0px 0px 20px;
	line-height: 20px;
}

#contentb_i img{
	float:left;
	text-align:center;
}

#contact_form{
	float:left;
	text-align:left;
}

#contentc {
	float: left;
	font-size: 12px;
	width:100px;
}

#content h1 {
	font-size:2em;
	margin:0 1px 5px 1px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

.title {
	float: left;
	WIDTH: 700px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	text-align: left;
	font-weight: bold;
	text-decoration:none;
}

.title2 {
	padding: 10px 0px 10px 0px;
	border-bottom-width: 1px;
	border-bottom-color: #0066CC;
	border-bottom-style: solid;
}

#links {
	float: left;
	font-size:12px;
	margin: 10px 20px 20px 20px;
	font-family: Arial, Helvetica, sans-serif;
	width:640px;
	color:#000000;
	padding:15px 15px 15px 15px;
	background:#FFFFFF;
	border: 1px solid #000033;
}

.menu {
	float: left;
	width: 780px;
	font-weight:bold;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	/*border-top-width: 1px;
	border-top-color: #333333;
	border-top-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #333333;
	border-bottom-style: solid;*/
	
	margin-top:185px;
	

}

.divider {
	float: left;
	background-image:url(../images/divider.jpg);
	width: 1px;
}

.hmenu {
	float: left;
	width: 90px;
	background:url(../images/menu_button.jpg);
	background-repeat: no-repeat;
	font-size:11px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	letter-spacing: 0.5px;
	line-height: 36px;
	margin-right: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;	
}

.hmenu a {
	text-decoration: none;
	background-repeat: no-repeat;
	color: #FFFFFF;
	font-weight: bold;
	/*padding: 4px 0px 4px 0px;*/

}

.hmenu a:hover {
	background-repeat: no-repeat;
	display: block;
	color: #FFFFFF;/*#B9F714;*/
	font-weight: bold;
	width: 92px;
	background: #455E9A;
	text-decoration: underline;
	border: 1px solid #000033;
	line-height: 34px;

}

.hmenu a:active {
	background:#455E9A;
	color: #FFFFFF;
	font-weight: bold;
	width: 92px;
	line-height: 34px;
}
.hmenuactive {
	float: left;
	width: 90px;
	background:#455E9A;
	background-repeat: no-repeat;
	font-size:11px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	letter-spacing: 0.5px;
	line-height: 34px;
	margin-right: 0px;
	border: 1px solid #000033;
}
.hmenuactive a {
	text-decoration: none;
	background-repeat: no-repeat;
	color: #FFFFFF;
	font-weight: bold;
	/*padding: 4px 0px 4px 0px;*/

}

.hmenuactive a:hover {
	background-repeat: no-repeat;
	display: block;
	color: #FFFFFF;/*#B9F714;*/
	font-weight: bold;
	width: 92px;
	background: #455E9A;
	text-decoration: underline;
	border: 0px solid #000033;
	line-height: 34px;
}
.hmenu-end {
	float: left;
	width: 129px;
	background-repeat: no-repeat;
	font-size:0.8em;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	padding: 4px 0px 4px 0px;
	background-color: #CCCCCC;
	border-right: solid #3333 1px;
}

.hmenu-end a {
	text-decoration: none;
	background-repeat: no-repeat;
	color: #000000;
	font-weight: bold;
}

.hmenu-end a:hover {
	background-repeat: no-repeat;
	display: block;
	color: #FFFFFF;
	font-weight: bolder;
	width: 129px;
	background-color: #999999;
	text-decoration: underline;
}

.hmenu-end a:active {
	background-color:#666666;
	display: block;
	color: #93E01F;
	font-weight: bold;
	width: 129px;
}

.spacer {
	background: url(../images/menu_spacer.jpg);
	width: 1px;
}

.login_box {
	float: left;
	height: 139px;
	width: 199px;
	background-color: #515151; /*#DBDBDB*/
	font-size: 9px;
	font-family: Verdana, Arial, Helvetica, San-serif;
	border-right-width: 1px;
	border-right-color: #333333;
	border-right-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #333333;
	border-bottom-style: solid;
	left: auto;
	top: auto;
	right: auto;
	bottom: auto;
}

.login {
	float: left;
	height: 140px;
	width: 188px; /*#DBDBDB*/
	font-size: 9px;
	font-family: Verdana, Arial, Helvetica, San-serif;
	padding: 5px 0px 0px 10px;
	/*border-bottom: solid #333333 1px;
	border-left: solid #333333 1px;*/
	text-align: left;
	background-color: #515151;
	/*border-right: solid #333333 1px;*/
}

input{font-family: Arial; font-size:10px; border:1px solid #BEACB4; color:#666666;}
select{font-family: Arial; font-size:10px;}


.box {
	float: left;
	/*border-bottom-color:#FFFFFF;
	border-bottom-width:2px;
	border-bottom-style: solid;*/
	width: 199px;
	color: #333333;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin:0px 0px 0px 0px;
}

.box1 {
	/*background: url(../images/testimonial_bottom.jpg);*/
	background-position: top;
	background-repeat: no-repeat;
	/*border-color:#044D2F;
	border-bottom-width:1px;
	border-right-width:1px;
	border-top: 0px;
	border-left-width:1px;
	border-style: solid;*/
	width: 150px;
	height: 10px;
	text-align:left;
	font-size:0.7em;
	margin:0px 0px 0px 0px;
}

.box2 {
	float: left;
	width: 179px;
	text-align:left;
	font-size:0.8em;
	font-family: Arial, Verdana, Serif;
	color:#333333;
	margin: 0px 0px 0px 0px;
}

.testimonial {
	float: left;
	width: 170px;
	text-align:justify;
	font-size:11px;
	font-family: Arial, Verdana, Serif;
	color:#333333;
	margin-left: 14px;
}

.box3 {
	/*background: url(../images/testimonial_bottom.jpg);*/
	background-position: bottom;
	background-repeat: no-repeat;
	/*border-color:#044D2F;
	border-bottom-width:1px;
	border-right-width:1px;
	border-top: 0px;
	border-left-width:1px;
	border-style: solid;*/
	width: 150px;
	height: 10px;
	text-align:left;
	font-size:0.7em;
	margin:0px 0px 0px 0px;
}

.bottom {
	float: left;
	width: 780px;
	background-repeat:no-repeat;
	background-position: bottom;
}

.bottom_noimg {
	float: left;
	width: 780px;
	border-right: solid #333333 1px;
}

.column1 {
	float:left;
	width: 256px;
	text-align: left;
	font-size: 0.9em;
	font-family: Arial, Verdana, sans-serif;
	color:#4D4D4D;
	padding: 0px 0px 0px 0px;
	/*border-left: solid #333333 1px;*/
	background-color: #FFFFFF;
	border-right: dotted #333333 1px;
	
}

.column1a {
	float:left;
	border-right-color: #4D4D4D;
	border-right-width: 1px;
	border-right-style: solid;
	width: 199px;
	text-align: center;
	font-size: 0.9em;
	font-family: Arial, Verdana, sans-serif;
	color:#4D4D4D;
	padding: 0px 0px 30px 0px;
	background: #D7D7D7;
}

.column2 {
	float: left;
	width: 519px;
	font-family: Arial, Verdana, Helvetica, San-Serif;
}

.column2a {
	float: left;
	width: 509px;
	background-color: #f3f3f3;
	font-family: Arial, Verdana, Helvetica, San-Serif;
}

.column2inner {
	float: left;
	background-color: #f3f3f3;
	width: 560px;
	font-family: Arial, Verdana, Helvetica, San-Serif;
	margin: 10px;
}

.column2innerbox {
	float: left;
	background-color:#FFFFFF;
	border:1px solid #D9D9D9;
	width: 550px;
	font-family: Arial, Verdana, Helvetica, San-Serif;
	margin: 3px 3px 10px 3px;
}

.column2innerbox img {
	float: left;
}


.tech_column {
	float:left;
	width: 598px;
	margin-left:0px;
	color: #4D4D4D;
}

#clearFooter {
	clear:both;
}

.footer {
	float: left;
	width: 780px;
	background: #000033;
	font-size: 10px;
	color: #FFFFFF;
	text-align: left;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	padding: 5px 0px 5px 0px;
}

#footertext_right {
	float: left;
	font-size: 10px;
	width:485px;
	color: #FFFFFF;
	padding: 2px 0px 0px 0px;
	text-align: right;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
}

#footertext_right a:link {
	text-decoration: none;
	color: #FFFFFF;
}

#footertext_right a:hover{
	text-decoration: none;
	color: #FFFFFF;
}

#footertext_right a:visited{
	text-decoration: none;
	color: #FFFFFF;
}

#footertext_left {
	float: left;
	font-size: 10px;
	width: 220px;
	color: #FFFFFF;
	padding: 2px 24px 0px 24px;
	text-align: left;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	letter-spacing: .03cm;
}

#footertext a {
	color: #FFFFFF;
	padding: 4px 2px 0px 0px;
	text-align: right;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

