/* GLOBAL ELEMENTS */
	* {
		margin:0;
		padding:0;
		border: 0;
		color:#131313;
		}
	
	body {
		background: #9ac3d9 url(../images/bg.jpg) 0 0 no-repeat;
		font: 62.5%/1.6em verdana,helvetica,arial,sans-serif;
		}
	hr {
		color: #232f85;
		background-color: #232f85;
		height: 1px;
		width: 100%;
		margin: 5px auto;
		}
	input, textarea, checkbox, select, file {
		border:1px solid #232f85;
		}
	p, span, ul li, ol li {
		font-size: 1.1em;
		}
	p {
		margin:0 0 10px 0;
		}
	em {
		font-style: italic;
		}
/* END GLOBAL */

/* STANDARD CLASSES */
	.wysiwyg {
		width:100%;
		}
	.wysiwyg p, .wysiwyg h1, .wysiwyg h2, .wysiwyg h3, .wysiwyg h4, .wysiwyg h5, .wysiwyg h6 {
		margin:0 0 10px 0;
		}
	.common {
		margin:0 0 5px 0;
		width:100%;
		}
	.alert {
		color:#ff0000;
		}
	
	.legal {
		font-size:1em;
		color:#c9c9c9;
		}
	.clear_float {
		clear: both;
		}
/* END STANDARD CLASSES */

/* STANDARD HEADER */
	h1, h2, h3, h4, h5, h6 {
		color:#232f85;
		margin: 0 0 5px 0;
		}
	h1 {font-size:1.8em;}
	h2 {font-size:1.4em;}
	h3 {font-size:1.3em;}
	h4 {font-size:1.2em;}
	h5 {font-size:1.1em;}
/* END STANDARD HEADER */
	
	h1.pageHdr {
		font-size: 2em;
		color: #232f85;
		margin-top: -5px;
		font-family:verdana,helvetica,arial,sans-serif;
		}


/* STANDARD LINKS */
	a, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, h1 a, a strong, strong a {
		text-decoration:none;
		color:#232f85;
		}
	a:hover, h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover, li a:hover, a:hover strong, strong a:hover {
		color:#999999;
		}
/* END STANDARD LINKS */

/* ALIGNMENTS */
	.cal {text-align:center;}
	.left {text-align:left;}
	.ral {text-align:right;}
	.tvert {vertical-align:top;}
	.mvert {vertical-align:middle;}
	.mcal {vertical-align:middle;text-align:center;}
	.tcal {vertical-align:top;text-align:center;}
/* END ALIGNMENTS */

/* TABLE */
	.manage_menu_list {
		margin: 0 auto;
		width: 500px;
		}
	.manage_common {
		width: 95%;
		}
/* END TABLE */

/* TD */
	.manage_menu_list td {
		width: 33%;
		vertical-align: top;
		}
	.manage_common td {
		padding: 1px;
		}
	.manage_common td.date, .manage_common td.order {
		width: 20%;
		}
	.manage_common td.title {
		width: 70%;
		}
	.manage_common td.delete {
		width: 10%;
		}
	.manage_common td.delete_chk, .manage_common td.delete, .manage_common td.order {
		text-align: center;
		}
	table.slopereport td {
		padding: 3px;
		}
	td.w_10_p {
		width: 10%;
		}
	td.w_20_p {
		width: 20%;
		}
	td.w_30_p {
		width: 30%;
		}
	td.w_40_p {
		width: 40%;
		}
	div.wysiwyg table td {
		padding: 2px;
		}
	.calendarDate {
		width: 10%;
		vertical-align: top;
		}
	.cal_33 {
		width: 33%;
		text-align: center;
		}
/* END TD */

/* DIV */
	#hm_menu, #hm_body_wrapper, #hm_body_bttm {
		width: 948px;
		}
	#hm_menu {
		margin: 50px auto 0 auto;
		}
	#hm_body_wrapper, #hm_body_bttm {
		margin: 0 auto 0 auto;
		}
	#hm_body_wrapper {
		background: transparent url(../images/bg_slice.png) repeat-y;
		}
	#hm_body_top {
		min-height: 221px;
		height: auto !important;
		height: 221px;
		background: transparent url(../images/bg_top.png) no-repeat;
		}
	#hm_body_bttm {
		padding-top: 18px;
		min-height: 18px;
		height: auto !important;
		height: 18px;
		text-align: center;
		background: transparent url(../images/bg_foot.png) no-repeat;
		}
	#hm_left {
		float: left;
		margin-left: 115px;
		padding-top: 20px;
		min-height: 200px;
		height: auto !important;
		height: 200px;
		width: 545px;
		}
	#alt_left {
		margin-left: 115px;
		padding-top: 20px;
		min-height: 200px;
		height: auto !important;
		height: 200px;
		width: 700px;
		}
	#hm_right, #right_btn_email {
		float: right;
		width: 251px;
		margin-right: 15px;
		padding: 0 12px 19px 0;
		}
	#hm_right {
		min-height: 222px;
		height: auto !important;
		height: 222px;
		background: transparent url(../images/bg_hm_right.png) 0 0 no-repeat;
		}
	
	#manage_wrapper {
		margin: 20px auto 0 auto;
		padding: 10px 0;
		width: 800px;
		border: 1px solid #050e17;
		-moz-border-radius: 10px;
		background: #16425f;
		}
	#manage_header, #manage_body {
		margin: 0 auto;
		width: 780px;
		border: 1px solid #050e17;
		-moz-border-radius: 10px;
		background: #fff;
		}
	#manage_header {
		height: 75px;
		text-align: center;
		}
	#manage_body {
		margin-top: 10px;
		min-height: 300px;
		}
	#manage_footer {
		margin: 0 auto 20px auto;
		width: 800px;
		text-align: center;
		}
	div.manage_menu, #mange_right_menu, #manage_page {
		border: 1px solid #ececec;
		-moz-border-radius: 10px;
		background: #fff;
		}
	div.manage_menu {
		margin: 0 auto 10px auto;
		padding: 10px;
		width: 580px;
		}
	#mange_right_menu {
		float: right;
		margin: 10px 10px 0 10px;
		padding: 10px;
		width: 150px
		}
	#manage_page {
		margin: 10px 10px 0 10px;
		padding: 10px;
		width: 550px;
		vertical-align: top;
		}
	.hm_live_cam {
		margin-top: 15px;
		text-align: center;
		}
	div#quick_hits_wrap {
		min-height: 75px
		height: auto !important;
		height: 75px;
		}
