/* CSS Document */


* {
	margin: 0;
}

html{
	height:100%;
}

html,body {
	margin:0;
	padding:0;
	background-color:#FFFFFF;
}

body {
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
	font-size:12px;
	height:100%;
}


a {
	color: #981793;
	text-decoration:none;
}

#container {
	text-align:left;
	width:900px;
	margin:0 auto;
	background-color:#FFFFFF;
	
}


h3{
	color:#f8941a;
	font-weight:bold;
	font-size:18px;
}

h4{
	font-weight:bold;
	font-size:14px;
}


#mainImageSub {
	background-image:url(images/redBar.jpg);
	background-repeat:no-repeat;
	width:900px;
	height:80px;
	
}


/*=================    Main Header Image    ========================*/

#header {
	height:95px;
	margin:0;
}

#header img{
	float:left;
}

#header #links{
	margin-left:350px;
}



#mainImage {
	background-image:url(images/redBar.jpg);
	background-repeat:no-repeat;
	width:900px;
	height:78px;
	margin-top:5px;
}

#mainImage p{
	padding:10px;
}

#featuredSub{
	float:right;
	margin-top:-30px;
	position:relative;
	z-index:10;
}

#featuredFlash{
	/*padding-top:275px;*/
	width:249px;
	display:inline;
	z-index:10;
}



/* ------------ Wrapper -------------------*/

#wrapper {
	width:950px;
	margin:0;
	padding:0;
}



li.menu-parent a {
	text-decoration:none;
	color:#000000;
	list-style-type:none;
}




#thePadding {
	padding:15px;
}





/* ---------------- RIGHT CONTENT  ---------------- */

#rightContentSub {
	float:left;
	width:900px;
	color:#666666;
}


/*-------------------- Bottom CLEAR ------------------*/
#bottomClear{
	clear:both;
}



/*-------------- The Center --------------*/

#theCenter {
	margin:auto;
	width:950px;
	margin-top:-20px;
	position:relative;
	z-index:5;
}


/* ------------------ Portfolio ----------------- */

#portfolioItem{
	background-image:url(images/portfolioShadow.jpg);
	width:950px;
	height:373px;
	text-align:left;
	margin-top:-25px;
	margin-bottom:10px;
}

#portfolioItem #theShort{
	padding-left:35px;
	padding-top:20px;
        padding-right:40px;
}

#portfolioItem #theShort img{
	padding-right:25px;
	border:none;
}

#fullPortfolio{
	text-align:left;
	padding-left:30px;
}

#fullPortfolio img{
border-style:none;
}
