@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	text-align: center;
			/* shift whole page down by 25 pixels */
	background-color: #333366;
}

.twoColFixRtHdr #container {
	width: 1000px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top:20px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border: 1px;
	border-style: solid;
	background-image:url(../images/corner.jpg);
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: right top;	
} 
.twoColFixRtHdr #nav ul li  {
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-left: 0px;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.twoColFixRtHdr #nav ul li a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	text-decoration: none;
	color: #000;
	padding: 0px 10px;
	margin-right: 5px;
	
	line-height: 25px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #F90;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}
.twoColFixRtHdr #nav ul li a:hover{
	color: #F8B13F;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F90;
	
}
.twoColFixRtHdr #nav ul {
	
	list-style-type: none;
	
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
.twoColFixRtHdr #container #nav {
	height: 30px;
	width: 700px;
	padding: 0px;
	margin-top: 0px;
	margin-left: 50px;
	margin-bottom: 10px;
}

.twoColFixRtHdr #header {
	background-color: #FFF;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 20px;
	height: 150px;
	margin: 0px;
	padding-right: 0px;
} 
.twoColFixRtHdr #container #header h1 {
	color: #FFF;
	font-size: 1.2em;
	text-align: left;
	margin-top: 15px;
	margin-left: 30px;
}

.twoColFixRtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 200px;
	padding-bottom: 15px;
	
	margin-top: 60px;
}
.twoColFixRtHdr #mainContent {
	margin-top: 0;
	margin-right: 220px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 20px;
	padding-right: 0px;
	text-align:center;
} 
.twoColFixRtHdr #footer {
	background-color: #FFF;
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	height: 72px;
} 
.twoColFixRtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #3A53A5;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
 #sideContent {
	width: 200px;
	text-align: left;
	position: relative;
	background-image: url(../images/tradesBttm.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 1px;
	padding-left: 0px;
	margin: 0px;
	
}
.twoColFixRtHdr #container #mainContent h1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #FAB142;
	font-size: 1.5em;
	text-align: center;
}
.twoColFixRtHdr #container #header #ccplog {
	position: absolute;
	top: 25px;
	left: 600px;
}

 #sideContent dt {
	text-decoration: overline;
	background-image: url(../images/tradesTop.jpg);
	background-repeat: no-repeat;
	padding-top: 45px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
}
 #sideContent dd {
	color: #333;
	background-image: url(../images/maintradesContent.jpg);
	background-repeat: repeat-y;
	background-position: left bottom;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 45px;
	margin-left: 0;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.twoColFixRtHdr #container #sidebar1 #sideContent dd ul li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #666;
	list-style-type: none;
	width: 100%;
}
.twoColFixRtHdr #container #sidebar1 #sideContent dd ul li a {
	text-decoration: none;
	color: #333;
	width: 100%;
}
.twoColFixRtHdr #container #sidebar1 #sideContent dd ul li a:hover {
	color: #FFF;
	background-color: #FFAF3E;
	width: 100%;
}

.twoColFixRtHdr #container #sidebar1 #sideContent #headerTrades {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	color: #7089A8;
	width: 200px;
	position: absolute;
	top: 23px;
	left: 30px;
}
.twoColFixRtHdr #container #mainContent h4 {
	color: #7AC350;
}
.twoColFixRtHdr #container #sidebar1 #badge {
	position: absolute;
	height: 152px;
	width: 153px;
	top: 100px;
	z-index: 10;
	left: 950px;
}
 button.calendarStyle

{
	background-color: transparent;
	border: 0;
	height:22px;
	width:22px;
	background:url(../imgs/calendar.jpg);
	
	cursor: pointer;
	cursor: hand;
}

