
body {
	margin: 0;
	font: 12px  Arial, Helvetica, sans-serif;
	line-height: 20px;
	background:  #6a6a6a url(bg.jpg) repeat-y center !important;
	text-shadow: 1px 2px 2px #ddd;
}

#main {
	width: 960px;
	margin: auto;
	
	margin-top: 0px;
/*	background: #fff;
	background: url(bg.jpg) repeat-y center;

	border-radius: 20px;
	-moz-border-radius: 20px;
	
    -webkit-box-shadow:	0px 0px 45px 10px #000;
    -moz-box-shadow:	0px 0px 45px 10px #000;
    box-shadow:			0px 0px 45px 10px #000;
	color: #3b454c;
*/}


#content {
	padding: 20px;
	padding-top: 5px;
	padding-bottom: 0px;
	height: 415px;
}

#content-sub {
	float:left;
	background:#f4f4f4;
}

#content h1 {
	font-size: 16px;
	line-height: 24px;
	color:#007da1;
}

#content-sub h1 {
	font-size: 16px;
	line-height: 24px;
	color:#3b454c;
}

#content-sub h2 {
	font-size: 15px;
	line-height: 24px;
	color:#007da1;	
}

#content-left {
	float:left;
	width:610px;
	height: 475px;
}

#content-left-sub {
	float:left;
	width:710px;
	border-right: 1px solid #e1e1e1;
	background:#FFF;
}

#left-include {
	margin: 30px;
}

#content-right {
	float:right;
	margin-left:20px;
	width:280px;
	height:300px;
}

#content-right-sub {
	float:right;
	margin:20px;
	margin-top: 30px;
	width:208px;
	margin-bottom: 0px;
}


#head {
	height:75px;
	width: 100%;
}

#head h1 {
	font-size: 24px;
	line-height: 38px;
/*	color:#7db2b3;
*/	color:#3b454c;
}

#head-left {
	float:left;
	width:475px;
}

#head-right {
	float:right;
	width:200px;
	color:#C00;
	margin-right: 20px;
}

#logo {
	padding:10px;
	margin:0;
}

img {
	border: 0px;
}

.highlight {
	font-weight:bold;
	font-size: 14px;
	color:#007da1;
}

.pwin{
	margin-top: 20px;
}

.red {
	color: #f00;
}

#mod-box1 {	
    background:#f3f0fa;
	border: 1px solid #999;
	padding:10px;
	margin-top: 3px;
	margin-left: 3px;
	-moz-border-radius: 10px; /*radius of 10px*/
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
    -webkit-box-shadow: 0px 1px 5px 0px #4a4a4a;
    -moz-box-shadow: 0px 1px 5px 0px #4a4a4a;
    box-shadow: 0px 1px 5px 0px #4a4a4a;
}


/* --- Links --- */

a {
	color: #3b454c;
	text-decoration: none;
}

a:hover {
	color:#7db2b3;
}

/*----- Navigation -----*/

#menu {
	height:40px;
	width:960px;
	margin: 0 auto;
	font-variant:small-caps;
	font-size: 14px; 
	background:url(../images/bg-navigation.png) top repeat-x #333;
	overflow:hidden;
}

#menu ul {
	padding-left: 0;
	margin: 0;
	float: left;
}

#menu ul li { 
	display: inline;
}

#menu ul li a {
	height:25px;
	padding: 0em 3.6em;
	padding-top:10px;
	padding-bottom:0;
	color: #fff;
	text-decoration: none;
	text-shadow: 1px 2px 3px #ccc;
	float: left;
}

#menu ul li a:hover {
	color:#c2dadb;
}


#slider-box {
	margin-top: 50px;
	margin-bottom: 50px;
	width: 960px;
	height: 692px;
	
	overflow:hidden;
/*	
    -webkit-box-shadow:	0px 0px 10px 10px #000;
    -moz-box-shadow:	0px 0px 10px 10px #000;
    box-shadow:			0px 0px 10px 1px #000;
*/}


.box-shadow2 {
    -webkit-box-shadow:	0px 0px 15px 3px #000;
    -moz-box-shadow:	0px 0px 15px 3px #000;
    box-shadow:			0px 0px 15px 3px #000;
}

.shadow{
	border: 1px solid #CCC;
    -webkit-box-shadow:	0px 0px 10px 10px #000;
    -moz-box-shadow:	0px 0px 10px 10px #000;
    box-shadow:			0px 0px 10px 1px #000;
}

/*---- Sub Pages banner ---- */

#sub-banner {
	height: 200px;
	overflow:hidden;

}

#title-sub {
	margin-top:165px;
	margin-left:20px;
	height:35px;
	
	font-size:22px;
	font-weight:bold;
	color:#FFF;	 
	
	text-shadow: 1px 2px 2px #000;

}

#title-sub h1 {
	padding:0px;
	margin: 0px;
	
	font-size:22px;
	font-weight:bold;
	color:#FFF;	 
	
	text-shadow: 1px 2px 2px #000;
}

/*---- Weeks ----*/
#week {
	font-size:16px;
	font-weight:bold;
	height: 20px;
	padding-left: 150px;
}

#div1 {
	cursor:hand;
	cursor:pointer;
}
#div1:hover {
/*	background:#f4f4f4;
*/}

#w1, #w2, #w3, #w4, #w5, #w6, #w7, #w8 {
	padding-left:150px;
}

/*---- Bottom Nav Bar -----*/

#col-pack {
	width:960px;
	padding-top: 5px;
	height: 100px;
	overflow:hidden;
}

#col-pack h2, #col-pack a {
	font-weight:normal;
	font-size: 12px;
	color:#000;
	margin-top: 5px;
	text-decoration: none;
 }

#col-pack img {
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	behavior:url(styles/PIE.htc);
}

.cols {
	float: left;
	width: 215px;
	padding-top: 0px;
	padding-bottom: 25px;
	margin-left: 33px;
	height: 100px;
	text-align:center;
}

.cols:hover {
/*	background:#FFC;
*/}

#col1 {
	margin-left: 0px;
}

/*----- Footer -----*/

#footer {
	width: 920px;
	background: #266cb0;
	height: 50px;
/*	margin-top: 5px;
*/	color:#999;
	font-size: 11px;
	
	padding: 20px;
	text-shadow: none;
	
	background:url(gradient.png) top repeat-x #C00;
/*	border: 1px solid #ddd;
	border-bottom-right-radius: 20px;
	border-bottom-left-radius: 20px;
	-moz-border-radius-bottomright: 20px;
	-moz-border-radius-bottomleft: 20px;
*/
	
/*	box-shadow: 0px -7px 20px -7px #333;
*/	
	overflow:hidden;
}

#footer p {
/*	padding-top: 20px;
*/}

#footer h2 {
	color:#FFF;
	font-weight:bold;
	font-size:12px;
	padding:0;
	margin:0;
}

#footer a {
	color:#FFF;
	text-decoration:none;
}


#footerL {
	float:left;
	margin-left: 40px;
	width: 180px;
}

#footerC {
	float:left;
	margin-top: 10px;
	width: 920px;
}

#footerR {
	float:right;
	margin-right: 10px;
	width: 170px;
}


/*----- Question headers -----*/
#q {
	cursor:hand;
	cursor:pointer;
	
	padding-top: 5px;
	padding-bottom: 5px;
	
	border-top: 1px solid #ccc;
}
#q:hover {
	background:#f3f3f3;
}

.switchcontent {
	padding-left: 10px;
}
