@charset "UTF-8";
/* CSS Document */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}

body {
	margin:0 auto;
	padding: 0;
	background-image: url(images/bg.jpg);
	background-repeat: no-repeat;
	font-family: "Lucida Grande", "Lucida Sans", Helvetica, Arial, sans-serif;
	font-size: 62.5%;
	height: 100%;
	width: 100%;
	background-color: #f7f6f8;
	background-position:center 0;
	}
a:link {
	color: #39c;
	text-decoration: none;
	}
a:visited {
	color: #39c;
	}

/* layout */

#wrap {
	width: 940px;
	background: #FFFFFF;
	margin: 0 auto;
	border-left:1px solid #D8D8D8;
	border-right:1px solid #D8D8D8;
	padding: 0 .8em 0 .8em;
	border-bottom: 1px solid #d8d8d8;
	}
#main {
	float: left;
	width: 10%;
	font-size: 95%;
	color: #333;
	/*line-height: 1.5em;*/
	}
	
#main .bttnsearch{
	float:right;
}

#content {
	float: left;
	font-size:10px;
	color: #333;
	line-height: 1.5em;
	padding: 0;
	min-height: 450px;
	width:939px;
	}
#sidebar {
	float: right;
	width: 30%;
	}
#footer {
	clear:both;
	height:69px;
	width:939px;
	background-image: url(images/footer-bg.jpg);
	background-repeat: no-repeat;
	padding-left:0px;
	padding-bottom: 10px;
	}
#footer img{
	float:right;
	}
#contact_footer{
	font-size: 95%;
	float:left;
	width: 644px;
	padding:0px 0px 0px 7px;
	color:#fff;
	line-height: 1.7em;
	}

/* header */

#header {
	background-image: url(images/header-bg.jpg);
	height: 81px;
	width: 940px;
	margin-bottom: 1px;
	}
#header h1 {
	margin: 0;
	padding: 25px;
	font-family: Georgia, serif;
	font-size: 150%;
	color: #374C0E;
	}
	
/* navigation row */

#nav {
	float: left;
	width: 926px;
	height: 47px;
	margin: 0;
	padding: 10px 0 0px 14px;
	font-size: 1.6em;
	letter-spacing: -0.04em;
	background: url(images/navigation-bg.jpg) repeat-x top left;
	list-style-type: none;
	color: #fff;
	}
#nav li {
	float: left;
	margin: 0 1px 0 0;
	padding: 0;
	font-family: "Lucida Grande", sans-serif;
	font-size: 80%;
	}
#nav a {
	float: left;
	display: block;
	margin: 0;
	padding: .5em 0.8em;
	color: #fff;
	text-decoration: none;
	letter-spacing: -1px;
	}
#nav a:hover, body#intro #t-intro a {
	text-decoration: underline;
	}

/* Bread crumb trail */

#bct {
	float: left;
	padding-left: .3em;
	list-style: none;
	width: 500px;
	letter-spacing: -.1em;
	}
#bct_lg {
	float: left;
	font-size: 2.5em;
	padding-left: .3em;
	list-style: none;
	}
#bct_sm {
	float: left;
	font-size: 2.5em;
	padding-left: .4em;
	list-style: none;
	}
#bct_sm a{
	float: left;
	text-decoration: none;
	font-size: .4em;
	color: #0d3151;
	margin-top:8px;
	}
#bct_sm li{
	float: left;
	padding-top: .23em;
	}
.bct_blue {
	color: #0d3151;
	}

.bct_red {
	color: #c62127;
	}

.home
{
    border: none;
    margin: 8px 0px;
}


/* navigation links */
#nav_links_header {
	float: right;
	width: 192px;
	height: 29px;
	}
#nav_links_footer {
	float: left;
	width: 192px;
	height: 29px;
	padding-left: 46em;
	}
#nav_links {
	margin: 0;
	padding: 5px 10px 10px 0px;
	font-size: 1.2em;
	letter-spacing: normal;
	list-style-type: none;
	color: #fff;
	}
#nav_links li {
	float: right;
	margin: 0;
	padding: 0;
	font-family: "Lucida Grande", sans-serif;
	padding: .5em .5em;
	font-size: 80%;
	}
#nav_links a {
	float: left;
	display: block;
	margin: 0;
	color: #fff;
	text-decoration: none;
	}
