* {
  outline: none;
}

body, p, h1, h2, h3, h4, h5, h6, dl, dt, dd, form {
	padding: 0px;
	margin: 0px;
}

img {
	border: 0px;
}

textarea {
	overflow: auto;
	font-family: tahoma;
	font-size: 12px;
}

html {
	height: 100%;
	overflow: auto;
}

body {
	height: 100%;
	font-family: tahoma;
	text-align: center;
	font-size: 12px;
	background: #fff url(../images/body-bg.jpg) repeat-x;
}


	#container {
		width: 990px;
		text-align: left;
		min-height: 100%;
	    height: auto !important;
	    height: 100%;
	    margin: 0 auto -80px;
	    position: relative;
	}
	
		#header {
			width: 810px;
			float: right;
		}
			
			#weather {
				padding: 31px 0px 0px 0px;
				height: 100px;
			}
			
			#nav {
				float: right;
				padding: 11px 30px 0px 0px;
			}
				
				#nav ul {
					list-style: none;
					padding: 0;
					margin: 0;
				}
				
					#nav li {
						float: left;
					}
					
					#nav li span {
						/*+*/
					}
					
						#nav li a {						
							display: block;
							font-size: 11px;
							color: #fff;
							font-weight: bold;
							text-decoration: none;
							background: url(../images/nav-bullet.gif) no-repeat left 2px;
							padding: 0px 11px 0px 17px;						
						}
							
							#nav li a span {
								display: none;
							}
							
							#nav li.first a {
								background: none;
							}
							
							#nav li.last a {
								
							}
						
						#nav li a:hover {
							color: #fff;
							text-decoration: underline;
						}
						
						#nav li.selected a {
							color: #ff7800;
							text-decoration: none;
						}
						
						#nav li.selected a:hover {
							color: #ff7800;
							text-decoration: underline;
						}
			
			
	h1.logo {
			float: left;
			margin: 88px 0px 0px 65px;
			display: inline;
		}
		
			h1.logo a,
			h1.logo b {
				display: block;
				background: url(../images/logo.gif) no-repeat;
				width: 113px;
				height: 104px;
			}
			
				h1.logo a span,
				h1.logo b span {
					display: none;
				}

	
	#flash-wrapper {
		height: 276px;
	}
	
    #flash {
      width: 990px;
      height: 276px;
    }
	
	#main-login .submit {
		border: none;
		background: #2174c4;
		font-size: 11px;
		color: #fff;
		height: 17px;
	}
	#main-login {
		width: 235px;
		height: 86px;
		padding: 10px 0px 0px 20px;
		background: url(../images/login-main.gif) no-repeat;
		margin: 15px 0px 0px 56px;
		float: left;
	}
	
	#main-login p {
		font-size: 11px;
		font-weight: bold;
		color: #444444;
	}
	
	#main-login .input {
		border-top: 1px solid #424242;
		border-left: 1px solid #424242;
		border-right: 1px solid #cccccc;
		border-bottom: 1px solid #cccccc;
		width: 125px;
		height: 15px;
		margin-top: 7px;
	}
	
	#small-flash {
		width: 506px;
		height: 86px;
		float: right;
		margin: 15px 57px 0px 0px;
		display: inline;
	}
	
