/* My stuff */
body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	line-height: 1.166;
	margin: 0;
	padding: 0;
	font-size: 100%;
	/*background-color: #E8E8E8;*/
	background: #E8E8E8 url(../img/design/bg/bg1.jpg) repeat-x top;
}

a:link, a:visited{
	color: #005FA9;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}
h1{
	color: #660000;
	margin: 5px;
	padding: 3px;
}

h2{
	color: #006699;
	margin: 4px;
	padding: 3px;
}

h3{
	color: #334d55;
	margin: 3px;
	padding: 2px;
}

h4{
	color: #333333;
	margin: 2px;
	padding: 1px;
}

h5{
	color: #334d55;
	margin: 1px;
	padding: 1px;
}

/* Top LINKs*/
#loginLinkBar{
	position: relative;
	margin: 0px;
	padding: 0px;
}
#loginLinkBar UL{
	list-style: none;
	margin: 0;
	padding: 0;
}
#login_links{
	/*position: absolute;*/
	/*float: right;*/
	right: 5px;
	/*text-align: right;*/
	padding-right: 7px;
	/*font-size: 75%;*/
}
#login_links A{
	color: #FFFFFF;
	text-decoration: none;
}
#login_links A:HOVER{
	color: #FFCC00;
	text-decoration: underline;
}
/* End of Top Links*/

/* Pannel */
#pannel{
	height: 82px;
	/*border: 1px #FF0000 solid;*/
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #ddddc9 url(../img/design/bg/pannel_bg.gif) repeat-x left top;
	margin: 1px auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 0px;
}
#pannel_left_corner{
	float: left;
	width: 159px;
	height: 82px;
	position: relative;
	top: 0px;
	left: 0px;
	background-color: #ddddc9;
}
#pannel_logo{
	float: left;
	position: relative;
	top: 0px;
	left: 20px;
	width: 312px;
	height: 30px;
	padding: 10px 0px 0px 30px;
	margin: 5px 0px 0px 0px;
	background: url(../img/design/title.gif) no-repeat left top;
}
#pannel_logo p{
	position: relative;
	margin: 0 0 0 -30px;
	padding-top: 30px;
	font-size: 10px;
	color: #EBEBEB;
}
#top_search{
	float: left;
	left: 220px;
	top: 9px;
	position: relative;
	font-size: 70%;
}
#top_search TABLE{
	margin: 0px;
	padding: 0px;
}
#top_search TD{
	margin: 0px;
	padding: 0px;
}
#top_button{
	background-color: #ddddc9;
	height: 20px;
	font-size: 70%;
}
#top_search FORM{
	margin: 0px;
	padding: 0px;
}
#top_search INPUT{
	font-size: 90%;
}
#pannel_right_corner{
	float: right;
	width: 12px;
	height: 82px;
	position: relative;
	top: 0px;
	background-color: #ddddc9;
}
/* End of Pannel */

/* HEADER */

#header{
	/*height: 82px;*/
	/*border: 1px #FF0000 solid;*/
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	/*background: #FFFFFF url(../img/design/bg/pannel_bg.gif) repeat-x left top;*/
	margin: 5px auto 1px auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	border: 1px #CCCCCC solid;
}
#utility{
	height: 25px;
	width: 900px;
	margin: 1px auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: right; /* this overrides the text-align: center on the body element. */
	padding: 0 5px;
	z-index: 1;
	/*position: absolute;*/
	font-size: 70%;
}
#utility UL{
	list-style: none;
	margin: 0;
	padding: 0;
}
#utility a{
	/*color: #666666;*/
	text-decoration: none;
	padding: 0px 2px 3px 10px;
	/*margin-right: 3px;*/
}

#utility a:hover{
	/*color: #FF6600;*/
}
#siteName{
	margin: 0px;
	padding: 3px;
	color: #000000;
	height: auto;
	background-color: #FFFFFF;
	font-size: 70%;
	/*background: url(../img/design/mount_range.gif) repeat-x left top;*/
}
#siteName H1{
	font-size: 160%;
	font-weight: bold;
	color: #660000;
	/*background: #FFFFFF url(../img/design/logo.gif) no-repeat left;*/
	width: 500px;
	height: 50px;
	margin: 0px;
	padding: 0px;
}
#siteName H2{
	font-size: 110%;
	margin: 1px 0px 1px 5px;
	padding: 1px;
	color: #333333;
}
#siteName P{
	color: #003333;
	margin: 1px 5px 3px 5px;
	padding: 1px;
}
#siteName A{
	color: #666666;
}
#siteName A:HOVER{
	color: #0000FF;
	text-decoration: none;
}
#globalNav{
	position: relative;
	min-width: 640px;
	/*height: 32px;*/
	color: #cccccc;
	padding: 5px 0 3px 2px;
	margin: 0px;
	background: #FFFFFF url(../img/design/bg/global_nav_bg.gif) repeat-x top;
	z-index: 1;
	/*border: 1px #FF0000 solid;*/
}

