@charset "utf-8";
/* CSS Document */

* {margin:0; padding:0}

html{
	overflow-y: scroll;
}

body{
	background:url(../_images/bg.jpg) repeat;
	background-color:#d3b694;
}

#content, #contentHome {
	width: 800px;
	margin: 80px auto auto auto;
	background-color:#000000;
	border-top:3px solid black;
	border-left:3px solid black;
	border-right:3px solid black;
	border-bottom:6px solid black;
	min-height:535px;
	position:relative;
}

#content {
	min-height:inherit;
	
}

#menu {	
	height:25px;
	background-color:#212121;
	font-size: 12px;
	padding-top:15px;
	clear:both;
}

.menuItem a:link, .menuItem a:visited {
	color:#a1a1a1;
	font-size:14px;
	letter-spacing:1px;
	font-family:Trajan Pro, Georgia, "Times New Roman", Times, serif;
	text-decoration:none;
	margin-left:20px;
}

.menuItem a:active, .menuItem a:hover {
	color:#ffffff;
}

.placeIndicator {
	color:#ffffff;
	font-size:14px;
	letter-spacing:1px;
	font-family:Trajan Pro, Georgia, "Times New Roman", Times, serif;
	text-decoration:none;
	margin-left:20px;
}

#leftCol {
	width:442px;
	min-height:490px;
	position:absolute;
	top:45px;
	left:0px;
}

#leftColSmall {
	width:220px;
	background-color:#000000;
	border:3px solid black;
	margin-top:3px;
	position:absolute;
	top:40px;
	left:-3px;
}

#leftColSmall img {
	margin-bottom:3px;
}

#leftCol img {
	margin-bottom:5px;
}

#rightCol {
	width:355px;
	min-height:475px;
	background-color:#6c2d36;
	padding-top:15px;
	position:absolute;
	top:45px;
	left:445px;
}

#rightColLarge {
	width:577px;
	background-color:#6c2d36;
	min-height:651px;
	border-top:3px solid black;
	border-left:3px solid black;
	border-right:3px solid black;
	border-bottom:6px solid black;
	padding-top:15px;
	margin-top:4px;
	position:absolute;
	top:39px;
	left:220px;
}

h1, h2 {
	font-size: 16px;
	color:#f2cc46;
	font-family:Trajan Pro, Georgia, "Times New Roman",Serif;
	padding: 0px 10px 10px 20px;
}

h2 {
	font-size: 12px;
	font-weight:100;
	padding: 0px 10px 5px 20px;
}

a:link {
	color:#f2cc46;
}

a:visited {
	color:#f2cc46;
}

a:active {
	color:#f2cc46;
}

a:hover {
	color:#ffffff;
}

p {
	font-size: 12px;
	color:#e8c9af;
	font-family:Georgia, "Times New Roman",Serif;
	padding: 0px 15px 15px 20px;
	line-height: 18px;
}

.comEmph {
	text-transform:uppercase;
	font-style:italic;
	font-weight:600;
}

iframe {
	margin-left:14px;
	border:2px solid black;
}

#socialnetwork {
    width: 50px; height: 25px;
    background: url(../_images/socialnetwork.jpg);
	float:right;
	margin-top:-5px;
	margin-right:10px;
    /*margin: 10px auto; padding: 0;*/
    position: relative;}

#socialnetwork li {
    margin: 0; padding: 0; list-style: none;
    position: absolute; top: 0;}
  
#socialnetwork li, #socialnetwork a {
    height: 25px; display: block;}
	
#facebook {left: 0; width: 25px;}
#twitter {left: 25px; width: 25px;}
#facebook a:hover {
    background: transparent url(../_images/socialnetwork.jpg)
    0 -25px no-repeat;}
#twitter a:hover {
    background: transparent url(../_images/socialnetwork.jpg)
    -25px -25px no-repeat;}



/*Form styles--------------------------------------------------------------*/
form.cmxform fieldset {
	margin-bottom: 10px;
}

form.cmxform legend {
	padding: 0 2px;
	font-weight: bold;
	_margin: 0 -7px; /* IE Win */
}

form.cmxform label {
	display: inline-block;
	line-height: 1.8;
	vertical-align: top;
	cursor: hand;
}

form.cmxform fieldset p {
	list-style: none;
	padding: 5px;
	margin: 0;
}

form.cmxform fieldset fieldset {
	border: none;
	margin: 3px 0 0;
}

form.cmxform fieldset fieldset legend {
	padding: 0 0 5px;
	font-weight: normal;
}

form.cmxform fieldset fieldset label {
	display: block;
	width: auto;
}

form.cmxform label { width: 100px; } /* Width of labels */
form.cmxform fieldset fieldset label { margin-left: 103px; } /* Width plus 3 (html space) */
form.cmxform label.error {
	margin-left: 103px;
	width: 220px;
}

form.cmxform input.submit {
	margin-left: 103px;
}

/*\*//*/ form.cmxform legend { display: inline-block; } /* IE Mac legend fix */




