/*-- RESET
---------------------------------*/

/* Global reset */
/* Based upon 'reset.css' in the Yahoo! User Interface Library: http://developer.yahoo.com/yui */
*, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, label, fieldset, input, p, blockquote, th, td { margin:0; padding:0 }
table { border-collapse:collapse; border-spacing:0 }
fieldset, img { border:0 }
address, caption, cite, code, dfn, em, strong, th, var { font-style:normal; font-weight:normal }
ol, ul, li { list-style:none }
caption, th { text-align:left }
h1, h2, h3, h4, h5, h6 { font-size:100%; font-weight:normal }
q:before, q:after { content:''}

/* Global reset-RESET */
strong { font-weight: bold }
em { font-style: italic }
a img { border:none } /* Gets rid of IE's blue borders */



#no-flash-bg{
	background: #fffce5 url(../img/no-flash-bg.jpg) top center no-repeat;
	border: 5px solid #00335d;
	color: #00335d;
	display: block;
	float: left;
	font-family: Trebuchet MS, Tahoma, sans-serif;
	height: 100%;
	overflow: visible;
	position: relative;
	width: 974px;
}
	#no-flash-bg h1, h3, h4 { clear: left; display: block; font-weight: bold; text-transform: uppercase; }
	
	#no-flash-bg h1{
		font-size: 22px;
		line-height: 24px;
		margin-bottom: 10px;
	}
	#no-flash-bg h3{
		font-size: 18px;
		line-height: 20px;
		margin-bottom: 10px;
	}
	#no-flash-bg h4{
		font-size: 20px;
		line-height: 22px;
		margin-bottom: 10px;
	}
	#no-flash-bg p{
		color: #1f373e;
		font-size: 14px;
		line-height: 18px;
		margin-bottom: 20px;
	}
	#no-flash-bg a{
		color: #00335d;
		display: block;
		text-decoration: none;
	}
		#no-flash-bg a:hover{
			color: #0093bd;
		}
		#no-flash-bg a:visited{
			color: #00335d;
		}

#no-flash-stripes{
	background: transparent url(../img/no-flash-stripes.png) top center repeat-y;
	float: left;
	height: 100%;
	left: 150px;
	overflow: auto;
	position: absolute;
	width: 40px;
}

#no-flash-content{
	background: white;
	border-bottom: 5px solid #0093bd;
	display: block;
	float: left;
	padding: 30px;
	margin: 300px 15px 60px 220px;
	width: 290px;
	min-height: 300px;
}

#no-flash-navigation{
	background: white;
	border-bottom: 5px solid #0093bd;
	display: block;
	float: left;
	padding: 30px;
	margin: 300px 0px 15px 0px;
	width: 155px;
}
	#no-flash-navigation ul li{
		font-size: 18px;
		font-weight: bold;
		line-height: 24px;
		list-style: none;
		text-transform: uppercase;
	}
		#no-flash-navigation ul li a{
			color: #00335d;
			display: block;
			text-decoration: none;
		}
		#no-flash-navigation ul li a:hover{
			color: #0093bd;
		}
		#no-flash-navigation ul li a:visited{
			color: #00335d;
		}
		
#no-flash-message{
	background: white;
	border-bottom: 5px solid #0093bd;
	display: block;
	float: left;
	margin-bottom: 60px;
	padding: 30px;
	position: relative;
	width: 155px;
}
	#no-flash-message img.alert{
		display: block;
		float: right;
		padding: 0;
		position: relative;
		right: -10px;
		top: -10px;
	}	

		
		
		
		
		
		
		
