/*
-----------------------------------------------
Grey Box Method - Layout Staff CSS
----------------------------------------------- */

body {
	background:		url(../img/bodyBG.gif) repeat-y center #eee;
	color:			#333;
	font-size:		0.75em;
	line-height:	1.8em;
	letter-spacing:	1px;
}

/* safari only */
@media screen and (-webkit-min-device-pixel-ratio:0) {
	body {
		letter-spacing:	0px;
	}
}

body {
	_letter-spacing:	1px;
}


/* anchors
----------------------------------------------- */
a:link  {
	color :             #006699;
	text-decoration:	none;
}

a:visited {
	color :             #006699;
	text-decoration:	none;
}

a:hover {
	color : 			#006699;
	text-decoration:	underline;
}

a:active {
	color :             #006699;
	text-decoration:	none;
}



/* 960 grid system container background
----------------------------------------------- */
.container_12,
.container_16 {
	background:        #fff;
}


/* headings
----------------------------------------------- */
h1 {padding:0px; margin:0px;} 

h2, h3, h4, h5, h6 {line-height:1.2em; margin-bottom:.3em;}

h2 {margin-top:1em;}

h5 {font-size:1.2em;}

h6 {font-size:1em;}


h1 a {
	font-weight:normal;
}


/* branding
----------------------------------------------- */
h1#branding {
	margin-left:   35px;
	margin-bottom: 0;
}


/* page heading
----------------------------------------------- */
h2#page-heading {
	font-weight:    normal;
	padding:        .5em;
	margin:         0 0 10px 0;
	border-bottom:  1px solid #ccc;
}


/* boxes
----------------------------------------------- */
.topMenubox {
	margin-bottom:20px;
}

.topMenubox h2 {
	font-size:      1em;
	font-weight:    normal;
	color:          #fff;
	background:     #fff;
	margin:         -24px -10px 0 -10px;
	padding:        0px 12px;
}

.box {
	background:		#fff;
	padding:	    10px 10px 0px 10px;
	_padding-left:	8px;
}

.box h1 {
	font-size:      1.2em;
	font-weight:    normal;
	color:          #fff;
	margin:         -10px -10px 0 -10px;
	padding:        6px 12px;
}

.box h2 {
	font-size:      1em;
	font-weight:    normal;
	color:          #fff;
	margin:         -10px -10px 0 -10px;
	padding:        6px 10px;
}

.box h2 a,
.box h2 a.visible,
.box h2 a:hover,
.box h2 a:link,
.box h2 a:visited,
.box h2 a:active {
	color:          #fff;
}

.block {
	padding-top:	 10px;
}

div.menu {
	padding:         0;
}

div.menu h2 {
	margin:          0;
	background-color:#6699cc;
}

div.menu .block {
	padding-top:     0;
}


/* top page layout
----------------------------------------------- */
.topSWFBox {
	background:		#fff;
	margin-bottom:	20px;
}

.topNews {
  text-align:       center;
  margin-top:       -15px;
}


/* paragraphs, quotes and lists
----------------------------------------------- */
p {
	margin-bottom:  1em;
}

blockquote {
	font-family:    Georgia, 'Times New Roman', serif;
	font-size:      1.2em;
	padding-left:   1em;
	border-left:    4px solid #ccc;
}

blockquote cite {
	font-size:      .1.2em;
}

ul, ol {
	padding-top:    0;
}


/* menus
----------------------------------------------- */
ul.menu {
	list-style:    none;
	border-top:    1px solid #fff;
}

ul.menu li {
	margin:        		0px;
}

ul.menu li a {
	display:       	block;
	padding:       	4px 10px;
	border-bottom:	1px solid #fff;
	background:   	#ddd;
	zoom:           1;
}

ul.menu li a:hover {
	background:    #ccc;
}

ul.menu li a:active {
	background:    #ccc;
}

ul.menu li p {
	padding:0px 0px 0px 18px;
	margin:0px;
	background-image:	url(../img/ico_ya_sc_gr.gif);
	background-repeat:	no-repeat;
	background-position:left;
}

ul.menu li.blueBG a {
	display:       	block;
	padding:       	4px 10px;
	border-bottom:	1px solid #fff;
	background:   	#b6cbe3;
	zoom:           1;
}

