/*CSS file for xhtml/css template "Tellix"*/

/*General Structure Classes*/

body {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 70%; /*was 74.5*/
	color: #474a51;
	margin: 0px;
	padding: 0px;
}

.out {
/*background-image:url(../images/topbck_white.jpg);*/
/*background-repeat:repeat-x;*/
background-image:url(../images/website_bck_header_test.gif);
/*background-image:url(../images/headerBG.gif);*/
background-repeat:no-repeat;
/*width:860px*/
width:100%;
float:left;
}

.int {
margin:0px auto;
width:830px;
line-height:18px; /*was 24*/
}

.logo{
background-image:url(../images/small_website_logo.gif);
background-repeat:no-repeat;
height:68px; /*was 126*/
/*width:400px;*/
width:100%;
float:left;
}

.main {

margin-top:22px;
float:left;
width:100%;
}

.primarycontent {
float:left;
width:100%;
padding-bottom:22px;
}

.topmenu {
height:30px; /*was 36*/
width:100%;
float:left;
/*border-bottom:3px solid #eeeeee; was not here before*/
}

.topmenuright {
height:30px;
float:right;
/*background-image:url(../images/topmenusep_white.jpg);*/
/*background-repeat:repeat-y;*/
font-size:0.8em;
padding:0 0 0 12px;
}

.left {
float:left;
/*width:64%;*/
width:100%;
padding-right:2%;
margin-top:12px;
}

.left2 {
float:left;
width:100%;
margin-top:12px;
}

.right {
float:right;
width:30%;
background-image:url(../images/vertsep_white.jpg);
background-repeat:no-repeat;
background-position:top left;
padding-left:4%;
margin-top:12px;
}

.footer {
/*background-image:url(../images/bck_footer.gif);*/
/*background-repeat:no-repeat;*/
border-top:3px solid #eeeeee;
width:100%;
/*width:980px;*/
float:left;
margin:2px 0;
}

.header {
margin-top:5px;
margin-bottom:1px; /*was 22*/
}

.topleft, .topcenter, .topright {
width:30%;
float:left;
padding:0 1.5%;
}

.login {
background-image:url(../images/loginbck.jpg);
background-repeat:repeat-x;
float:right;
height:29px;
line-height:29px;
font-size:0.78em;
}

.loginint {
background-image:url(../images/loginright.jpg);
background-repeat:no-repeat;
background-position:top right;
padding-right:14px;
}

.footer {
font-size:0.88em;
padding-top:2px; 
color:#474a51;
line-height:10px;
}

.readmore {
background-image:url(../images/arrow.jpg);
background-position:left;
background-repeat:no-repeat;
padding-left:20px;
}

img {
border:none;
}

.article_seprarator {
visibility:hidden;
height:0px;
margin:0px;
padding:0px;
line-height:0px;
}

/*Headline Classes*/

h1, td.contentheading {
/*background-image:url(../images/topbck.jpg);*/
/*background-repeat:repeat-x;*/
color:#ffffff;
float: none;
font-family:  "Myriad Pro", Tahoma, Arial, Helvetica, sans-serif; 
/*border-bottom:3px solid #eeeeee;*/
padding:0px 0; /*was 12 for the first one*/
margin:8px 0; 
font-size:0.4em; 
}

.logo h1 {
margin:0px;
padding:0px;
height:0px;
line-height:0px;
visibility:hidden;
}

h3, .componentheading {
/*background-image:url(../images/topbck_white.jpg);*/
/*background-repeat:repeat-x;*/
margin:0;
	padding: 1em 0;
	font-size: 1em;
	line-height: 1em;
	font-weight: bold;
	text-transform: uppercase;
	color: #444444;
	/*border-top: 3px solid #eeeeee;*/
}

.small {
float: none; 
font: 0.8em "Myriad Pro", Tahoma, Arial, Helvetica, sans-serif; 
text-transform: uppercase; 
letter-spacing: 0.2em; 
color: #444444; 
margin:0px;
}

/*List Classes*/

ul {
padding:0px;
margin:0px;
}

li {
padding:0px;
margin:0px;
}

ul li {
padding:0px;
margin:0px;
}

.main ul {
padding:0px;
margin:5px 0;
}

.main ul li {
list-style:none;
background-image:url(../images/arrow.jpg);
background-repeat:no-repeat;
background-position:top left;
padding:0 0 0 20px;
margin:0px;
}

.topmenu ul {
float:left;
padding:0;
margin:0;
width:auto;
}

.topmenu ul li {
float:left;
padding:0;
margin:0;
list-style:none;
background-image:none;
}

/*Link Classes*/
a:link, a:visited {
color:#428CE7;
}

a:hover {
color:#222222;
}

.readmore a:link {
/*text-decoration:none;*/
color:#474a51;
}

.topmenu a:link, .topmenu a:visited {
text-decoration:none;
line-height:34px;
height:34px;
color:#444444;
padding:0 14px;  /*was 0 14*/
font-size:1.3em; /*was 1.1*/
}

.topmenu a:hover {
color:#b11111;
}

#current a:link, #current a:visited {
color:#0085ce;
/*background-color:#ffffff;*/
padding:3px 14px /*was 3 14*/
}

.topmenuright a:link, .topmenuright a:visited {
padding:0 8px;
color:#999;
}

.login a:link, .login a:visited {
color:#999999;
text-decoration:none;
padding:0 5px;
}

.topmenuright a:hover, .login a:hover {
color:#428CE7;
}