/* CSS Document */

/* ----------------------------- GENERAL LAYOUT --------------------------- */

body {
	background-color: #2c6eaf;
	margin: 0px;
	text-align:center;
	
}

#bg {
	width:780px;
	margin-left:auto;
	margin-right:auto;
	/*background-image: url(imgs/bg.jpg);
	background-repeat: repeat-y;
	background-position:center;*/

	
}

#header {
	background-image: url(imgs/header.jpg);
	background-repeat: no-repeat;
	height: 115px;
	width:790;
	text-align:left;
	
}

.logo {
	width:790;
	
}
.menu_item {
	font-family: "Trebuchet MS", Arial, Helvetica;
	font-size: 14px;
	font-weight: bold;
	color: #ffe6b7;
	text-decoration: none;
	text-transform: uppercase;
	margin-left:20px;
	margin-right:20px;
	float:left;
	position:relative;
}

.menu_sep {
	font-family: "Trebuchet MS", Arial, Helvetica;
	font-size: 14px;
	font-weight: bold;
	color: #ffe6b7;
	text-decoration: none;
	text-transform: uppercase;
	float:left;
	position:relative;
}

.menu {
	font-family: "Trebuchet MS", Arial, Helvetica;
	font-size: 14px;
	font-weight: bold;
	color: #ffe6b7;
	text-decoration: none;
	text-transform: uppercase;
}

a.menu:visited {
	color: #ffe6b7;
	text-decoration: none;
	}

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

.menuSelected {
	font-family: "Trebuchet MS", Arial, Helvetica;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	text-transform: uppercase;
}

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

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

#container {	
	background-image: url(imgs/bg.gif);
	background-repeat: repeat-y;
	background-position:center;
	text-align:center;
	margin-top:0px;
	margin-bottom:0px;
	margin-left:auto;
	margin-right:auto;
	padding:0px;
	width: 790px;

}

a {
	color: #2c6eaf;
	text-decoration: none;
}

a:hover {
	color: #2c6eaf;
	text-decoration: underline;
}

/* ----------------------------- CONTENT LAYOUT --------------------------- */

#content {
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	margin-top:0px;
	margin-bottom:0px;
	text-align:left;
	
}

/* #rightcolumn {
    float:right;
    width:510px;
    }
#leftcolumn {
    float:left;
    width:250px;
	} */

.pic {
	margin-right: 10px;
	margin-left: 0px;
	margin-top:10px;
	margin-bottom:10px;
}

	
.text {
	width:auto;
	padding-right:15px;
	margin-right: 10px;
	margin-left: 10px;
	margin-top:10px;
	margin-bottom:10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #464646;
	font-style: normal;
	line-height: 17px;
	text-decoration: none;
	text-align: left;
}


.row_text {
	width:auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #464646;
	font-style: normal;
	line-height: 17px;
	text-decoration: none;
	text-align: left;
	padding-bottom:10px;
	padding-right:0px;
	margin:0px;
}


.itext {

	color: #e09000;

}

.submenu {
	width:auto;
	margin-right: 20px;
	margin-left: 10px;
	margin-top:10px;
	margin-bottom:10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #464646;
	font-style: normal;
	line-height: normal;
	text-decoration: none;
}
.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	font-variant: normal;
	text-transform: uppercase;
	/*color: #586DA4;*/
	color: #e09000;
	font-style: normal;
	line-height: normal;
	text-decoration: none;
	margin: 15px 0px 0px 10px;
	float: none;
}

.subtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #464646;
	font-style: normal;
	line-height: normal;
	text-decoration: none;
	float: none;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}
	
#form {
	margin-right: 10px;
	margin-left: 10px;
	padding-bottom: 10px;
	width: 450px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #464646;
	font-style: normal;
	line-height: 17px;
	text-decoration: none;
	text-align: left;
}
	
.formtext {
	margin-right: 10px;
	margin-left: 0px;
	padding-bottom: 5px;
	padding-top: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #464646;
	font-style: normal;
	line-height: 17px;
	text-decoration: none;
	text-align: left;
}

.button {
	margin-right: 10px;
	margin-left: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #464646;
	font-style: normal;
	line-height: 17px;
	text-decoration: none;
	text-align: center;}

.formfield {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #464646;
	font-style: normal;
	line-height: 17px;
	text-decoration: none;
	text-align: left;
	margin: 0px;
}