ul.menu li.blueBG a:hover {
	background:    #95b0ce;
}


/* submenus
----------------------------------------------- */
ul.menu ul {
	list-style:   none;
	margin:       0;
}

ul.menu ul li a {
	padding-left:    30px;
	display:         block;
	text-decoration: none;
    zoom:            1;
}


/* section menus
----------------------------------------------- */
ul.section {
	border-top:      0;
	margin-bottom:   0;
}

ul.section li a {
	background:      #f9b755;
	display:         block;
	text-decoration: none;
    zoom:            1;
}

ul.section li a:hover {
	background:      #f5d19a;
}

ul.section li a:active {
	background:      #f5d19a;
}

ul.section li li a {
	background:      #ddd;
	border-bottom:   1px solid #fff;
}

ul.section li li a:hover {
	background:      #ccc;
}

ul.section li li a:active {
	background:      #fff;
}

ul.section ul li {
	text-transform:  none;
}

ul.section ul.current li a {
	background:      #ddd;
	border-bottom:   1px solid #fff;
}

ul.section ul.current li a:hover {
	background:      #f5d19a;
}

ul.section ul.current li a:active {
	background:      #fff;
}

ul.section li a.current {
	color:           #fff;
	background:      #f9b755;
}

ul.section li a.current:hover {
	background:      #f5d19a;
}

ul.section li a.current:active {
	background:      #6699cc;
}

ul.section li a.active {
	background:      #fff;
	cursor:          default;
}

ul.section li.current > a.active,
ul.section li.current > a.active:hover {
	color:           #fff;
	background:      #f9b755;
	cursor:          default;
}

/* side menu anchors
----------------------------------------------- */
ul.menu a:link  {
	color :             #333;
}

ul.menu a:visited {
	color :             #333;
	text-decoration:	none;
}

ul.menu a:hover {
	color : 			#000;
	text-decoration:	none;
}

ul.menu a:active {
	color :             #333;
}


/* articles
----------------------------------------------- */
.articles {
	background-image:url(../img/trivia/contentsBG.gif);
	background-repeat:repeat-y;
	padding:            0px 35px;
}

.articles h1 {
	margin:             0px;
	background:         #538dc3;
}

.articles h1 {
	font-size:          1.3em;
	font-weight:        bold;
	color:              #6698c2;
	margin-bottom:      1em;
}

.articles h2 {
	margin:             0px;
	padding:            0px 0px 10px 0px;
	font-weight:        bold;
	font-size:          1.2em;
	color:              #538dc3;
	background:         #fff;
}

/* catch color */
.catchColor {
	color:		#d47c18;
	font-weight:bold;
}

/* page top */
.pageTop {
	width:			100%;
	text-align:		right;
	padding:		10px 0px;
}

/* image layout */
.imgLeft {
	float:			left;
	padding:		0px 20px 20px 0px;
}

.imgRight {
	float:			right;
	padding:		0px 0px 20px 20px;
}

/* profile Box */
#profileBox img {
	margin:	0px;
	padding:0px;
}

#profileBox {
	width:				628px;
	margin:				0px;
	padding:			0px;
}

#profileBox .photoLeft {
	float:			left;
	padding-right:	15px;
}

#profileBox .contents {
	padding:			10px 10px 0px 10px;
	background-color:	#eee;
}

#profileBox p {
	line-height:140%;
	margin:		0px;
}


/* site information
----------------------------------------------- */
#site_info .box {
	color:		#666;
	border:		solid 1px #b9b9b9;
	padding:	10px 10px 0px 10px;
}

#site_info a {
	color:		#6698c2;
}

#site_info a:hover {
	color:		#6699cc;
}


/* faq
----------------------------------------------- */
.new-q{
	background:		url(../img/recruit/new_faq_q.gif) no-repeat 6px 3px #5e80a9;
	color:			#ffffff;
	line-height:	12px;
	font-weight:	bold;
	padding:		6px 0 5px 30px;
	*+padding:		7px 0 5px 30px;
	margin:			0 0 5px 0;
}

.new-a{
	background:		url(../img/recruit/new_faq_a.gif) no-repeat 6px 2px;
	color:			#454545;
	padding:		0 0 0 30px;
}

