/* CSS Document */
/* For Saint James School of Medicine Anguilla*/
/* Spring 2009 */

/* Start Areas */
html, body 
{
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin:0px;
	height:100%;
	/*text-align:center;*/
}

#container
{

	margin:0px auto;
	text-align:left;
	background:url(../../../templates/sjsm_interior_anguilla/images/artwork_background.jpg); background-repeat: repeat-y;
	width:1000px;
	/*border: 1px solid gray;*/
}

#top
{
	/*border-bottom: 1px solid gray;*/
}

#leftnav
{
	float: left;
	width: 255px;
	margin: 0px auto;
	height: 40%;
z-index: 100;
}

#content
{

	margin-top: 0px auto;
	margin-left: 255px;
        

}

#footer
{
	clear: both;
	padding: .5em;
	color: #FFF;
	background-color: #339;
	text-align: center;
	font-weight: bold;
}

#navigation_buttons {
	position:relative;
	background:url(../../../templates/sjsm_interior_anguilla/images/artwork_menu_background.gif); background-repeat: no-repeat;
	width:203px;
	margin:0;
	top:57px;
	left:23px;
	padding-top:10px;
	z-index:87;
	text-align:center;
	}

#left_bottom {
	position:relative;
	left:0;
	top:105px;
	z-index:20;
	}


#marquee {
position:absolute;
width:1000px;
height:25px;
top:165px;
left:100;
margin:0;
padding:0;


}


#flash {
position:relative;
	z-index:0;
}

#but_fb {
                  position:absolute;
                  width:250px;
                  height:74px;
                  top:625px;
                  
                  margin:0;
                  padding:0;
                  text-align:center;
                  z-index:85;
                  }


/* End Areas */

/* Start Styles */
.white
{
	color: #FFF;
}

.white_background
{
	background-color: #FFF;
}

.left_vertical_line
{
	background:url(../../../templates/sjsm_interior_anguilla/images/artwork_left_vertical_line.gif); background-repeat: repeat-y;
}

.top_horizontal_line
{
	background:url(../../../templates/sjsm_interior_anguilla/images/artwork_top_horizontal_line.gif); background-repeat: repeat-x;
}

.bottom_horizontal_line
{
	background:url(../../../templates/sjsm_interior_anguilla/images/artwork_bottom_horizontal_line.gif); background-repeat: repeat-x;
}

.pathway {
	font-size: 9px;
	color: #339;
	margin-left:4px;
	margin-right:0px;
}

.pathway a {
	color: #339;
	}

.pathway a:visited {
	color: #339;
	}

.pathway a:hover {
	color: #339;
	}

.pathway a:active {
	color: #339;
	}

.mainlevel-info {
	font-size: 12px;
	font-weight: bold;
	color: #339;
	margin-left:0px;
	margin-right:20px;
}

.mainlevel-info a {
	color: #339;
	}

.mainlevel-info a:visited {
	color: #339;
	}

.mainlevel-info a:hover {
	color: #339;
	}

.mainlevel-info a:active {
	color: #339;
	}


/* Added styles */

.button {
		border-top : solid 1px #d5d5d5;
		border-right : solid 1px #808080;
		border-bottom : solid 1px #808080;
		border-left : solid 1px #d5d5d5;
		color : #333;
		font-weight : bold;
		background : #ffce00;
		margin-left : 10px;
}
/* End Styles */