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

/*General Structure Classes*/

body {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 74.5%;
	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;
}

.logo{
background-image:url(../images/logo.jpg);
background-repeat:no-repeat;
height:126px;
width:400px;
float:left;
}

.main {
line-height:24px;
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:64%;
padding-right:2%;
}

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

.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: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:11px;
color:#cccccc;
line-height:18px;
}

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

/*Headline Classes*/

h1 {
color:#b11111;
float: none; 
font:  "Myriad Pro", Tahoma, Arial, Helvetica, sans-serif; 
border-bottom:3px solid #eeeeee;
padding:12px 0;
margin:8px 0; 
}

h2 {
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*/

.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:left;
padding:0 0 0 20px;
}
.topmenu ul {
float:left;
padding:0;
margin:0;
width:50%;
}

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

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

a:hover {
color:#222222;
}

.readmore a:link {
text-decoration:none;
}

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

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

.topmenu ul li #current a:link {
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:#999999;
text-decoration:none;
padding:0 5px;
}

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