
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, textarea, input, select 

{margin: 0; padding: 0; border: 0; font-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit; vertical-align: baseline;}

table {border-collapse: collapse; border-spacing: 0;}
caption, th, td {text-align: left; font-weight: normal;}
table, td, th {vertical-align: middle;}
blockquote:before, blockquote:after, q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}
a img {border: none;}
:focus {outline: 0;}


/* 
   Standard Elements
------------------------------------------------------------------- */

a {text-decoration: none;}

body {
	background:  url(images/bg-sky.gif) repeat-x;
	color: #444;
	font: normal 62.5% "Lucida Sans Unicode",Verdana,sans-serif;
	padding-top: 10px;
}

p,code,ul {
	font-size: 1.2em;
	padding-bottom: 1.2em;
}

li {
	list-style: none;
}
h1 {
	font-size: 1.4em;
}

blockquote {
	background: #FBFCF5;
	border-bottom: 1px solid #EED;
	border-top: 1px solid #EED;
	color: #444;
	display: block;
	font: normal 0.9em Verdana,sans-serif;
	margin-bottom: 12px;
	padding: 12px;
}
h1,h2,h3,h4 {
	font: normal 1.2em "Trebuchet MS",sans-serif;
	color: #FF0000;
}
/* misc */
.clearer {
	clear: both;
}

/* 
   Layout
------------------------------------------------------------------- */

/* header */
.header {
	/*background: url(images/bg-header.png) repeat-y  right;*/
	/*background-color:#FFF; */
	border-bottom: 1px solid #EEE;
	height: 180px;
	margin-bottom: 14px;
	margin-top:0px;
}


.header h1 {
	color: #222;
	font: normal 4em sans-serif;
	margin-top: 40px;
	text-align: center;
}
.header h2 {
	color: #000;
	text-align: right;
	font-size:2.2em;
}
.header h2 span {
	
	color: #3366FF;
	padding: 0 6px;
}
/*top contact info*/
.topcall  {
	color: black;
	font-weight:bold;
	height: 24px;
	margin-top:0px;
		
}

.topcall h1  {
	font-size:2em;
	color:black;
	font-weight:bold;
}

/* left side (main content) */
.main-left {
	margin: 0 42% 20px 3%;
	
}
.content .descr {
	color: #06F;
	font-size: 2em;
	margin-bottom: 6px;
}
.content li {
	list-style: url('images/li.gif');
	margin-left: 18px;
}
.content h1 {
	font-size: 2.2em;
	margin-bottom: 4px;
	
}
.content a,.footer a {
	color: #CC3300;
	text-decoration: none;
}
.content a:hover,.footer a:hover {
	color: #444;
	border-bottom: 1px solid #F06;
}

/* nav & subnavigation */
.nav,.main-right {
	margin-bottom: 20px;
	position: absolute;
	top: 40px;
}	

/* navigation */
.nav {
	right: 23%;
	text-align: center;
	width: 17%;
	
}
.nav .logo {
	
	border-bottom: 1px solid #EEE;
	border-top: 1px solid #EEE;
	height: 231px;	
}

.nav h1 {
	color: #000000;
	margin: 12px 0;
}
.nav li {
	border-bottom: 1px solid #FFF;
	
}
.nav li a {
	color: #0066FF;
	display: block;
	font-family: Verdana;
	font-size: 1.2em;
	font-weight:bold;
	padding: 8px 0;
}
.nav li a:hover {

	color: #FF9900;
}

/* subnav */
.main-right {
	background: #222;
	font-size: 1.2em;
	right: 27px;
	width: 18%;
	height:850px;
}
.subnav {
	padding: 12px 12px 0;
}
.subnav h1 {
	color: #FFCC00;
	font-size: 1em;
	height: 20px;
	margin-left: 8px;
}
.subnav ul {
	margin: 0 0 16px;
	padding: 0;
}
.subnav li { 
	list-style: none;
	margin: 0;
	border-bottom: 1px dashed #FFCC00;
	border-top: 1px dashed #FFCC00;
	
}
.subnav li a {	
	color: #FFF;
	display: block;
	font-size: 1.2em;
	padding: 3px 6px 3px 8px;
	text-decoration: none;
}
.subnav li a:hover {
	color: #FFCC00;
}

/* round edges */
.roundtl,.roundtr,.roundbl,.roundbr {
	background: url('img/round.gif');
	height: 16px;
	width: 14px;
}
.roundtl,.roundbl {float: left;}
.roundtr,.roundbr {float: right;}
.roundtr {background-position: right top;}
.roundbr {background-position: right bottom;}
.roundbl {background-position: left bottom;}

/* footer */
.footer {
	color: #666;
	
	border-top: 1px solid #EEE;
	font: normal 1.2em Verdana,sans-serif;
	margin: 0 0 0 3%;
	padding: 8px 6px;
}
.footer .right, .footer .right a {color: #666666;}
.footer .right a:hover {color: #FF6600;}


/* Floats */ 
.left,.alignleft {float: left;}
.right,.alignright {float: right;}

.clear,.clearer {clear: both;}
.clearer {
	display: block;
	font-size: 0;
	line-height: 0;	
	height: 0;
}

