/*--------------------------------------------------------------------------------------------------------
				HTML General classes
--------------------------------------------------------------------------------------------------------*/
* {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
}

body {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	margin: 0px;
	padding: 0px;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-image: url(../images/background.gif);
	background-repeat:repeat-x;
}

h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:22px;
	margin-top:0px;
	margin-bottom:0px;
	color:#8e1413;
}
h1.redText {
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	margin-top:0px;
	margin-bottom:0px;
	color:#8e1413;
}
.interiorh1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:22px;
	color:#8e1413;
	clear:both;
}

h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#000000;
	margin-bottom:0px;
	margin-top:0px;
	margin-left:3px;
}
h2.redText {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#8e1413;
	margin-bottom:7px;
	margin-top:0px;
	margin-left:3px;
}
h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	margin-bottom:0px;
	margin-top:0px;
}
a {
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
}
a.affiliateLink {
	color:#000000;
	text-decoration:underline;
}
a.contentLink {
	font-weight:600;
	color:#000000;
	text-decoration:underline;
}

#interiorMiddleContainer div a {
	text-decoration:underline;
}
img {
	border:0px;
}

/*--------------------------------------------------------------------------------------------------------
				Page Formatting classes
--------------------------------------------------------------------------------------------------------*/

.pageName {
	margin-bottom:10px;
	/*clear:both;*/
}

.formtitle {
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16pt;
	font-weight:bolder;
	margin-top:20px;
	border-bottom:1px solid #BFB6AD;
	text-align:left;
}

.menuBar {
	background-color:#BFB7AE;
}
.menuLink {
	margin:0px;
	color:#FFFFFF;
}
.menuLink:hover {
	margin:0px;
	-moz-opacity:.9;
	opacity:.9;
	filter:alpha(opacity=90);
	width:171px;
}
.pageHeader {
	color:#9c8847;
	text-align:left;
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18pt;
}
.subHeader {
	height:25px;
	padding:0px 0px 0px 10px;
	background-color:#feca52;
	color:#9c8847;
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
	font-weight:bold;
}
div.siteForm {
	width:754px;
	background-color:#F6F5F4;
	margin:0px;
}
div.loginForm {
	width:300px;
	background-color:#F6F5F4;
	margin:0px;
}

/*--------------------------------------------------------------------------------------------------------
				Header classes
--------------------------------------------------------------------------------------------------------*/
#headerContainer {
	width:874px;
	height:180px;
	background-color:#b2b2b2;
	padding:9px 10px;
}
#mainHeader {
	background-image:url(../images/header-sky.gif);
	background-repeat:no-repeat;
	width:874px;
	height:180px;
}
#adminHeaderContainer {
	width:920px;
	height:74px;
	background-color:#b2b2b2;
	text-align:center;
}

#headerImage {
	text-align:center;
	width:504px;
	height:160px;
	margin-top:22px;	
}

#navcontainer {
	text-decoration:none;
	font-weight:bold;
	background-image:url(../images/interior-nav-center.gif);
	background-repeat:repeat-x;
	height:25px;
	margin-bottom:10px;
	float:left;
	padding-left:10px;
	padding-right:10px;
	padding-top:5px;
}

#leftnavbox {
	width:6px;
	height:25px;
	float:left;
}

#rightnavbox {
	float:left;
	width:6px;
	height:25px;
}

/*--------------------------------------------------------------------------------------------------------
				Page Content classes
--------------------------------------------------------------------------------------------------------*/
#mainContainer {
	width:920px;
	margin:0px auto;
	background-color:#FFFFFF;
}

#mainContainerleft {
	width:894px;
	background-color:#FFFFFF;
	position:absolute;
	left:0px;
	top:0px;
}

#skyscraper {
	position:absolute;
	width:120px;
	margin-left:0px;
	left: 894px;
	top: 0px;
}

#topcontentbox {
	width:874px;
	height:60px;
	margin-bottom:20px;
}

#leftimage {
	width:180px;
	height:60px;
	margin-bottom:20px;
}

#middleimage {
	width:468px;
	height:30px;
	padding-top:4px;
	margin-left:18px;
}

#middleimage a {
	text-decoration:underline;
}

#rightsearch {
	background-image:url(../images/search-box.gif);
	background-repeat:no-repeat;
	width:180px;
	height:60px;
	text-align:left;
	vertical-align:text-bottom;
	margin-bottom:20px;
}

.searchtext {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
}

