@charset "utf-8";
/* CSS Document */

html, body, fieldset, a, div, img, blockquote

{

	margin: 				0px;

	padding:                		0px;

	border: 				0px;

}

/* container positioning */

#global { 
position: relative;  
margin-left: auto; 
margin-right: auto; 
width: 953px; 
}

#outerContainer {
width:953px; 
background:url(../images/cols.jpg);
float:left;
}

#innerContainer {
float:left;
width:930px;  
margin-left:12px;
background:url(/images/back-grad.jpg) #ffffff repeat-x;
}

/* body */
body{
font-family:arial;
font-size:12px;
}

#contact-page{
background:url(/images/back-grad.jpg)#ffffff repeat-x;
}

#header{
float:left;
width:100%;
}

#header span{
font-size:20px;font-weight:normal;
}

#main{
float:left;
width:100%;
border-bottom:1px solid #666666;
}

#logo{
float:left;
margin-left:25px;}

#note{
float:left;
width:510px;
padding-top:50px;
padding-left:50px;
display:inline;
}

#footer{
float:left;
width:910px;
padding:10px;
}

#footer a{
color:#666666;
font-size:10px;
}

#left-col{
position:relative;
float:left;
width:732px;
background:url(/images/flow-chart.jpg) no-repeat;
height:642px;
}

#contact{
position:absolute;
top:568px;
left:20px;
}

#contact-mandi{
position:absolute;
top:568px;
left:550px;}

#right-col{
float:left;
width:190px;
}

#right-col img{
margin:0px;
}

#right-col img.last{
}

h1{
color:#666666;
font-size:18px;
}
h2{
font-size:16px;
margin:0;
padding:0;
}



/*IE PNG FIX
#DIV NAME{ behavior: url(/style/iepngfix.htc) }
*/

/* lists */
ul{
list-style-type:square;
}
ul li {
padding-bottom:10px;
}



/* image drop shadow */

.imagecontainer{
	  float:left;
	  clear:left;
	  background: url(../images/shadowAlpha.png) no-repeat bottom right !important;
	  background: url(../images/shadow.gif) no-repeat bottom right;
	  margin: 10px 0 10px 10px !important;
	  margin: 10px 0 10px 5px;
	  behavior: url(style/iepngfix.htc)
}
.imagecontainer img{
	display: block;
	position: relative;
	background-color: #fff;
	border: 1px solid #a9a9a9;
	margin: -6px 6px 6px -6px;
	padding: 4px;
	behavior: url(style/iepngfix.htc)
}


#col1 {
width:405px;
padding:5px 20px 5px 20px;
margin:10px;
float:left;
border-right:1px dotted #ccc;
position:relative;
}

#col2 {
width:400px;
padding:5px 20px 5px 20px;
margin:10px;
float:left;
position:relative;
}
.apply-link {
display:block;
width:300px;
height:40px;
background:#cc0000;
padding:10px;
color:#fff;
font-weight:bold;
text-align:center;
text-decoration:none;
margin-top:20px;
margin-left:75px;
margin-bottom:15px;
float:left;
}
.apply-link:hover {
background:#008FD4;
}