#nav_links a:hover, body#intro #t-intro a {
	text-decoration: underline;
	}

	
/* content */

#content h2 {
	margin: 0 0 1em 0;
	padding: 0;
	font-family: Georgia, serif;
	font-size: 150%;
	color: #663;
	font-weight: normal;
	}
.text {
	font-size: 1.5em;
	line-height: 1.5em;
	text-align: justify;
	}

dl.feature {
	margin: 15px 0;
	padding: 15px;
	border-top: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
	}
dl.feature:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
	}
dl.feature dt {
	margin: 0 0 .5em 0;
	font-family: Georgia, serif;
	font-size: 140%;
	color: #693;
	}
dl.feature dt img {
	float: left;
	margin: 0 15px 0 0;
	padding: 0 4px 4px 0;
	background: url(img/photo-frame.gif) no-repeat bottom right;
	}
dl.feature dd {
	margin-left: 169px;
	font-size: 90%;
	line-height: 1.5em;
	color: #666;
	}
	
/* sidebars */

.box { 
	margin: 0 0 20px 0;
	padding: 0 0 12px 0;
	font-size: 85%;
	line-height: 1.5em;
	color: #666;
	background: #fff url(img/box-b.gif) no-repeat bottom right;
	}
.box h3 {
	margin: 0;
	padding: 12px;
	font-family: Georgia, serif;
	font-size: 140%;
	font-weight: normal;
	color: #693;
	background: url(img/box-t.gif) no-repeat top left;
	}
.box p, .box ul {
	margin: 0;
	padding: 0 12px;
	}
.box ul li {
	margin: 0 0 0 12px;
	padding: 0 0 0 18px;
	list-style: none;
	background: url(img/li-bullet.gif) no-repeat 0 3px;
	}

#maincontent{
	float:left;
}

/*MAINCONTENT2*/
#maincontent2 p{
	margin:0px 30px 20px 250px;
	width:300px;
}

#maincontent2 h4{
	margin:40px 30px 0px 250px;
	font-weight:bold;
	width:300px;
}

#maincontent4 {
padding-left: 90px;
}

#maincontent4 p{
	margin:0px 0px 20px 0px;
	width: 300px;
}

#maincontent4 h4{
	margin:40px 0px 0px 0px;
	font-weight:bold;
	width: 300px;
}

#maincontent5 {
padding-left: 90px;
}

#maincontent5 img {
padding: 40px 10px 0px 10px;
}

#maincontent5 p{
	margin:0px 0px 20px 0px;
}

#maincontent5 h4{
	margin:40px 0px 0px 0px;
	font-weight:bold;
	width:170px;
}

#maincontent2 .letter{
	float:right;
	margin:50px 250px 0px 0px;
}

#maincontent2 .banner{
	margin:20px 0px 20px 250px;
}

#maincontent2 .print{
	margin:0px 0px 10px 250px;
}

#maincontent2 .brandleft{
	margin:10px 20px 10px 250px;
}

#maincontent2 .brandright{
	margin:10px 0px 10px 20px;
}

/*
#maincontent2 .tablestyle{
	margin:10px 20px 10px 250px;
	width:480px;
}

#maincontent2 .tablestyle td{
	background:#E8E8E8;
	font-size:10px;
	padding:10px 20px 10px 20px;
}

#maincontent2 .tablestyle .tablebg{
	background:#162B58;
	color:#fff;
}
*/

#maincontent3{
}

#maincontent3 p{
	margin:0px 30px 20px 250px;
	width:500px;
}

#maincontent3 h4{
	margin:40px 30px 0px 250px;
	font-weight:bold;
	width:300px;
}

#maincontent3 .number1{
	clear:both;
	margin:20px 60px 0px 250px;
	padding:0px 0px 30px 0px;
}


/*SITEMAP*/
#sitemap a{
	text-decoration:none;
}

#sitemap a:hover{
	text-decoration:none;
}

#sitemap ul{
	margin-left:50px;
	margin-top:50px;
}

#sitemap li{
	margin-bottom:10px;
}


/*LISTWEBSITES*/
#listwebsites{
	float:left;
}

#listwebsites li{
	margin-bottom:20px;
}

#listwebsitesleft{
	float:left;
	width:200px;
	padding-left:250px;
}