#leftContainer {
	width:180px;
	float:left;
	margin-right:0px;
}

#linkheader {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#FFFFFF;
	text-align:center;
	width:180px;
	height:20px;
	padding-top:4px;
}

#linktext {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#000000;
	text-align:left;
	width:150px;
	margin-left:15px;
	margin-right:15px;
	margin-top:4px;
	margin-bottom:15px;	
}

#liststyle {
	margin:0;
	padding:0;
}

#liststyle a {
	font-size:11px;
	margin:0;
	padding:0;
}

#linktext li a {
	text-decoration:none;
}

#linktext li {
	padding:6px 0px;
	font-size:11px;
	list-style:none;
	line-height:12px;	
}

#middleContainer {
	margin-top:-5px;
	width:514px;
	float:left;
}
#interiorMiddleContainer{
	text-align:left;
}

.changeableheadline {
	width:480px;
	margin-left:17px;
	margin-right:17px;
	margin-bottom:5px;
	height:15px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#8e1413;
}

#rightContainer {
	width:180px;
	float:left;
	margin-left:0px;
}

#bodyContainer {
	width:874px;
	padding:10px 10px 0px 10px;
	margin-bottom:0px;
	height:785px;
}
#adminBodyContainer {
	width:880px;
	padding:10px 20px;
	margin-bottom:20px;
}
#interiorBodyContainer {
	width:880px;
	padding:10px 20px;
	margin-bottom:20px;
}

#blockContainer {
	background-image:url(../images/block.jpg);
	background-repeat:no-repeat;
	width:180px;
	height:231px;
}

.sidebarAd {
	margin:20px 0px 20px 0px;
}

.nationsidebarAd {
	margin:20px 0px 0px 0px;
}

#controlContainer {
	margin-top:0px;
	padding:0px;
}

div.roundedBox {
	margin:8px 0px;
	margin-left:23px;
	margin-right:23px;
	width:468px;
	height:58px;
	background-image:url(../images/rounded.jpg);
	background-repeat:no-repeat;
	display:block;
}

div.centerAd {
	margin:8px 0px;
	margin-left:20px;
	margin-right:20px;
	width:468px;
	height:60px;
	background-image:url(../images/468-ad.gif);

}

.controlBoxContainer {
	width:468px;
	height:58px;
}
.controlBoxContent {
	margin:8px 0px 8px 8px;
	width:379px;
	height:44px;
	overflow:hidden;
	color:#FFFFFF;
	font-size:14px;
	font-weight:bold;
	text-align:left;
	float:left;
}

.controlBoxContent a {
	text-decoration:underline;
	color:#ffe65b;
	font-size:10px;

}

.controlBoxheader {
	color:#FFFFFF;
	font-weight:bold;
	font-size:17px;
}

.controlBoxActionButton {
	margin:8px;
	width:47px;
	height:41px;
	color:#FFFFFF;
	font-size:9px;
	float:left;
}

#slideShowContainer {
	clear:both;
	width:874px;
	height:103px;
	background-color:#c5c5c5;
	margin:0px 10px 20px 10px;
}
#tvFrame {
	background-image:url(../images/tvframe.jpg);
	width:468px;
	height:333px;
	margin:0px 25px;
	padding-top:18px;
	background-repeat:no-repeat;
	position:relative;
}

/*--------------------------------------------------------------------------------------------------------
				Form Formatting classes
--------------------------------------------------------------------------------------------------------*/
.textField {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	border:1px solid #B2B2B2;
}
.textareaField {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	border:1px solid #B2B2B2;
	width:350px;
	height:80px;
}
.textFieldError {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	border:1px solid #FF0000;
	background-color:#FFCCCC;
}
.textareaFieldError {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	border:1px solid #FF0000;
	background-color:#FFCCCC;
	width:350px;
	height:80px;
}
.actionButton {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	background-color:#FFFFFF;
	color:#000000;
	border:2px solid #B2B2B2;
	font-weight:bold;
}