/* END DIV */

/* UL / OL */
	#manage_page ol {
		margin: 20px;
		}
	#hm_left ul, #hm_left ol {
		margin: 0 20px 10px 30px
		}
	ul.dont_miss {
		margin: 10px 20px 0 25px;
		}
/* END UL /OL */

/* LI */
	#manage_page ol li{
		font-size: 1em;
		}
	ul.dont_miss li {
		padding: 3px 0 3px 10px;
		background: transparent url(../images/li_bullet.gif) 0 10px no-repeat;
		list-style: none;
		font-weight: bold;
		font-size: 1.2em;
		}
/* END LI */



/* TEXT */
	#hm_body_bttm p, #manage_footer p {
		font-size: 1em;
		color: #161f5d;
		}
	p.hm_news {
		margin: 0 10px 15px 15px;
		}
/* TEXT END */

/* LINK */
	#hm_body_bttm p a, #manage_footer p a {
		color: #161f5d;
		text-decoration: underline;
		}
	#hm_body_bttm p a:hover, #manage_footer p a:hover {
		text-decoration: none;
		}
	a.right_btn_email  {
		display: block;
		margin: 70px 0 0 10px;
		width: 190px;
		height: 105px;
		background: transparent url(../images/btn_email.jpg) 0 0 no-repeat;
		text-indent: -3000px;
		}
	a.right_btn_email:hover {
		background-position: 0 -105px;
		}
/* END LINK */

/* HEADING */
	.manage_menu_list td h4 {
		margin: 3px 5px 8px 5px;
		padding: 0;
		font-size: 1.3em;
		}
	#manage_body h3 {
		margin: 10px 0 10px 100px;
		font-size: 1.6em;
		}
	#manage_page h3 {
		margin: 0 0 10px 0;
		}
/* END HEADING */

/* STRONG */
/* END STRONG */

/* SELECT */

/* END SELECT */



/* IMG */
	.img_live_cam {
		padding-top: 50px;
		margin-left: 25px;
		}
	.img_quick_links {
		padding-top: 50px;
		margin-left: 15px;
		}
	#img_manage_troll {
		padding-top: 10px;
		}
	.img_hdr {
		margin-bottom: 10px;
		}
	.img_news_thumb {
		float: right;
		margin: 0 10px 20px 20px;
		}
	.img_news_lores {
		float: right;
		margin: 0 10px 30px 30px;
		}
	.img_right {
		float: right;
		}
/* END IMG */

/* HR */
/* END HR */

/* SUP */
/* END SUP */

/* FIELDSET */
	fieldset#login {
		margin: 20px auto;
		padding: 10px;
		width: 380px;
		-moz-border-radius: 10px;
		border: 1px solid #ccc;
		}
/* END FIELDSET */

/* LEGEND */
	fieldset#login legend {
		padding: 0 5px;
		font-size: 1.4em;
		font-weight: bold;
		}
/* END LEGEND */

/*LABEL */
	fieldset#login label {
		display: block;
		float: left;
		clear: left;
		margin-right: 5px;
		width: 135px;
		text-align: right;
		font-weight: bold;
		}
/* END LABEL */
	
/* INPUT */
	fieldset#login input {
		margin: 0 0 5px 0;
		display: block;
		float: left;
		border: 1px solid #050e17;
		}
	fieldset#login input#submit, #manage_page input.submit {
		padding: 5px;
		color: #fff;
		font-weight: bold;
		border: 0;
		background: #16425f;
		}
	fieldset#login input#submit {
		margin-left: 170px;
		font-size: 1.4em;
		}
	#manage_page input.submit {
		margin-left: 200px;
		font-size: 1.1em;
		}
	.submitBtn {
		margin: 11px 0 4px 0;
		padding: 5px;
		-moz-border-radius: 10px;
		color: #232f85;
		font-weight: bold;
		border: 0;
		} 
		
	.submitBtn:hover {
		color: #F88C0E;
		} 
/* END INPUT */

/* TEXTAREA */
		#manage_page textarea {
			width: 90%;
			}
		
/* END TEXTAREA */