/* ------ Default Styles ------ */


a { color: #ffc50c; text-decoration: none; }
a:hover { cursor: pointer; text-decoration: underline; }
a img { border: 0; }

.fl { float: left; display: inline; }
.fr {
	float: right;
	display:inline;
	font-size: 12px;
}
.ac { text-align: center; }
.ar { text-align: right; }
.al { text-align: left; }
.cl { clear: both; height: 0; line-height: 0; font-size: 0; text-indent: -4000px; }
.hidden { display: none; }
.notext { font-size: 0; line-height: 0; text-indent: -4000px; }
.shell { width: 980px; margin: 0 auto; p}

.box { margin-bottom: 10px; }
.box .cnt { height: 100%; background: #fff; padding: 5px 10px; }
.box .bottom { background: url(../img/box-bottom.gif) no-repeat 0 0; height: 3px; }
.box .top {
	background: url(../img/box-top.gif) no-repeat 0 0;
	height: 4px;
	font-size: 0;
	line-height: 0;
	text-indent: -4000px;
}


/* ------ Header ------ */
#header {
	background: url(../img/header_img.jpg);
	height: 104px;
	width: 960;
}

h1#logo {
	height: 90px;
	width: 400px;
	margin: 7px 0 0 10px;
}
h1#logo a {
	display: block;
	height: 90px;
	background: url(../img/logo.jpg);
	background-repeat: no-repeat;
	text-indent: -4000px;
}
#header p {
	text-indent: -4000px;
	margin-top: -20px;
	height: 0;
	width: 0;
}


/* ------ Navigation ------ */
#navigation {
	height: 32px;
	background: url(../img/navigation.gif) no-repeat 0 0;
	padding-top: 4px;
	margin: 5px 0 18px 0;
}

#navigation ul {
	list-style: none outside;
	float: left;
	display: inline;
	width: 90%;
	margin-left: 4px;
}

#navigation li {
	float: left;
	display: inline;
	height: 28px;
	margin-right: 5px;
}

#navigation li a {
	float: left;
	display: inline;
	height: 28px;
	width: 84px;
	padding-right: 10px;
	background: url(../img/nav-bg.gif) no-repeat 0 0;
	text-align: center;
	font-size: 12px;
	text-transform: uppercase;
	line-height: 28px;
	color: #616b63;
}

#navigation li a:hover, 
#navigation li a.active {
	background-position: -94px 0;
	text-decoration: none;
}

/* ------ left_Pane ------ */
.left_pane {
	float: left;
	display: inline;
	width: 310px;
}

/* -- content-title -- */
.content-title {
	height: 100%;
	background: url(../img/content-title-bg.gif) repeat-y 0 0;
}
.content-title .content-title-bottom {
	background: url(../img/content-title-bottom.gif) no-repeat 0 bottom;
}
.content-title .content-title-top {
	background: url(../img/content-title-top.gif) no-repeat 0 top;
	padding: 7px;
}


.content-title h2 {
	font-size: 22px;
	font-family: serif!important;
	color: #333333;
	margin: 7px 12px 5px 12px;
	padding: 0 0 10px 10px;
	background: url(../img/content-title-separator.gif) repeat-x 0 bottom;
}

.content-title p img {
	margin: 10px auto 15px 18px;
}

.content-title .title_desc {
	padding: 5px 5px 10px 5px;
	margin: 0 5px;
}


.content-title .title_desc p { line-height: 15px; color: #5a5a5a; }

.content-title .actions {
	float: right;
	display: inline;
	background: url(../img/content-title-actions.gif) no-repeat 0 bottom;
	line-height: 12px;
	padding-left: 15px;
	color: #c24426;
	text-decoration: underline;
	margin:  10px 5px 5px 5px;
}

.content-title .actions:hover { text-decoration: none; }




/* ------ right_pane ------ */
.right_pane {
	float: left;
	display: inline;
	margin: 0 0 0 10px;
	width: 635px;
}
.service {
	width: 280px;
	height: 164px;
	padding: 7px 15px;
}
.service p {
	text-align: center;
	color: #fff;
	font-size: 11px;
	line-height: 15px;
	padding: 5px 0;
}
.service .more {
	display: block;
	height: 28px;
	width: 113px;
	text-align: center;
	color: #5d5d5d;
	font-size: 13px;
	line-height: 28px;
	margin: 10px auto 10px auto;
}

/* -- content_right -- */
.content_right {
	padding: 5px 0 0 10px;
	margin-bottom: 10px;
} 

.content_right h2 {
	font: 15px "Trebuchet MS", Arial, sans-serif;
	color: #01297A;
/*	color: #666666;*/
	width: 610px;
	height: 22px;
	margin-bottom: 20px;
	padding: 6px 0 1px 10px;
	font-weight: bold;
/*	border-left: solid 7px #F89D1C;*/
	border-left: solid 1px #888888;
	border-top: solid 1px #888888;
	border-right: solid 1px #888888;
	border-bottom: solid 1px #888888;
}
.content_right h3 {
	font-size: 15px;
	color: #666666;
	width: 600px;
	height: 18px;
	padding: 3px 0 1px 10px;
	border-left: solid 7px #F89D1C;
	border-bottom: dashed 1px #888888;
}

.content_right .more {
	display: block;
	height: 11px;
	background: url(../img/content-title-actions.gif) no-repeat 0 0;
	padding-left: 15px;
	line-height: 11px;
	font-size: 12px;
	color: #c24426;
	text-decoration: underline;
}




.applicant_guide_div {
	padding: 15px 25px 15px 25px;
	margin: 10px 5px 15px 1px;
	border: 1px solid #AAAAAA;
}
.applicant_guide_div dl {
	margin: 0;
}
.applicant_guide_div dt {
	font-weight: bold;
}
.applicant_guide_div dd {
	margin: 5px 0 7px 7px;
}


.applicant_guide_div ol {
	list-style: decimal;
	padding: 0;
	margin: 0 0 0 15px;
}
.applicant_guide_div li {
	background-repeat: no-repeat;
	padding: 0;
	margin: 0 0 3px 12px;
}
.applicant_guide_div p {
	padding-bottom: 3px;
	font-size: 13px;
}


.content_right a {
	color: #C24426!important;
	text-decoration: underline;
}
.content_right a:visited {
	color: #C24426!important;
	text-decoration: underline;
}
.content_right a:hover {
	color: #C24426!important;
	text-decoration: none;
}


/* ue */
.guide_table {
	padding: 0;
	margin: 5px auto 12px 15px;
	height: 325px;
}
.guide_box {
	float: left;
	width: 170px;
	height: 100px;
	margin: 3px 5px 7px 5px;
	border: 1px solid #999999;
}
.guide_title {
	margin: 0 0 10px 0;
	padding: 3px 0 2px 0;
	background-color: #DEE8FF;
	text-align: center;
	color: #006699;
}
.guide_contents {
	height: 80px;
	padding: 2px 8px 0 8px;
}







/* ------ Footer ------ */
#footer {
	padding: 10px 0;
	font-size: 15px;
}
#footer a {
	color: #3a3a3a;
	text-decoration: underline;
}
#footer a:hover {
	text-decoration: none;
}