.loginFormLabel {
	font-size:9px;
	color:#9c8847;
}
.loginFormInput {
	font-size:9px;
	font-weight:bold;
	border:1px solid #feca52;
	margin:0px;
}
.loginFormButton {
	font-size:9px;
	background-color:#b2a36e;
	border:2px solid #feca52;
	font-weight:bold;
}
.addbutton {
	padding:4px 5px 4px 20px;
	font-size:10px;
	font-weight:bold;
	background:#f0f0f0 url(/images/buttons/add.gif) no-repeat left center;
	border:1px solid #b4b4b4;
}
.addbutton:hover {
	border:1px solid #6d6d6d;
}
.cancelbutton {
	padding:4px 5px 4px 20px;
	font-size:10px;
	font-weight:bold;
	background:#f0f0f0 url(/images/buttons/cancel.gif) no-repeat left center;
	border:1px solid #b4b4b4;
}
.cancelbutton:hover {
	border:1px solid #6d6d6d;
}
.deletebutton {
	padding:4px 5px 4px 20px;
	font-size:10px;
	font-weight:bold;
	background:#f0f0f0 url(/images/buttons/delete.gif) no-repeat left center;
	border:1px solid #b4b4b4;
}
.deletebutton:hover {
	border:1px solid #6d6d6d;
}
.downloadButton {
	padding:4px 5px 4px 20px;
	font-size:10px;
	font-weight:bold;
	background:#f0f0f0 url(/images/buttons/download.gif) no-repeat left center;
	border:1px solid #b4b4b4;
}
.downloadButton:hover {
	border:1px solid #6d6d6d;
}
.findbutton {
	padding:4px 5px 4px 20px;
	font-size:10px;
	font-weight:bold;
	background:#f0f0f0 url(/images/buttons/find.gif) no-repeat left center;
	border:1px solid #b4b4b4;
}
.findbutton:hover {
	border:1px solid #6d6d6d;
}
.checkbutton {
	padding:4px 5px 4px 20px;
	font-size:10px;
	font-weight:bold;
	background:#f0f0f0 url(/images/buttons/check.gif) no-repeat left center;
	border:1px solid #b4b4b4;
}
.checkbutton:hover {
	border:1px solid #6d6d6d;
}
.savebutton {
	padding:4px 5px 4px 20px;
	font-size:10px;
	font-weight:bold;
	background:#f0f0f0 url(/images/buttons/save.gif) no-repeat left center;
	border:1px solid #b4b4b4;
}
.savebutton:hover {
	border:1px solid #6d6d6d;
}
.userbutton {
	padding:4px 5px 4px 20px;
	font-size:10px;
	font-weight:bold;
	background:#f0f0f0 url(/images/buttons/user.gif) no-repeat left center;
	border:1px solid #b4b4b4;
}
.userbutton:hover {
	border:1px solid #6d6d6d;
}
.buttonbar {
	padding:5px 0px 20px 0px;
	margin:10px 0px 10px 0px;
	text-align:center;
	clear:both;
}
.buttonbar-save {
	width:600px;
	text-align:center;
}
.buttonbar-cancel {
	width:600px;
	text-align:center;
}

img.management {
	padding:0px 5px 5px 0px;
}
.cellLabel {
	text-align:right;
	font-weight:600;
	color:#000000;
}
.formCellLabel {
	text-align:right;
	font-weight:600;
	color:#FFFFFF;
}
.tableForm {
	width:800px;
}
.interiorTableForm {
	width:760px;
}

.smallTableForm {
	width:500px;
}
.formField {
	border:2px solid #EBC264;
	font-size:10px;
	font-weight:bold;
}
.adminFormField {
	border:1px solid #000000;
	font-size:12px;
}
.textareaField {
	height:100px;
	width:400px;
	border:2px solid #EBC264;
	font-size:12px;
	font-weight:bold;
}
.smallTextarea {
	height:100px;
	width:300px;
	border:2px solid #EBC264;
	font-size:12px;
	font-weight:bold;
}
.mediumTextarea {
	width:500px;
	height:100px;
	border:2px solid #EBC264;
	font-size:12px;
	font-weight:bold;
}
.largeTextarea {
	width:600px;
	height:100px;
	border:2px solid #EBC264;
	font-size:12px;
	font-weight:bold;
}

#formTopLeft {
	background-image:url(/images/form_top_left.jpg);
	background-repeat:no-repeat;
	width:20px;
	height:18px;
	}
#formTop {
	background-image:url(/images/form_top_slice.jpg);
	background-repeat:repeat-x;
	height:18px;
	}
#formTopRight {
	background-image:url(/images/form_top_right.jpg);
	background-repeat:no-repeat;
	width:22px;
	height:18px;
	}
#formLeft {
	background-image:url(/images/form_left_slice.jpg);
	background-repeat:repeat-y;
	width:20px;
	}
