/* ------------------ VEEM Limited ------------------ */

* { padding: 0; margin: 0; }

body {
	 font-family:Arial, Verdana, Geneva, Arial, sans-serif;
	 font-size: 11px;
	 background-color: #4e8ece;
	 margin:0px;
}

body html {
	 height:100%;
}

#container { 
	background-color: #4e8ece;
	margin: 0px auto;
	width: 990px;
	overflow-x:hidden;
}

/* ----------------- Header ----------------- */

#header {
	 background-image: url(../images/headertest.jpg);
	 background-repeat: no-repeat;
	 height: 229px;
	 width:990px;
	 padding: 15px 0px 0px 15px;
	 margin: 0px 0px -80px 0px;
}

#header h1 {
	margin: 0px;
	padding: 0px;
	line-height:0px;
	text-indent: -9999px;
}

#header a {
	margin: 0;
	padding:0px 10px 0px 10px;
	line-height:30px;
	border-right: 1px solid #ababab;
	border-left: 1px solid #fff;
	text-decoration:none;
	float:left;
	display:block;
}

#header a:hover {
	text-decoration: underline;
	color: #000;
}

#nav_back {
	margin:58px 0px 0px -15px;
	border-top:solid 1px #fff;
	border-right:solid 1px #fff;
	border-bottom:solid 1px #fff;		
	height:30px;
	width:989px;
	font-size: 11px;
	font-weight:bold;
	text-transform:uppercase;
}

#nav_back a {text-decoration: none; color: blue;}

#nav_back a {
	text-decoration: none;
	color: #58738e;
}

#nav_back a:hover {
	text-decoration: underline;
	color: #58738e;
}

/* Forces buttons to go orange in active state
/* An id is required in the menu anchors.
/* A unique id is required in the body tag of each page. This id must match the id of the relevant menu anchor */
#propellers #menu-propellers {
	background-image:url(../images/active.gif);
	background-position:top left;
	background-repeat:repeat-x;

}

#engineering #menu-engineering {
	background-image:url(../images/active.gif);
	background-position:top left;
	background-repeat:repeat-x;
}

#timcast #menu-timcast {
	background-image:url(../images/active.gif);
	background-position:top left;
	background-repeat:repeat-x;
}

#contact #menu-contact {
	background-image:url(../images/active.gif);
	background-position:top left;
	background-repeat:repeat-x;
}

#login #menu-login {
	background-image:url(../images/active.gif);
	background-position:top left;
	background-repeat:repeat-x;
}

#facilities #menu-facilities {
	background-image:url(../images/active.gif);
	background-position:top left;
	background-repeat:repeat-x;
}

#recruitment #menu-recruitment {
	background-image:url(../images/active.gif);
	background-position:top left;
	background-repeat:repeat-x;
}


/* ----------------- Left Column ----------------- */

#left_nav{
	width: 175px; 
	float:left;
}


#nav {
	border-left:solid 1px #95bbe2;
}

.perfection1 {
	border-top: 1px solid #95bbe2;
}

.perfection {
	border-top: 1px solid #95bbe2;
	border-left: 1px solid #95bbe2;
	border-right: 1px solid #95bbe2;
}

.perfection2 {
	border-top: 1px solid #95bbe2;
	border-bottom: 1px solid #95bbe2;
	border-left: 1px solid #95bbe2;
	border-right: 1px solid #95bbe2;
}

.perfection3 {
	border-top: 1px solid #95bbe2;
	border-bottom: 1px solid #95bbe2;
}


/* ----------------- Start Menus ----------------- */

.suckerdiv {

float:left;

}

.suckerdiv ul{
z-index:10;
margin: 0;
padding: 0;
list-style-type: none;
width: 173px; /* Width of Menu Items */
border-bottom: 1px solid #95bbe2;
border-left: 1px solid #95bbe2;
}
	
.suckerdiv ul li{
z-index:10;
position: relative;
}
	
/*Sub level menu items */
.suckerdiv ul li ul{
z-index:10;
position: absolute;
width: 170px; /*sub menu width*/
top: 0;
visibility: hidden;

}

/* Sub level menu links style */
.suckerdiv ul li a{
z-index:10;
display: block;
overflow: auto; /*force hasLayout in IE7 */
color: white;
text-decoration: none;
background: #4e8ece;
padding-top: 3px;
padding-bottom: 3px;
padding-left: 3px;
border-right: 1px solid #95bbe2;
border-top: 1px solid #95bbe2;
border-bottom: 0px;
border-left: 0px;
}

.suckerdiv ul li a:visited{
color: white;
}

.suckerdiv ul li a:hover{
background-color: #83b0dd;
}

.suckerdiv .subfolderstyle{
background: url(../imagesarrow.gif) no-repeat center right;
}

	
/* Holly Hack for IE \*/
* html .suckerdiv ul li { float: left; height: 1%; }
* html .suckerdiv ul li a { height: 1%; }
/* End */

/* ----------------- End Menus ----------------- */


/* ----------------- Right Column ----------------- */

