/* CSS Document */
html {
	height:100%;
}
body {
	height:100%;
	width:100%;
	margin:0px;
	padding-top:25px;
	background-color:#8A8A8A;
	font:'Trebuchet MS',Arial, Helvetica, sans-serif;
	text-align:center;
	background-image:url('/cms/templates/asvblog/images/background.jpg');
	background-repeat:no-repeat;
	background-position:center;
	background-attachment:fixed;
}
.clr {
	clear : both;
}

/**************************************/
/**************************************/
/* 				LAYOUT				  */
/**************************************/
/**************************************/

/* white background block */
#mainBlock{

	width:948px;
	min-height:1000px;

	margin-left:auto; margin-right:auto;

	background-color:#FFFFFF;
	text-align:left;
}

/* logo in the upper left corner */
#logo{

	top:35px;
	left:35px;

	width:180px;
	height:150px;

	float:left;

	margin:1px;
	padding:0px;

	background-color:#202020;
	text-align:center;
	background-image:url('/cms/templates/asvblog/images/bg_logo.jpg');

}

/* area in the upper right with the section image */
#sectionHeading{

	width:748px;
	height:150px;

	margin:1px;
	margin-left:0px;

	padding:0px;
	background-color:#202020;

	overflow:hidden;
}

/* empty block below the logo */
#line2Left {

	width:180px;
	height:40px;

	float:left;

	margin:1px;
	margin-top:0px;
	padding:0px;

	background-color:#202020;
	background-image:url('/cms/templates/asvblog/images/bg_category.jpg');


}

/* top navigation */
#line2Right {

	width:748px;
	height:40px;

	margin:1px;
	margin-top:0px;
	padding:0px;

	background-color:#202020;
	background-image:url('/cms/templates/asvblog/images/bg_category.jpg');

	vertical-align:middle;
}

/* container for the left navigation */
#thirdRow {

	width:182px;

	float:left;

	margin:0px;
	padding:0px;

	font-family:'Trebuchet MS',Arial,Helvetica,sans-serif;
	font-weight:bold;
	font-size:10pt;
	line-height:18px;

}

/* content of the page */
#contentBlock {

	margin-top:10px;
	margin-right:30px;
	margin-bottom:10px;
	margin-left:0px;
	padding-left:221px;

	font-family:'Trebuchet MS',Arial,Helvetica,sans-serif;
	font-size:10pt;
	color:#303030;
	text-align:justify;

}


/* left navigation itself */
#leftnav {
	padding-left:15px;
	padding-right:15px;
	padding-top:20px;
	padding-bottom:30px;
	margin:1px;
	background-color:#d2d2d2;
}

div.padding5 {
	padding-top:5px;
}



/**************************************
 **************************************
 				LINKS
**************************************
/**************************************/

/* left navigation: upper level */
a.mainlevel:link {
	font-size:11pt;
	font-weight:bold;
	text-decoration:none;
	color:#000000;
}
a.mainlevel:active {
	font-size:11pt;
	font-weight:bold;
	text-decoration:none;
	color:#000000;
}
a.mainlevel:visited {
	font-size:11pt;
	font-weight:bold;
	text-decoration:none;
	color:#000000;
}

/* left navigation: sub-level */
a.sublevel:link {
	font-size:9pt;
	font-weight:normal;
	text-decoration:none;
	color:#000000;
}
a.sublevel:active {
	font-size:9pt;
	font-weight:normal;
	text-decoration:none;
	color:#000000;
}
a.sublevel:visited {
	font-size:9pt;
	font-weight:normal;
	text-decoration:none;
	color:#000000;
}



/* top navigation */
a.mainlevel-nav:link {
	font-family:'Trebuchet MS',Arial, Helvetica, sans-serif;
	font-size:11pt;
	font-weight:bold;
	text-decoration:none;
	color:#FFFFFF;
	padding-left:20px;
	padding-right:20px;
}
a.mainlevel-nav:active {
	font-family:'Trebuchet MS',Arial, Helvetica, sans-serif;
	font-size:11pt;
	font-weight:bold;
	text-decoration:none;
	color:#FFFFFF;
	padding-left:20px;
	padding-right:20px;

}
a.mainlevel-nav:visited {
	font-family:'Trebuchet MS',Arial, Helvetica, sans-serif;
	font-size:11pt;
	font-weight:bold;
	text-decoration:none;
	color:#FFFFFF;
	padding-left:20px;
	padding-right:20px;

}

/* general links inside the text */
a:link {
	font-size:10pt;
	font-weight:normal;
	text-decoration:underline;
	color:#000000;
}
a:active {
	font-size:10pt;
	font-weight:normal;
	text-decoration:underline;
	color:#000000;
}
a:visited {
	font-size:10pt;
	font-weight:normal;
	text-decoration:underline;
	color:#000000;
}


/**************************************/
/**************************************/
/* 			TEXT FORMATTING			  */
/**************************************/
/**************************************/


td.contentheading {
	font-family:'Trebuchet MS',Arial, Helvetica, sans-serif;
	font-size:14pt;
	border:1px dotted black;
	width:688px;
	background-color:#EEEEEE;
	margin-top:20px;
}
.componentheading {
	font-size:0pt;
	color:#FFFFFF;
}


/* white section title on top of the section image */
#sectiontitle {
	text-align:right;
	font-family:'Trebuchet MS',Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:24pt;
	font-style:italic;
	color:#FFFFFF;
	margin-top:100px;
	margin-right:15px;
	margin-bottom:0px;
	text-transform:lowercase;
}


#mod_login_username {
	font-family:'Trebuchet MS',Arial, Helvetica, sans-serif;
	font-size:11pt;
	text-decoration:none;
	font-weight:normal;
	color:#202020;
	border:1px solid black;
	background-color:#EEEEEE;
}


#mod_login_password {
	font-family:'Trebuchet MS',Arial, Helvetica, sans-serif;
	font-size:11pt;
	text-decoration:none;
	font-weight:normal;
	color:#202020;
	border:1px solid black;
	background-color:#EEEEEE;
}