/* CSS Document */


/* Basic Layout and Text Styles */
body {
	background-image: url(images/bkgd/page.gif);
	padding:0;
	margin:0;
	color:#000000;
	background-color:#6C6C6C;
	font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
	background-repeat: no-repeat;
	}
	
body,td {
	font-family:Tahoma, Geneva, Arial, Helvetica, sans-serif; 
	font-size:11px;}

br{font-size:10px}

.teal {
	color:#47CDD5;
}
.time {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #cccccc;
	padding-left:20px;
}
.caps{
	text-transform: uppercase;
	font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

.standard {
	font-family:Tahoma, Geneva, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height: 18px;
}

.paragraphtitle {
	font-weight: bold;
}

.grey {color: #999999}


/* Link Styles */
a {
	color:#47CDD5;
}
a:hover {
	text-decoration:none}
	
a.dark {
	color:#306169;
	text-decoration:underline;
}

a.sectiontitle {
	font-family:Tahoma, Geneva, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height: 14px;
	font-weight: bold;
	text-decoration:none;
	color:#000000;
}

/* List Styles */
ul.individual {
	list-style-image:url(images/extras/grey_arrow.jpg);
	font-size: 11px;
	}
ul.arrows {
	list-style-image:url(images/extras/grey_arrow.jpg);
	font-size: 11px;
}

.right {	
	font-family: Arial, Helvetica, sans-serif;	
	font-size: 10px;
	align: right;
}

/* wrappers to keep text from running to edge of white - wrapper 1 is for 1 column across whole page, 2 is 2/3 of page and 3 is 1/3 of page */
div.wrapper1{
	width:660px !important;
	margin-left: auto;
	margin-right: auto;
}

div.wrapper2{
	width:440px !important;
	margin-left: auto;
	margin-right: auto;
}

div.wrapper3{
	width:220px!important;
	
}


/* Top/Header Area */
div#top{
	width:715px;
	background-image: url(images/bkgd/pagetop.gif);
	height: 33px;
	background-repeat: no-repeat;
	display: block;
}

div#header{
	clear:both;
	width:718px;
	background-image: url(images/bkgd/SigmaRelocationGroup.jpg);
	height: 75px;
	background-repeat: no-repeat;
	display: block;
}

div#navigation{
	clear:both;
	width:100%;
	height: 72px;
        display: block;
}
	

.tdback{background-image: url(images/bkgd/middle.gif);}

/* Returning Client Login */
#returningclient{
   background:#9C9C9C;
   border:1px solid #4B4B4B;
   font-family:Tahoma;
   font-size:11px;
}

.right {
	float:right;
	margin-right:20px;
}

/* The Sister Company Links */


/*Footer */

.footerlink{ 
	font-family: Arial, Helvetica, sans-serif;
	color:#929292; 
	text-decoration:none;
	font-size:10px
}

.footernav {
	font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
	color:#929292;
	font-size: 10px;
	margin-top:15px;
	line-height:14px;
	padding-top: 5px;
	padding-left:-20px;
}


