@charset "utf-8";
/* CSS Document */

h1{
	font-size: 36px;
	color: #006993;
	font-weight: normal;
	padding-top: 25px;
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
}

h1.smallh1{
	font-size: 32px;	
}

h2{
	font-size: 20px;
	color: #78a22f;
	font-weight: normal;
	padding-top: 7px;
	padding-bottom: 25px;
	border-bottom: 1px solid #78a22f;
	margin-bottom: 10px;
}

h2.shrink{
padding-top: 0px;
font-size: 10px;
height: 10px;
}

h3{
	font-size: 18px;
	padding: 15px 0px 7px 0px;
	color: #78a22f;
	font-weight: normal;
}

h4{
	font-size: 16px;
	color: #006993;
	padding: 20px 0px 0px 0px;
}

#header{
	
}

#circleDiv{
	width: 109px;
	height: 109px;
	position: absolute;
	top: 5px;
	right: 52px;
	z-index: 100;
}

.ckd #circleDiv{
	background: url(../images/sub/ckd_circle.jpg) no-repeat top left;
}

.abt #circleDiv{
	background: url(../images/sub/about_circle.jpg) no-repeat top left;
}

.re #circleDiv{
	background: url(../images/sub/ref_circle.jpg) no-repeat top left;
}

.nosec #circleDiv{
	background: url(../images/sub/other_circle.jpg) no-repeat top left;	
}

#breadcrumbs{
	float: right;
	width: 695px;
	margin-right: 40px;
	color: #78a22f;
	font-size: 10px;
	font-style: italic;
	padding-top: 10px;
	display: inline;
}

#breadcrumbs a{
	text-decoration: none;
	color: #006993;
}

#breadcrumbs a:hover{
	color: #78a22f;
}

#content{
	clear: right;
	float: right;
	width: 695px;
	margin-right: 40px;
	position: relative;
	display: inline;
	
}


#content p{
	color: #595959;
	font-size: 15px;
	line-height: 20px;
	padding: 10px 0px;
}

#content p.highlight{
	color: #006993;
}

#content a{
	color: #006993;
}

#content a:hover{
	color: #78a22f;
}

#content ul{
	padding: 10px 2em;
	list-style-type: disc;
	color: #595959;
	font-size: 15px;
	line-height: 20px;
}

#content ol{
	padding: 10px 2em;
	color: #595959;
	font-size: 15px;
	line-height: 20px;
}

#content .nobot{
	padding-bottom: 0px;
}

#content .notop{
		padding-top: 0px;
}

#content ul ul{
	list-style-type:circle;
	padding: 5px 2em;
}

#content ul ul ul{
	list-style-type:square;
	padding: 5px 2em;
}

#content li{
	padding: 5px 0px;
}

.table{
	margin: 10px 0px 20px;
	border: 1px solid #78a22f;
	border-collapse: collapse;
	line-height: 20px;
}

.table th{
	font-weight: normal;
	color: #006993;
	text-align: left;
	background: #f1f5ea;
	font-size: 16px;
	padding: 3px 8px;
	border: 1px solid #78a22f;
	
}

.table td{
	color: #595959;
	font-size: 15px;
	padding: 3px 8px;
	border: 1px solid #78a22f;
	vertical-align: top;
}

.table ul{
	padding: 0px 1em !important;	
}

.table ul ul{
	padding: 0px 0px 0px 2em !important;
}

#content p.small{
	font-size: 12px;
}

.callout2{
	width:206;
	height:133;
	float: right;
	margin: 10px 0px 30px 30px;
	clear: right;
	display: inline;
}

.callout{
	width: 206px;
	float: right;
	margin: 10px 0px 30px 30px;
	background: url(/images/sub/box_bg.jpg) repeat-y top center;
	display: inline;

}

.extratop{margin-top: 65px;}

.callout .boxTop{
	min-height: 150px;
	background: url(/images/sub/box_top.jpg) no-repeat top center;
}

.callout .boxBot{
	min-height: 120px;
	background: url(/images/sub/box_bot.jpg) no-repeat bottom center;
	padding: 25px 15px 15px 15px;
}

#content .callout h5, #content .callout h5 a{
	font-size: 22px;
	color: #7c9b47;
	text-decoration: none;
	font-weight: normal;
	
}

#content .callout p, #content .callout p a{
	font-size: 13px;
	color: #3f788f;
	text-decoration: none;
	padding: 5px 0;
	line-height: 17px;
}

#content .callout p span.larger{
	font-size: 16px;
	line-height: 20px;
}

* html .callout .boxTop{height: 150px;}
* html .callout .boxBot{height: 110px;}

#content ul.sitemap{
	font-size: 16px;
}

#content ul.sitemap ul{
	padding-bottom: 0px;
	font-size: 15px;
}

#content ul.sitemap ul ul{
	font-size: 13px;	
}

#content .callout p.stickOut, #content .callout p.stickOut a{
	color: black;
	font-weight: bold;
}