

/* Main Stylesheet */

body {
	background-color: #111111;
	background-image: url(../image/background/main.png);
	background-repeat: repeat-x;
	margin-left: 60px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #899dbf;
	line-height: 1.4em;
}

a:link {
	color: #BD620F;
	text-decoration:none;
}
a:visited {
	color: #BD620F;
	text-decoration:none;
}
a:hover {
	color: #EE8220;
	text-decoration:underline;
}
a:active {
	color: #8A470B;
	text-decoration:none;
}

/****************
	STYLING
****************/

h1 {	color: #BD620F; 
		font-size: 16px; 
		font-weight: bold; 
		font-family: Arial, Helvetica, sans-serif; 
		margin: 0px;
		line-height:inherit;
	}
	
h2 {	color: #71869B;
		font-size: 10px;
		font-weight: normal; 
		font-family: Arial, Helvetica, sans-serif; 
		margin: 0px;
		line-height:normal;
		letter-spacing: 2px;
	}

h3 {	color: #BD620F; 
		font-size: 14px; 
		font-weight: bold;
		font-family: Arial, Helvetica, sans-serif; 
		margin: 0px;
		line-height:inherit;
	}

.orange {
	color: #BD620F;
}

.rss_text {
		color: #BD620F; 
		font-size: 14px; 
		font-weight: bold;
		font-family: Arial, Helvetica, sans-serif; 
}

/****************
	TOOLTIP
****************/

.tool-tip {
	color: #fff;
	width: 139px;
	z-index: 13000;
}
 
.tool-title {
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	color: #9FD4FF;
	padding: 8px 8px 4px;
	background: url(../image/background/bubble.png) top left;
}
 
.tool-text {
	font-size: 11px;
	padding: 4px 8px 8px;
	background: url(../image/background/bubble.png) bottom right;
}

/****************
	CALENDAR
****************/

.calendar-month {
margin-bottom: 5px;
color: #BD620F; 
font-size: 14px; 
font-weight: bold;
font-family: Arial, Helvetica, sans-serif; 
margin: 0px;
line-height: 2em;
}

th {
color: #BD620F;
height: 25px;
width: 14%;
background-color: #22272b;
}

td {
text-align: center;
height: 20px;
}

.today {
color: #FFFFFF;
font-weight: bold;
border: 1px solid black;
background-color: #3e4750;
}

.linked-day {
font-weight: bold;
border: 1px solid black;
background-color: #824a16;
}

.linked-today {
font-weight: bold;
text-decoration: blink;
border: 1px solid black;
background-color: #ce9b6b;
}

.alpha-list {
width: 100%;
font-size: 16px;
font-weight: bold;
font-family: Arial, Helvetica, sans-serif;
}

/****************
	PRICING
****************/

td.left {
	text-align: left;
}

td.right {
	text-align: right;
}

/****************
	  FORMS
****************/

input, textarea {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#899dbf;
}

label {
	color:#BD620F;
	padding-left:2px;
	line-height:20px;
	vertical-align:baseline;
}

/*Text inputs*/
.textinput, .subject_input {
	width:200px;
	height:15px;
	border-top:1px solid #37434c;
	border-right:1px solid #37434c;
	border-bottom:1px solid #242c32;
	border-left:1px solid #242c32;
	padding:4px 8px;
	background:url(../image/forms/input_bg.png) repeat-x left top;
}

.subject_input {
	width: 452px;
}

/*Text areas*/
.textarea {
	width:452px;
	height:125px;
	border-top:1px solid #37434c;
	border-right:1px solid #37434c;
	border-bottom:1px solid #242c32;
	border-left:1px solid #242c32;
	background:url(../image/forms/textarea_bg.png) repeat-x left top;
	padding:4px 8px;
}

/*Button*/
.buttonSubmit {
	width:69px;
	height:23px;
	color:#BD620F;
	font-weight:bold;
	padding:2px 5px;
	margin-top: 5px;
	float: right;
	background:url(../image/forms/input_bg.png) repeat-x left top;
	cursor:pointer;
	border-top:1px solid #37434c;
	border-right:1px solid #37434c;
	border-bottom:1px solid #242c32;
	border-left:1px solid #242c32;
}

.form-feedback {
	padding: 10px;
	background-color: #273037;
	border: 1px solid black;
	text-align: center;
}

.form-error {
	padding: 10px;
	background-color: #482828;
	border: 1px solid black;
}

/****************
	    MENU
****************/

ul#menu
{
	margin:0;
	padding:0;
	list-style-type:none;
	width:auto;
	position:relative;
	display:block;
	height:35px;
}

ul#menu li
{
	display:block;
	float:left;
	margin:0;
	padding:0;
}
	
ul#menu li a
{
	display:block;
	float:left;
	text-decoration:none;
	color: #899dbf;
	padding:9px 10px 0 10px;
	margin: 0 10px 0 10px;
	height: 20px;
}
	