/*-----------------------------page-------------------------------------------*/	
body.page {
	height: 100%;
	font-family: arial;
	text-align: center;
	font-size: 12px;
	background: #c1d6e9 url(../images/body-page.jpg) repeat-x;
}
	
	h1.logo-page {
		float: left;
		margin: 53px 0px 0px 65px;
		display: inline;
	}
	
		h1.logo-page a,
		h1.logo-page b {
			display: block;
			background: url(../images/logo.gif) no-repeat;
			width: 113px;
			height: 104px;
		}
		
			h1.logo-page a span,
			h1.logo-page b span {
				display: none;
			}

	#weather-page {
		padding: 20px 0px 0px 0px;
		height: 76px;
	}
	
	#small-flash-page {
		width: 506px;
		height: 86px;
		float: right;
		margin: 4px 57px 0px 0px;
		display: inline;
	}
	
	#sub-nav {
		float: right;
		margin: 4px 50px 0px 0px;
		display: inline;
	}
		
		#sub-nav ul {
			list-style: none;
			margin: 0px;
			padding: 0px;
		}
		
		#sub-nav ul li {
			float: left;
			text-align: center; 
			margin-right: 1px;
		}
		
		#sub-nav ul li  {
			
		}
		
		#sub-nav ul li a span {

			vertical-align: middle;
		}
		
		#sub-nav ul li a {
			width: 100px;
			height: 34px;
			padding: 5px 20px 0px 20px;
			font-family: arial;
			font-weight: bold;
			color: #ffffff;
			text-decoration: none;
			background: url(../images/nav-bg.gif) no-repeat;
			display: block;
		} 
		
		#sub-nav ul li.selected a {	
			background: url(../images/nav-bg-selected.gif) no-repeat;
		}

		#left-nav {
			width: 177px;
			margin: 45px 0px 0px 37px;
		}
		
		#left-nav ul {
			list-style: none;
			margin: 0px;
			padding: 0px;
		}
		
			#left-nav ul li {
				text-align: left;
			}
			
			#left-nav ul li a {
				width: 137px;
				font-size: 12px; 
				font-weight: bold;
				color: #3c7cc7;
				text-decoration: none;
				display: block;
				padding: 4px 20px;
			}
			
				#left-nav ul li.selected a {
					width: 137px;
					font-size: 12px; 
					font-weight: bold;
					color: #ffffff;
					text-decoration: none;
					background: #dc8a17;
					display: block;
					border: 1px solid #dae0e6; 
					padding: 3px 20px;
				}
		
				#left-nav ul li a:hover {
					width: 137px;
					font-size: 12px; 
					font-weight: bold;
					color: #ffffff;
					display: block;
					padding: 3px 20px;
					text-decoration: none;
					background: #dc8a17;
					border: 1px solid #dae0e6; 
				}
				
					#left-nav ul li.selected ul {
						padding: 5px 0px 20px 0px;
					}
					
					#left-nav ul li.selected ul li {
						text-align: left;
					}
					
					#left-nav ul li.selected ul li a {
						width: auto;
						border: none;
						background: url(../images/sub-nav-bullet.gif) no-repeat left 3px;
						font-weight: normal;
						color: #de8f22;
						margin: 0px 0px 0px 30px;
						padding: 0px 0px 0px 5px;
					}
						
						#left-nav ul li.selected ul li a:hover {
							color: #3c7cc7;
							background: url(../images/sub-nav-bullet-s.gif) no-repeat left 3px;
						}
						
						#left-nav ul li.selected ul li.selected a {
							color: #3c7cc7;
							background: url(../images/sub-nav-bullet-s.gif) no-repeat left 3px;
						}
						
						
			#login-page {
				width: 176px;
				height: 107px;
				padding: 2px 0px 0px 23px;
				background: url(../images/login-page.gif) no-repeat;
				margin: 32px 0px 0px 37px;
			}
				
				#login-page p {
					font-size: 11px;
					font-weight: bold;
					color: #444444;
				}
				
				#login-page .submit {
					border: none;
					background: #2174c4;
					font-size: 11px;
					color: #fff;
					height: 17px;
					margin: 7px 49px 0px 0px;
					float: right;
					padding-bottom: 2px;
				}
				
				#login-page .input {
					border-top: 1px solid #424242;
					border-left: 1px solid #424242;
					border-right: 1px solid #cccccc;
					border-bottom: 1px solid #cccccc;
					width: 125px;
					height: 15px;
					margin-top: 5px;
				}
				
		#content-wrapper {
			float: right;
			width: 661px;
			margin: 30px 38px 0px 0px;
			display: inline;
		}
		
		
				#title-wrapper-top {
					height: 20px;			
					background: url(../images/title-wrapper-top.gif) no-repeat;
				}
		
				#sub-nav2 {
					font-size: 0px;
					padding: 0px;
					background: #fff;
					
				}
				
					ul.sub-nav2 {
						padding: 0px 0px;
						list-style: none;
						margin: 0px 0px 0px 0px;
					}
					
						ul.sub-nav2 li {
							padding-bottom: 3px;
							float: left;
						}
					
						ul.sub-nav2 li a {
							font-size: 12px;
							color: #dd8c1c;
							text-decoration: none;
							background: url(../images/sub-nav2-bullet.gif) no-repeat right 4px;
							padding: 0px 26px 0px 17px;
							margin: 0px 0px 0px 11px;
							font-weight: bold;
						}
						
						ul.sub-nav2 li a:hover {
							color: #2174c4;
						}
						
						ul.sub-nav2 li.selected a {
							font-weight: bold;
							color: #2174c4;
						}	
						
						ul.sub-nav2 li.selected a:hover {
							color: #2174c4;
						}
						
						ul.sub-nav2 li.last a {
							background: none;
						} 
						
		
			h2.title {
				font-size: 16px;
				color: #3c7cc7;
				font-weight: bold;
				padding: 10px 0px 0px 19px;
				float: left;
			}
			
			a.print {
				font-size: 11px;
				color: #3c7cc7;
				background: url(../images/icon-print.gif) no-repeat right 1px;
				float: right;
				text-decoration: none;
				padding: 0px 16px 0px 0px;
				margin: 8px 16px 0px 0px;
			}
			
			#content {
				height: 400px;
				padding: 10px 24px 37px 16px;
				margin-bottom: 83px;
				background: #fff; 
			}
				
				*> #content {
					min-height: 400px;
					height: auto;
				}				
				
				#content a {
					color: #df9227;
				}

