@charset "utf-8";
/* CSS Document */


body, html {
	height:100%;
	margin:0px;
	padding:0px;
	min-width:950px;
	background-color:#f0ede7;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
}

img {
	border:0px;
	padding:0px;
	margin:0px;
	vertical-align:top;
}


p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
}


#wrapper {
	background-color:#f0ede7;
	height: 100%;
}


#left-div {
	background-color:#ec008c;
	float:left;
	min-width:228px;
	width:24%;
	height: 100%;	
}
#right-div {
	background-color:#f0ede7;
	min-width:722px;
	float:right;
	width:76%;
	background-image:url(../images/middle_bg.gif);
	background-repeat:repeat-y;
}


/*-------------- MENU ---------------------*/
#menu-div {
	background-color:#ec008c;
	float:right;
	color:#FFFFFF;
	width:217px;
	padding-left: 10px;
	text-align:right;

}


#Menu {
	padding-right:35px;
}

.menuitem {
	display:block;
	margin-bottom:10px;
	font-family:"Times New Roman", Times, serif;
	font-size:20px;
	font-weight:bold;
	color:#002b51;

}


#Menu a:link {color:#ffffff; text-decoration:none;}
#Menu a:hover {color:#fff200; text-decoration:none;}
#Menu a:active {color:#ffffff; text-decoration:none;}
#Menu a:visited {color:#ffffff; text-decoration:none;}



/*-----------------------------------*/

#TopBlack {
	background-color:#000000;
	color:#FFFFFF;
	height:35px;
}


#TopBlack a:link {color:#ffffff; text-decoration:none;}
#TopBlack a:hover {color:#ec008c; text-decoration:none;}
#TopBlack a:active {color:#ffffff; text-decoration:none;}
#TopBlack a:visited {color:#ffffff; text-decoration:none;}

#TopContact {
	height:30px;
	padding-left:25px;
	padding-top: 5px;

}

/*-----------------------------------*/



#content-div {
	width:722px;
}

#MiddleLeft {
	width:75px;

}


#MiddleRight {
	width:647px;
	float:right;

}


#InnerContent {
	width:377px;
	padding-left: 10px;
	padding-right: 45px;
	padding-bottom: 30px;

}

#InnerContent2 {
	width:370px;
	padding-left: 10px;
	padding-bottom: 30px;

}

#InnerContent3 {
	width:370px;
	padding-left: 10px;
	padding-bottom: 30px;
	margin-left:75px;

}

#InnerContent4 {
	width:377px;
	padding-left: 10px;
	padding-bottom: 30px;

}


#InnerRight {
	width:215px;
	float:right;
	background-image:url(../images/right_col_bg.gif);
	background-repeat:no-repeat;
	background-position:top;

}

#InnerRight2 {
	width:250px;
	float:right;
	background-image:url(../images/right_col_bg2.gif);
	background-repeat:no-repeat;
	background-position:top;

}

#Yellow{
	background-color:#fff200;
	padding-left: 15px;
	padding-top: 30px;
	width: 187px;

}

#White{
	padding-left: 15px;
	padding-top: 30px;
	width: 202px;

}

#RightCol_RecentWork {
	width:155px;
	padding-right:25px;
	padding-left: 25px;
}

#RightCol_RecentWork2 {
	width:155px;
	padding-right:25px;
	padding-left: 0px;
}





/*--------------STYLES---------------------------*/

.BigTitles {
	margin-top:50px;
	display:block;

}

.Titles {
	display:block;

}

.SubTitles {
	font-size:20px;
	color:#ec008c;
	font-weight:bold;
}

.SubTitlesSmall {
	color:#ec008c;
	font-weight:bold;
}

a:link{color:#ec008c; text-decoration:none;}
a:hover {color:#ec008c; text-decoration:underline;}
a:active {color:#ec008c; text-decoration:none;}
a:visited {color:#ec008c; text-decoration:none;}



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

#clearer {
	clear:both; 
	height:21px; 
	overflow:hidden;
}


#footclearer {
	background-color:#f0ede7; 
	float:right; 
	height:45px;
}


/*-------------- FORMS ---------------------*/


#Contact {
	width:300px; 
	margin-top:25px;


}

#Contact tr td {
	padding:3px;
}


.error {
	display:block;
	visibility:visible;
	font-size:11px;
	color:#ec008c;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
}

.hideerror {
	display:none;
	visibility:hidden;
}


/*--------- News Feed ----------------------*/

	
.span_latestNews_title {
	font-weight:bold;
	color:#01aef0;
}

.span_latestNews_date {
	font-size:10px;
	color:#999999;
}

.span_latestNews_link {
	color: #ec008c;
	white-space: nowrap;
}

.newsItem {
	margin-bottom:10px;
}


#div_latestNews a:link { color: #ec008c; text-decoration: underline; }
#div_latestNews a:visited { color: #ec008c; text-decoration: underline; }
#div_latestNews a:hover { color: #ec008c; text-decoration: underline;}
#div_latestNews a:active {color: #ec008c; text-decoration: underline;
}



