/* General elements */
body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #666666;
	background: #83B6D0;
	margin: 0px;
}

h1 {
	font-size: 24px;
	color: #CC3300;
	margin: 0px 0px 16px;
}

h2 {
	font-size: 18px;
	color: #CC3300;
	margin: 6px 0px;
}

h3 {
	font-size: 12px;
	color: #CC3300;
	margin: 4px 0px;
}

img {
	border: 0px;
}

a {
	text-decoration: none;
	color: #CC3300;
}

a:hover {
	text-decoration: underline;
}

form {
	margin: 0px;
}

input,
textarea,
button {
	color: #666666;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	border: 1px solid #CCCCCC;
}

input[type="submit"],
input[type="button"],
button {
	background: #F5F3F3;
}

input[type="radio"] {
	border: 0px;
}

ul {
	list-style-image: url('../images/list_item.gif');
}

hr {
	border: 0px;
	color: #CCCCCC;
	background-color: #CCCCCC;
	height: 1px;
	margin: 7px 0px;
	*margin: 0px;
}


/* Elements by id */
#container {
	width: 993px;
	position: relative;
	background: #FFFFFF;
	margin: 0px auto;
}

#header {
	width: 993px;
	height: 136px;
	background-image: url('../images/header.gif');
}

#admin_header {
	width: 993px;
	height: 136px;
	background-image: url('../images/admin_header.gif');
}

#menu {
	width: 943px;
	height: 35px;
	background-image: url('../images/menu_background.gif');
	font-size: 14px;
	padding-right: 50px;
}

#sub_menu {
	width: 993px;
	height: 29px;
	background-image: url('../images/sub_menu_background.gif');
	font-size: 12px;
}

#menu ul,
#sub_menu ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
	cursor: pointer;
	height: 100%;
}

#menu li,
#sub_menu li {
	float: left;
	height: 100%;
	width: 150px;
	text-align: center;

}

#menu li:hover,
#sub_menu li:hover {
	color: #B37059;
}

#menu li img {
	margin-top: 6px;
	vertical-align: top;
	#vertical-align: -11px;
	display: none;
}

#menu li span {
	line-height: 38px;
	padding: 5px 11px 8px;
}

#sub_menu li span {
	line-height: 31px;
	padding: 8px 16px 6px;
}

#content_top {
	width: 993px;
	height: 8px;
	background-image: url('../images/content_top.gif');
}

#footer {
	width: 961px;
	height: 43px;
	background-image: url('../images/footer.gif');
	padding: 0px 16px;
	position: relative;
}

#footer_links {
	position: absolute;
	top: 15px;
	right: 22px;
	font-size: 10px;
}

#footer_divider {
	position: absolute;
	top: 6px;
	left: 200px;
	background-image: url('../images/footer_divider.gif');
	width: 2px;
	height: 32px;
}

#footer_divider2 {
	position: absolute;
	top: 6px;
	left: 784px;
	background-image: url('../images/footer_divider.gif');
	width: 2px;
	height: 32px;
}

#vstep_logo {
	position: absolute;
	top: 16px;
	left: 110px;
}

#rmc_logo {
	position: absolute;
	top: 12px;
	left: 20px;
}

#footer_content {
	position: absolute;
	left: 229px;
	bottom: 8px;
	font-size: 10px;
	color: #736D68;
	width: 528px;
}

#footer_content img {
	margin-right: 8px;
}

#sitemap ul {
	padding-left: 25px;
	*padding-left: 0px;
}

#sortable_list_header {
	width: 100%; 
	font-weight: bold;
}

#sortable_list {
	width: 100%; 
	margin: 0px;
	list-style: none;
	padding: 0px;
}

#sortable_list_header,
#sortable_list li {
	padding: 2px;
	margin: 0px;
	border-bottom: 1px solid #CCCCCC;
	float: left;
}

#sortable_list li div {
	margin: 0px;
	padding: 0px;
}

#sortable_list .draggable {
	cursor: move;
}

#thumbnails {
	height: 535px;
	width: 282px;
}

#main_image_caption {
	font-weight: bold;
	float: left;
}

#main_image_save {
	float: right;
}


/* Elements by class */
.clear {
	clear: both;
	height: 0px;
}

.error {
	color: #FF0000;
	font-weight: bold;
}

.message {
	color: #0EA407;
	font-weight: bold;
}

