/* CSS Document */

/*-----Global Reset-----*/

html, body, h1, h2, h3, h4, h5, h6, p, blockquote, form, label, ul, ol, dl, fieldset, address{margin:0; padding:0;}

h1, h2, h3, h4, h5, h6, p, blockquote, form, label, ul, ol, dl, fieldset, address{
margin:0.5em 0;}

li, dd{margin-left:1em;}

fieldset{padding:0.5em;}

img {
	border: none;
}

.clear {
	clear: both;
}


/*-----BACKGROUND COLOR/FONT SIZE AND COLOR-----*/
body {
	background: #ffffff url(../images/topbg.jpg) top left repeat-x ;
	color : #333333;
	font-family : Arial,Tahoma, Helvetica, sans-serif;
	font-size:13px; /* more consistent font sizes */
	line-height:20px; /*helps readability*/
}

/*-----ALL NON PARAGRAPH TEXT COLORS-----*/

td, p {
	font-size:13px;
}



/*-----HEADINGS-----*/
h1, .componentheading{
	font-size:18px;
	font-weight:normal;
	line-height:24px;
	border-bottom:#daedf8 3px solid;
}
h2, .contentheading{
	font-size:17px;
	font-weight:bold;
	line-height:22px;
}
h3{
	font-size:16px;
	font-weight:bold;
	font-family:Helvetica, Arial, sans-serif;
	line-height:20px;
}
h4{
	font-size:14px;
	font-weight:bold;
	line-height:20px;
}
h5{
	font-size:14px;
	font-weight:normal;
	line-height:18px;
	}


/*-----LINK TEXT COLORS-----*/
a{
	text-decoration:underline;
	color:#1b79b6;
}
a:hover{
	color:#000000;
}
/*-----Lists-----*/
ul{
	list-style:none;
}

li{
	background:url(../images/arrow.png) no-repeat;
	background-position:0px 7px;
	padding:2px 0px 2px 10px;
}
/* tables */

table.contentpaneopen, table.contentpane{border-collapse:collapse;}
/*-----BLOCKQUOTE STYLE-----*/

blockquote {
 
}

/* MAIN MENU LINK COLOR */

a.mainlevel{
	display:block;
	font-size:15px;
	padding:3px 0px 3px 30px;
	background:url(../images/menu.jpg) no-repeat;
	background-position:6px 6px;
}

a.mainlevel:hover{

}

a#active_menu.mainlevel{

}

a.sublevel{
	display:block;
	font-size:15px;
	padding:3px 0px 3px 50px;
	background:url(../images/arrow.png) no-repeat;
	background-position:36px 8px;
}

a.sublevel:hover{
}

a#active_menu.sublevel{

}

a.mainlevel-nav{
}

a.mainlevel-nav:hover{
}

/* Left/Right Column (GLOBAL DEFAULT STYLE) */




/* LATEST NEWS/POPULAR MODULE LINK STYLES */

a.latestnews{
	
}

a.latestnews:hover{

}

a.mostread{

}

a.mostread:hover{

}

/* SECTION TABLE HEADER STYLE */

td.sectiontableheader {
 
}

/* ALTERNATING SECTION TABLE ROW 1 BACKGROUND/TEXT STYLES */

tr.sectiontableentry1 td {
 
}

/* ALTERNATING SECTION TABLE ROW 2 BACKGROUND/TEXT STYLES */

tr.sectiontableentry2 td {
 
}

/* SECTION TABLE LINK STYLES */

.sectiontableentry2 a, .sectiontableentry1 a, .sectiontableentry2 a.category, .sectiontableentry1 a.category {
 
}
.sectiontableentry2 a:hover, .sectiontableentry1 a:hover, .sectiontableentry2 a.category:hover, .sectiontableentry1 a.category:hover {
	 
}

/*layout*/



.wrapper{
	position:relative;
	margin: auto;
	padding: 0px;
	width: 926px;
	height: auto;
	text-align:left;
}
/*The header class controls the appearance and podiytion for the header.*/
#header{
	height : 130px;
	width : 100%;
	background-image : url(../images/headslice.jpg);
	background-repeat : repeat-x;
}

#headerleft{
	position:absolute;
	top:22px;
	left:0px;
	}

#logo{
	position:relative;
	height:80px;
	overflow:hidden;
	}

