/***********************************************/
/* 3col_leftNav.css                             */
/* Use with template 3col_leftNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 
* {
	padding:0px;
	margin:0px;
}

body {
	background-image:url(../images/paperBG.jpg);
	
	min-height: 100%; 	
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 1px;
	
	/*font-family:Tahoma, Geneva, sans-serif;*/
	font-family:Georgia, "Palatino Linotype","Book Antiqua", serif;
	font-size: 10pt;
	
	vertical-align:top;
}

a {
	color: #000;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	color: #993300;
}
a:active {
	color: #993300;
}

/* *********************************************/
.sub_heading {
	font-size: 130%;
	font-weight: bold;
	color: #7A7368;
}



.sub_text {
	font-size: 85%;
	color:#999999;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#parentCols{
	position:absolute;
	width: 648px;
	padding-left:94px;
	padding-bottom:2px;
	/* - befor css is a hack for ie only other browsers ignore*/
	-padding-bottom:0px;
	background-image:url("../images/black_baseline.gif");
	background-repeat:no-repeat;
	background-position:bottom right;
	
}

#parentCols_home{
	position:absolute;
	width: 648px;
	padding-left:94px;
}

.colView {
	clear: both;
	display: block;
}

#homeColView {
	margin-top: 40px;
	clear: both;
	display: block;
}

#homeLeftCol{
	vertical-align:0%;
	float: left;
	width: 44px;
	margin: 0px;
	padding: 0px;
	/*background-color: #ff0000;*/
}

#leftCol{
	vertical-align:0%;
	float: left;
	width: 44px;
	margin: 0px;
	padding: 0px;
	/*background-color: #ff0000;*/
}

#rightCol{
	clear: right;
	padding:4px 0px 2px 0px;
	vertical-align:top;
  	float:right;
	width:382px;
	height:auto;
	background-image:url("../images/black.gif");
	background-repeat:repeat-x;
	/*line-height:0px;
	background-color:#0033CC;/**/
}

#centerCol{
	text-align: right;
	padding: 0px;
	margin: 0px;
	vertical-align:0%;
	float:left;
	width: 222px;
	/*background-color:#ffff00;*/
}

#centerCol_Hotshots{
	text-align:right;
	vertical-align:0%;
	float:left;
	width: 222px;
	/*background-color:#ffff00;*/
}


#centerCol_Home{
	text-align:right;
	vertical-align:0%;
	float:left;
	width: 266px;
	/*background-color:#ffff00;*/
}


.main_title {
	padding:5px 5px 5px 0px;
	text-align:right;
	color:#CCCCCC;
	font-size:125%;
	font-style:italic;
	background-image:url(../images/title_text_bg.jpg);
}

.main_title_singlelinebg {
	padding-left: 0px;
	padding-bottom: 5px;
	padding-right: 5px;
	padding-top: 4px;
	background-repeat: repeat-x;
	text-align:right;
	color:#CCCCCC;
	font-size:125%;
	font-style:italic;
	background-image: url(../images/black.gif);
}

.main_block {
	padding-left: 5px;
	padding-bottom: 30px;
	padding-right: 0;
	padding-top: 0;
}

/***********************************************/
/* index home Divs                             */
/***********************************************/
.award_block {
	margin-bottom: 40px;
}

.home_sub_head{
	padding:3px 3px 6px 0px;
	background-color:#000000;
	color:#CCCCCC;
	font-size:100%;
	font-style:italic;
}

.home_country{
	text-align:right;
	padding:0px 6px 0px 0px;
	font-size:125%;
	font-style:italic;
}

.home_para {
	font-size:90%;
	line-height:140%;
	padding:2px 6px 5px 0px;
	text-align:right;
}

.home_credits {
	font-size:80%;
	line-height:120%;
	padding:5px 6px 5px 0px;
	text-align:right;
	font-weight:bold;
}

.home_baseline {
	padding-bottom: 0px;
	-padding-bottom:0px;
}


/***********************************************/
/* about Divs                                  */
/***********************************************/

.quote_link{
	color: black;
	border-top-color: black;
	border-bottom-color: black;
	border-bottom-style: solid;
	border-top-style: solid;
	border-bottom-width: 2px;
	border-top-width: 1px;
	margin-top: 5px;
	font-size: 12px;
	padding: 3px;
	text-align: left;
}

.quote_link a{
	font-style:italic;
	color: #666666;
}

.quote_link a:hover{
	color: black;
}

/***********************************************/
/* archive Divs                                */
/***********************************************/

.tags_title {
	padding:5px 10px 5px 10px;
	text-align:right;
	color:#CCCCCC;
	font-size:125%;
	font-style:italic;
	background-image:url(../images/title_text_bg.jpg);
}

.tags {
	background-color:#999;
	padding-bottom:5px;
}

.tags td {	
	text-align:right;
	font-size:70%;
	line-height:125%;
	color:#EEE;
	padding:2px 8px 2px 2px;
}

/***********************************************/
/* contact Divs                                */
/***********************************************/

.contact {
	text-align:right;
	color:#000000;
	font-size:140%;
	line-height:120%;
	padding:3px 6px 0 0;
	/*font-weight:bold;*/
}

.contact2 {
	text-align:right;
	color:#000000;
	font-size:100%;
	line-height:180%;
	padding:0 6px 0 0;
}

h2 {
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
}

.screen_capture {
	margin-bottom: 5px;
}


