/* CSS Document */

body {
	background-image:url(images/body_rep.jpg);
	background-repeat:repeat-x;
	background-color:#fff;
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#d6e0e2;
}

#wrap {
	margin:0 auto;
	width:930px;
}

#menu_head {
	background-image:url(images/menu.jpg);
	background-repeat:no-repeat;
	height:129px;
}

	#ir_menu_head { /*specific for Ir page*/
		background-image:url(images/ir_page_head.jpg);
		background-repeat:no-repeat;
		height:129px;
	}


#content {
	background-image:url(images/1col_rep.jpg);
	background-repeat:repeat-y;
	background-position:5px 0;
	padding-bottom:10px;
}


	#content h1{
		margin:0;
		padding:22px 0 0 60px;
		height:46px;
		background-image:url(images/1col_head.jpg); /*height of image 66*/ 
		background-repeat:no-repeat;
		background-position:right top;
	}
	
	#con_bottom{
		height:19px;
		background-image:url(images/1col_foot.gif);
		background-repeat:no-repeat;
		background-position:5px 0;
	}




#left_col {
	width:459px;
	float:left;
}



	#left_col h1{
		margin:0;
		padding:22px 0 0 60px;
		height:42px;
		background-image:url(images/head_2col.gif); /*height of image 66*/ 
		background-repeat:no-repeat;
	}
	
	#left_col .content{
		padding:7px 0;
		background-image:url(images/rep_2col.jpg);
		background-repeat:repeat-y;
	}
	
	
	#left_col .clear{
		height:19px;
		background-image:url(images/foot_2col.gif);
		background-repeat:no-repeat;
	}



#right_col {
	width:459px;
	float:right;
	margin-right:6px;
}

	#right_col h1{
		margin:0;
		padding:22px 0 0 60px;
		height:42px;
		background-image:url(images/head_2col.gif); /*height of image 66*/ 
		background-repeat:no-repeat;
	}
	
	#right_col .content{
		padding:7px 0;
		background-image:url(images/rep_2col.jpg);
		background-repeat:repeat-y;
	}
	
	#right_col .clear{
		height:19px;
		background-image:url(images/foot_2col.gif);
		background-repeat:no-repeat;
	}
	
.hr {
	clear:both;
	margin:20px 0 10px 0;
	height:2px;
	background-color:#022bc4;
	border:none;
	height:1px;
}

#footer {
	clear:both;
	height:20px;
	text-align:center;
	padding-bottom:10px;
}

/*---------------flash tagline styling-----------*/
#tagline {
	margin-top:15px;
	padding:0;
	float:right;
}

/*----------------menu_header styling-----------*/

#menu {
	margin-top:63px;
	padding:0;
	float:right;
	list-style:none;
}

#menu li {
	float:left;
	margin:0;
	padding:2px 24px 2px 15px;
	background-image:url(images/menu_divide.jpg);
	background-repeat:no-repeat;
	background-position:right 3px;
	list-style:none;
	color:#ccd5d7;
}

#menu .last{
	background-image:none;
}

#menu li a{
	margin:0;
	padding:0;
	text-decoration:none;
	color:#ccd5d7;
}

#menu li a:hover{
	text-decoration:underline;
	color:#e83a2e;
}








a {
	color:#fff;
	text-decoration:underline;
}

a:hover {
	text-decoration:underline;
}

h1{
	font-size:12px;
	color:#ccd5d7;
}

h2 {
	font-size:12px;
	font-weight:bold;
	padding:0 60px;
	margin:0;
}

p, ul, dl {
	padding:0 60px;
}
p {
	margin-top:0;
	line-height:18px;
}

ul {
	margin:0;
	padding-bottom:7px;
}

li {
	padding:0;
	margin:5px 0 0 0;
}


#left_col p, #right_col p {
	padding:0 30px;
}


#footer p{
	color:#022bc4;
	padding:0;
	margin:0;
}
#footer a{
	color:#022bc4;
	font-size:11px;
	margin:0 10px;
}

.accordion_toggle {
	display: block;
	cursor: pointer;
	padding-top:7px;
	padding-bottom:2px;
	margin:0;
}

.accordion_content {
	overflow: hidden;
	padding-top:5px;
	padding-left:50px;
	margin-left:0;
	background-image:url(images/dl_logo.jpg);
	background-repeat:no-repeat;
	background-position:2px 5px;
}

.clear {
	clear:both;
}



#referal_form {	
	width:400px;
	margin-left:30px;
	clear:both;
}

#referal_form fieldset {
	margin-bottom:15px;
}

#referal_form label{
	clear:left;
	float:left;
	width:150px;
	text-align:right;
	padding-right:5px;
	margin-top:5px;
}

#referal_form input {
	margin-bottom:7px;
	float:left;
	width:175px;
}

#referal_form #submit {
	float:right;
	width:auto;
	margin-right:25px;
}






#newsletter {
	width:700px;
	margin:20px auto 0px auto;
	font-size:12px;
	margin-bottom:50px;
}


#newsletter fieldset {
	padding:10px 10px 10px 10px;
	margin-bottom:25px;
	border:none;
}


#newsletter legend {
	font-weight:bold;
	font-size:14px;
	color:#fff;
}

#newsletter .inputwrap input{
	padding-left:2px;
	margin-top:15;
	height:14px;
}

#newsletter .inputwrap {
	width:275px;
	float:left;
	margin-bottom:10px;
}

#newsletter label {
	display:block;
	float:left;
	width:100px;
	padding:4px 7px 0 0;
	text-align:right;
}

#newsletter #submit {
	float:left;
	margin-left:20px;
}

.red {
	color:#f00;
}






#application {
	width:800px;
	margin:20px auto 0px auto;
	font-size:12px;
	margin-bottom:50px;
}


#application fieldset {
	padding:10px 10px 10px 10px;
	margin-bottom:25px;
}


#application legend {
	font-weight:bold;
	font-size:14px;
	color:#fff;
}

#application .inputwrap input{
	padding-left:2px;
	margin-top:15;
	height:14px;
}

#application .inputwrap {
	width:375px;
	float:left;
	margin-bottom:10px;
}

#application label {
	float:left;
	width:200px;
	padding:4px 7px 0 0;
	text-align:right;
}

#application #submit {
	margin:0 auto;
	width:800px;
	border:none;
	text-align:center;
}

#application #submit p{
	text-align:left;
}

#application fieldset fieldset{
	padding:10px 10px 10px 10px;
	margin-bottom:25px;
	border-width:1px 0 0 0;
	clear:left;	
}
#application fieldset fieldset legend {
	font-size:12px;
}

#application fieldset fieldset .inputwrap {
	width:350px;
}
#application fieldset fieldset label {
	width:170px;
}


	#apps_info .inputwrap {
		width:600px;
	}
	
	#apps_info label {
		width:300px;
	}
	
	#apps_info .choices label {
		width:115px;
		padding-bottom:10px;
	}
	
	#apps_info .choices input {
		float:left;
	
	}
	
#application .emp_address {
	clear:both;
	width:600px;
}

#application .textareawrap, #application .textareawrap label {
	clear:both;
	width:auto;
	float:none;
}

 #application .textareawrap{
 	margin-left:30px;
	margin-top:50px;
 
 }
 
#credit div {
	margin-top:10px;
}

#credit div input {
	margin-right:10px;
}

#add-element {
	cursor:pointer;
}

.floatr {
	float:right;
}