#content { 
	 z-index:8;
	 background-image: url(../images/contentbkgrd.jpg);
	 background-repeat: no-repeat;
	 background-position:0px 35px;
	 background-color:#71a5d8;
	 border:#fff solid 1px;
	 float:right;
	 position:relative;
	 font-size: 12px;
	 color: #fff;
	 padding-bottom: 8px;
	 padding-right: 8px;
	 width:804px;
 
}

#content h2 {
	 background-image: url(../images/contenttopimage.jpg);
	 background-repeat: no-repeat;
	 border-bottom: 1px solid #fff;
	 height:30px;
	 font-size:18px;
	 font-weight:normal;
	 color:#4f6173;
	 padding:5px 0px 0px 10px;
	 margin-right: -8px;
}

.subheading {
	 font-size:16px;
	 font-weight:bold;
	 color:#4f6173;
	 padding:5px 0px 0px 10px;
}

.subheading2 {
	 font-size:16px;
	 font-weight:bold;
	 color:#4f6173;
	 padding:5px;
}

.larger {
	 font-size:14px;
}

#content p {
	padding: 10px 0px 0px 10px;

}

#content ul {
	margin-left: 50px;
	border:0px;
}

#content li {
	list-style-image:  url(../images/li.gif);
}

#content li a {
	border:0px;
}

#content a {
	color:#fff; 
	text-decoration:underline;
}

#content a:hover {
	color: #1d364e;
	text-decoration:underline;	
}

#back a {
	color:#fff;
	text-decoration:none;
}

#back a:hover {
	color: #1d364e;
	text-decoration:underline;	
}


img.top { 
	float: left; 
	margin: 10px;
	border:4px solid #fff;
}

img.right { 
	float: right; 
	margin: 10px;
	border:4px solid #fff; 
}

img.borderless { 
	margin: 10px;

}


object {
margin-left:215px;
}

#az 
{
	margin: 0px;

}

table 
{
	margin: 7px;
	border-top:solid 1px #b0d2f5;
	border-left:solid 1px #b0d2f5;

}

table td {
	border-bottom:solid 1px #b0d2f5;
	border-right:solid 1px #b0d2f5;
}


#usa td 
{
	padding: 7px;

}

td 
{
	padding: 7px;

}

textarea 
{

	border-right-width : 1px;
	border-right-color : #ffffff;
	border-right-style : solid;
	border-top-width : 1px;
	border-top-color : #ffffff;
	border-top-style : solid;
	border-bottom-width : 1px;
	border-bottom-color : #ffffff;
	border-bottom-style : solid;
	border-left-width : 1px;
	border-left-color : #ffffff;
	border-left-style : solid;
	color : #666666;
	font-size: 12px;
	border-width: 1px;
	font-family: Arial;
	background-image: url(../images/background_input.gif);
	background-repeat:no-repeat;
	margin-left:40px;
	margin-bottom:10px;

}

input 
{

	border-right-width : 1px;
	border-right-color : #ffffff;
	border-right-style : solid;
	border-top-width : 1px;
	border-top-color : #ffffff;
	border-top-style : solid;
	border-bottom-width : 1px;
	border-bottom-color : #ffffff;
	border-bottom-style : solid;
	border-left-width : 1px;
	border-left-color : #ffffff;
	border-left-style : solid;
	color : #666666;
	font-size: 12px;
	border-width: 1px;
	font-family: Arial;
	background-image: url(../images/background_input.gif);
	background-repeat:no-repeat;


}

#alphabet {
	text-align:center;
	margin:15px;
}

#alphabet a {
	text-align:center;
	border-right: solid 1px #95bbe2;
	padding:0px 4px 0px 4px;
}

hr {

	 margin:5px 5px 5px 5px;

}

#Form1 {
     margin:5px 5px 0px 7px;
   
}

#Submit {
	 background:#e7e7e7;
	 color:#4f6173;
	}
	

.caption_left {
	width:237px;
	background-color:#fff;
	border-bottom:solid 5px #fff;
	margin:10px;
	color:#336699;
	font-size:10px;
	text-align:center;
	float:left;
}

.caption_left p {
	clear:left;
	line-height:10px;
}

.caption_left img {
	border-top:solid 5px #fff;
	border-right:solid 5px #fff;
	border-left:solid 5px #fff;
}


.caption_right {
	width:237px;
	background-color:#fff;
	border-bottom:solid 5px #fff;
	margin:10px;
	color:#336699;
	font-size:10px;
	text-align:center;
	float:right;
}

.caption_right p {
	clear:right;
	line-height:10px;
}

.caption_right img {
	border-top:solid 5px #fff;
	border-right:solid 5px #fff;
	border-left:solid 5px #fff;
}


/* ----------------- Footer ----------------- */

#footer {
	 background-image: url(../images/background_footer.gif);
	 background-repeat: repeat-x;
	 height: 46px;
	 width: 990px;
	 clear: both;
	 font-size:11px;
	 color:#fff;
}

#footer p {
	 font-size:11px;
	 margin-left:250px;
	 padding-top: 24px;
	 line-height:20px;
	 color:#1d364e;
}

#footer a {
	 color:#1d364e; 
	 text-decoration:underline;
}

#footer a:hover {
	 color: #1d364e; background: #e1c37b;	
}