/*
    Cascading Style Sheet for all webpages pertaining to the Ardbrae
    website.
 Modification History:
  20111231 RJM Add Float ids
*/
/* Ids */
#ARDBRAE_BODY_2012 {    
    background : #093591;
    color : #0000B7;
}
#ARDBRAE_WRAPPER_2012{
        width: 100%;
}  
#ARDBRAE_CONTENT_2012 {
        position: relative;
        margin-top: 210px;
	float:right;
	background:#d7d8dc;
	min-width:530px;
	max-width:530px;
	padding-left:20px;
	font-family:sans-serif;
	color:black;
	border-style:solid;
	border-width:2px;
	border-color:#093591
}
#ARDBRAE_MOD_CLEAR_FLOAT{
        clear:both;
        text-align:center;
        font-style:italic;
        font-size: 75%;
        color: #FFFFFF;
}

/* Classes */
BODY.ARDBRAE_BODY {
    background : #093591;
    color : #0000B7;
}

DIV.ARDBRAE_HEADER {
	position:absolute;
	left:100px;
	top:10px;
	width:800px;
	height:205px;
	background:#FFF8EE; /*#cedaf3*/
	border-bottom-style:solid;
	border-bottom-width:6px;
	border-bottom-color:#FFFFFF;
}

IMG.ARDBRAE_LOGO {
	position:absolute;
	left:10px;
	top:3px;
	height:170;
	z-index:2;
}

IMG.ARDBRAE_BANNER {
	position:relative;
	left:0px;
	top:0px;
	width:800px;
	height:175px;
	z-index:1;
}

DIV.ARDBRAE_MENU_TOP {
	display:inline;
	position:absolute;
	height:40px;
	width:800px;
	top:175px;
	left:0px;
	background-image:url('images/menu_top_background.png');
	background-repeat:repeat-x;
	z-index:2;
}

A.ARDBRAE_MENU_ITEM {
	display:inline-block;
	width:129px;
	height:40px;
	color:white;
	position:relative;
	top:5px;
	text-align:center;
	text-decoration:none;
	font-family:sans-serif;
}

DIV.ARDBRAE_MENU_BOTTOM {
	display:inline;
	position:relative;
	left:0px;
	top:5px;
}


DIV.ARDBRAE_CONTENT{
	display:block;
	position:absolute;
	left:100px;
	top:215px;
     /* background:#FFF8EE; #ebf0fb;*/
	min-width:800px;
	min-height:1000px;
	visibility:visible;
}

DIV.ARDBRAE_SUB_MENU_WARN {
	display:inline;
	position:absolute;
	left:-75px;
	top:15px;
}

DIV.ARDBRAE_SUB_MENU {
	display:inline;
	position:absolute;
	left:-75px;
	top:50px;
}

DIV.ARDBRAE_CONTENT_AREA {
	position:absolute;
	left:230px;
	top:10px;
	display:inline;
	background:#d7d8dc;
	min-width:530px;
	max-width:530px;
	padding-left:20px;
	border-style:solid;
	border-width:2px;
	border-color:#093591
}

P.ARDBRAE_TEXT {
	width:500px;
	text-align:left;
	position:relative;
	font-family:sans-serif;
	color:black;
}

TD.ARDBRAE_PROGRAM_DANCE {
	text-align:center;
	position:relative;
	width:400px;
}

TD.ARDBRAE_PROGRAM_TYPE {
	text-align:left;
	position:relative;	
}

P.ARDBRAE_PROGRAM_DANCE {
	text-align:center;
	position:relative;
	font-family:sans-serif;
	color:black;
	font-size:16px;	
}

P.ARDBRAE_PROGRAM_INTERMISSION {
	text-align:center;
	position:relative;
	font-family:sans-serif;
	color:#0000B7;
	font-size:16px;
	font-style:italic;	
}

P.ARDBRAE_PROGRAM_SOURCE {
	text-align:center;
	position:relative;
	font-family:sans-serif;
	color:black;
	font-size:10px;
	top:-15px;	
}

P.ARDBRAE_PROGRAM_TYPE {
	text-align:left;
	position:relative;
	font-family:sans-serif;
	color:black;
	font-size:10px;	
}

OL.ARDBRAE_SUB_MENU {
	display:block;
	list-style-type:none;
	vertical-align:middle;
}

LI.ARDBRAE_SUB_MENU_ITEM {
	width:250;
	height:40;
	color:white;
	background-image:url('images/menu_top_background.png');
	background-repeat:repeat-x;
	vertical-align:middle;
	text-align:center;
}

P.ARDBRAE_SUB_MENU_ITEM {
	color:white;
	position:relative;
	top:5px;
	text-align:center;
	text-decoration:none;
	font-family:sans-serif;
}

LI.ARDBRAE_SUB_MENU_ITEM_WARN {
	width:250;
	height:40;
	color:white;
	background-image:url('images/menu_top_background.png');
	background-repeat:repeat-x;
	vertical-align:middle;
	text-align:center;
}

P.ARDBRAE_SUB_MENU_ITEM_WARN {
	color:red;
	position:relative;
	top:5px;
	text-align:center;
	text-decoration:none;
	font-family:sans-serif;
}

P.ARDBRAE_MOD_TEXT {
        color:black;
        position:relative;
}