form.cmxform {
	width: 370px;
	font-size: 1.0em;
	color: #5f141d;
}

form.cmxform legend {
	padding-left: 0;
}

form.cmxform legend {
	color: #f2cc46;
	font-family: Trajan Pro, Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	font-weight:600;
}

form.cmxform label {
	color: #e7c8c8;
}

form.cmxform fieldset {
	margin-left:20px;
	border: none;
	border-top: 1px solid #be9800;
	/*background: url(../_images/cmxform-fieldset.jpg) left bottom repeat-x;*/
	background-color: #5f141d;
}

form.cmxform fieldset fieldset {
	background: none;
}

form.cmxform fieldset p, form.cmxform fieldset fieldset {
	padding: 5px 10px 7px;
	background: url(../_images/cmxform-divider.gif) left bottom repeat-x;
}

form.cmxform label.error, label.error {
	/* remove the next line when you have trouble in IE6 with labels in list */
	color: red;
	font-style: italic
}

div.error { display: none; }
input, select, textarea {	border: 1px solid gray; }
input.checkbox { border: none }
input:focus, select:focus, textarea:focus { border: 1px solid black; }
input.error, select.error, textarea.error { border: 1px dotted red; }
form.cmxform .gray * { color: gray; }


/*Calendar------------------------------------------------------------------ */

table.jCalendar {
	border: 1px solid #000;
	background: #aaa;
    border-collapse: separate;
    border-spacing: 2px;
}

table.jCalendar th {
	background: #333;
	color: #fff;
	font-weight: bold;
	padding: 3px 5px;
}

table.jCalendar td {
	background: #ccc;
	color: #000;
	padding: 3px 5px;
	text-align: center;
}
table.jCalendar td.other-month {
	background: #ddd;
	color: #aaa;
}
table.jCalendar td.today {
	background: #666;
	color: #fff;
}
table.jCalendar td.selected {
	background: #f66;
	color: #fff;
}
table.jCalendar td.selected.dp-hover {
	background: #f33;
	color: #fff;
}
table.jCalendar td.dp-hover,
table.jCalendar tr.activeWeekHover td {
	background: #fff;
	color: #000;
}
table.jCalendar tr.selectedWeek td {
	background: #f66;
	color: #fff;
}
table.jCalendar td.disabled, table.jCalendar td.disabled.dp-hover {
	background: #bbb;
	color: #888;
}
table.jCalendar td.unselectable,
table.jCalendar td.unselectable:hover,
table.jCalendar td.unselectable.dp-hover {
	background: #bbb;
	color: #888;
}

/* For the popup */

/* NOTE - you will probably want to style a.dp-choose-date - see how I did it in demo.css */

div.dp-popup {
	position: relative;
	background: #ccc;
	font-size: 10px;
	font-family: arial, sans-serif;
	padding: 2px;
	width: 171px;
	line-height: 1.2em;
}
div#dp-popup {
	position: absolute;
	z-index: 199;
}
div.dp-popup h2 {
	font-size: 12px;
	text-align: center;
	margin: 2px 0;
	padding: 0;
	color:#000000;
}
a#dp-close {
	font-size: 11px;
	padding: 4px 0;
	text-align: center;
	display: block;
}
a#dp-close:hover {
	text-decoration: underline;
}
div.dp-popup a {
	color: #000;
	text-decoration: none;
	padding: 3px 2px 0;
}
div.dp-popup div.dp-nav-prev {
	position: absolute;
	top: 2px;
	left: 4px;
	width: 100px;
}
div.dp-popup div.dp-nav-prev a {
	float: left;
}
/* Opera needs the rules to be this specific otherwise it doesn't change the cursor back to pointer after you have disabled and re-enabled a link */
div.dp-popup div.dp-nav-prev a, div.dp-popup div.dp-nav-next a {
	cursor: pointer;
}
div.dp-popup div.dp-nav-prev a.disabled, div.dp-popup div.dp-nav-next a.disabled {
	cursor: default;
}
div.dp-popup div.dp-nav-next {
	position: absolute;
	top: 2px;
	right: 4px;
	width: 100px;
}
div.dp-popup div.dp-nav-next a {
	float: right;
}
div.dp-popup a.disabled {
	cursor: default;
	color: #aaa;
}
div.dp-popup td {
	cursor: pointer;
}
div.dp-popup td.disabled {
	cursor: default;
}


/*Calendar icon--------------------------------------------------------------*/

a.dp-choose-date {
	float: right;
	width: 16px;
	height: 16px;
	padding-right:95px;
	margin-top:1px;
	display: block;
	text-indent: -2000px;
	overflow: hidden;
	background: url(../_images/calendar.png) no-repeat; 
}
a.dp-choose-date.dp-disabled {
	background-position: 0 -20px;
	cursor: default;
}
/* makes the input field shorter once the date picker code
 * has run (to allow space for the calendar icon
 */
/*input.dp-applied {
	width: 140px;
	float: left;
}*/
