﻿/* -------------------- */
/* Reset */
/* -------------------- */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, 
del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend{margin:0; padding:0; border:0; font-weight:inherit; font-style:inherit; font-size:100%; font-family:inherit; vertical-align:baseline}

body{line-height:1.5}
a img{border:none}

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after{content:""}
blockquote, q{quotes:""""}


/* -------------------- */
/* Grid */
/* -------------------- */
/* A container should group all your columns. */
.container{width:944px; margin:0 auto}

/* Sets up basic grid floating and margin. */
.column, div.span-1, div.span-2, div.span-3, div.span-4, div.span-5, div.span-6, div.span-7, div.span-8, div.span-9, div.span-10, div.span-11, div.span-12, div.span-13, div.span-14, div.span-15, 
div.span-16, div.span-17, div.span-18, div.span-19, div.span-20, div.span-21, div.span-22, div.span-23, div.span-24{float:left; margin-right:10px}

/* The last column in a row needs this class. */
.last, div.last{margin-right:0}

/* Use these classes to set the width of a column. */
.span-1{width:30px}
.span-2{width:70px}
.span-3{width:110px}
.span-4{width:150px}
.span-5{width:190px}
.span-6{width:230px}

/* Border on right hand side of a column. */
.border{padding-right:4px; margin-right:5px; border-right:1px solid #eee}

/* Use a .box to create a padded box inside a column. */
.box{padding:1.5em; margin-bottom:1.5em; background:#E5ECF9}

/* Use this to create a horizontal ruler across a column. */
hr{background:#ddd; color:#ddd; clear:both; float:none; width:100%; height:.1em; margin:0 0 1.45em; border:none}

hr.space{background:#fff; color:#fff}

/* Clearing floats without extra markup [http://www.positioniseverything.net/easyclearing.html] */
.clearfix:after, .container:after{content:"\0020"; display:block; height:0; clear:both; visibility:hidden; overflow:hidden}
.clearfix, .container{display:block}

/* Regular clearing */
.clear{clear:both}

/* -------------------- */
/* Typography */
/* -------------------- */
/* Default font: % of 16px. (0.75 * 16px = 12px) */
body{font-size:75%; color:#000; background:#c7c6c6; font-family:Tahoma,Verdana,Arial,Helvetica,sans-serif}

h1, h2, h3, h4, h5, h6{font-weight:normal; color:#111}
h1{color:#00a261; font-size:2.75em; line-height:1; margin-bottom:0.5em}
h2{color:#000; font-size:1.5em;}
h3{color:#00a261; font-size:1em; line-height:1; font-weight:bold;}
h4{font-size:.7em; line-height:1.25; margin-bottom:1.25em}
h5{font-size:.5em; font-weight:bold; margin-bottom:1.5em}
h6{font-size:.5em; font-weight:bold}
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img{margin:0}

p{margin:0 0 1.5em}
p img.left{float:left; margin:1.5em 1.5em 1.5em 0; padding:0}
p img.right{float:right; margin:1.5em 0 1.5em 1.5em}

a:focus, a:hover{color:#00a261}
a{color:#00a261; text-decoration:underline}

blockquote{color:#575757; margin:22px 40px; padding:0 50px; background:transparent url(../../Image/User/blockquote.gif) no-repeat 0 0}
blockquote span{color:#575757; font-size:inherit}
strong{font-weight:bold; color:#000}
em, dfn{font-style:italic}

dfn{font-weight:bold}
sup, sub{line-height:0}

abbr, acronym{border-bottom:1px dotted #666}
address{margin:0 0 1.5em; font-style:italic}
del{color:#666}

pre{margin:1.5em 0; white-space:pre}
pre, code, tt{font:1em 'andale mono','lucida console',monospace; line-height:1.5}

li ul, li ol{margin:0 1.5em}
ul, ol{margin:0 1.5em 1.5em 1.5em}

ul{list-style-type:disc}
ol{list-style-type:decimal}

dl{margin:0 0 1.5em 0}
dl dt{font-weight:bold}
dd{margin-left:1.5em}

.small{font-size:.8em; margin-bottom:1.875em; line-height:1.875em}
.large{font-size:1.2em; line-height:2.5em; margin-bottom:1.25em}
.hide{display:none}
.quiet{color:#666}
.loud{color:#000}
.highlight{background:#ff0}
.added{background:#060; color:#fff}
.removed{background:#900; color:#fff}
.first{margin-left:0; padding-left:0}
.last{margin-right:0; padding-right:0}
.top{margin-top:0; padding-top:0}
.bottom{margin-bottom:0; padding-bottom:0}

/* -------------------- */
/* Buttons */
/* -------------------- */
a.redbtn:link, a.redbtn:visited{font:bold 10px/25px Verdana,Arial,Helvetica,sans-serif; color:#fff !important; text-decoration:none; padding:4px 10px; white-space:nowrap; margin:0px; margin-right:5px; background-image:url('../../Image/User/Button/red_button.gif'); border:1px solid #732b29}
a.redbtn:hover{font:bold 10px/25px Verdana,Arial,Helvetica,sans-serif; color:#fff !important; text-decoration:none; white-space:nowrap; background-image:url('../../Image/User/Button/red_button_hover.gif')}
a.redbtn:active{font:bold 10px/25px Verdana,Arial,Helvetica,sans-serif; color:#fff !important; text-decoration:none; white-space:nowrap}

a.greenbtn:link, a.greenbtn:visited{font:bold 10px/25px Verdana,Arial,Helvetica,sans-serif; color:#fff !important; text-decoration:none; padding:4px 10px; white-space:nowrap; margin:0px; margin-right:5px; background-image:url('../../Image/User/Button/green_button.gif'); border:1px solid #4c7329}
a.greenbtn:hover{font:bold 10px/25px Verdana,Arial,Helvetica,sans-serif; color:#fff !important; text-decoration:none; white-space:nowrap; background-image:url('../../Image/User/Button/green_button_hover.gif')}
a.greenbtn:active{font:bold 10px/25px Verdana,Arial,Helvetica,sans-serif; color:#fff !important; text-decoration:none; white-space:nowrap}

a.lgreenbtn:link, a.lgreenbtn:visited{font:bold 14px/29px Verdana,Arial,Helvetica,sans-serif; color:#fff !important; text-decoration:none; padding:4px 10px; white-space:nowrap; margin:0px; margin-right:5px; background-image:url('../../Image/User/Button/green_button.gif'); border:1px solid #4c7329}
a.lgreenbtn:hover{font:bold 14px/29px Verdana,Arial,Helvetica,sans-serif; color:#fff !important; text-decoration:none; white-space:nowrap; background-image:url('../../Image/User/Button/green_button_hover.gif')}
a.lgreenbtn:active{font:bold 14px/29px Verdana,Arial,Helvetica,sans-serif; color:#fff !important; text-decoration:none; white-space:nowrap}

a.bluebtn:link, a.bluebtn:visited{font:bold 10px/25px Verdana,Arial,Helvetica,sans-serif; color:#fff !important; text-decoration:none; padding:4px 10px; white-space:nowrap; margin:0px; margin-right:5px; background-image:url('../../Image/User/Button/blue_button.gif'); border:1px solid #369}
a.bluebtn:hover{font:bold 10px/25px Verdana,Arial,Helvetica,sans-serif; color:#fff !important; text-decoration:none; white-space:nowrap; background-image:url('../../Image/User/Button/blue_button_hover.gif')}
a.bluebtn:active{font:bold 10px/25px Verdana,Arial,Helvetica,sans-serif; color:#fff !important; text-decoration:none; white-space:nowrap}

a.yellowbtn:link, a.yellowbtn:visited{font:bold 10px/25px Verdana,Arial,Helvetica,sans-serif; color:#000 !important; text-decoration:none; padding:4px 10px; white-space:nowrap; margin:0px; margin-right:5px; background-image:url('../../Image/User/Button/yellow_button.gif'); border:1px solid #73670a}
a.yellowbtn:hover{font:bold 10px/25px Verdana,Arial,Helvetica,sans-serif; color:#000 !important; text-decoration:none; white-space:nowrap; background-image:url('../../Image/User/Button/yellow_button_hover.gif')}
a.yellowbtn:active{font:bold 10px/25px Verdana,Arial,Helvetica,sans-serif; color:#000 !important; text-decoration:none; white-space:nowrap}


a.searchbtn:link{float:left; width:42px; height:36px; background:url('../../Image/btn_top_search.png') no-repeat 0 0;}
a.searchbtn:hover{float:left; width:42px; height:36px; background:url('../../Image/btn_top_search.png') no-repeat 0 0;}

a.loginbtn:link{float:left; width:64px; height:31px; background:url('../../Image/btn_top_login.png') no-repeat 0 0;}
a.loginbtn:hover{float:left; width:64px; height:31px; background:url('../../Image/btn_top_login.png') no-repeat 0 0;}


/* -------------------- */
/* Non-Framework */
/* -------------------- */

#siteTop {float:left;width:944px;height:14px; background:#c7c6c6 url(../../Image/bkg_siteTop.jpg) no-repeat;}
#siteMid {float:left; width:916px; padding:0 14px;background:#fff url(../../Image/bkg_siteShadow.jpg) repeat-y;} 


/* ~~~~~~~~~~~~~~~~~~~~~ */
/* Uses a special type of border method for columns - The width and color of the rail */
#homeHold{
    background:transparent url(../../Image/bkg_homeHold_back.jpg) repeat-y;
    float:left;
	width:916px;
}
#homeHold #homeSide{
	background:transparent url(../../Image/bkg_sidebar.jpg) no-repeat;
	width:260px;
 
	float:left;
}
#homeHold #homeMain{
	/* background-color:#fff;*/
	width:620px; /* width:656px  620;*/
	float:left;
	padding: 22px 17px 20px 19px;    
}
/* ~~~~~~~~~~~~~~~~~~~~~ */


#homeSide .searchInput {float:left;width:164px;height:36px;background:transparent url(../../Image/bkg_mainSearch.png) no-repeat 0 0;}
#homeSide .searchButton {float:left;width:42px;height:36px;}
#homeSide .searchInput input {border:0;font-size:14px; text-transform:lowercase;margin-top:5px; margin-left:8px; }

#homeSide .loginInput {float:left;width:206px;height:36px;background:transparent url(../../Image/bkg_mainLogin.png) no-repeat 0 0;margin-bottom:8px;}
#homeSide .loginInput input {border:0;font-size:14px; text-transform:lowercase;margin-top:5px; margin-left:8px; }

#homeSide a.loginLinks {color:#358766;font:normal 10px/10px tahoma,Arial,Helvetica,sans-serif;}

#homeSide h1 {font:bold 12px/12px tahoma,Arial,Helvetica,sans-serif; color:#484848; margin-bottom:0.5em}
#homeSide .sidebar {width:206px; padding:0 27px;} /*width:260px;*/

#homeSide .quickLinks ul{list-style-type:disc; color:#00a261;}
#homeSide .quickLinks li{text-align:left; color:#00a261;}
#homeSide .quickLinks  a{color:#00a261; text-decoration:none;}
#homeSide .quickLinks  a:hover{color:#00a261; text-decoration:underline;}


#homeMain .nav {width:620px;height:27px;margin-bottom:18px;} /* {width:620px;height:27px;margin-bottom:18px;} */
#homeMain .flash {width:620px;height:243px;margin-bottom:22px;}
#homeMain .desc {width:620px;margin-bottom:22px; }
#homeMain .desc h1{font: 16px/24px tahoma,Arial,Helvetica,sans-serif; color:#484848; margin-bottom:0.5em}
#homeMain .news {float:left;width:285px;}
#homeMain .news .fullDate{font-weight:bold;text-transform:uppercase;font-size:12px;}
#homeMain .featured {float:left;width:285px;margin-left:38px;}
#homeMain .featured .fullName{font-weight:bold;font-size:12px;}
#homeMain .boxHold {width:275px; padding:15px 5px 10px 5px ; }



#siteBottom {float:left;width:944px;  height:14px;  background:#c7c6c6 url(../../Image/bkg_siteBottom.jpg) no-repeat;}
#siteBottom .footer {float:left; width:916px; padding:0 14px; color:#292f36;} 
#siteBottom .footerNav {float:left; width:800px; } /*width:640px;*/
#siteBottom .stayConnected {float:left; text-align:right; width:260px; padding:0 16px 0 0;} /*width:276px;*/


.exam-step {
	background: #D5E4F7;
	border: 1px solid #e5e5e5;
	color: #747474;
	padding: 10px;
}

.step {
	color: #747474;
}

.step_selected {
	color: #000;
	font-weight: bold;
	text-transform: uppercase;
} 