#listwebsitesright{
	float:left;
	width:200px;
	padding-left:80px;
}


/*CONTAINERTOP*/
#containertop{
	float:left;
	width:939px;
}

#containertop #googlesearch{
	width:400px;
}


/*GOOGLE SEARCH*/
#googlesearch{
	float:right;
	width:939px;
}

#searchbar{
	margin:1px 0px 0px 0px;
	float:right;
}

#searchbar .searchbar{
	border: 1px solid #e0e1e2;
	height: 20px;
	font-size: 12px;
	padding-top: .3em;
	padding-left: .3em;
	font: "Lucida grande", Helvetica, Arial, sans-serif;
	color: #989898;
	width: 222px;
	/*background-image:url('images/searchbar_shadow.jpg');
	background-repeat:repeat-x;
	*/ 
}

#searchbttn{
	margin:0px 0px 0px 4px;
	float:right;
}

#googlesearchresults{
margin-left:50px;
}

/*FEATURE*/
#feature{
	background:#fff;
	width:937px;
	height:auto;
	margin-top:10px;
	padding-top:0px;
	border:1px solid #919191;
	float:left;
}
	
#feature img{
	padding:1px;
	float:left;
}

#feature .featurehead{
	width:554px;
	float:left;
	padding:4px 0px 4px 8px;
	color:#5C5C5C;
	background:#E8E7E7;
}

#feature .featurehead2{
	width:372px;
	float:left;
	padding:4px 0px 4px 3px;
	color:#5C5C5C;
	background:#E8E7E7;
	margin-bottom:0px;
}

/*FEATUREBOX*/
#featureboxcontain{
	float:left;
	width:937px;
}

#featurebox1{
	width:373px;
	height:78px;
	float:right;
	border-bottom:1px solid #C2C2C2;
	border-left:1px solid #C2C2C2;
	margin-bottom:1px;
	background-color:#DDDDDC;
	background-image:url('images/bg_tile2.jpg');
	background-repeat:repeat-x;
}

#featurebox2{
	width:373px;
	height:77px;
	float:right;
	border-bottom:1px solid #C2C2C2;
	border-left:1px solid #C2C2C2;
	margin-bottom:1px;
	background-color:#DDDDDC;
	background-image:url('images/bg_tile3.jpg');
	background-repeat:repeat-x;
}

#featurebox3{
	width:373px;
	height:79px;
	float:right;
	border-left:1px solid #C2C2C2;
	background-color:#DDDDDC;
	background-image:url('images/bg_tile4.jpg');
	background-repeat:repeat-x;
}

#featurebox1 p{
	color:#84878C;
	width:270px;
	font-size:10px;
	font-family: "Lucida Grande", sans-serif;
	margin:0px 0px 0px 10px;
	padding:0;
	float:left;
}

#featurebox2 p{
	color:#84878C;
	width:270px;
	font-size:10px;
	font-family: "Lucida Grande", sans-serif;
	margin:0px 0px 0px 10px;
	float:left;
}

#featurebox3 p{
	color:#84878C;
	width:270px;
	font-size:10px;
	font-family: "Lucida Grande", sans-serif;
	margin:0px 0px 0px 10px;
	float:left;
}

#featurebox1 img{
	margin:0;
	padding:0;
}

#featurebox2 img{
	margin:0;
	padding:0;
}

#featurebox3 img{
	margin:0;
	padding:0;
}

#featurebox1 .bttnmore{
	float:right;
	margin-right:5px;
	margin-top:24px;
}

#featurebox2 .bttnmore{
	float:right;
	margin-right:5px;
	margin-top:24px;
}

#featurebox3 .bttnmore{
	float:right;
	margin-right:5px;
	margin-top:24px;
}

#contain{
	float:left;
	width:942px;
	padding-bottom:9px;
}


/*LATESTWEBSITE*/
#latestwebsite{
	width:301px;
	margin:10px 9px 0px 0;
	border:1px solid #919191;
	float:left;
	background:#E8E7E7;
	font-family: "Lucida Grande", sans-serif;
	font-size:10px;
	color:#5C5C5C;
}

#latestwebsite p{
	padding:4px 0px 4px 8px;
}

#latestwebsitebottom{
	width:301px;
	background-color:#DDDDDC;
	background-image:url('images/bg_tile.jpg');
	background-repeat:repeat-x;
	height:229px;
	float:left;
}

