#cmsImage
{
	border: 1px solid #FFFFFF;
	margin: 0px 15px 15px 0px;	
	background: #72d5f1;
	padding: 2px;
}

.cmsImage
{
	border: 2px solid #FFFFFF;
    margin: 0px 15px 15px 0px;
    background: #FFFFFF;
    margin: 0px 15px 15px 0px;
    padding: 0px;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    -webkit-box-shadow: #333333 0px 0px 4px;
    -moz-box-shadow: #333333 0px 0px 4px;
    box-shadow: 0px 0px 4px #333333;
    position: relative;
    behavior: url(/PIE.php);
}

img[align=right].cmsImage
{
	margin: 0px 0px 15px 15px;
}

.cmsImageLarge
{
	width: 100%;
	height: auto;
	border: 2px solid #FFFFFF;
    margin: 0px 15px 15px 0px;
    background: #FFFFFF;
    margin: 0px 15px 15px 0px;
    padding: 0px;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    -webkit-box-shadow: #333333 0px 0px 4px;
    -moz-box-shadow: #333333 0px 0px 4px;
    box-shadow: 0px 0px 4px #333333;
    position: relative;
    behavior: url(/PIE.php);
}

.cmsImage.noBorder, .cmsImageLarge.noBorder { 
	border:none;
	box-shadow:none;
	background: none;
}

#containerStaff {
	display: block;
	
}

button.staffAddbtn {
	font-family: 'Titillium Web', sans-serif;
	
	width: 100px;
	
    padding: 5px;

    margin: 0px 0px 10px 0px;

    text-align: center;

    background: #2679f1;

    color: #FFFFFF;

    font-size: 14px;

    border: 1px solid #FFFFFF;

    font-weight: 300;

	-moz-border-radius: 0px;

    -webkit-border-radius: 0px;

    border-radius: 0px;

    -webkit-box-shadow: #000000 0px 0px 2px;

    -moz-box-shadow: #000000 0px 0px 2px;

    box-shadow: 0px 0px 2px #000000;

    position: relative;
}

#stafflist { 
	list-style-type: none; 
	margin: 0; 
	padding: 0; 
	
}

#stafflist li {
	display: block;
	padding: 20px 10px; 
	margin-bottom: 3px;
	background-color: #efefef;
	color: #000000;
	font-size: 18px;
	font-style: normal;
	font-weight: 800;
	
}
#stafflist li span { 
	margin-right: 20px;
	color: #616162;
	cursor: move;
	font-size: 39px;
}

#staffmove {
	width: 100%;
	height: 100px;
	line-height: 100px;
	text-align: center;
}

#stafflist li img.handle {
	margin-right: 20px;
	background: #ccc;
	vertical-align: middle;
	cursor: move;
	
}
#stafflist li img.staffphoto {
	border: 2px solid #FFFFFF;
    margin: 0px 15px 15px 0px;
    background: #FFFFFF;
    margin: 0px 15px 15px 0px;
    padding: 0px;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    -webkit-box-shadow: #333333 0px 0px 4px;
    -moz-box-shadow: #333333 0px 0px 4px;
    box-shadow: 0px 0px 4px #333333;
    position: relative;
    behavior: url(/PIE.php);
	margin-right: 20px;
	vertical-align: middle;
	
}
.staffWrapper
{
	margin-top: 25px;
}