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

html{margin:0px; height:100%; width:100%;}
body{margin:0px; height:100%; width:100%; background-color:#FFFFFF; background-image:url(images/bg.png); background-repeat:repeat-x; font-family:Tahoma, Geneva, sans-serif; font-size:11px; line-height:20px; color:#363636;}


.home_links a{text-decoration:none;}
.home_links a{text-decoration:none; color:#363636;}
.home_links a:hover{text-decoration:underline; color:#ff5b02;}

a{text-decoration:none; color:#ff5b02;}
a:hover{text-decoration:underline; color:#ff5b02;}

.relatedContainer{padding-bottom:20px;}
.related{padding-left:10px;}
.related a{text-decoration:none; color:#6d7072;}
.related a:hover{text-decoration:underline; color:#ff5b02;}

p{margin:0; padding:0;}

.top_spacing{margin-top:10px;}

/*.page_title h1{font-size:20px; font-weight:bold; margin:0; padding:0; color:#ff5b02;}*/

h2{margin:0; padding:0; }

.page_title{
	
	height: 40px;
	text-indent:-9999px;
    display: block;
    border: none;
	overflow:hidden;	
	
	
}

.sub_title{
	
	height: 25px;
	text-indent:-9999px;
    display: block;
    border: none;
	overflow:hidden;	
	
	
}



.text_object{
	
	padding-right:50px;	
	
}

div#outerDiv {
   
   position:relative;
   background-image:url(images/bg_top.png);
   background-position:top center;
   background-repeat:no-repeat;
   min-height:100%;

  
}


.portfolio {
   
	background-image:url(images/portfolio_background.jpg);
	background-repeat:no-repeat;
	height:270px;
	width:700px;
	padding:18px 0 0 0;
  
}

.portfolio_right{
	
	padding:15px 0 0 0;
	
}

.portfolio_tags{color:#ff5b02; font-weight:bold; font-size:12px;}

.full_view{

	padding:25px 0 0 100px;
	
}

.lbLink {
		display: none;
		visibility: hidden;
}


.portfolio_img img{
	
	border:#dbdbdb solid 1px;	
	
}



* html div#outerDiv {

	height:100%;
	
}

* html div#outerDiv{	
	
background-image:url(images/bg_top_ie6.png);
	
}

div#topBar{
	
	height:25px;
	
	
	
}

div#topContent{

	width:960px;
	height:129px;
	
	
}

div#topDiv{
	
	width:960px;
	height:154px;
	margin: 0 auto; 
	
	
}



div#logo{
	
	height:102px;
	width:102px;
	background-image:url(images/logo.png);
	background-repeat:no-repeat;
	float:left;
	margin:15px 0 0 35px;
	
	
}


div#topMenu{
	
	height:102px;
	width:813px;
	float:left;
	margin:39px 10px 0 0;
	
	
}


* html div#topMenu{	

width:778px;

}

#topMenuInner{
	
	float:right;
	
}


* html div#logo{
	
	background-image:url(images/logo_ie6.png);
	
}

.clear{
	
	clear:both;
}

div#logo img{
	
	width:102px;
	height:102px;
	padding:0;
	margin:0;
	vertical-align:top;
	border:none;
	
}

div#middleDiv{
	
	min-height:400px;
	
}

* html div#middleDiv{height:400px}

div#mainContent{
	
	position:relative;
	width:940px;
	margin: 0 auto; 
	padding:20px 10px 226px 10px;
	
}

div#mainContentHome{
	
	position:relative;
	width:950px;
	margin: 0 auto; 
	padding:20px 10px 226px 10px;
	
}


div#mainContentLeft{
	
	width:700px;
	float:left;
	
	
	
	
}

div#mainContentRight{
	
	width:220px;
	float:left; 
	padding-top:10px;
	padding-left:5px;

	
}

*html div#mainContentRight{
	
	width:190px;
	float:left; 
	padding:10px 0 0 0;
	
	
}

div#homeLeft{

	width:470px;
	height:380px;
	float:left;
	
	
}

div#homeLeft div#homeSlogan{
	
	position:absolute;
	top:220px;
	
}



div#homeRight{
	
	
	width:470px;
	float:left;
	text-align:right;
	
}

div#homeRight div#envelope{
	
	margin-top:20px;
	
}

div#homeRight div#envelope img{
	
	border:none;
	padding:0; 
	margin:0;
}


.forms{padding:0; margin:0;}


.footerBar{font-size:8px;}

.footerLinks{color:#b7b7b7; }
.footerLinks a{color:#b7b7b7; text-decoration:none;}
.footerLinks a:hover{color:#fd5b00; text-decoration:underline;}


div.rightSide{
	
	
	width:570px;
	float:left;

	
}


div.leftSide{
	
	
	width:370px;
	float:left;
	
	
}

div.fullSide{
	
	
	width:940px;
	float:left;
	
	
}


.formTdLeft{
	
	/*width:100px;	*/
	padding:4px;
}

.formTdRight{
	
	padding:4px;
	/*width:420px;	*/
	
}


.formItems{
	
	width:150px;
	border:#464646 solid 1px;
	padding:2px;
	
}

.formButtons{
	
	border:0;
	background-color:#ff5b02;
	color:#FFFFFF;
	padding:4px;
	
}

.requiredField{
	
	color:#FF0000;	
	font-weight:bold;
	
}

.clearWidth{
	
	width:auto;
	
}

.smallWidth{
	
	width:120px;
	
}

.normalWidth{
	
	width:200px;
	
}

.textAreaSize{
	
	width:250px;
	height:100px;
	float:left;
	
}

.bigWidth{
	
	width:350px;;
	
}

.cvcWidth{
	
	width:50px;;
	
}


.relativePosition{
	
	position:relative;
	display:block;
	vertical-align:middle;
}

label { position:absolute; width:150px;   margin-left: 5px;  } 
label.error { color:#FF0000; font-weight:bold; } 


.separate{
	
	margin-top:10px;	
	
}


.footerPath{
	
	
	width:70px;
	height:50px;
	float:left;
	
	
	
}

.footerArrow img{

	padding-top:15px;
	
}

.addEvelope div{

	padding-top:10px;
	
}

.addEvelope{

	width:100px;
	
}

div#footerDiv{
	
	width:100%;
	height:196px;
	margin: 0 auto; 
	
	background:url(images/footerBg.png);
	overflow: auto;
	position:absolute;
   	bottom:0;

	
}

div#footerLeft{
	
	width:470px;
	color:#c0c7d1;
	float:left;
	
	
}

div#footerRight{
	
	width:470px;
	color:#c0c7d1;
	float:left;
	text-align:right;
	
}

div#footerTop{
	
	width:940px;
	color:#c0c7d1;
	margin:0 auto;
	padding:15px 5px;
	
}