#latestwebsitebottomcontent{
	padding:0px 0px 0px 30px;
	float:left;
}

#latestwebsitebottomcontent h4 a{
	color:#4377BC;
}


#latestwebsitebottomcontent a{
	color:#5C5C5C;
	text-decoration:none;
}

#latestwebsitebottomcontent a:hover{
	text-decoration:underline;
}

#latestwebsite #latestwebsitebottomcontent p{
	margin:0px 0px 2px 0px;
	padding:0;
}

#latestwebsitebottomcontent h4{
	color:#4377BC;
	margin:0 0 -2px 0;
	padding:0;
}

#latestwebsitebottom .bttnmore{
	float:right;
	margin-right:5px;
	margin-top:160px;
	padding:0;
}

#latestwebsitebottom .bttnnewrelease{
	margin-right:171px;
}

/*HOSTING*/
#hosting{
	width:312px;
	margin:10px 9px 0px 0;
	border:1px solid #919191;
	float:left;
	background:#E8E7E7;
	font-family: "Lucida Grande", sans-serif;
	font-size:10px;
	color:#5C5C5C;
}

#hosting p{
	padding:4px 0px 4px 8px;
}

#hostingbottom{
	width:312px;
	background-image:url('images/image_safe.jpg');
	background-repeat:repeat-x;
	background-color: #dddddd;
	height:229px;
	float:left;
}

#hostingbottom .textsuperior{
	margin:0px 177px 24px 10px;
	float:left;
}

#hostingbottom .textdell{
	margin:0px 163px 0px 25px;
	float:left;
}

#hostingbottom ul{
	list-style-type:disc;
	width:200px;
	float:left;
	padding-left:40px;
}



/*CORPORATEINFO*/
#corporateinfo{
	width:301px;
	margin:10px 0px 0px 0;
	border:1px solid #919191;
	float:left;
	background:#E8E7E7;
	font-family: "Lucida Grande", sans-serif;
	font-size:10px;
	color:#5C5C5C;
}

#corporateinfo p{
	padding:4px 0px 4px 8px;
}

#corporateinfocontent{
	width:301px;
	background-repeat: repeat-x;
	background-image:url('images/bg_tile.jpg');
	background-color:  #dddddd;
	height:229px;
	float:left;
}

#corporateinfocontent .imagebills{
	margin:9px 0px 0px 9px;
	float:left;
}

#corporateinfocontent .bbblogo{
	margin:7px 0px 0px 9px;
	float:left;
}

#corporateinfocontent p{
	margin:7px 0px 0px 9px;
	float:left;
	width:195px;
}


/*WEB DEVELOPMENT & WEB DESIGN & PRINT DESIGN & ONLINE MARKETING*/
.webdevelopbanner{
	margin:62px 0px 50px 25px;
}

.webdesignbanner{
	margin:62px 0px 12px 27px;
	width:890px;
	height:245px;
	background-image:url('images/webdesignbanner.jpg');
}

.webdesignbanner_top{
padding:103px 0 0 371px;
}

.webdesignbanner_bottom{
font-size:12px;
padding:14px 0 0 371px;
line-height:18px;
text-align:justify;
}

#webdevelopbar{
	float:left;
	height:25px;
	border:1px solid #E9E9E9;
	padding:1px 1px 0px 1px;
	width:886px;
	margin:0px 0px 11px 0px;
}

#webdevelopbarbg{
	float:left;
	background-image: url('images/webdevelopbar_bg.jpg');
	background-repeat: repeat-x;
	background-color:#fff;
	width:886px;
	height:24px;
}

#webdevelopbarbg p{
	margin:4px 0px 0px 7px;

}

p .webdevelopbartext{
	color:#696969;
}

p .webdevelopbartext2{
	color:#000;
}

#webdevelopfeaturecontain{
	width:912px;
	float:left;
	padding:0px 0px 12px 25px;
}

#webdevelopfeaturecontain a{
	color:#CA1F26;
	text-decoration:none;
}

#webdevelopfeaturecontain a:hover{
	text-decoration:underline;
}

#webdevelopfeature1{
	float:left;
	border:1px solid #E9E9E9;
	padding:1px 1px 0px 1px;
}

