.HomeTitle {
	float:left; 
	width:419px; 
	height:78px; 
	background-image:url(../images/header-separator.gif); 
	background-repeat:no-repeat; 
	background-position: top right;
}
.HomeTitle h3,.loginContainer h3{
	margin-top:0px; 
	color:#FFFFFF;
	font-weight:normal;
	font-size:13px;
	text-align:left;
}

/* signup box */
.loginContainer {
	width:223px;
	float:right;
	height:78px;
}
input {
	background-color:#aaa6a6;
	height:17px;
	color:#FFFFFF;
	font-size:10px;
	border:none;
	width:100px;
}
/* Content Left */
.contentLeft {
	float:left; 
	width:425px;
	border-right:#CCCCCC thin solid;
}

/* Boxes */

.leftColumn {
	clear:left; 
	float:left;  
	border: dashed #CCCCCC 1px; 
	border-width:0px 1px 0px 0px;
	width:426px;
}
.rightColumn {
	float:right; 
	width:225px;
}
.leftBoxContainer {
	width:415px;
	margin-top:10px;
	font-size:12px;
}
.rightBoxContainer {
	width:220px;
	margin-top:10px;
}
.leftBoxHeader {
	background-image:url(../images/big-box/top-brdr.gif); 
	background-repeat:no-repeat; 
	height:32px;
}
.rightBoxHeader {
	background-image: url(../images/big-box/small-box/top-brdr.gif); 
	background-repeat:no-repeat; 
	height:32px;
}
.leftBoxFooter {
	background-image:url(../images/big-box/btm-brdr.gif); 
	background-repeat:no-repeat; 
	height:14px; 
	width:415px;
}
.rightBoxFooter {
	background-image: url(../images/big-box/small-box/btm-brdr.gif); 
	background-repeat:no-repeat; 
	height:14px; 
	width:220px;
}

.subBoxText {
	margin:0px 10px 0px 12px;
	padding:10px 0px 5px 0px;
	color:#666666;
	border-bottom:#FF0000 thin solid;
	!position:relative;
}
.subBoxText img {
	float:right;
	margin:0px 5px 5px 5px;
}
.subBoxMoreButton {
	text-align:right; 
	margin-bottom:10px; 
	clear:left;
}
.subBoxMoreButton img
{
    border:none;
    margin-top:-5px;
}
/* Right Content  */
.contentRightContainer {
	float:right; 
	width:217px;
}


/* new Boxes  */
.newBoxBg {
	background-image:url(../images/png/bg.png); 
	_background-image:url(../images/png/bg.gif); 
	background-repeat:repeat-y; 
	padding:9px; 
	color:#666666;
}
.smallBoxContainer {
	width:220px;
}
.BigBoxContainer {
	width:426px;
}
.smallBoxTopBrdr {
	background-image:url(../images/png/small-box-top-brdr.png); 
	_background-image:url(../images/png/small-box-top-brdr.gif); 
	height:40px; 
	background-repeat:no-repeat;
}
.BigBoxTopBrdr {
	background-image:url(../images/png/top-brdr.png); 
	_background-image:url(../images/png/top-brdr.gif); 
	height:38px; 
	background-repeat:no-repeat;
}
.smallBoxBg {
	background-image:url(../images/png/small-box-bg.png); 
	_background-image:url(../images/png/small-box-bg.gif); 
	background-repeat: repeat-y; 
	padding:5px 8px 5px 10px; 
}
.smallBoxBtmBrdr {
	background-image:url(../images/png/small-box-btm-brdr.png); 
	_background-image:url(../images/png/small-box-btm-brdr.gif); 
	background-repeat:no-repeat; 
	height:22px;
}
.bigBoxBtmBrdr {
	background-image:url(../images/png/btm-brdr.png); 
	_background-image:url(../images/png/btm-brdr.gif); 
	background-repeat:no-repeat; 
	height:21px;
}
img.introImage {
	float:left; 
	margin:5px 10px 10px 0; 
	border:solid 2px #E6E6E6;
}

/* Projects Box */
.projectsContainer { padding: 0px; margin-top: 0px; } 
.projectsContainer li { padding:0px; list-style:none; }
.projectsContainer li p span { font-weight: bolder; display:block; }
.projectsContainer .subBoxMoreButton { margin-bottom:4px; }

