/*CSS file for xhtml/css template "Tellix"*/

/*General Structure Classes*/

body {
	font-family: "Arial", Helvetica Neue, Helvetica, sans-serif;
	font-size: 85%;
	color: #474a51;
	margin: 0px;
	padding: 0px;
}

.out {
background-image:url(../images/topbck.jpg);
background-repeat:repeat-x;
width:100%;
float:left;
}

.int {
margin:0px auto;
width:830px;
line-height:20px;
}

.logo{
background-image:url(../images/logo.jpg);
background-repeat:no-repeat;
height:126px;
width:400px;
float:left;
}

.main {

margin-top:22px;
float:left;
width:100%;
}

.primarycontent {
float:left;
width:100%;
padding-bottom:22px;
}

.topmenu {
height:36px;
width:100%;
float:left;
}

.topmenuright {
height:34px;
float:right;
background-image:url(../images/topmenusep.jpg);
background-repeat:repeat-y;
font-size:0.8em;
padding:0 0 0 12px;
}

.left {
float:left;
width:78%;
padding-right:2%;
margin-top:12px;
}

.left2 {
float:left;
width:100%;
margin-top:12px;
}

.right {
float:right;
width:17%;
background-image:url(../images/vertsep.jpg);
background-repeat:no-repeat;
background-position:top left;
padding-left:3%;
margin-top:12px;
}

.footer {
width:100%;
float:left;
border-top:3px solid #eeeeee;
margin:22px 0;
}

.header {
margin-bottom:22px;
}

.topleft, .topcenter, .topright {
width:30%;
float:left;
padding:0 1.5%;
}

.login {
background-image:none;
background-repeat:repeat-x;
float: right;
line-height:29px;
font-size:0.78em;
	width: 150px;
	padding-top: 25px;
}
.loginint {
background-image:none;
background-repeat:no-repeat;
background-position:top right;
	padding-right: 14px;
	width: 200px;
	float: right;
	position: relative;
	top: 25px;
	left: 175px;
}

.footer {
font-size:0.88em;
padding-top:11px;
color:#cccccc;
line-height:18px;
}

.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 {
color:#5291BC;
float: none;
font-family:  "Myriad Pro", Tahoma, Arial, Helvetica, sans-serif; 
border-bottom:3px solid #eeeeee;
padding:12px 0;
margin:8px 0;
font-size:2.2em; 
line-height: 1.1em;
}

.logo h1 {
margin:0px;
padding:0px;
height:0px;
line-height:0px;
visibility:hidden;
}

h3, .componentheading {
margin:0;
	padding: 1em 0;
	font-size: 1em;
	line-height: 1em;
	font-weight: bold;
	text-transform: uppercase;
	color: #5291BC;
	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:disc;
background-image:none;
background-repeat:no-repeat;
background-position:top left;
padding:0 0 0 10px;
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:#104F7A;
}

a:hover {
color:#5291BC;
}

.readmore a:link {
text-decoration:none;
}

.topmenu a:link, .topmenu a:visited {
text-decoration:none;
line-height:34px;
height:34px;
color:#104F7A;
padding:0 13px;
font-size:1.1em;
}

.topmenu a:hover {
color:#5291BC;
}

#current a:link, #current a:visited {
color:#ffffff;
background-color:#cccccc;
padding:7px 14px
}

.topmenuright a:link, .topmenuright a:visited {
padding:0 8px;
color:#999;
}

.login a:link, .login a:visited {
color:none;
text-decoration:none;
padding:0 5px;
}

.topmenuright a:hover, .login a:hover {
color:#428CE7;
}