#globalNav img{
	margin-bottom: -4px;
 
}

#contextLinks{                        /* Links at the top right side of main area*/
	float: right;
	font-size: 80%;
	color: #AAAAAA;
	padding: 3px 10px;
	margin: 0px;
}

#contextLinks a{
	color: #AAAAAA;
}

#contextLinks a:hover{
	color: #005FA9;
	text-decoration: underline;
}

#pageName{
	float: left;
	padding: 1px 10px;
	margin: 0px;
	font-size: 90%;
	font-weight: bold;
	color: #660000;
}
#pageTitle{
	position: relative;
	width: 95%;
	font-size: 90%;
}
#pageTitle H1{
	position: relative;
	font-size: 110%;
	margin: 0 0 3px 5px;
	padding: 5px 0px 5px 5px;
	color: #666666;
	border-bottom: 1px #CCCCCC double;
}
#quickNavigation {
	font-size: 70%;
	margin: 0;
	padding: 0;
	text-align: right;
}
#quickNavigation A{
	color: #006699;
	text-decoration: none;
}
#quickNavigation A:HOVER{
	color: #0000FF;
	text-decoration: underline;
}

/*END OF HEADER */

/* MAIN AREA */

#pagecellContainer{
	width: 900px;
	margin: 5px auto;
	/*border: 1px #999999 solid*/;
	/*background-color: #D5E0E3;*/
	/*background-color: #ddddc9*/;
	padding: 0 5px 15px 5px;
}

#pagecell1{
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #ffffff url(../img/design/bg/pagecell_bg.gif) repeat-x top;
	margin: 1px auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	border: 1px #CCCCCC solid;
}

#pagecellShop{
	border: 1px #CCCCCC solid;
	background-color: #CCCCCC;
}
/* END OF MAIN AREA */


/* left area */
#pageNav{
	clear: left;
	float: left;
	width:160px;
	padding: 0px;
	background-color: #F5f7f7;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	font: small Verdana,sans-serif;
}
#pageNav H3{
	font-size: 100%;
}

#navBar{
	position: absolute;
	top: 6px;
	height: 20px;
	min-width: 640px;
	padding: 0px;
	margin: 0px;
	left: 10px;
	z-index: 100;
}
/* end of left area */

/* Main Area */

/* End of Main Area */

/* End of my stuff */
/***********************************************/


/***********************************************/
/* Layout Divs                                 */
/***********************************************/


#content{
	padding: 0px 10px 0px 0px;
	margin: 0px 0px 0px 160px;
	border-left: 1px solid #ccd2d2;
}

#eShop{
	padding: 0px 2px 0px 0px;
	margin: 0px 2px 0px 2px;
	/*border: 1px solid #ccd2d2;*/
}
#eSopFrame{
	min-height: 1300px;
	height: 1300px;
}


/************* globalNav styles ****************/

a.glink, a.glink:visited{
  	font-size: small;
  	color: #000000;
	font-weight: bold;
	margin: 0px;
	padding: 2px 5px 4px 5px;
	border-right: 1px solid #8FB8BC;
}

a.glink:hover{
  	background-image: url(../img/design/glblnav_selected.gif);
	text-decoration: none;
}

/*************** search styles *****************/

#search{
	position: absolute;
	top: 5px;
	right: 10px;
	z-index: 101;
}

#search input{
  font-size: 70%;
  margin: 0px  0px 0px 10px;
 }
 
#search a:link, #search a:visited {
	font-size: 80%;
	font-weight: bold;
	
}

#search a:hover{
	margin: 0px;
}



/************** feature styles *****************/
.feature{
	padding: 7px 0px 10px 10px;
	font-size: 75%;
	text-align: justify;
}
html>body .feature {height: auto;}

.feature h2{
	font-size: 120%;
	font-weight: bold;
	color: #006699;
	padding: 20px 0px 5px 0px;
}
.feature h3{
	font-size: 110%;
	font-weight: bold;
	color: #006699;
	padding: 15px 0px 5px 0px;
}

.feature h4{
	font-size: 100%;
	font-weight: bold;
	color: #006699;
	padding: 5px 0px 3px 0px;
}

.feature img{
	float: left;
	padding: 0px 10px 0px 0px;
}
.feature p{
	padding: 2px 2px 5px 2px;
}


.eShopFeature{
	padding: 7px 0px 10px 2px;
	font-size: 75%;
	text-align: justify;
	border: 1px #333333 solid;
}
html>body .feature {height: auto;}

