/*-------------------------------------------------------------------------------------------------------
Index StyleSheet

Version: 1.0
Date: 19 January 2007
Author: Syed Latif
-------------------------------------------------------------------------------------------------------*/

#PrimaryContent a:link, #PrimaryContent a:visited {
	background: url(../images/linkbg.gif);
	}

dl {
	background:#CC0000;
	margin-top:20px;
	margin-left: 20px;
	float:left;
	margin-right:10px;
	width: 300px;
	
	}

dl dt {
	padding:10px;
	text-align:left;
	color:#FFFFFF;
	font-weight: bolder;
	text-transform: capitalize;
	}

#PrimaryContent dl dt a:link, #PrimaryContent dl dt a:visited{
	color:#FFFFFF;
	font-weight: bold;
	text-transform: capitalize;
	text-decoration: none;
	background: #CC0000;
	border: none;
	}

#PrimaryContent dl dt a:hover {
	border-bottom: 1px solid #FFFFFF;
	}
	
dl dd {
	padding:0; 
	margin:0;
	height: 170px;
	}

dl.boxCV dd {
	background: #EDEDED url(../images/personalprofile-crop.jpg) no-repeat bottom left;
	height: 100px;
	}

dl.boxCV {
	width: 630px; 
	}
	
dl.boxLogo dd {
	background: #EDEDED url(../images/index-logo.jpg) no-repeat bottom left;
	}

dl.boxWeb dd {
	background: #EDEDED url(../images/index-web.jpg) no-repeat bottom left;
	}

dl.boxGraphics dd {
	background: #EDEDED url(../images/index-graphics.jpg) no-repeat bottom left;
	}

dl.boxVideo dd {
	background: #EDEDED url(../images/index-video.jpg) no-repeat bottom left;
	}

#PrimaryContent dl dd p {
	margin:0; 
	padding-left:130px;
	}