/* F&E core css 06/02/2008 */
html, body {height: 100%;}
body{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%; /* 12px */
	background: #000 url('/img/background_border.gif') top left repeat-x;
	background-color:#000;
	color:#FFF;
	text-align:center;
}

textarea
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:90%;
}

.p
{
	display:block;
	margin-top:10px;
}

.inline
{
	display:inline;
}

#big_image {
	color:#FFFFFF;
	float:right;
	padding-bottom:10px;
	padding-left:20px;
}
#big_image img {
	border:1px solid #333333;
	padding:5px;
}

a{text-decoration:none; color:#FFF;}
a:hover{text-decoration:underline;}
.clear{clear:both;}	
.floatLeft{float:left;}
.floatRight{float:right;}
strong{font-weight:bold;}

.error{display:block; color:Red}
table .error{display:table-cell;}

#pageWrap
{
	width:900px;
	height: auto !important;
	height:100%;
	min-height:100%;
	text-align:left;
	margin:auto;
	background:url('/img/ynysidebar.gif') top left no-repeat #000;
}

.innerWrap
{
	padding-left:130px;	
}
	
#header{background-color:#000; border-top:5px solid #e1007a;}
#header #access{padding-top:5px; text-align:right; background:url('/img/pink_tile.gif') top left repeat-y;}
#header #access_inner{width:755px; padding-left:135px;}
#header #access #access_inner #access_small{font-size:10px;}
#header #access #access_inner #access_med{font-size:12px;}
#header #access #access_inner #access_large{font-size:14px;}

#header h1{
	height:45px;
	width:755px;
	background:url(/img/felogo.gif) 0px 0px no-repeat #000;
	text-indent:-5000px;
	margin-left:135px;
	margin-top:5px;
	margin-bottom:5px;
}

#header #menu
{
	background-color:#e1007a;
	width:739px;
	font-size:150%;
	margin-left:141px;
}
#menu li /* over written by the text_large style sheet to set width to 5.9em and the text_small to 8.3em */
{
	padding-left:30px;
	line-height:1.2em;
	display:inline;
}

#menu + img
{
	margin-left:141px;
	margin-top:4px;
	margin-bottom:4px;
}


/*#side_menu{width:184px;float:left; margin-left:140px;}*/
#side_menu{width:184px;float:left; padding-left:140px;}
#content{width:555px; float: right; margin-right:8px; background:url('/img/content_gradient.gif') top left repeat-x;}

#content .mainImage{margin-bottom:10px;}
#content #left_col{width:253px; float:left;}
#content #right_col{width:295px; float:left;}
#content .content_item{margin-bottom:10px; }
#content h2
{
	display:block; 
    background-color: #e1007a; 
    color:#FFF; 
    font-family:Arial, Verdana, Helvetica, sans-serif;
    font-size:160%;
    font-weight:bold;
    padding-left:10px;
    padding-right:10px;
}
#content .centre_content h2
{
	display:block;
	background:none;
	color:#f77bba;
	font-size:150%;
	font-weight:bold;
	padding-left:0px;
	padding-bottom:20px;
}

#content #right_col h2
{
	text-align:right;
}

#content .content_item .content_text
{
	padding-left:10px; 
	padding-right:10px;
	border: 1px solid #494949; 
	padding-bottom:5px;
	padding-top:10px;
	border-top:0px;
}

.content_item a{color:#e1007a;}

#content #left_col .content_item .content_text{border: 0px;}
#content .centre_content
{
	padding:10px;
	min-height:500px;
	height:auto !important;
	height:500px;
}

#manage #spaced_text.centre_content
{
	min-height:0px;
	height:auto !important;
	height:0px;	
}

#pageWrap .button
{
	background-color:#e1007a; 
	padding:5px;
	color:#FFF;
	line-height:2.5em;
}

#pageWrap #content a.button
{
	color:#FFF;
}

#footer
{
	width:548px;
	float:right;
	margin-top:15px;
	margin-right:13px;
	border-top:5px solid #e1007a;
}

#footer #copyright
{
	font-size:80%;
	border-top: 1px solid #e1007a;
}
#footer #copyright #copy_main
{
	line-height:2em;
	color:#e1007a;
	border-top: 1px solid #e1007a;
}
#footer #copyright #copy_links
{
	line-height:3em;
	text-align:right;
}

#content .content_item .content_text p {
	margin-bottom:15px;
}

#global_alert
{
	background-color:#FFFF70;	
	color:#000000;
	font-size:120%;
	line-height:2em;
	text-align:center;
}
#content .centre_content a {
	color:#E1007A;
}
