/* CSS Document */


* {
	margin: 0;
	padding: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;
}

ul {
	padding-left: 15px;
}
#container {
	text-align:left;
	width:900px;
	margin:0 auto;
	background-color:#FFFFFF;
	margin-top:25px;
}


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

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


/*=================    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:141px;
	margin-top:5px;
}

#featured{
	float:right;
	margin-top:-95px;
	position:relative;
}

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


/*=================    Navigation    ========================*/

#topMenu{
	margin: 0;
	margin-top:-95px;
	margin-bottom:20px;
	padding: 0;
	float: right;
	font: bold 16px Tahoma;
/*	width:575px; */
	text-align:right;
}

#topMenu ul, #topMenu li{
	display:inline;
}

#topMenu .menu-top li{
	display:inline;
	margin-top:-50px;
}

#topMenu .menu-top li a{
	color:#999999;
	padding-left:15px;
	padding-right:15px;
	text-decoration: none;
	background-color:#FFFFFF;
	display:inline;
}


#topMenu .menu-top li a:hover{
	/*color:#E2E2E2;*/
	color:#333333;
	/*background-image: url(images/blackbgover.gif); /*background image swap on hover*/
}

#topMenu .menu-top li.menu-current a{
	color:#f7931d;
}

.menu-top .menu-last a{
	border-right:none;
}



#thePadding {
	padding:15px;
}

#wrapperMove{
	float:left;
	margin-top:-60px;
	margin-left:-10px;
}

#wrapper {
	width:900px;
	background:#aaa url(images/boxShadowMiddle.jpg) repeat-y center right;
	margin:0;
	padding:0;
}

#wrapper #shadowTop {

}

#wrapper #shadowBottom {

}




/* ------------------ Left Content   -------------------*/


#content {
	width:252px;
	float:left;
	padding-left:20px;
	padding-right:50px;
	color:#666666;
}




/* --------------- MIDDLE CONTENT --------------- */

#middleContent {
	float:left;
	width:252px;
	margin-right:50px;
	color:#666666;
}


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

#rightContent {
	float:left;
	width:252px;
	color:#666666;
}


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


/*-----------------------   FOOTER  --------------------- */

.footer, .push {
	height: 5em; /* .push must be the same height as .footer */
}

.footer {
	background-color:#d5d7d8;
	background-image:url(images/portfolioBack.jpg);
	background-repeat:repeat-x;
	margin-top:-35px;
	height:290px;
}

.footer .footerContent{
	width:900px;
	margin:auto;

}

.footer .leftColumn{
	width:880px;
	margin-top:10px;
	color:#333333;
	text-align:left;
	padding-left:15px;
	padding-bottom:20px;
}


.footer h2{
	margin-top: -10px;
	margin-bottom:10px;
	text-align:left;
	color:#FFFFFF;
}

/* 246 119 */

.footer hr{
	margin-bottom:15px;
}

.footer p{
	padding-bottom:5px;
}

.footer a{
	color:#FF0000;
	text-decoration:none;
}


/*-------------- The Bottom --------------*/

#theBottom {
	margin:auto;
	margin-top:20px;
	width:800px;
}

#finalFooter{
	clear:both;
	width:800px;
	padding-top:50px;
	padding-bottom:25px;
	height:20px;
}


/*----------- Drop Shadow ---------- */

.dropshadow2{
	float:left;
	clear:left;
	/*background: url(images/shadowAlpha.png) no-repeat bottom right !important;
	*/background: url(images/shadow.gif) no-repeat bottom right;
	margin: 10px 0 10px 10px !important;
	margin: 10px 0 10px 5px;
	width: 800px;
	padding: 0px;
	display:none;
}
.innerbox{
	position:relative;
	bottom:6px;
	right: 6px;
	border: 0px solid #999999;
	padding:4px;
	margin: 0px 0px 0px 0px;
	background-color:#FFCC99;
	text-align:left;
}
.innerbox{
	/* IE5 hack */
	\margin: 0px 0px -3px 0px;
	ma\rgin:  0px 0px 0px 0px;
}
.innerbox p{		
	font-size:14px;
	margin: 3px;
}