/***********************************************/
/* HTML tag styles                             */
/***********************************************/
html,body{
	text-align: center;
	font: 11px/1.5em Verdana;
	line-height: 1.166;	
	background-repeat: repeat;
	background-color: #002649;
}

/******* hyperlink and anchor tag styles *******/

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

a:hover{
	text-decoration: underline;
	
}

/************** header tag styles **************/

h1{
 font: bold 150% Arial,sans-serif;
 text-decoration: underline;
 margin: 0 0 0 0;
 padding: 0 0 0 0;
 line-height:normal;
}

h3{
 font: bold 130% Arial,sans-serif;
 color: #334d55;
 margin: 0px 0 2px;
 padding: 0px;
 
}


h4{
 font: Arial,sans-serif;
 color: #002649;
 margin: 13px;
 padding: 0px;
 font-size: 25px;
 line-height: 20px;
}

h5{
 font: 100% Arial,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

.highlight{
	margin: 2px 15px 2px 5px;
}

strong{
	font-size: 14px;
	text-decoration:underline;
	padding: 5px 0 0 5px;
}

.indent {
	margin-left: 25px;
}

.welcome {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:18px;
	margin: 0 5px; 
}

/***********************************************/
/* Layout Divs                                 */
/*******************************#01214****************/

#pagecell1{
	text-align: left;
	position: relative;
	top: 20px;
    margin: 0 auto;
	left: 1%;
	right: 1%;
	width: 975px;
	background-color: #FFFFFF;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #ccc;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #ccc;
	border-right-width: 5px;
	border-right-style: solid;
	border-right-color: #ccc;
   /* border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #fff; */
	
}

#pagecell2{
	text-align: center;
	position: relative;
	top: 20px;
	margin: 0 auto;
	left: 1%;
	right: 1%;
	width: 975px;
	background-color: #ffffff;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #ccc;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #ccc;
	border-right-width: 5px;
	border-right-style: solid;
	border-right-color: #ccc;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #ccc;
   /* border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #fff; */
}

#content{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	clear: both;
	color: #002649;
}

#actions{
  text-align: center;
	position: relative;
	margin: 0 auto;
	top: 7px;
	left: 1%;
	right: 1%;
	width: 975px; 
}

#topbar{
    float: left;
    background: #fff;
    padding: 5px 5px 5px 5px;
}

#lefttopbar{
	float: left;
	position: relative;
}

#middletopbar{
    position: absolute;
    left: 450px;
    color: #AFBAB2;
    }
#middletopbar2{
    position: relative;
    left: 0px;
    color: #AFBAB2;
    }
#animatedbanner{
 background: #CCCCCC;
 border-bottom: 1px solid #000;
 padding: 0 0 10px;
}

#misc{
	width: 210px;
	float: right;
	/* position: absolute;
 top: 163px;
 left: 680px; */  
 border-left: 0px solid #000;
	padding: 0;
	text-align: center;
	background-color: #01214F;
}

#misc p {
	margin: 0px 0px 0px 0px;
	background: #000000;
}

#store{
  background: #ccc;
  background-image: url(store_back.jpg);
  float: right;
  /* position: absolute;
  top: 561px;
  left: 117px; */
  width: 253px;
  border-top: 1px solid #000;
  overflow: hidden;
  padding-bottom: 7px;
}


.storetitle{
	font: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: large;
	color: #000000; 
	margin: 0 7px 0 7px;
	padding-top: 5px;
	line-height: 1em;
}


.storedetail{
	font: Verdana, Arial, Helvetica, sans-serif;
    font-size: small;
	font-weight: bold;
	text-align: right;
	color: #000; 
	margin: 0px 15px 0 10px;
	line-height: 1em;
}

#email{
	margin-top: 10px;
	padding: 25px 20px 26px 10px;
	background-color:#01214f;
	
}

.email{
	font-size:12px;
	font-weight:bold;
	vertical-align: 45%;
	color:#FFFFFF;
}

.email a{
	color: #FFFFFF;
	text-decoration: underline;
}

#email2{
  Height: 225px;
  *Height: 250px;
	margin-top: 0px;
	padding: 10px 50px 20px 44px;
	border-left-width: -10px;
	*border-left-width: 0px;
	margin-left: 0px;
	background-color:#ccc;
		
}

.email2{
	font-size:10px;
	font-weight:bold;
	padding-left: 2px;
	color:#999;
}

.email2 a{
	color: #006699;
}

/***********************************************/
/* Component Divs                              */
/***********************************************/
#siteName{
	margin: 0px;
	padding: 16px 0px 8px 0px;
	color: #ffffff;
	font-weight: normal;
}

/************** pageName styles ****************/

#pageName{
	background-color: #01214F;
	padding: 0px 0px 0px 0px;
	margin: 0px;
}

#pageName h2{
	font: bold 175% Arial,sans-serif;
	color: #000000;
	margin:0px;
	padding: 0px;
}

#pageName img{
	/*position: absolute;*/
	top: 0px;
	right: 6px;
	padding: 0px;
	margin: 0px;
}

#buttons{
 	float: left;
 	position: absolute;
 	top: 564px;
 	left: 736px;
}

/************** feature styles *****************/

.feature{
	padding: 0px 0px 10px 10px;
	font-size: 80%;
	min-height: 200px;
	height: 200px;
	margin-bottom: 30px;
}
html>body .feature {height: auto;}

.feature h3{
	font: bold 175% Arial,sans-serif;
	color: #000000;
	padding: 30px 0px 5px 0px;
}

.feature img{
	float: none;
	padding: 0px 10px 0px 0px;
}


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

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

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

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 #000;
	font-size: small;
	color:#999999;
	background-color: #ccc;
	padding: 10px 0px 10px 0px;
	margin: auto;
	left: 2%;
	right: 2%;
	width: 975px;
}

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

#storepics{
	position: absolute;
	top: 250px;
	left: 720px;
}

#storepicsleft{
	position: absolute;
	top: 250px;
	left: 55px;
}
/********************* end **********************/

#categories{
	background: #FFFFFF;
	padding: 0px 0px 0px 0px;
	text-align: right;
	text-align: justify;
}

.selectedcat{
 	font-weight: bold;
	    display: block;
        background: #fff;
        padding: 0px 0px 0px 0px;
        font-size: 14px;
        border-bottom: 1px solid #999;       
}

a.selectedcat:hover{
	background-color: #ccc;
}

.blend a{
	background-color: #333; 
}

a.blend:hover{
	background-color: #ccc;
}

.blend {
	color: #ccc;
  display: block;
  padding: 1px 0px 1px 0px;
  margin-left: 1px;
  *margin-left: 1px;
  border-bottom: 1px solid #ccc;
}

#bottomtext
 {
	width: 700px;
	margin-left: 270px;
	*margin-left: 250px;
	font-size : 10px;
  color: #01214f;
  text-align: center;
	*text-align: center;
}
