/* Reset */
body {
	background: #494542 url(../images/background.png) top left repeat-x;
	font:10px Arial, Helvetica, sans-serif;
	color:#676767;
	line-height:13px}

/* Generic Typography */
a {
	color: #924a1a;
	text-decoration:none;
	font-weight: bold;
}

h3 {
	background:url(../images/h3_bg.gif) top repeat-x;
	font-size:15px;
	color:#167bc2;
	line-height:24px;
	overflow:hidden;
	margin:0px;
}

h5 
{
	 font-family: Tahoma, Helvetica, Serif;
	 font-size: 13px; 
	 font-weight:bold;
	 line-height:20px;
}

p.big {
	font-weight: bold;
	font-size: 14px;
}

.col1, .col2, .col {
	margin:0px;
	padding: 0px 14px 0px 14px;
	background:white;
	display:inline;
	border:1px solid #e0e5e3;
	background-color:#f9fffd;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	behavior:url(js/PIE.htc);
	position:relative;
	height:auto;
	}
	
.col1 
{
	width:58%; 
	float:left; 
	clear:left;
	}
.col2 
{
	width:27%; 
	float:right; 
	clear:right;
	}


input#__EVENTTARGET, input#__EVENTARGUMENT, input#__VIEWSTATE, input#__EVENTVALIDATION {
    display: none;
}

/* Page Template Layout */
#container {
	width: 990px;
	margin: 0px auto;
}

/* Page Content Layout */
#main-content {
	min-height:300px;
	height:auto;
	width:990px;
	margin: 0px;
	padding: 0px;
	border:0px;
	overflow:hidden;
	background-color:White;
}

#main-content h2 {
	background: #797272;
	color: white;
	height: 34px;
	line-height: 34px;
	font-size: 12px;
	padding-left: 10px;
}

#main-content h3, #main-content p 
{
	padding: 12px;	
}

#main-content p
{
	font-size:10pt;
}

/* Page Footer Layout */
#footer {
	width: 990px;
	height: auto;
	background: #797272;
	font-size: 10px;
	color: white;
	margin: 0 0 -44px 0;
	clear: both;
	text-align:center;
}

#footer p {
	margin: 0;
	padding: 0;
	text-indent: 30px;
	line-height: 20px;
	clear:both;
}

#footer a {
    color:Yellow;
    text-decoration:none;
}

.post 
{
	height:auto;
    border-bottom: 1px solid #b3b3b3;
    margin: 5px;
    padding: 10px;
    font-size:12pt;
    line-height:.9em;
    border: 1px solid #e0e5e3;
    -moz-border-radius: 10px; 
    -webkit-border-radius: 10px;
     width:700px;
}
.post img {
    background: transparent url(../images/background-photo.png) top left no-repeat;
    width: 151px;
    height: 225px;
    padding: 2px;    
    float: left;
}

.post h4 {
    font-size: 2em;
    line-height: 1.1em;
    margin-bottom: 10px;
    color: #333333;
    height: 2.2em;
}

.post p {
    font-size: 13px;
    line-height: 1.2em;
    color: #666666;
}

.post .post-text {
    height: 11.8em;
    overflow: hidden;
    margin-bottom: 1em;
    height:auto;
   
}

.post .post-meta p {
    font-size: .9em;
}

/* General Classes */
.left {
	float: left;
}

.right {
	float: right;
}

.clear {
	clear: both;
}

.wrapper
{
	width:100%;
	overflow:hidden;
}

.error {
    color: Red;
    line-height: 16px;
}

.nav-back {
    line-height: 17px;
	padding: 1px 0 1px 24px;
	background: transparent url(../images/arrow-left-red.png) left top no-repeat;
}

.disabled {
    background-color: #cccccc;
}

.message-full {
    background: white;
    width: 748px;
    height: 268px;
    display: block;
    margin-left: 8px;
    float: left;
    font-size: 24px;
    font-weight: bold;
    padding: 16px;
}