.content {
	width: 961px;
	color: #666666;
	padding: 16px;
}

.menu_item_selected {
	background: #FFFFFF;
	color: #CC3300;
}

.info_bar {
	background: url('../images/info_bar.gif') repeat-x top left;
	font-size: 15px;
	font-weight: bold;
	margin: 0px;
	padding: 6px 0px 0px 12px;	
	height: 40px;
}

.generatedForm {
	float: left;
	clear: left;
	width: 100%;
}

.generatedForm fieldset{
	border: 1px solid #CCCCCC;
	margin-bottom: 16px;
	padding: 4px 7px 9px;
}

.generatedForm legend{
	color: #666666;
	font-weight: bold;
}

.formField {
	margin-bottom: 8px;
	float: left;
	clear: left;
	width: 100%;
}

.formField label {
	float: left;
	width: 110px;  
	margin-right: 8px;
}

.formField .required {
	background-image: url('../images/required_field.png');
	background-position: top right;
	background-repeat: no-repeat;
}

.formField input[type="text"],
.formField input[type="password"],
.formField input[type="file"]{
	width: 250px;
	float: left;
	padding: 1px 0px;
}

.formField input[type="checkbox"] {
	border: 0px;
	float: left;
	margin: 3px 237px 0px 0px;
}

.formField textarea {
	width: 400px;
	height: 130px;
	float: left;
}

.formField input[type="hidden"] {
	display: none;
}

.formField iframe {
	float: left;
}

.formField .errors,
.fauxFormField .errors {
	float: left;
	margin: 2px 0px 0px;
	padding-left: 10px;
	list-style: none outside none;
}

.formField .errors li,
.fauxFormField .errors li {
	font-weight: bold;
	color: #FF0000;
	height: 16px;
	line-height: 16px;
	list-style: none outside none;
	background: url('../images/form_error.png') no-repeat center left;
	background-color: transparent;
	text-indent: 20px;
}

.fauxFormField {
	margin-bottom: 8px;
	width: 100%;
}

.fauxFormField .label {
	float: left;
	width: 110px;
	margin-right: 8px;
	font-weight: bold;
}

.fauxFormField .field {
	float: left;
}

.newsletter_subscribe_form_field {
	margin-bottom: 8px;
	width: 100%;
}

.newsletter_subscribe_form_field label {
	display: block;
	margin-bottom: 2px; 
}

.newsletter_subscribe_form_field input[type="text"],
.newsletter_subscribe_form_field input[type="password"] {
	width: 258px;
}

.newsletter_subscribe_form_button {
	float: right;
	padding-top: 4px;
}

.formButton {
	float: left;
	width: 100%;
	padding-left: 118px;
	padding-top: 6px;
}

.formButtonCenter {
	float: left;
	width: 100%;
	text-align: center;
}

.row1 {
	background: #FFFFFF;
}

.row2 {
	background: #F5F3F3;
}

.infoTableHeader {
	color: #666666;
	font-weight: bold;
}

.infoTableHeader th {
	text-align: left;
}

.row1 td,
.row2 td,
.infoTableHeader th {
	border-bottom: 1px solid #CCCCCC;
}

.pages {
	text-align: center; 
	margin: 8px;
}

.breadCrumbs {
	margin: 0px 0px 16px;
}

.newsItem {
	border-bottom: 1px solid #CCCCCC;
	margin: 20px 0px;
	padding-bottom: 10px;
}

.newsTeaser {
	margin: 6px 0px;
}

.smallText {
	font-size: 10px;
}

.thumbnail {
	width: 133px; 
	height: 99px;
	border: 1px solid #CCCCCC;
	text-align: center;
	cursor: move;
}

.thumbnail .image {
	line-height: 97px; 
}

.thumbnail .image img {
	vertical-align: middle;
}

.thumbnail .actions {
	position: absolute;
	top: 0px;
	right: 0px;
	display: none;
}

.front_main_image {
	padding: 16px 0px 23px;
	height: 481px;
	line-height: 481px;
	text-align: center;
}

.front_main_image img {
	vertical-align: middle;
}

.front_thumbnail {
	width: 133px; 
	height: 99px;
	line-height: 97px; 
	text-align: center;
	padding: 0px; 
	margin: 0px 8px 8px 0px;
	float: left;
}

.front_thumbnail img{
	vertical-align: middle;
	cursor: pointer;
}

.no_margin p {
	margin: 0px
}
