
/* standard elements */
html {min-height: 100%;}

* {margin: 0; padding: 0;}

a {color:#F60; outline:none;}
a:hover {color:#C30;}

a[rel="find"] {
	cursor:pointer;
}

body 
{
	background: #E7E7E2 url('/css/img/bg.png');
	background-repeat:repeat;
	color: #444;
	font: normal 62.5% Arial, Helvetica, sans-serif;	
}

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

li {list-style: none;}

form,input {margin: 0; padding: 0; display: inline;}

code {
	background: #FFF;
	border: 1px solid #EEE;
	border-left: 6px solid #CCC;
	color: #666;
	display: block;
	font: normal 1em Tahoma,sans-serif;
	line-height: 1.6em;
	margin-bottom: 12px;
	padding: 8px 10px;
	white-space: pre;
}

blockquote {
	background: url(../images/quote.gif) no-repeat;
	display: block;
	font-weight: bold;
	padding-left: 28px;
}

h1{
	font-size:18px;
	color:#F30;
	font-weight:300;
}

h2{
	font-size:17px;
	color:#F30;
	font-weight:300;
}

h3{
	font-size:15px;
	color:#F30;
	font-weight:500;
	margin-bottom:0px;
	margin-top:0px;
}

	
p{
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	padding-bottom:10px;
}


/* misc */
.clearer {clear: both; font-size: 0;}
.left {float: left;}
.right {float: right;}

/* structure */
.inner-container {
	border: 1px outset #000;
	background: #FFF;
	font-size: 1.2em;
	margin: 0 auto;
	/*padding: 10px;*/
	width: 980px;
	position:relative;
}

.outer-container 
{
	
	background: url('/css/img/shadow.png') repeat-y;
	width: 990px;
	margin:0 auto;
}

/* headere & title */
.header 
{
	background: url('/css/img/topbars.gif') no-repeat;
	width:980px;
	height: 60px;
}

#toplevel 	         {position:absolute;  padding:0 0 0 8px; margin:0; list-style:none; color:#999; font-family:arial; clear:both; cursor:default; right:-5px; top:31px;}
#toplevel > li           {float:left; padding:0 0 0 8px; line-height:16px;}
#toplevel > li > a       {display:block; color:#FFF; text-decoration:none; padding:0 40px 0 0; font-size:13px;}
#toplevel > li > a:hover {color:#fff; text-decoration:underline;}


#banner 
{
	height:210px;
	width:980px;
	background: url('/css/img/blogbanner.jpg') no-repeat;
}

/*BreadCrumb Bar*/
#crumb { background:#000 url(/css/Img/breadcrumbbar.gif) repeat-x; height:26px; padding:0 0 0 8px; margin:0; list-style:none; color:#999; font-size:12px; font-family:arial; clear:both; cursor:default;}
#crumb > li           {float:left; padding:0 0 0 8px; line-height:26px;}
#crumb > li > a       {display:block; color:#FFFFFF; text-decoration:none; padding:0 20px 0 0;background: url(/css/Img/crumb.gif) no-repeat right center;}
#crumb > li > a:hover {color:#fff; text-decoration:underline;}



#footer {
	width:980px;
	color:#666;
	background:url(/css/Img/footer.png);
	background-repeat:no-repeat;
	font-size:12px;
	padding-top:10px;
	height:45px;
	padding-bottom:5px;
	vertical-align:middle;
	align:center;
}

#leftfooter{
	float:left; 
	padding-left:10px
}

#rightfooter{
	float:right; 
	padding-right:10px
}




/* path */
ul.navlinks
{
	list-style-type:none;
}
ul.navlinks li
{
	display:block;
	float:left;
	padding-right:10px;
	margin:0px;
}
.path {
	background: #949490;
	color: #FFF;
	font: normal 1.1em Arial, Helvetica, sans-serif;
	padding: 8px 12px;
}
.path ul
{
	list-style-type:none;
	display:block;
}
.path a {
	color: #FAFAFA;
	text-decoration: none;
}
.path a:hover {
	color: #FFE;
	text-decoration: underline;
}

/* main */
.main {
	background: url(../images/main.gif) repeat-y;
	border-top: 0px solid #FFF;
	padding: 8px 12px 0 0;
}

/* content */
.content {
	float: right;
	width: 738px;
	font-weight:100;
}
.content .descr {
	color:#F60;
	font-size: 0.9em;
	margin-bottom: 6px;
}
.content li {
	list-style: url(../images/li.gif);
	margin-left: 18px;
	padding-bottom:5px;
	font-weight:100;
}
.content p {font-family: Arial, Helvetica, sans-serif; font-weight:100;}

/* navigation */
.navigation {
	float: left;
	width: 210px;
	font-weight:100;
}
.navigation h2 {
	color: #09F;
	font: bold 1.1em Arial, Helvetica, sans-serif;;
	line-height: 30px;
	margin: 0;
	padding-left: 12px;
}
.navigation ul {
	padding: 0;
	border-top: 1px solid #09F;
}
.navigation li {border-bottom: 1px solid #09F;}
.news
{
	padding: 8px 0 8px 5%;
}
.navigation li a {
	font-size: 1.1em;
	color:#FFF;
	display: block;
	padding: 8px 0 8px 5%;
	text-decoration: none;
	width: 95%;
	font-weight:100;
}
.navigation li a:hover {
	background: #06F;
	color:#FFF;
}

/*Modal Dialog*/
.jqmOverlay { background-color: #000; display:none; } /*Default Class For Overlay*/

.dlg { border-left:solid 1px #EDEDED; border-right:solid 1px #EDEDED; border-bottom:solid 1px #EDEDED; position:absolute;}
.dlg .t {height:21px; background:url(/css/img/ico.png) repeat-x 0 -87px; cursor:default;}
.dlg .t span{float:left; margin:3px 0 0 5px; font-size:11px; font-weight:bold; color:#444;}
.dlg .t .dlgClose {background:url(/css/img/ico.png) no-repeat -476px 0; display:block; width:36px; height:15px; float:right; margin:3px 2px 0 0;}
.dlg .t .dlgClose:hover {background:url(/css/img/ico.png) no-repeat -476px -16px;}
.dlg .t .dlgClose:active {background:url(/css/img/ico.png) no-repeat -476px -32px;}
.dlg .body {border-left:solid 1px #898989; border-right:solid 1px #898989; border-bottom:solid 1px #898989; padding:0; overflow:auto;}
