/*----------------------------------------------------
	CSS Document
	Site design is © to BlueGill Studios and Jeff McArthur
	Site content is © to Viña Studios, special thanks to John Henderer
----------------------------------------------------*/
/*----------------------------------------------------
	Text & Link Color Palet For main Link formating
----------------------------------------------------*/
body
	{
	background: url(media/design/main_bg.gif);
	margin: 0; padding: 0; margin-top: 5px;
	}
a:link
	{
	color: #571b66;
	text-decoration: none;
	}
a:visited
	{
	color: #571b66;
	text-decoration: none;
	}
a:hover
	{
	color: #FFFFFF;
	text-decoration: none;
	}
a:active
	{
	color: #000000;
	text-decoration: none;
	}
li
	{
	font: 10px/12px Georgia, serif;
	color: #8d8d8d;
	}
.sublink a:link { color:#9999FF;}
.sublink a:visited {color:#9999FF;}
.sublink a:hover {color: #571b66;}
.sublink a:active {color: #FFFFFF;}
/*----------------------------------------------------
	Headers Redon
----------------------------------------------------*/
h1
	{
	font: 22px Arial, Helvetica, sans-serif;
	color: #b5b5e1;
	text-align: left;
	font-weight: bold;
	margin-top: 0px;
	}
h2
	{
	font: 18px Arial, Helvetica, sans-serif;
	color: #b5b5e1;
	text-align: left;
	font-weight: bold;
	margin-top: 0px;
	}
h3
	{
	font: 14px Arial, Helvetica, sans-serif;
	color: #b5b5e1;
	text-align: left;
	font-weight: bold;
	}
/*----------------------------------------------------
	Home Page Specific 
----------------------------------------------------*/
.home-item
	{
	width: 850px;
	min-height: 150px;
	margin-left: 13px;
	margin-bottom: 20px;
	padding-left: 20px;
	padding-right: 20px;
	float: left;
	position: relative;
	}
.home-img
	{
	width: 290px;
	min-height: 150px;
	float: left;
	position: relative;
	}
.home-txt
	{
	width: 530px;
	min-height: 1px;
	float: left;
	position: relative;
	color: #b4b5b5;
	font-family: Arial;
	font-size: 13px;
	padding-left: 20px;
	padding-right: 10px;
	padding-top: 10px;
	}
.home-txt a:link { color:#9999FF; font-size: 12px;}
.home-txt a:visited {color:#9999FF;}
.home-txt a:hover {color: #9999FF; text-decoration: underline;}
.home-txt a:active {color: #FFFFFF;}

/* ---------- Main components ---------- */
#holder {
	width: 904px;
	margin: auto auto;
	position: relative;
}
#banner {
	width: 904px; height: 37px;
	background: url(media/design/banner.gif) top left no-repeat;
	position: relative;
}
#language
	{
	width: 884px;
	height: 18px;
	background: url(media/design/language.gif) top left no-repeat;
	position: relative;
	text-align: right;
	padding-right: 20px;
	padding-top: 2px; 
	}
#nav {
	width: 904px; height: 24px;
	background: url(media/design/nav.gif) top left no-repeat;
	position: relative;
}
/* header Images one for each main section */

#header-home {
	width: 904px; height: 208px;
	background: url(media/design/header_home.jpg) top left no-repeat;
	position: relative;
}

#header-contact {
	width: 904px; height: 208px;
	background: url(media/design/header_contact.jpg) top left no-repeat;
	position: relative;
}

#header-involvment {
	width: 904px; height: 208px;
	background: url(media/design/header_involvment.jpg) top left no-repeat;
	position: relative;
}

#header-audio {
	width: 904px; height: 208px;
	background: url(media/design/header_audio.jpg) top left no-repeat;
	position: relative;
}

#header-deditos {
	width: 904px; height: 208px;
	background: url(media/design/header_deditos.jpg) top left no-repeat;
	position: relative;
}

#header-video {
	width: 904px; height: 208px;
	background: url(media/design/header_video.jpg) top left no-repeat;
	position: relative;
}

/* ---------- Content areas ---------- */
#content {
	width: 904px;
	background: url(media/design/content_bg.gif);
	padding: 1px 0px;
}

#content a:link { color:#9999FF; font-size: 12px;}
#content a:visited {color:#9999FF;}
#content a:hover {color: #9999FF; text-decoration: underline;}
#content a:active {color: #FFFFFF;}

#leftcolumn {
	float: left; width: 230px;
	margin-left: 70px;
	margin-bottom: 10px;
	font: 11px/15px Georgia, "Times New Roman", Times, serif;
}
#rightcolumn {
	float: right;
	width: 520px;
	margin-right: 10px;
	margin-bottom: 10px;
}
#footer {
			width: 904px;
			height: 19px;
			background: url(media/design/footer.jpg) top left no-repeat;
			font: 11px/15px Arial, Helvetica, sans-serif; text-align: center;
			color: #ffffff;
			padding-top: 1px;
			padding-bottom: 5px;
			padding-left: 40px;
		}
		
#fullcolumn {
			width: 750px;
			margin-left: 70px;
			margin-bottom: 10px;
			}

/* ----- INDIVIDUAL DIVS TO HOLD INFORMATION ON MAIN PAGE ----- */
/* Used to create the news boxes */
.news {
    width: 490px; background-color: #000000;
    border: 0px solid #571b66; 
    padding: 10px 10px; margin-bottom: 10px;
	margin-top: 0px;
	font: 12px/16px Arial, Helvetica, sans-serif;
	color: #FFFFFF; text-align: left;
		text-align: left;
}
.newstitle {
	font: 24px Arial, Helvetica, sans-serif;
	color: #ffffff; text-align: left; font-weight: bold;
}
.subtitle {
	font: 18px Arial, Helvetica, sans-serif;
	color: #b5b5e1; text-align: left; font-weight: bold;
}
.sub2title {
	font: 16px Arial, Helvetica, sans-serif; font-weight: bold;
	color: #FFFFFF; text-align: left;
}
.footnote {
    font: 8px/10px Arial, Helvetica, sans-serif;
	color: #fff; text-align: left;
}
.question {
	font: 12px/16px Arial, Helvetica, sans-serif; font-weight: bold;
	color: #d67474; text-align: left;
}
.answer {
	font: 11px/15px Arial, Helvetica, sans-serif;
	color: #FFFFFF; text-align: left;
}
.sublink {
	color: #dd4040;
}
.fullnews {
    width: 720px; background-color: #000000;
    border: 0px solid #571b66; 
    padding: 10px 10px; margin-bottom: 10px;
	margin-top: 0px;
	font: 12px/16px Arial, Helvetica, sans-serif;
	color: #FFFFFF; text-align: left;
		text-align: justify;
}
.tumbnails {
			width: 100px;
			margin-left:20px;
			margin-bottom:20px;
			float: left;
			}

/* --- sublink link styles --- */
a.sublink:link {
	color: #A81866;
	text-decoration: none;
}
a.sublink:visited {
	color: #A81866;
	text-decoration: none;
}
a.sublink:hover {
	color: #FFFFFF;
	text-decoration: none;
}
a.sublink:active {
	color: #000000;
	text-decoration: none;
}


/* ----- HACKS USED ----- */
/* clearing hack by Tony Aslett for CONTENT area divs */
.clearfix:after {
    content: "."; display: block; height: 0; 
    clear: both; visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */