@charset "UTF-8";
/* CSS Document */



/* Normalizes margin, padding */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td 
{ margin : 0; padding : 0; }

/* Normalizes font-size for headers */
h1,h2,h3,h4,h5,h6 { font-size : 100%; font-weight: normal; }

/* Removes list-style from lists */
ol,ul { list-style : none; }

/* Normalizes font-style and font-weight to normal */
address, caption, cite, code, dfn, em, strong, th, var
{ font-style : normal; font-weight : normal; }

/* Removes list-style from lists */
table { border-collapse : collapse; border-spacing : 0; }

/* Removes border from fieldset and img */
fieldset,img { border : 0; }

/* Left-aligns text in caption and th */
caption,th { text-align : left; }

/* Removes quotation marks from q */
q:before, q:after { content :''; }

/*Removes underline and color from links*/
a { color: inherit; text-decoration: none; outline: none;}


body {
	font: 12px/18px Helvetica, Arial, sans-serif;
	color: #000;
	margin: 10px 0 30px 0;
	}


a {
	color: #006b99;
	}

a:hover {
	text-decoration: underline;
	}

strong {
	font-weight: bold;
}

#container{
	width: 1000px;
	margin: 0 auto;
	position: relative;
	/*background: url(../img/bg.gif) repeat-y top center;*/
}


#header {
	border-bottom: 2px solid #0b719d;
	margin-bottom: 45px;
	padding-bottom: 10px;
	}

h1#logo a {
	display: block;
	text-indent: -9999px;
	width: 112px;
	height: 34px;
	position: absolute;
	top: 15px;
	right: 0px;
	background-image: url(../img/logo_new.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	}

#header h2 {
		padding-top: 28px;
		font-size: 24px;
		color: #959595;
	}

#sidebar {
	float: left;
	width: 250px;
	}


	#sidebar h3 {
		font-size: 12px;
		font-weight: bold;
		color: #636363;
	}
	
	#sidebar h3.menulink {
		margin-bottom: 30px;
		text-align: center;
	}
	
	#sidebar h3.menuhead {
		text-align: center;
	}
	
	#sidebar h3.menulink a {
		color: #636363;
	}
	
	#sidebar h4 {
		font-size: 12px;
		font-weight: bold;
		color: #636363;
	}
	
	#sidebar ul {
	width: 230px;
	}
	
	#sidebar ul li a {
	font-size: 12px;
	font-weight: bold;
	padding-left: 15px;
	background-image: url(../img/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0 top;
	}
	
	#sidebar ul.quicktips {
		list-style: disc inside;
		margin: 0 0 30px 0;
		width: 230px;
	}
	
	#sidebar ul.quicktips li {
		font-style: italic;
		font-size: 12px;
		color: #636363;
	}
	
#content {
	float: right;
	width: 720px;
	padding-left: 28px;
	margin-bottom: 30px;
	border-left: 2px solid #0b719d;
	}

	#content .section {
		margin-bottom: 45px;
	}
	
	#content h2 {
		margin-top: 30px;
		font-weight: bold;
		color: #0b719d;
		font-size: 14px;
	}

	#content h3 {
		font-size: 22px;
		color: #636363;
		border-bottom: 2px solid #92d0e5;
		margin-bottom: 15px;
		padding-bottom: 8px;
	}
	
	#content h4 {
		margin-top: 30px;
	}
	
	#content h4 a {
		font-weight: bold;
	}
	
	#content h5 {
		font-weight: bold;
		margin-top: 30px;
	}
	
	#content h5.first {
		margin: 0;
	}
	
	#content ul {
	margin-left: 25px;
	list-style: disc inside;
	line-height: 20px;
	padding-top: 15px;
	padding-bottom: 15px;
	}
	
	#content ul li a {
		padding-left: 5px;
		/* font-weight: bold; */
	}
	
	#content ol {
	list-style: decimal inside;	
	}
	
	#content p.viewlist {
		margin-left: 150px;
	}	
	
	#content table tr td {
	padding: 10px;
	background-color: #FFFFFF;
	border: thin dashed #CCCCCC;
	}
	
#footer {
	clear: both;
	width: 1000px;
	border-top: 2px solid #0b719d;
	}

	#footer p {
		font-family:Arial, Helvetica, sans-serif;
		text-align: center;
		font-size: 10px;
		line-height: 24px;
		padding-top: 6px;
		color: #636363;
	}

.popup {
	position: relative;
	z-index: 0;
	}

.popup:hover {
	z-index: 500;
	}

.popup a img {
	height: 0;
	width: 0;
	border-width: 0;
	position: absolute;
	left: 365px;
	top: -76px;
	}

.popup a:hover img {
    top: -120px;
	left: 100px;
	height: auto; 
	width: auto;
	background-color: #eee;
	padding: 20px;
	border: 1px solid #ccc;
	}