/* Page Header Layout */
#header {
	width: 990px;
	background:transparent url(../images/bg_head.png) top left repeat-x;
	position: relative;
	margin: 30px 0px 0px 0px;
	overflow:visible;
	height:320px;
}

.bg {
	background: url(../images/button4.gif);
}

.menu {
	padding:0 0 0 32px; 
	margin-top:180px; 
	list-style:none; 
	height:40px; 
	background:#116600 url(../images/button1a.gif) repeat-x;
	position:absolute; 
	font-family:arial, verdana, sans-serif; 
	width:959px;
}
	
.menu li.top 
{
	display:block; 
	float:left; 
	position:relative;}

.menu li a.top_link 
{
	display:block; 
	float:left; 
	height:40px; 
	line-height:33px; 
	color:#fff; 
	text-decoration:none; 
	font-size:20px; 
	font-weight:bold; 
	padding:0 0 0 12px; 
	cursor:pointer;}
	
.menu li a.top_link span {float:left; font-weight:bold; display:block; padding:0 24px 0 12px; height:40px; text-decoration:none;}
.menu li a.top_link span.down {float:left; display:block; padding:0 24px 0 12px; height:40px; background:url(images/down.gif) no-repeat right top;}
.menu li a.top_link:hover {color:#002222; /*background: url(../images/button4.gif) no-repeat;*/}
.menu li a.top_link:hover span {/*background:url(../images/button4.gif) no-repeat right top;*/}
.menu li a.top_link:hover span.down {/*background:url(../images/button4a.gif) no-repeat right top;*/}

.menu li:hover > a.top_link {color:#002222; /*background: url(../images/button4.gif) no-repeat;*/}
.menu li:hover > a.top_link span {/*background:url(../images/button4.gif) no-repeat right top;*/}
.menu li:hover > a.top_link span.down {/*background:url(../images/button4a.gif) no-repeat right top;*/}

.menu table {border-collapse:collapse; width:0; height:0; position:absolute; top:0; left:0;}

.menu a:hover {visibility:visible;}
.menu li:hover {position:relative; z-index:200;}

.menu ul, 
.menu :hover ul ul, 
.menu :hover ul :hover ul ul,
.menu :hover ul :hover ul :hover ul ul,
.menu :hover ul :hover ul :hover ul :hover ul ul {position:absolute; left:-9999px; top:-9999px; width:0; height:0; margin:0; padding:0; list-style:none;}

.menu :hover ul.sub {left:2px; top:40px; right:2px; background: #fff; padding:3px 0; border:1px solid #009900; white-space:nowrap; width:200px; height:auto;}
.menu :hover ul.sub li {display:block; height:20px; position:relative; float:left; width:250px;}
.menu :hover ul.sub li a {font-weight:normal;display:block; font-size:11px; height:20px; width:192px; line-height:20px; text-indent:5px; color:#000; text-decoration:none; border:3px solid #fff; border-width:0 0 0 3px;}
.menu :hover ul.sub li a.fly {background:#fff url(../images/arrow.gif) 80px 7px no-repeat;}
.menu :hover ul.sub li a:hover {background:#42c555; color:#fff;}
.menu :hover ul.sub li a.fly:hover {background:#42c555 url(../images/arrow_over.gif) 80px 7px no-repeat; color:#fff;}
.menu :hover ul li:hover > a.fly {background:#42c555 url(../images/arrow_over.gif) 80px 7px no-repeat; color:#fff;} 

.menu :hover ul :hover ul,
.menu :hover ul :hover ul :hover ul,
.menu :hover ul :hover ul :hover ul :hover ul,
.menu :hover ul :hover ul :hover ul :hover ul :hover ul
{left:90px; top:-4px; background: #fff; padding:3px 0; border:1px solid 95d2ee; white-space:nowrap; width:93px; z-index:200; height:auto;}

.arrowBackForward
{
	height:32px; 
	width:32px; 
	background:transparent;  
	vertical-align:middle; 
	top: 80px; 
	position:relative;
	}
	
	.releasedate
	{
		font-size:10pt;
		font-weight:bolder;
	}