#webdevelopfeature1bg{
	float:left;
	background-image: url('images/webdevelop_featurebg.jpg');
	width:285px;
	height:190px;
	background-repeat: repeat-x;
	background-color: #fff;
}

#webdevelopfeature5bg{
	float:left;
	background-image: url('images/webdevelop_featurebg.jpg');
	background-repeat: repeat-x;
	width:285px;
	height:215px;
	background-color: #fff;
}

#webdevelopfeature2{
	float:left;
	border:1px solid #E9E9E9;
	padding:1px 1px 0px 1px;
	margin-left:11px;
}

#webdevelopfeature2bg{
	float:left;
	background-image: url('images/webdevelop_featurebg.jpg');
	width:285px;
	height:190px;
	background-repeat: repeat-x;
	background-color: #fff;
}

#webdevelopfeature6bg{
	float:left;
	background-image: url('images/webdevelop_featurebg.jpg');
	width:285px;
	height:215px;
	background-repeat: repeat-x;
	background-color: #fff;
}

#webdevelopfeature3{
	float:left;
	border:1px solid #E9E9E9;
	padding:1px 1px 0px 1px;
	margin-left:11px;
}

#webdevelopfeature3bg{
	float:left;
	background: url('images/webdevelop_featurebg.jpg') repeat-x #fefefe;
	width:285px;
	height:190px;
}

#webdevelopfeature7bg{
	float:left;
	background-image: url('images/webdevelop_featurebg.jpg');
	width:285px;
	height:215px;
	background-repeat: repeat-x;
	background-color: #fff;
}

#webdevelopfeaturecontain p.webdevelopfeatureblack{
	float:left;
	color:#000;
	font-size:14px;
	width:270px;
	padding:9px 0px 8px 8px;
	margin:0;
}

#webdevelopfeaturecontain p.webdevelopfeaturegrey{
	float:left;
	color:#868383;
	font-size:10px;
	padding:0px 0px 0px 8px;
	width:140px;
	margin:0;
	text-align:left;
}

#webdevelopfeaturecontain p.webdevelopfeaturegrey2{
	color:#868383;
	font-size:10px;
	padding:0px 8px 0px 8px;
	margin:0;
	text-align:left;
}

#webdevelopfeaturecontain p.webdevelopfeaturered{
	float:left;
	color:#CA1F26;
	font-size:10px;
	padding:2px 0px 0px 8px;
	width:270px;
	margin:0;
}

#webdevelopfeaturecontain p.webdevelopfeaturered2{
	float:left;
	color:#868383;
	font-size:10px;
	padding:0px 0px 0px 5px;
	width:270px;
	margin:0;
}

#webdevelopfeaturecontain p.webdevelopfeaturered3{
	float:left;
	color:#CA1F26;
	font-size:10px;
	padding:8px 0 0 5px;
	width:280px;
	margin:0;
}

#webdevelopfeaturecontain p.webdevelopfeatureblue{
	float:left;
	color:#1E5185;
	font-size:10px;
	padding:8px 0px 0px 5px;
	width:280px;
	margin:0;
}

#webdevelopfeaturecontain p.webdevelopfeatureblue a{
	color:#1E5185;
}

#webdevelopfeaturecontain p.webdevelopfeatureblue2{
	float:left;
	color:#1E5185;
	font-size:10px;
	padding:22px 0 0 8px;
	margin:0;
}

#webdevelopfeaturecontain p.webdevelopfeatureblue2 a{
	color:#1E5185;
}

#webdevelopfeaturecontain p.webdevelopfeatureblue3{
	float:left;
	color:#1E5185;
	font-size:10px;
	padding:6px 0px 0px 5px;
	width:280px;
	margin:0;
}

#webdevelopfeaturecontain p.webdevelopfeatureblue3 a{
	color:#1E5185;
}

#webdevelopfeaturecontain img{
	float:left;
	margin:3px 0px 0px 5px;
	padding:0;
}

#logos{
	float:left;
	width:96px;
	margin:0px 8px 0px 8px;
}

#webdevelopmentbanner{
	padding-left:25px;
}

#content .colorpercentage{
	margin-left:25px;
}

#printdesign{
	margin:35px 0px 0px 28px;
	width:890px;
	height:403px;
}

#printdesign object{
float:left;
}

.printdesign_banner{
float:left;
}

.printdesign_content{
float:left;
color:#868383;
line-height:18px;
}

