/*** css structure for minimal site ***/
/*** main body ***/
/*
html {
	margin-bottom: 1px;
	margin-top:20px;
	
} */
body {
	text-align: center;
	font: .74em "Trebuchet MS", Arial, Sans-Serif;
	background-image: url(gradient4.jpg);
	background-repeat: repeat-x; 
	margin-bottom: 1px;
	margin-top:20px;

}
#container{
	width: 770px;
	height:100%;
	/* fix for mozilla */
	overflow:hidden;
	margin: 0 auto;
	text-align: left;
	border:1px solid #aaa;
	padding:10px 18px 8px 10px;
	background:#fff;
}

#imageContainer {height:230px;float:right;position:relative;width:350px;

}
#imageContainer img {display:none;position:absolute;top:0; left:0;right:0;
}

.col_onethird{
	float: left;
	width: 250px;
	padding:0 5px 0 0;
	
}
.col_twothird{
	float: left;
	width: 505px;
}
.col_full{
	float: left;
	width: 770px;
}
.col_onehalf{
	float: left;
	width: 370px;
}
.col_onehalfr{
	float: right;
	width: 370px;
}


.col_onehalf img {padding:0px;}
/*** basics ***/

* {
	padding: 0;
	margin: 0;
	font-size: 100%;
}
img {
	border: 0;
}
a:link, a:visited {
	color: #336699 ;
	text-decoration:none;
}
a:hover, a:active {
	color: #000;
	text-decoration:none;
}

p {
	padding: 0 20px 10px 20px;
	color: #333333;
	line-height: 150%;
}


blockquote{
	padding: 15px 0 10px 0;
	font-style: italic;
	color: #666666;
	border: 1px solid #CCCCCC;
	margin: 0 20px 15px 20px;
	background-color: #F4F4F4;
}

/*** main header ***/
#header p{
	color: #000  ;
	padding: 20px 0px 10px 10px;
	font-family: "Trebuchet MS", Arial, Sans-Serif;
	font-size: 200%;
	font-weight: bold;
	float:right;
	letter-spacing: 0.1em ;
	text-transform:uppercase;
} 
#subheader {
	float: left;
	width: 765px;
	clear: both;
	padding: 0 0 0px 0;
	height:230px;
}

#subheader h1{
	font-size: 450%;
	padding: 15px 7px 5px 7px;
	clear: both;
	color: #fff    ;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
}

/*** content ***/

#content {
	float: left;
	width: 100%;
	clear: both;
	padding: 0 0 10px 0;
	
}
#content ul{
	padding: 0 20px 0px 20px;
}

#content ul li{
	line-height: 150%;
	list-style: none;
	background: url(arrow2.gif) no-repeat top left;
	padding: 0 0 0 19px;
	margin: 0 0 0.5em 0;
}

#content ol{
	padding: 0 0px 10px 30px;*/
}

#content ol li{
	line-height: 150%;
	list-style: decimal;
	padding: 0 0 0 5px;
	margin: 0 0 0.2em 0;
}


#content p {padding: 7px 7px 7px 7px;color:#000; }

#content h1{
	font-size: 200%;
	padding: 15px 20px 5px 7px;
	clear: both;
	color: #2D2920    ;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
}

#content h2{
	font-size: 150%;
	padding: 15px 20px 5px 7px;
	clear: both;
	color: #2D2920    ;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
}

#content h3{
	font-size: 100%;
	padding: 15px 20px 5px 7px;
	clear: both;
	color: #2D2920    ;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
}


/*** footer ***/

#footer {
	float: left;
	width: 100%;
	clear: both;
	padding: 10px 0 5px 0px;
	background: transparent;
	color:#aaa;
	text-align:right;
}
.info { border: 1px solid #e0e0e0; background: #f4f4f4; margin: 0 20px 5px 20px; padding: 7px 27px 17px 20px; }

/*** top menu  ***/

.bevelmenu{
font: bold 10px "Trebuchet MS", Arial, Sans-Serif;
padding: 6px 0;
margin: 0;
width: 100%;
background-color: #ccc;
text-align: right; /*set value to "right" for example to align menu to the right of page*/
text-transform:uppercase;
}

.bevelmenu li{
list-style: none;
display: inline;
}

.bevelmenu li a{
padding: 3px 0.5em;
text-decoration: none;
color: #333;
background-color: #ccc;
border: 2px solid #ccc;
/*background-color: #FFFFFF;
border: 2px solid #FFFFFF;*/
}

.bevelmenu li a:hover{
color: white;
background-color: #336699;
/*background-color: #eee;
/*border-style: outset;*/
}

html>body .bevelmenu li a:active{ /* Apply mousedown effect only to NON IE browsers */
border-style: inset;
}

.subbevelmenu{
font: bold 10px "Trebuchet MS", Arial, Sans-Serif;
padding: 6px 0;
margin: 0;
width: 100%;
background-color: #ffcc00;
text-align: right; /*set value to "right" for example to align menu to the right of page*/
text-transform:uppercase;
}

.subbevelmenu li{
list-style: none;
display: inline;
}

.subbevelmenu li a{
padding: 3px 0.5em;
text-decoration: none;
color: #333;
background-color: #ffcc00;
border: 2px solid #ffcc00;
/*background-color: #FFFFFF;
border: 2px solid #FFFFFF;*/
}

.subbevelmenu li a:hover{
color: white;
background-color: #ff9900;
/*background-color: #eee;
/*border-style: outset;*/
}

html>body .subbevelmenu li a:active{ /* Apply mousedown effect only to NON IE browsers */
border-style: inset;
}

a.boxlink,
a.boxlink:visited
 {
	line-height:1.6em;
	background-color: #FEF09E; 
	color:#333;
	border-bottom:1px solid #FFDF2D;
	font-weight:normal;
	text-decoration:none;
	padding:0 2px 0 2px;
	}

a.boxlink:hover {
	text-decoration:none;
	display:inline;
	padding:0 2px 0 2px;
	color:#fff;
	background:#666;
	border-bottom:1px solid #666;
	}
.imagecaptionleft {
	float:left;
	text-align:center;
	padding:10px 10px 10px 10px ;
	font-weight:bold;
	
}
.imagecaptionright {
	float:right;
	text-align:center;
	padding:10px 10px 10px 10px ;
	font-weight:bold;
}	
.numbers {
font:bold 3.2em/1 Verdana;
float:left;
margin:0 11px 0 0;
border:1px solid #ddd;
padding:5px;
background-color:#ccc;
color:#336699;
}
/*
--------------------------------------------------------------------------------
What:	"Oranges in the sky" Styles(Table data design)
Who:	Krasimir Makaveev(krasi [at] makaveev [dot] com)
When:	15.09.2005(created)
--------------------------------------------------------------------------------
*/

.oranges table {
	border-collapse: collapse;
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc; 
	color: #333;
	background: #fff;
}

.oranges table tr th p { font-size:1.0em;}

.oranges table thead tr th {
	text-transform: uppercase;
	background: #fff;
}

.oranges table td, .oranges table th {
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 5px;
	line-height: 1.8em;
	font-size: 0.95em;
	vertical-align: top;
	
}

.smallbox {
border:1px solid #ccc;
background-color:#eee;
padding:10px;
width:233px;
float:right;
margin:5px;
}