#logo h1{
	text-transform:uppercase;
	font-size:36px;
	font-family:"Myriad Pro", Arial, Helvetica, sans-serif;
	color:#000000;
	border:none;
	margin:8px 0 0 0;
	letter-spacing:-2px;
	}
	
#logo h1 a{
	color:#000000;
	text-decoration:none;}

#logo h1 a:hover{
	color:#1b79b6;
	}
	
#logo h3{
	color:#fff;
	font-size:24px;
	font-weight:normal;
	font-family:Helvetica, Arial, sans-serif;
	letter-spacing:-0.5px;
	}

/*The following controls the appearance of the crumb trail*/

.crumb a{
	color : #333333;
}
.crumb a:hover{
	color:#1b79b6;
	}
.crumb{
	float:left;
	background:url(../images/crumbbg_left.gif) top left no-repeat;
	padding-left:15px;
	margin-top:4px;
	font-weight:bold;
	font-size:13px;
	}
	
.crumb .bg{
	background:url(../images/crumbbg_right.gif) top right no-repeat;
	padding:2px 15px 2px 0px;
	}
	
#headerright{
	position:absolute;
	right:-15px;
	top:9px;
	background:url(../images/toprightbg.jpg) top left no-repeat;
	height:102px;
	width:315px;
	color:#fff;
	font-size:14px;
	}
	
#headerright h3{
	margin:5px 0 0 0px;
	font-size:16px;
	font-weight:bold;
	}
	
#headerright a{
	color:#ffe400;
	font-weight:bold;
	text-decoration:none;
	}

#headerright a:hover{
	text-decoration:underline;
	}
	
#headerright .box{
	padding:0px 30px;
	height:88px;
	overflow:hidden;
	}

#headerright td{
	margin:0; padding:0;
	color:#fff;}
	
#container{
	background:url(../images/gradient.png) top left repeat-x;
	padding-top:18px;
	}

#maincol{
	float:left;
	width:627px;
	}

#maincol, #rightcol{overflow:hidden;}

/*the sub-header appears directly below the header section*/


#subheader{
	position:relative;
	width:627px;
        height:255px;
	background:url(../images/subheader_r.png) top right no-repeat;
	}

#subheaderleft{
	float:left;
	width:369px;
	height:255px;
	overflow:hidden;
	}

#subheaderright{
	float:left;
	height:168px;
	width:258px;
	overflow:hidden;
	}
	
#subheaderright .box{
	padding:10px;
}
	
#subheader h3{
	color:#1b79b6;
	margin:0;
}

/*The content div is where all the store content will appear*/
#content {
  text-align:left;
  margin-top:20px;
}

/*The rightcol is for the right hand colum.*/

#rightcol{
	float:right;
	width:281px;
	}

/*controls the appearance of the search filed although this does not have to appear in the left hand column*/
#rightcol #search{
	width : 281px;
	background:url(../images/searchbg.png) bottom left no-repeat;
	padding-bottom:12px;
	margin-bottom:12px;
}
#rightcol #search form{
	text-align : left;
	margin-top : 3px;
	margin-left : 3px;
}

#rightcol #search .box{
	padding:10px 35px 0px 30px;
	background:url(../images/searchbg_t.png) top left no-repeat;
	}


#rightcol #br{
	background:url(../images/br_bottom.png) bottom left no-repeat;
	}

#rightcol #br .bg{
	background:url(../images/br_top.png) top left no-repeat;
	padding:10px 35px 20px 30px;
	}

#rightcol .moduletable{
	margin-bottom:16px;}
	
#rightcol ul {
    list-style-type: none;
	margin: 0;
	padding:0;
	text-align: left;
}

#rightcol h3{
	font-weight : bold;
	color:#595959;
	margin-top:0;
}

/*  footer  */

/*This class control the footer postiion*/
#footer{
	margin-top:20px;
	background:url(../images/footerbg.gif) top left repeat-x;
	text-align:center;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	bottom:0;
	padding:22px 0px;
}
#footer ul{
	margin:0;
	list-style:none;
	background-color:#e7ecef;	
}
#footer li{
	display : inline;
	padding:2px 8px;
	margin:0;
	border-right:#b3babe 1px solid;
	background:none;
}
#footer li.left{
	border-left:#b3babe 1px solid;;
	}
#footer a{
	color : #144d86;
	font-weight:bold;
	text-decoration:none;
}
#footer a:hover{
	text-decoration:underline;
	}