ul {
	margin-right: 10px;
	margin-left: 10px;
	margin-top:10px;
	margin-bottom:10px;
	list-style-position: outside;
	list-style-image: url(imgs/arrow.gif);
	width:auto;
	padding-right:15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #464646;
	font-style: normal;
	line-height: 17px;
	text-decoration: none;
	text-align: justify;
}

ol {
	margin-right: 10px;
	margin-left: 20px;
	margin-top:10px;
	margin-bottom:10px;
	width:auto;
	padding-right:15px;
	padding-left:12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #464646;
	font-style: normal;
	line-height: 17px;
	text-decoration: none;
	text-align: left;
}

li {
	margin-bottom: 10px;
	margin-left: 12px;
}

b {
	font-weight: bold;
	letter-spacing: 1px;
}

.caption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #666666;
	font-style: normal;
	line-height: normal;
	text-decoration: none;
	margin-right: 10px;
	margin-left: 10px;
	margin-top:0px;
	margin-bottom:20px;
	width:440px;
}

.image {
	width:auto;
	text-align:center;
}
/* ----------------------------- FOOTER --------------------------- */

#footer {
	background-image: url(imgs/footer-bg.jpg);
	background-repeat: no-repeat;
	background-position: top;
	text-align: right;
	height: 98px;
	margin-left:auto;
	margin-right:auto;
	width: 790px;
}

.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	padding-top: 7px;
	color: #FFFFFF;
	margin-left:45px;
	margin-top:20px;
}

/* ----------------------------- LAUNCHER --------------------------- */
.vpic {
	margin-right: 0px;
	margin-left: 0px;
	margin-top:10px;
	margin-bottom:0px;
	height: 100%;
	vertical-align: bottom;
	
}

.launcher {
width:auto;
vertical-align:top;
margin-top:605px;
margin-bottom:45px;
text-align:center;
}

.launcher2 {
width:auto;
vertical-align:top;
/*margin-top:45px;*/
margin-top:45px;
text-align:center;
}

.launcher3 {
width:auto;
vertical-align:top;
margin-top:47px;
text-align:center;
}

.vpicindex {
	vertical-align:top;
	margin-right: 0px;
	margin-left: 0px;
	margin-top:0px;
	margin-bottom:0px;
	background-image: url(imgs/pic-v003.jpg);
	background-repeat: no-repeat;
	/*background-position: left 200px;*/
	background-position: left 75px;
}

.vpicintdas {
	vertical-align:top;
	margin-right: 0px;
	margin-left: 0px;
	margin-top:0px;
	margin-bottom:0px;
	background-image: url(imgs/pic-v002.jpg);
	background-repeat: no-repeat;
	background-position: left 175px;	
}

.vpicftgis {
	vertical-align:top;
	margin-right: 0px;
	margin-left: 0px;
	margin-top:0px;
	margin-bottom:0px;
	background-image: url(imgs/pic-v001.jpg);
	background-repeat: no-repeat;
	background-position: left 175px;	
}

.vpicatsim {
	vertical-align:top;
	margin-right: 0px;
	margin-left: 0px;
	margin-top:0px;
	margin-bottom:0px;
	background-image: url(imgs/pic-v007-2.jpg);
	background-repeat: no-repeat;
	background-position: left 960px;	
}

.vpicatsim2 {
	vertical-align:top;
	margin-right: 0px;
	margin-left: 0px;
	margin-top:0px;
	margin-bottom:0px;
	background-image: url(imgs/pic-v007-2.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}
.vpiclinks {
	vertical-align:top;
	margin-right: 0px;
	margin-left: 0px;
	margin-top:0px;
	margin-bottom:0px;
	background-image: url(imgs/pic-v004.jpg);
	background-repeat: no-repeat;
	background-position: left 75px;
}

.vpiccontact {
	vertical-align:top;
	margin-right: 0px;
	margin-left: 0px;
	margin-top:0px;
	margin-bottom:0px;
	background-image: url(imgs/pic-v006.jpg);
	background-repeat: no-repeat;
	background-position: left -67px;
}

.vpitraining {
	vertical-align:top;
	text-align:center;
	margin-right: 0px;
	margin-left: 0px;
	margin-top:0px;
	margin-bottom:0px;
	background-image: url(imgs/pic-v006.jpg);
	background-repeat: no-repeat;
	background-position: left 0px;
}

.training {
	width:auto;
	padding-right:0px;
	margin-right: 0px;
	margin-left: 20px;
	margin-top:10px;
	margin-bottom:0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #464646;
	font-style: normal;
	line-height: 17px;
	text-decoration: none;
	text-align: left;
}