/***********************************************/
/* 3col_leftNav.css                             */
/* Use with template 3col_leftNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Arial,sans-serif;
	color: #333333;
	line-height: 1.166;
	margin: 0px;
	padding: 0px;
	background-image: url(img/bg_osn.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #CFE1EF;
}

a{
	color: #7093bf;
	text-decoration: none;
	font-weight: bold;
}

a:link{
	color: #7093bf;
	text-decoration: none;
	font-weight: bold;
}

a:visited{
	color: #003366;
	text-decoration: none;
	font-weight: bold;
}

a:hover{
	color: #7093bf;
	text-decoration: underline;
	font-weight: bold;
}

h1{
	font-family: Verdana,Arial,sans-serif;
	font-size: 120%;
	color: #334d55;
	margin: 0px;
	text-align: center;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}

h2{
	font-family: Arial,sans-serif;
	font-size: 114%;
	color: #006699;
	margin: 0px;
	text-align: center;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

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                                 */
/***********************************************/

#mas{
	width: 100%;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#navBar{
	float: left;
	width: 215px;
	margin: 0px;
	padding: 0px;
	
}

#headlines{
	float:right;
	width: 190px;
	padding-right: 10px;
}

#content{
	float: left;
	width: 60%;
	padding-left: 15px;
}

/***********************************************/
/* Components                                  */
/***********************************************/

#siteName{
	margin: 0;
	padding: 0 0 0 10px;
}


/************* #globalNav styles **************/

#global{
	padding: 0px 0px 5px 10px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;

}

#global img{
 display: block;
}

#global a {
	font-size: 14px;
	padding: 0 4px 0 0;
	font-weight: bolder;
	color: #FFFFFF;
	text-decoration: underline;
	font-family: "Times New Roman", Times, serif;
}

/*************** #pageName styles **************/

#pageName{
	margin: 0px;
	padding: 0px 0px 0px 10px;
}

/************* #breadCrumb styles *************/

#breadCrumb{
	font-size: 80%;
	padding: 2px 0px 0 10px;
}


/************** .feature styles ***************/

.feature{
	font-size: medium;
	font-family: "Times New Roman", Times, serif;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	color: #011C47;
	text-align: justify;
}

.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{
	clear: both;
	
	font-size: 75%;
	color: #7093BF;
	padding: 10px 10px 10px 10px;
}

#siteInfo img{
	vertical-align: middle;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 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 {}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}


/*********** #sectionLinks styles ***********/

#sectionLinks{
	position: relative;
	margin: 0px;
	font-size: 90%;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#sectionLinks h3{
	background-image: url(img/list.gif);
	background-repeat: no-repeat;
	background-position: left center;

	color:#011C47
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 55px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #011C47;
	padding-top: 15px;
}
#sectionLinks h4{
	background-image: url(img/kap.gif);
	background-repeat: no-repeat;
	background-position: left center;


	color:#011C47
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 55px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #011C47;
	padding-top: 15px;
	font-weight: bold;
}

#sectionLinks a {
	display: block;
	background-image: url(img/bul1.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 6px;
	padding-right: 10px;
	padding-bottom: 6px;
	padding-left: 35px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #7093bf;
}

#sectionLinks a:hover{
}
#headlines td1 {
	background-image: url(img/l_men_1.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 40px;
}



/*********** .relatedLinks styles ***********/

.relatedLinks{
	position: relative;
	margin: 0px;
	font-size: 80%;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}

.relatedLinks a:link,
.relatedLinks a:visited {
	display: block;
	font-size: 80%;
	padding-right: 10px;
	padding-left: 20px;
}

/************** #advert styles **************/

#advert{
	padding: 30px 0px 10px;
}

#advert img{
	display: block;
}


/************** #headlines styles **************/

#headlines{
	margin: 0px;
	font-size: 80%;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 10px;
}

#headlines p{
	padding: 5px 0px 5px 0px;
}

.roundedcornr_box_876674 {
   background: #fcfdff;
}
.roundedcornr_top_876674 div {
   background: url(img/roundedcornr_876674_tl.png) no-repeat top left;
}
.roundedcornr_top_876674 {
   background: url(img/roundedcornr_876674_tr.png) no-repeat top right;
}
.roundedcornr_bottom_876674 div {
   background: url(img/roundedcornr_876674_bl.png) no-repeat bottom left;
}
.roundedcornr_bottom_876674 {
   background: url(img/roundedcornr_876674_br.png) no-repeat bottom right;
}

.roundedcornr_top_876674 div, .roundedcornr_top_876674, 
.roundedcornr_bottom_876674 div, .roundedcornr_bottom_876674 {
   width: 100%;
   height: 10px;
   font-size: 1px;
}
.roundedcornr_content_876674 { margin: 0 10px; }

.roundedcornr_box_777970 {
   background: #dbe9f3;
}
.roundedcornr_top_777970 div {
   background: url(img/roundedcornr_777970_tl.png) no-repeat top left;
}
.roundedcornr_top_777970 {
   background: url(img/roundedcornr_777970_tr.png) no-repeat top right;
}
.roundedcornr_bottom_777970 div {
   background: url(img/roundedcornr_777970_bl.png) no-repeat bottom left;
}
.roundedcornr_bottom_777970 {
   background: url(img/roundedcornr_777970_br.png) no-repeat bottom right;
}

.roundedcornr_top_777970 div, .roundedcornr_top_777970, 
.roundedcornr_bottom_777970 div, .roundedcornr_bottom_777970 {
   width: 100%;
   height: 10px;
   font-size: 1px;
}
.roundedcornr_content_777970 { margin: 0 10px; }