.twoColFixRtHdr #container #footer p a {
	color: #FAB142;
	text-decoration: none;
}
.twoColFixRtHdr #container #footer p a:hover {
	color: #3A53A5;
}
#Mr_form fieldset {
	padding: 			0;
	width:530px;
	margin-top: 10px;
	
	margin-bottom: 0;
	margin-left: 0;
	}
	


	#Mr_form legend {  
		text-transform:		uppercase;
		font-size:			.8em;
		padding:			3px;
		margin-left:		1em;
		color:				#ffffff;
		background-color:#ffc67a;
		
		
	}
		#Mr_form fieldset ul {  
		padding: 			10px 10px 0 10px;  
		list-style: 		none;
	}
	
	#Mr_form fieldset li {  
		
		padding-bottom: 	.5em;
		line-height:		1.0em;
	}
	#Mr_form label {
		position:			relative;
		clear:				left;
		float:				left;
		width:				15em;
		margin-right:		5px;
		padding-right:		30px;
		line-height:		1.0em;
		text-align:			right;
	}
	#Mr_form input {
	padding:			3px;
	font-size:			.8em;
	border:				1px solid #493F0B;
	color:				#1E1903;
	background-color: #CCC;
	}
	#Mr_form input.radio {
	border:				none;
	background:			transparent;
	color: #8BD3F0;
	}
	#Mr_form textarea {
	padding:			5px;
	font-size:			1.4em;
	color:				#1E1903;
	background:			#CCC;
	border-style: none;
	
	}
	
#topLeftBox {
	width:100px;
	height:100px;
	padding:20px;
	position: absolute;
	left: 20px;
	top: 30px;
	background-image: url(../images/traderBadge.png);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: center;
}
#rightBox {
	height: 100px;
	width: 100px;
	position: absolute;
	top: 30px;
	padding: 20px;
	right: 20px;
	background-image: url(../images/traderBadge.png);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: center;
}

#middleBox {
	height: 100px;
	width: 100px;
	position: absolute;
	top: 30px;
	left: 310px;
	background-image: url(../images/traderBadge.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 20px;
	text-align: center;
}
.twoColFixRtHdr #mainContent table caption h3 {
	text-align: left;
	margin-left: 10px;
}
a {
	color: #3A53A5;
	text-decoration: none;
}
a:hover {
	color: #FAB142;
}
.twoColFixRtHdr #mainContent #topcontent h3 {
	position: absolute;
	height: 15px;
	width: 200px;
	top: 0px;
	left: 10px;
}

#topcontent {
	height: 200px;
	width: 750px;
	margin-bottom: 10px;
	position: relative;
	background-image: url(../images/traderbit.jpg);
	border: 1px solid #CCC;
	background-repeat: repeat-x;
	background-position: left bottom;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: normal;
}
.tableHead {
	font-weight: bold;
	
}
.tableHeadingJobs {
	color: #FFF;
}
#bottomTab {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
}
table {
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
}
#address, #companyDetails{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	width: 90%;
	text-align: left;
	
	
	
}
#companyDetails{
margin-top:0px;	

	
}
#address #details {
	float: left;
	
}
.writing {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
}



#address ul, #companyDetails ul {
	list-style-type: none;
	display:block;
}

.addresslabel{
	width:100px;
	font-size: 0.9em;
	font-weight: bold;
	float: left;
	
	
}
#otherDetails{
text-align:center;	
	
}
#otherDetails p {
	
	
	
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	
}
#otherDetails li{

font-size:1.0em;
}
.addresslabelbig {
	
	font-size: 1.0em;
	font-weight: bold;
	color:#F90;
}

#address #theotheraddress {
	float: right;
	
}
#address{
height:120px;	
	
}
#the_other_side{
	float: right;
	
	clear:left;
}
#apply_box{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	background:url(../images/apply_content_bit.jpg) left top repeat-x;
	text-align: center;
	width: 95%;
	padding:10px;
	border: 1px solid #CCC;
}
#left_box{
	background-color: #FFF;
	padding:10px;
	height: 125px;
	width: 125px;
	border: 1px solid #CCC;
	
}
#middle_box{
	background-color: #FFF;
	height: 125px;
	width: 125px;
	padding:10px;
	border: 1px solid #CCC;
}
#right_box{
	background-color: #FFF;
	
	padding:10px;
	height: 125px;
	width: 125px;
	border: 1px solid #CCC;
		
}
.twoColFixRtHdr #container #mainContent p {
	font-family: Arial, Helvetica, sans-serif;
	text-align: justify;
	width: 80%;
	margin-left: 75px;
}
.twoColFixRtHdr #container #mainContent center p em {
	text-align: center;
}
.emoly {
	width: 80%;
}