.white {
	background: #fff;
}

#bottom {
	position: relative;	
	height: 80px;	
	background: url(../images/footer.jpg) repeat-x 0px bottom;
	width: 100%;
}

#time {
	height: 51px;
}

.wthr {
	float: left;
}

.wthr a {
	text-decoration: none;
}

.date {
	font-size: 11px;
	height: 51px;
	float: left;
	background: url(../images/time.gif) no-repeat right 0px;
	text-align: right; 
	padding: 0px 10px 0px 0px;
	margin-right: 15px;
}

.date .time {
	font-weight: bold;
	color: #0758a6;
}
			
.w100 {
	width: 100%;
}

.fl {
	float: left;
}

#created {
	position: absolute;	
	bottom: 20px;
	right: 450px;
	font-family: tahoma;
	font-size: 11px;
	color: #3f3f3f;	
}

	#created .left-c {
		float: left;
	}
	
	#created .right-c {
		float: right;
	}
	
		#created p {
			float: left;
		}
		
		#created p.text {
			padding-top: 4px;
		}
		
			#created a.created-by {
				display: block;
				background: transparent url(../images/artogama.gif) no-repeat right top;
				width: 69px;
				height: 21px;
			}


#created-main {
	float: right;
	padding: 10px 66px 0px 0px;
	display: inline;
	font-family: tahoma;
	font-size: 11px;
	color: #3f3f3f;	
}

	#created-main .left-c {
		float: left;
	}
	
	#created-main .right-c {
		float: right;
	}
	
		#created-main p {
			float: left;
		}
		
		#created-main p.text {
			padding-top: 4px;
		}
		
			#created-main a.created-by {
				display: block;
				background: transparent url(../images/artogama.gif) no-repeat right top;
				width: 69px;
				height: 21px;
			}

span.hide {
	display: none;
}

	
/* Clear Fix */

.clearfix:after {
	content: ".";
	display: block;
	font-size: 0px;
	line-height: 0px;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display: inline-block;
}

.clearfix {
	display: block;
}

* html .clearfix {
	height: 1px;
}	