.eShopFeature h2{
	font-size: 120%;
	font-weight: bold;
	color: #006699;
	padding: 20px 0px 5px 0px;
}
.eShopFeature h3{
	font-size: 110%;
	font-weight: bold;
	color: #006699;
	padding: 15px 0px 5px 0px;
}

.eShopFeature h4{
	font-size: 100%;
	font-weight: bold;
	color: #006699;
	padding: 5px 0px 3px 0px;
}

.eShopFeature img{
	float: left;
	padding: 0px 10px 0px 0px;
}
/*.eShopFeature p{
	padding: 2px 2px 5px 2px;
}*/


.featurebox{
	width: 404px;
	background: url(../img/design/box_feature_bottom.gif) no-repeat bottom left;
	margin-right: 5px;
}
.featurebox h3{
	background: url(../img/design/box_feature_top.gif) no-repeat top left;
	margin: 0px;
	padding: 6px 8px 4px 10px;
	font-size: 120%;
	border-bottom: 1px solid #663300;
}
.featurebox h4{
	font-size: 100%;
	padding: 5px;
	color: #333333;
}
.featurebox ul{
	margin: 0px;
	padding: 10px 10px 14px 10px;
	list-style: none;
}
.featurebox ul li{
	margin: 0 0 6px;
	padding: 0px;
}
.featurebox p{
	font-size:  80%;
	margin: 5px;
	padding: 5px;
}


/*************** story styles ******************/

.story {
	padding: 10px 0px 0px 10px;
	font-size: 80%;
}

.story h3{
	font: bold 125% Arial,sans-serif;
	color: #000000;
}
.story h4{
	font: bold 110% Arial,sans-serif;
	color: #000000;
}

.story p {
	padding: 0px 0px 10px 0px;
}

.story a.capsule{
	font: bold 1em Arial,sans-serif;
	color: #005FA9;
	display:block;
	padding-bottom: 5px;
}

.story a.capsule:hover{
	text-decoration: underline;
}

td.storyLeft{
	padding-right: 12px;
}

/************** siteInfo styles ****************/

#siteInfo{
	clear: both;
	border-top: 1px solid #cccccc;
	font-size: small;
	color: #cccccc;
	padding: 10px 10px 10px 10px;
	margin-top: 0px;
}

#siteInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}


/************ sectionLinks styles **************/

#sectionLinks{
	margin: 0px;
	padding: 0px;

}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
	border-bottom: 1px solid #cccccc;
}

#sectionLinks a:link, #sectionLinks a:visited {
	display: block;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #cccccc;
	background-image: url(../img/design/bg_nav.jpg);
	font-weight: bold;
	padding: 3px 0px 3px 10px;
	color: #21536A;
}

#sectionLinks a:hover{
	border-top: 1px solid #cccccc;
	background-color: #DDEEFF;
	background-image: none;
	font-weight: bold;
	text-decoration: none;
}


/************* relatedLinks styles **************/

.relatedLinks{
	margin: 0px;
	padding: 0px 0px 10px 10px;
	border-bottom: 1px solid #cccccc;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}

.relatedLinks a{
	display: block; 
}


/**************** advert styles *****************/

#advert{
	padding: 7px;
	margin: 0px;
}

#advert img{
	/*display: block;*/
}

/********************* end **********************/

/* Misc Styles */

.adminEditButton{
	margin: 3px 0 0 0;
	padding: 1px;
	text-align: right;
}
.urlMessage{
	width: auto;
	background-color: #E8F4FF;
	border: 1px #006600 solid;
	margin: 5px;
	padding: 4px;
	font-family: "Times New Roman", Times, serif;
	font-size: 80%;
	color: #003300;
}
.normal_text{
	font-size: 85%;
	margin: 5px;
	padding: 5px;
	text-align: justify;
}
.text_red_small{
	font-size: 85%;
	color: #FF0000;
}
.text_red_middle{
	font-size: 95%;
	color: #FF0000;
}
.text_brown_small{
	font-size: 85%;
	color: #660000;
}
.text_brown_middle{
	font-size: 95%;
	color: #660000;
}
.text_red{
	color: #FF0000;
}
.text_brown{
	color: #660000;
}
/* calendar widget forrmating*/
#calendarDiv{
	padding: 1px;
	font-size: 100%;
}
#calendarDiv A{
	font-size: 110%;
}
/*#calendarDiv A:VISITED{
	color: #FF0000;
}*/

/* Advertsement DIVs */
#footerBanners{
	width: 890px;
	margin: 10px auto;
	padding: 5px;
}
/* End Advertsement DIVs */