/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Arial,sans-serif;
	color: #333333;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
	background-color: #D9E5F4;
}

a{
	color: #ffffff;
	text-decoration: none;
	border-style:none;
}

a:link{
	color: #ffffff;
	text-decoration: none;
	border-style:none;
}

a:visited{
	color: #ffffff;
	text-decoration: none;
	border-style:none;
}

a:hover{
	color: #ffffff;
	text-decoration: underline;
	border-style:none;
}

h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 120%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h2{
 font-family: Arial,sans-serif;
 font-size: 114%;
 color: #006699;
 margin: 0px;
 padding: 0px;
 text-align:center;
}

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

h4{
 font-family: Arial,sans-serif;
 font-size: 100%;
 font-weight: normal;
 color: #333333;
 margin: 0px;
 padding: 0px;
}

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

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
 font-family: Arial,sans-serif;
 font-size: 100%;
 font-weight: bold;
 color: #334d55;
}


/***********************************************/
/* Layout Divs                                 */
/***********************************************/
.bodywrap {
  width : 770px;
  position : relative;
  left : 50%;
  margin-left : -385px;
}

#masthead{
	padding: 0px 0px 0px 0px;
	height: 182px;
	background-image:url(images/header_logo.jpg);
}

.buttons{
  position:relative;
  width: 148px;
  height: 25px;
  background-image:url(images/button_blank.jpg);
}
.buttons_more{
  float:right;
  position:relative;
  width: 100px;
  height: 25px;
  background-image:url(images/button_blank_more.jpg);
  text-align: center;
}

.buttons_text{
  font-family:Times New Roman, Verdana, Arial, Helvetica, sans-serif;
  font-size:14px;
  font-style: italic;
  font-weight:bold;
  padding-top: 5px;
  padding-left: 14px;
  padding-bottom: 0px;
  color: #FFFFFF;
}

.buttons_more_text{
  font-family:Times New Roman, Verdana, Arial, Helvetica, sans-serif;
  font-size:14px;
  font-style: italic;
  font-weight: bold;
  padding-top: 5px;
}

#frettir{
  position:relative;
  background-image:url(images/box_frettir_blank.jpg);
  height:118px;
  width: 148px;
}

#left_corner{
  position:relative;
  background-image:url(images/box_lower_left_corner.jpg);
  height:227px;
  width: 148px;
}
#randombox{
  position: relative;
  background-image:url(images/right_vertical_banner_space.jpg);
  height: auto;
  width: 148px;
  text-align:center;
}
#randombox a,
#randombox img { border : 0;}
#randombox_top{
	width: 148px;
	height: 30px;
	background-image:url(images/right_vertical_banner_top.jpg);
}
#randombox_bottom{
	width: 148px;
	height: 30px;
	background-image:url(images/right_vertical_banner_botto.jpg);
}

#navBar{
	float: left;
	width: 148px;
	margin: 0px;
	padding: 0px;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	azimuth:center;
	position: relative;
}

#banners{
    float:right;
	width: 148px;
	height: auto;
}
#banners_spacer{
    float:right;
	width: 148px;
	height: auto;
	background-image:url(images/right_vertical_banner_space.jpg);
	text-align:center;
}
#banners_bottom{
    float:right;
	width: 148px;
	height: 30px;
	background-image:url(images/right_vertical_banner_botto.jpg);
}

#banners_top{
    float:right;
	width: 148px;
	height: 30px;
	background-image:url(images/right_vertical_banner_top.jpg);
}
#banners_spacer{
    float:right;
	width: 148px;
	height: auto;
	background-image:url(images/right_vertical_banner_space.jpg);
	text-align:center;
}
#banners_bottom{
    float:right;
	width: 148px;
	height: 30px;
	background-image:url(images/right_vertical_banner_botto.jpg);
}
#content{
  float: left;
  width: 459px;
  padding:10px 7px 0px 7px;
}

.input_element{
  height: 12px;
  font-size: 70%;
  font-family: Arial,sans-serif;
  color: #333333;
  padding-left: 5px;
  padding-right: 5px;
  width: 80%;
}

.input_image{
  padding-left: 60px;
  padding-top: 3px;
}

#form{
  padding-left: 14px;
}

/***********************************************/
/* Components                                  */
/***********************************************/

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


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

#globalNav{
padding: 0px 0px 5px 10px;
border-bottom: 1px solid #CCC;
color: #cccccc;
}

#globalNav img{
 display: block;
}

#globalNav a {
	font-size: 90%;
	padding: 0 4px 0 0;
}

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

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

/************* #breadCrumb styles *************/

#breadCrumb{
	font-size: 80%;
	padding: 2px 0px 0 10px;
}


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

.feature{
	padding: 0px 0px 5px 5px;
	font-size: 80%;
}

.feature h3{
	padding: 30px 0px 5px 0px;
	text-align: center;
}

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


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

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

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


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

#siteInfo{
    float: left;
    padding: 0px 0px 20px 0px;

    width: 770px;
    background-image:url(images/main_footer.jpg);
    background-repeat : no-repeat;
    background-position : top;
}

.footer_text{
	padding-top:8px;
	font-size:70%;
	text-align:center;
	color: #ffffff;
}

.powered{
	padding-top:8px;
	font-size:70%;
	text-align:center;
	color: #ffffff;
}
/************* #search styles ***************/

#search{
	padding: 0px 0px 0px 0px;
	border-bottom: 1px solid #cccccc;
	font-size: 90%;
	
}

#search form{
 margin: 0px;
 padding: 0px;
}

#search label{
	display: block;
	margin: 0px;
	padding: 0px;
}


/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #EEE;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}


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

#sectionLinks{
	position: relative;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #cccccc;
	font-size: 90%;
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
}

#sectionLinks a {
	display: block;
	border-top: 1px solid #cccccc;
	padding: 2px 0px 2px 10px;
}

#sectionLinks a:hover{
	background-color: #dddddd;
}


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

.relatedLinks{
	position: relative;
	margin: 0px;
	padding: 0px 0px 10px 10px;
	font-size: 90%;
}

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

.relatedLinks a:link,
.relatedLinks a:visited {
	display: block; 
}

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

#advert{
	padding: 30px 0px 10px;
}

#advert img{
	display: block;
}


/************** #headlines styles **************/

#headlines{
	margin: 0px;
	padding: 10px 0px 20px 10px;
	font-size: 80%;
}

#headlines p{
	padding: 5px 0px 5px 0px;
}



