/***** Global Settings *****/
html, body {
border:0;
margin:0;

width: 960px;

}


     #content
            {
                padding-top: 0px;
                width: 100%;
                padding: 41px 20px 0px 20px;
            }
            
            


            


body {
background-color: #FAFAE0;
background-image: url('/img/layout_bg.jpg');
background-repeat: no-repeat;
background-attachment: fixed;
font:75% Tahoma, Arial, Verdana,Times New Roman, helvetica;

}
/***** Headings *****/
h1, h2, h3, h4, h5, h6 {
margin:0;
padding:0;
font-weight:normal;
}
h1 {
padding:0px 0 15px 0;
font-size:1.8em;
}


a h1{
color:#000000;
text-decoration: none;
}



h2 {
padding:0px 0px 0px 0px;
font-size:1.3em;
letter-spacing: -0.5px;
}



h3 {
	font-size:16px; 
	
	color:#53524b;
	font-weight:normal;
}


h4 {
	

font-size:1.8em;
font-weight:normal;
color:#000000;
margin:0 0 0.5em 0;
		line-height:50px;
border-bottom: #000000 1px dashed;
}

/***** Common Formatting *****/
p, ul, ol {
margin:0;

}
ul, ol {

}

ul.yellow
{
	list-style-image:url(/img/bullet_black.gif);
}

li{

}


blockquote {
margin:1.25em;
padding:1.25em 1.25em 0 1.25em;
}
small {
font-size:0.85em;
}
img {
border:0;
}
sup {
position:relative;
bottom:0.3em;
vertical-align:baseline;
}
sub {
position:relative;
bottom:-0.2em;
vertical-align:baseline;
}
acronym, abbr {
cursor:help;
letter-spacing:1px;
border-bottom:1px dashed;
}
/***** Links *****/
a,
a:link,
a:visited,
a:hover {
color: #333399;	
text-decoration:underline;
}
/***** Forms *****/
form {
margin:0;
padding:0;
display:inline;
}
input, select, textarea {
font:1em Arial, helvetica, sans-serif;
}
textarea {
line-height:1.25;
}
label {
cursor:pointer;
}
/***** Tables *****/
table {
border:0;
margin:0 0 0 0;
padding:0;
font-size:1em;

}

/***** Wrapper *****/
#wrap {
width:960px;
margin:0 auto;
}
/***** Global Classes *****/
.clear { clear:both; }
.float-left { float:left; }
.float-right { float:right; }
.text-left { text-align:left; }
.text-right { text-align:right; }
.text-center { text-align:center; }
.text-justify { text-align:justify; }
.bold { font-weight:bold; }
.italic { font-style:italic; }
.underline { border-bottom:1px solid; }
.highlight { background:#ffc; }
.wrap { width:960px;margin:0 auto; }
.img-left { float:left;margin:4px 10px 4px 0; }
.img-right { float:right;margin:4px 0 4px 10px; }
.nopadding { padding:0; }
.noindent { margin-left:0;padding-left:0; }
.nobullet { list-style:none;list-style-image:none; }





            
#head
{
	width: 960px;
	
}

#menu
{
	padding: 100px 30px 30px 50px;
	float: left;
}


#menu a
{
	font-size: 18px;
	color: #0B5480;
	margin-left: 20px;
	text-decoration: none;
}

#menu a:hover
{
	text-decoration: underline;
}


#foot
{
	width:100%;
	height: 130px;
	padding: 30px 5px 50px 5px;
	background-image: url('/img/bg-bottom.gif');	
}



#footcontent
{
	width: 960px;
}



#shortnews
{
	width: 200px;
	margin: 0px 30px 0px 30px;
}



.offer {
	
background-color: #FCE689;	
border: #EECA76 1px solid;
font-size: 0.9em;
padding: 10px;
margin-bottom: 10px;	
}


.offer img {
	
margin-top: 10px;	
}

.offer a,
.offer a:link,
.offer a:visited,
.offer a:hover{
	
	color: #dd0000;
}

#head h2{
	float: left;
	
	}
	
	
	#tagcloud {
width: 100%;
padding: 10px;
text-align:center;
}

#tagcloud a:link, #tagcloud a:visited {
text-decoration:underline;
padding: 10px;
white-space: nowrap;
}

#tagcloud a:hover, #tagcloud a:active {
text-decoration: none;
}

.smallest {
font-size: 7px;
}

.small {
font-size: 10px;
}

.medium {
font-size:13px;
}

.large {
font-size:16px;
}

.largest {
font-size:19px;
}	





/* tabs */
ul.tabs {
	height: 25px;
	line-height: 25px;
	margin: 0 0 3px;
	list-style: none;
}
* html ul.tabs {margin-bottom: 0;}
ul.tabs li {
	float: left;
	margin-right: 1px;
}
ul.tabs li a {
	display: block;
	padding: 0 13px 1px;
	margin-bottom: -1px;
	color: #444;
	text-decoration: none;
	cursor: pointer;
	background: #F9F9F9;
	border: 1px solid #EFEFEF;
	border-bottom: 1px solid #F9F9F9;
	position: relative;
}
* html ul.tabs li a {float: left}
*+html ul.tabs li a {float: left}
ul.tabs li a:hover {
	color: #F70;
	padding: 0 13px;
	background: #FFFFDF;
	border: 1px solid #FFCA95;
}
ul.tabs li.tab-current a {
	color: #444;
	background: #EFEFEF;
	padding: 0px 13px 2px;
	border: 1px solid #DDD;
	border-bottom: 1px solid #EFEFEF;
}
div.t2,
div.t3,
div.t4 {
	display: none;
}
div.t1,
div.t2,
div.t3,
div.t4 {
	border: 1px solid #DDD;
	background: #EFEFEF;
	padding: 10px 12px;
	margin:0px;
}
/* end tabs */