#onlinemarketing{
	margin:35px 0px 0px 23px;
}

#onlinemarketing img{
float:left;
}

#onlinemarketing #maintext{
	width:274px;
	height:327px;
	padding-top:5px;
	float:left;
}

#onlinemarketing #maintext p{
	line-height:18px;
	color:#868585;
}


/*CAREER*/
#career{
	float:left;
	padding:31px 0px 60px 25px;
}

#career #banner{
}

#careerbottomcontain{
	width:888px;
	height:189px;
	border:1px solid #E9E9E9;
	margin-top:13px;
}

#careerbottom{
 	float:left;
	width:872px;
	height:174px;
	background-image: url('images/career_bg.jpg');
	background-repeat: repeat-x;
	border-top:1px solid #fff;
	border-left:1px solid #fff;
	border-right:1px solid #fff;
	padding:13px 7px 0px 7px;
}


#careerbottom #left{
	float:left;
	width:465px;
}

#careerbottom #right{
	float:left;
	width:406px;
}

#careerbottom #right p{
	color:#868383;
	padding:0px 10px 20px 0px;
}

#careerbottom #right a{
	color:#D4332F;
	text-decoration:none;
}

#careerbottom #right a:hover{
	text-decoration:underline;
}

#careerbottom .title{
	font-size:15px;
	padding-bottom:20px;
}

#careerbottom .tablestyle{
	margin:0px 0px 0px 10px;
}

#careerbottom .tablestyle a{
	color:#D4332F;
	text-decoration:none;
}

#careerbottom .tablestyle a:hover{
	text-decoration:underline;
}

#careerbottom .tablestyle td{
	padding:5px 30px 5px 5px;
}

#careerbar{
	height:25px;
	border:1px solid #E9E9E9;
	width:888px;
	margin-top:13px;
}

#careerbarbg{
	float:left;
	background-image: url('images/careertop_bg.jpg');
	background-repeat: repeat-x;
	width:886px;
	height:24px;
	border-left:1px solid #fff;
	border-right:1px solid #fff;
	border-top:1px solid #fff;
}

#careerbarbg p{
	padding:4px 0px 0px 7px;
}

p .careerbartext{
	color:#696969;
}

p .careerbartext2{
	color:#000;
	padding-left:5px;
}




/*PORTFOIO*/
#portfolioleft{
	float:left;
}

#portfolioright{
	float:left;
	width:509px;
}

#portfolioright p{
	font-size:12px;
	padding-bottom:23px;
}

#portfolioright .blue{
	color:#284B83;
	text-decoration:none;
}

#portfolioright a:hover{
	text-decoration:underline;
}

p .portfoliobartext{
	color:#696969;
}

p .portfoliobartext2{
	color:#284B82;
	padding-left:5px;
}

#portfoliobottom{
	float:left;
	padding-left:25px;
}

#portfoliobottom #portfolioleft{
	float:left;
	width:291px;
}

#portfoliobottom #portfolioleft img{
	border:1px solid #acacac;
}


#portfoliobottom #portfolioleft ul li{
	width:296px;
	float:left;
}

#portfoliobottom #portfoliomiddle{
	float:left;
	width:289px;
}

#portfoliobottom #portfoliomiddle img{
	border:1px solid #acacac;
}

#portfoliobottom #portfoliomiddle ul li{
	width:296px;
	float:left;
}

#portfoliobottom #portfolioright{
	float:left;
	width:294px;
}

#portfoliobottom #portfolioright img{
	border:1px solid #acacac;
}

#portfoliobottom #portfolioright ul li{
	width:296px;
	float:left;
}

#portfoliobar{
	height:25px;
	border:1px solid #E9E9E9;
	width:888px;
	margin-top:13px;
	float:left;
}

#portfoliobarbg{
	float:left;
	background-image: url('images/careertop_bg.jpg');
	background-repeat: repeat-x;
	width:886px;
	height:24px;
	border-left:1px solid #fff;
	border-right:1px solid #fff;
	border-top:1px solid #fff;
}

#portfoliobarbg p{
	padding:4px 0px 0px 7px;
}

p .portfoliobartext{
	color:#696969;
}

p .portfoliobartext2{
	color:#000;
	padding-left:5px;
}


#career #portfoliotitle{
	width:886px;
	padding-top:32px;
	padding-bottom:20px;
	float:left;
}