ul#menu li a:hover
{	
	height:20px;
	color: #b9c6dc;
	background-color: #414c58;
	background-image: url('../image/background/menu_corner.gif');
	background-repeat: no-repeat;
	background-position: bottom right;
}

ul#menu li a.current
{
	display:inline;
	height:20px;
	font-weight: bold;
	background-color: #303c44;
	background-image: url('../image/background/menu_corner.gif');
	background-repeat: no-repeat;
	background-position: bottom right;
}




/*******************
	MAIN LAYOUT
*******************/

#sizer { 		text-align: left; width: 800px; 
}

#header {		position: relative; 
				float: left; 
				width: 800px; 
				height: 100px;
				padding-bottom: 5px;
			
				background-image: url(../image/logos/main.jpg);
				background-position:center left;
				background-repeat:no-repeat;
}

#header_text {	position: absolute;
				float: right;
				bottom: 0px;
				right: 0px;
				text-align:right;

}
			
div#menu { 		position: relative; 
				float: left; 
				width: 800px;
			
				margin-bottom: 5px;
				margin-top: 5px;
			
				border-top: 1px solid #667383;
				border-bottom: 1px solid #667383;
}

#flashbox { 	position: relative; 
				float: left; 
				width: 800px; 
				height: 290px;
				padding-top: 5px;
				padding-bottom: 5px;
}

#content { 		position: relative;
				float: left; 
				width: 800px;
				height: 290px;
				padding-top: 5px;
}

#left_content { 			position: relative;
							float: left; 
							width: 490px;
							margin-right: 10px;
}

#right_content { 			position: relative;
							float: left; 
							width: 300px;
}

.left_content_box {			position:relative;
							float: left;
							width: 470px;
							padding: 10px;
							margin-bottom: 10px;
							background-color:#2f3941;
							background-image:url(../image/background/content_box.png);
							background-position:bottom left;
							background-repeat:repeat-x;
}

.left_content_half {		position:relative;
							float: left;
							width: 235px;
							padding: 0px;
}

.right_content_box {		position:relative;
							float: left;
							width: 280px;
							padding: 10px;
							margin-bottom: 10px;
							background-color:#2f3941;
							background-image:url(../image/background/content_box.png);
							background-position:bottom left;
							background-repeat:repeat-x;
}

.about_ncl {				border: 2px solid black;
							background-image: url(../image/background/about_ncl.jpg);
							background-position: top left;
							background-repeat:repeat-x;
							background-color: #39454f;
							padding: 10px;
}

.about_ss {					border: 2px solid black;
							background-image: url(../image/background/about_ss.jpg);
							background-position: top left;
							background-repeat:repeat-x;
							background-color: #39454f;
							padding: 10px;
}

.about_blank {				border: 2px solid black;
							background-image: url(../image/background/content_blank.jpg);
							background-position: top left;
							background-repeat:repeat-x;
							background-color: #39454f;
							padding: 10px;
}

.status_list {				position: relative;
							float: left;
							width: 129px;
							padding: 3px;
}

.ajax-loading {				height: 80px;
							width: 490px;
							background-color:#2f3941;
							
							background-image: url(../image/ajax-loader.gif);
							background-position: center;
							background-repeat: no-repeat;
}

.ajax-form-loading {		height: 20px;
							
							background-image: url(../image/ajax-loader.gif);
							background-position: center;
							background-repeat: no-repeat;
}



/* moodalbox CSS */

div#mb_overlay {
position: absolute;
left: 0;
width: 100%;
background-color: #30373e;
cursor: pointer;
}

div#mb_center, div#mb_bottom {
position: absolute;
left: 50%;
overflow: hidden;
background-color: #56616d;
}

div#mb_center {
background-color: #FFF;
}

div#mb_contents {
width: 400px;
height: 400px;
border: 10px solid #56616d;
overflow: auto;
background-color: #242b31;
visibility: hidden;
}

.mb_loading {
background: #DDD url(../image/moodalbox/loading.gif) no-repeat center center;
}

#mb_error {
font-size: 1.2em;
color: #CD0000;
font-weight: bold;
text-align: center;
padding: 0.5em;
font-family: Verdana, Helvetica, sans-serif;
}

#mb_error em {
font-size: 0.8em;
}

div#mb_bottom {
color: #BD620F; 
font-size: 16px; 
font-weight: bold; 
font-family: Arial, Helvetica, sans-serif; 

line-height: 1.4em;
text-align: left;
border: 10px solid #56616d;
border-top-style: none;
}

a#mb_close_link {
display: block;
float: right;
width: 66px;
height: 22px;
background: transparent url(../image/moodalbox/close.png) no-repeat center;
margin: 5px 0;
}

div#mb_caption {
margin-right: 71px;
}