#formContent {
	background-color:#985a2b;
}
#formRight {
	background-image:url(/images/form_right_slice.jpg);
	background-repeat:repeat-y;
	width:22px;
	}
#formBottmLeft {
	background-image:url(/images/form_bottom_left.jpg);
	background-repeat:no-repeat;
	width:20px;
	height:17px;
	}
#formBottom {
	background-image:url(/images/form_bottom_slice.jpg);
	background-repeat:repeat-x;
	height:17px;
	}
#formBottomRight {
	background-image:url(/images/form_bottom_right.jpg);
	background-repeat:no-repeat;
	width:22px;
	height:17px;
	}
.checklistBlock {
	margin:10px 0px;
}
.checklistQuestion {
	text-decoration:underline;
	font-weight:bold;
}

/*--------------------------------------------------------------------------------------------------------
				Footer classes
--------------------------------------------------------------------------------------------------------*/
#footerContainer {
	background-repeat:no-repeat;
	width:894px;
	height:74px;
	background-color:#b2b2b2;
	margin-bottom:20px;
	clear:both;
}

#footerbox {
	background-image:url(../images/footer-sky.gif);
	background-repeat:no-repeat;
	margin-left:10px;
	margin-right:10px;
	margin-top:9px;
	width:874px;
	height:57px;
}

.footerlinks {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#8e1413;
	padding:10px 0px;
	text-decoration:none;
	width:874px;
}

.copyright {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#ffffff;
	margin-top:7px;
	text-decoration:none;	
}

.webo {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#FFFFFF;
	z-index:1;
	margin-bottom:30px;
}

/*--------------------------------------------------------------------------------------------------------
				Slideshow classes
--------------------------------------------------------------------------------------------------------*/
#slideshowContainer{
	width:279px;	/* Total width of slideshow */
	background-color:#FFFFFF;
	border:2px solid #000000;
	padding:0px;
	margin:0px;
}
#previewPane{
	border:0px;
	margin-bottom:0px;	
	text-align:center;
	vertical-align:middle;
	position:relative;

	/* CSS HACK */
	height: 185px;	/* IE 5.x */
	height/* */:/**/185px;	/* Other browsers */
	height: /**/185px;
	background-color:#FFFFFF;
}
#previewPane img{
	line-height:400px;
}
#largeImageCaption{/* CSS styling of image caption below large image */
	font-style:italic;
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	margin:5px;
	font-weight:bold;
}
#galleryContainer{
	height:62px;	/* Height of the images + 2 */
	border:1px solid #CCCCCC;
	position:relative;
	overflow:hidden;
	padding:1px;
	background-color:#EEEEEE;
	width:460px;
	margin:5px 0px 15px 0px;
	
	/* CSS HACK */
	height: 64px;	/* IE 5.x - Added 2 pixels for border left and right */
	height/* */:/**/62px;	/* Other browsers */
	height: /**/62px;	
}
.galleryImage {
	margin:0px 10px;
	height:77px;
	width:105px;
}
#arrow_left{
	position:absolute;
	left:0px;
	z-index:10;
	background-color: #FFFFFF;
	padding:1px;
}
#arrow_right{
	position:absolute;
	right:0px;
	z-index:10;
	background-color: #FFFFFF;
	padding:1px;		
}
#theImages{
	position:absolute;
	height:60px;
	left:40px;
	width:100000px;
}
#theImages #slideEnd{
	float:left;
}
#theImages img{
	float:left;
	padding:1px;
	filter: alpha(opacity=50);
	opacity: 0.5;
	cursor:pointer;
	border:0px;
}
#waitMessage{
	display:none;
	position:absolute;
	left:75px;
	top:80px;
	background-color:#FFFFFF;
	border:3px double #000;
	padding:4px;
	color:#555;
	font-size:0.9em;
	font-family:arial;	
}
#theImages .imageCaption{
	display:none;
}