#websiteleft{
	width:110px;
	float:left;
	text-align:center;
	padding:0px 0px 5px 0px;
}

#websiteright{
	width:186px;
	float:left;
	padding:10px 0px 0px 0px;
}



/*PROFILE*/
#content #profile{
	margin-bottom:40px;
}

#content #profile #profileleft{
	padding:40px 0px 0px 60px;
	float:left;
}

#content #profile #profileright{
	padding:40px 0px 0px 0px;
	width:508px;
	float:left;
}

#content #profile #profileright p{
	padding:25px 0px 0px 0px;
}

#content #profile #profileright .blue{
	color:#284B83;
	text-decoration:none;
}

#content #profile #profileright a:hover{
	text-decoration:underline;
}

#content #profile #profileright .chamberlogo{
	padding:10px 0px 0px 0px;
}

#content #profile #profileright .bbblogo{
	padding:10px 0px 0px 25px;
}

#content #profilebottom{
	width:743px;
	margin:17px 0px 40px 0px;
	padding:17px 36px 17px 36px;
	float:left;
	border:1px solid #EDEE95;
	background:#FDF9D0;
}

#content #profilebottom .blue{
	color:#284B83;
	text-decoration:none;
}

#content #profilebottom a:hover{
	text-decoration:underline;
}

#content #profilebottomwrap{
	padding:0px 0px 40px 60px;
	margin:0px 0px 40px 0px;
}


/*CORPORATE BRANDING*/
#content #corporate{
	margin:50px 0px 50px 48px;
	width:845px;
}

#content #corporate object{
z-index:0px;
}

#content #corporate #corporateleft{
	float:left;
}

#content #corporate #corporateright{
	float:left;
}


/*APPLICATION FORM*/
.form{
	text-align:left;
	font-family: "Lucida Grande", sans-serif;
	color:#767676;
	margin-left:30px;
}

.form table{
	float:left;
	font-family: "Lucida Grande", sans-serif;
	padding:20px 0px 20px 0px;
}

.form table .title2{
	width:237px;
	padding-top:10px;
	padding-bottom:5px;
}

.form table .title3{
	padding:0px 0px 5px 0px;
	margin:0;
}

.form table .title4{
	padding:0px 0px 5px 30px;
}

.form table td{
	padding:0px 0px 0px 40px;
}

.form #bottom{
	clear:both;
	text-align:center;
	padding:50px 0 30px 0px;
}

.form .submitorder{
	background-image:url('images/submitorder.jpg');
	width:162px;
	height:32px;
	margin-left:70px;
	margin-bottom:80px;
	color:#fff;
	display: block;

}

.form .submitorder2{
	background-image:url('images/submitorder.jpg');
	width:162px;
	height:32px;
	margin-left:70px;
	margin-bottom:80px;
	color:#fff;
	text-decoration:underline;
	display: block;

}
	
.form #text{
	width:237px;
	height:18px;
	padding:2px 0px 0px 0px;
}
			
.form textarea{
	height:100px;
	width:237px;
	border:1px solid #777777;
}

.form .title{
	font-size:16px;
	font-weight:bold;
	color:#C31516;
}

.form input{
	border:1px solid #777777;
	height:21px;
}

.form .radio{
	height:10px;
	border:none;
	margin:3px;
	padding:0px;
}
	
#validation{
	padding:0px 20px 20px 0px;
	text-align:left;
	color:#ff4040;
}


/*  IE fixes */

#content, #sidebar {
	height: 1%;
	}
* html dl.feature { /* for IE5+6 */
	height: 1%; 
	}
*:first-child+html .feature { /* for IE7 */
	min-height: 1px; 
	} 
	
h1{
	padding:0;
	margin:0;
	display: inline; 
	}
	
/*Footer Sitemap*/

#footermap ul {
list-style: disc outside none;
}

#footermap ul li {
display: list-item;
float:left;
color: #B7B8BB;
margin: 0px 15px 0px 15px;
padding-top: 5px;
padding-bottom: 5px;
}

#footermap ul li a {
color: #B7B8BB;
font-size: 12px;
text-decoration: none;
letter-spacing: -1px;
}

.pp {
color: #fff !important;
text-decoration: none;
}

.pp:hover {
text-decoration: underline;
}