/*--------------------------------------------------------------------------------------------------------
	ADMIN
--------------------------------------------------------------------------------------------------------*/
#adminnav {
	color:#E1EDFF;
	font-size:11px;
	padding:6px;
	background:#aab7c7;
	text-align:center;
	font-weight:bold;
}
#adminnav a {
	color:#F7FAFF;
	text-decoration:none;
}
#adminnav a:hover {
	color:#FFFFFF;
	text-decoration:none;
}
.templateMap {
	width:175px;
	height:200px;
	background-color:#CCCCCC;
	position:relative;
	border:2px solid #B2B2B2;/*265895*/
	background-image:url(../images/template_map_bg.jpg);
	background-repeat:repeat-x;
}
.templateMapBlock {
	display:block;
	position:absolute;
	background-color:#265895;

	cursor:pointer;
}
.templateMapBlockHeader {
	display:block;
	position:absolute;
	background-color:#6196D6;
	cursor:pointer;
}
.templateMapBlock:hover, .templateMapBlockHeader:hover {
	background-color:#911412;
}
.templateMapBlockSelected, .templateMapBlockHeaderSelected {
	display:block;
	position:absolute;
	background-color:#B2B2B2;
}

.templateRow {
	background-color:#FFFFFF;
}
.templateRowSelected {
	background-color:#EEEEEE;
}
.selectHeader {
	background-color:#CCCCCC;
	font-weight:bold;
}

.pageMap {
	width:215px;
	height:200px;
	background-color:#CCCCCC;
	position:relative;
	border:2px solid #B2B2B2;/*265895*/
	background-image:url(../images/template_map_bg.jpg);
	background-repeat:repeat-x;
}
.pageMapBlock {
	display:block;
	position:absolute;
	background-color:#279664;
	cursor:pointer;
}
.pageMapBlockHeader {
	display:block;
	position:absolute;
	background-color:#33C784;
	cursor:pointer;
}
.pageMapBlock:hover, .pageMapBlockHeader:hover {
	background-color:#911412;
}
.pageMapBlockSelected, .pageMapBlockHeaderSelected {
	display:block;
	position:absolute;
	background-color:#B2B2B2;
}

.fillerBlock {
	display:block;
	position:absolute;
	background-color:#000000;
}

/*--------------------------------------------------------------------------------------------------------
	SCRIPTACULOUS
--------------------------------------------------------------------------------------------------------*/
ul.sortableList {
	list-style-image:none;
	list-style-type:none;
	margin-top:5px;
	margin:0px;
	padding:0px;
	height:100px;
	width:230px;
	border:1px #CCCCCC solid;
	overflow:auto;
}
ul.sortableList li {
	background-color:#FFFFFF;
	/*border-bottom:1px solid #CCCCCC;*/
	height:20px;
	cursor: move;
	padding:1px;
}
ul.sortableList li:hover {
	background-color:#F7FAFF;
	cursor: move;
}
.listImage {
	width:20px;
	margin-right:5px;
	border:0px;
	}
.new {
	border:0px;
}


/*--------------------------------------------------------------------------------------------------------
				Controls for drop down menu
--------------------------------------------------------------------------------------------------------*/
/* main container for the menu bar */
div.menuBar {
	padding: 0px 0px 0px 0px;
	text-align: left;
}

/* Off state for the links in the main menu bar */
div.menuBar a.menuButton {
	color: #ffffff;
	cursor: default;
	left: 0px;
	margin: 1px;
	padding: 0px 0px 0px 0px;
	position: relative;
	text-decoration: none;
	top: 0px;
	z-index: 100;
	}

.mainlinks {
	color:#FFFFFF;
	font-size:11px;
}	
	
/* On state for the links in the main menu bar */
div.menuBar a.menuButtonActive, div.menuBar a.menuButtonActive:hover, div.menuBar a.menuButton:hover {
	text-decoration: none;
	}

	
/* container for the drop down menu */
div.menu {
	filter: alpha(opacity=95); -moz-opacity: 0.95; opacity: 0.95;
	background-color: #ebf3ff;
	border:1px solid #9aa7b7;
	left: 0px;
	padding: 0px 0px 0px 0px;
	position: absolute;
	top: 0px;
	visibility: hidden;
	z-index: 101;
	text-align:left;
	cursor:pointer;
	margin-top:0px;
	margin-left:0px;
	}
	
	
	
/* menu items for the drop down menu */
div.menu a.menuItem {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	color: #000000;
	cursor: default;
	display: block;
	padding: 2px 10px 2px 10px;
	margin:0px 0px 0px 0px;
	text-decoration: none;
	white-space: nowrap;
	}
	
	
/* menu items for the drop down menu (hover state) */
div.menu a.menuItem:hover {
	background-color:#c5d4e6;
	cursor:pointer;
	}
	
	
/* menu item seperators */
div.menu div.menuItemSep {
	border-top: 1px solid #9aa7b7;
	margin: 0px 0px 0px 0px;
	}
