/* RESET */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;

}
html, body {
	margin:0;
	padding:0;
    line-height: 1.1;
	height:100%;
	text-align: center;
	font-weight: normal;
	font-family:  Verdana, Arial, sans-serif;
	font-size: 1em;
	color: #FFF;
}
ol, ul {
    list-style: solid;
}
blockquote, q {
    quotes: none;
}
a{
	color:#8f8f8f;
	text-decoration:none;
}
a hover{
	color:#666666;
	text-decoration:underline;
}
a img{
	border:0;
}


/* END RESET */

body { 
	text-align: center; 
	width: 100%;
	font-family: arial, sans-serif;
	font-size: 1em;
	color: white;
	background:#2E2E2E url('../Images/bg3.jpg') repeat top center;
}

p { line-height: 2; }

h1, h2 { font-weight: bold; }

h1 { font-size: 1.5em; padding-bottom: 14px; color: #C5369D}

h2 { font-size: 1.2em; padding-bottom: 12px; color: #C5369D}

h3 { font-size: 1.2em; padding-right: 650px; margin-bottom: -10px; font-weight: bold; color: #C5369D}

	
.header { color:#FFFFFF;
	font-size: 1.1em;
	font-family: arial;
	font-weight: normal;
	width: 100%; 
	}
	
.headerSmall { color:#F42D3C;
	font-size: 1.2em;
	font-family: veranda, times;
	font-weight: normal;
	width: 100%; 
	}
	
.subheader { color: #C5369D;
	font-size: 1em;
	font-weight: bolder;
	width: 100%;
	}	
	
.subheaderSmall { color:#F42D3C;
	font-size: 0.8em;
	font-weight: bolder;
	width: 100%; 
	}	

	
.maintext { color:#FFFFFF;
	font-size: 0.9em;
	padding-top: 10px;
	font-family: arial, sans-serif;
	font-weight: lighter;
	width: 100%; 
	}

	.maintext a:link {
	color:#CCCCCC;
	text-decoration:none;
	}
	
	.maintext a:visited {
	color:#CCCCCC;
	text-decoration:none;
	}
	
	.maintext a:hover {
	color:#FFFFFF;
	text-decoration:none;
	} 

.maintext2 { color: #555555;
	font-size: 0.9em;
	padding-top: 10px;
	font-family: arial, sans-serif;
	font-weight: lighter;
	width: 100%; 
	}

	.maintext2 a:link {
	color: #C5369D;
	text-decoration: none;
	font-weight: 600;
	}
	
	.maintext2 a:visited {
	color: #C5369D;
	text-decoration: none;
	font-weight: 600;	
	}
	
	.maintext2 a:hover {
	color: #777777;
	text-decoration: none;
	font-weight: 600;
	} 
	
.linktext { color: #999999;
	font-size: 1.5em;
	padding-left: 50px;
	padding-top: 10px;
	font-family: arial, sans-serif;
	font-weight: bolder;
	width: 100%; }

	.linktext a:link {
		color: #999999;
		text-decoration: none;
		} 
		
	.linktext a:visited {
		color: #444444;
		text-decoration:none;
		}
	
	.linktext a:hover {
		color: #C5369D;
		text-decoration:none;
		}

.tech { color: #555555;
	font-size: 0.7em;
	font-family: arial, sans-serif;
	width: 50%;
	}

	.tech a:link {
	color: #C5369D;
	text-decoration: none;
	}
	
	.tech a:visited {
	color: #C5369D;
	text-decoration: none;
	}
	
	.tech a:hover {
	color: #777777;
	text-decoration: none;
	} 	
	

.italic { font-style: italic; }

.clear { clear: both; height: 0px; line-height: 0; }

	
li { padding-bottom: 12px;
	}	
	
li#memberslist {
	list-style: disc inside;
	padding-bottom: 0;
	margin-left: 12px;
	margin-bottom: 5px;
	}		

	
div#container{
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
	overflow: auto;
	clear: both;
}


div#titlebar {
	border: none;
	width: 100%;
	height: 140px;
	background:url('../Images/header_bg.png') no-repeat top center;
}


div#contentHeader {
	width: 100%;
	margin: 1px auto;
	text-align: center;
}



/* MENU */

div#mainMenu { 
	width: 100%;
	height: 131px;
	position: absolute;
	top: -5px;
	left: 0px;
	background-color: none;
	background: none;
	color: none;
	padding: 0px 0px 9px 0px;
}

div#mainMenu ul
{
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}

div#mainMenu li
{
	float: left;
	margin: 1px 0.15em;
}

div#mainMenu li a
{
	display: block;
	padding: 2px 10px 9px 0.8em;
	background-color: none;
	color: #fff;
	text-decoration: none;
	width: 100%;
}

html>body #mainMenu li a { width: auto; }

#mainMenu li a:hover
{
	background-color: none;
	background: url('../Images/menulink_bg.png') 10% 82% repeat-x;
	color: #fff;
}

#mainMenu img
{
	padding: 5px 0px 0px 0px;
}

/* END MENU */


div#frontContent {
	position: relative;
	width: 1000px;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
	margin: 10px auto;
	text-align: left;
	padding-bottom: 59px; /* Height of the footer */
	background: #111111;
	border: 1px solid #666666;
}

div#mainContent {
	position: relative;
	width: 1000px;
	height: auto !important; /* real browsers */
	height: 100%; /* IE6: treaded as min-height*/
	min-height: 100%; /* real browsers */
	margin: 10px auto;
	padding-bottom: 59px; /* Height of the footer */
	padding-top: 0px;
	margin-top: 5px;
	background: none;
	border: none;
}

div#frontImageBg {
	position: relative;
	left: 14px;
	bottom: 10px;
	width: 1032px;
	height: 820px;
	margin: 0px auto;
	margin-bottom: -30px;
	text-align: left;
	background: url('../Images/front.png') no-repeat top center;
	border: none;
}

div#frontImage {
	position: relative;
	right: 30px;
	top: 0px;
	width: 900px;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
	margin: 0px auto;
	margin-bottom: -10px;
	text-align: left;
	background: none;
	border: none;
}

/* FOOTER */

div#footer {
	position: absolute;
	bottom: 0;
    left: 0;
    right: 0;
	border: none;
	width: 100%;
	height: 62px; /* Height of the footer */
	background: url('../Images/footer_bg.png') no-repeat top center;
}

div#footerContent {
	position: relative;
	top: 10px;
    left: 280px;
	border: none;
	width: 720px;
	max-height: 59px; /* Height of the footer */
	background: none;
}

.copyright { color:#FFF;
	font-size: 0.8em;
	padding-left: 20px;
	padding-top: 8px;
	font-family: arial, sans-serif;
	font-weight: bold;
	float: left;
	width: 50%; }
	
.copyright2 { color:#FFF;
	font-size: 0.5em;
	margin-top: -5px;
	font-family: arial, sans-serif;
	font-weight: lighter;
	float: left;
	width: 50%; }
		
	.copyright2 a:visited:hover {color: white;} /* specificity = 2,1 */
	
	.copyright2 a:link:hover {color: white;}   /* specificity = 2,1 */
	
	.copyright2 a:hover:active {color: white;}
	
/* END FOOTER */	


div#contentText{
	position: relative;
	left: 100px;
	border: none;
	width: 800px;
	margin:0 80px 0 0;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
	padding: 0px 10px 10px 5px;
}

/* LINKS */

div#links{
	position: relative;
	left: 100px;
	width: 800px;
	margin:0 80px 0 0;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
	
}

div#subLinks{
	position: relative;
	width: 798px;
	margin:0 80px 0 0;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:600px; /* real browsers */
	padding: 0px 10px 10px 5px;
	margin-bottom: -20px;
	background: url('../Images/bg2.jpg') repeat top center #F9F9F9;
	border: none;
}

div#subLinks2{
	position: relative;
	left: 70px;
	width: 620px;
	margin:0 80px 0 0;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:600px; /* real browsers */
	padding: 10px 10px 10px 10px;
	background: url('../Images/bg.jpg') repeat top center;
	border: 1px solid #FFFFFF;
}

div#leftBanner{
	float: left;
	padding: 4px;
	margin: 4px;
	width: 468px;
	height: 108px;
	background: #333333;
	border: 1px solid #666666;
}

div#rightBanner{
	float: left;
	padding: 4px;
	margin: 4px;
	width: 468px;
	height: 108px;
	background: #333333;
	border: 1px solid #666666;
}

/* MEMBERS */

div#members{
	position: relative;
	left: 70px;
	width: 800px;
	margin:0 80px 0px 0;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
	padding: 0px 10px 5px 10px;
}

div#subMembers{
	position: relative;
	left: 5px;
	width: 800px;
	margin:0 80px 0 0;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
	padding: 0px 10px 0px 15px;
	background: none;
	border: none;
}

div#membersGallery{
	position: relative;
	width: 770px;
	margin: 5px 80px 5px 0px;
	height: 1%;
	overflow: hidden; /* IMPORTANT  TO KEEP DIV PROPERLY SIZED AROUND INNER CONTENT*/
	padding: 10px 10px 10px 15px;
	background: url('../Images/bg.jpg') repeat top center #222222;
	border: 1px solid #999999;
}

div.galleryContainer{
	float: left;
	padding: 4px;
	margin: 4px;
	width: 110px;
	height: 173px;
	background: url('../Images/bg2.jpg') repeat top center #333333;
	border: 1px solid #666666;
}

div.galleryContainerPic{
	position: relative;
	left: -2px;
	padding: 0px;
	margin: 3px 5px 0px 5px;
	max-width: 100px;
	height: 150px;
	background: none;
	border: none;
	overflow: hidden;
}

div.galleryContainerWords{
	color: #C5369D;
	font-weight: bold;
	float: left;
	padding: 0px;
	margin: 2px 5px 0px 5px;
	width: 100px;
	height: 20px;
	background: none;
	border: none;
}

.galleryLinks { color:white;
	font-size: 0.8em;
	font-family: arial, sans-serif;
	width: 50%;
	}
	
	.galleryLinks a:link {
	color: #777777;
	text-decoration: none;
	}
	
	.galleryLinks a:visited {
	color: #C5369D;
	text-decoration: none;
	}
	
	.galleryLinks a:hover {
	color: #C5369D;
	text-decoration: none;
	} 	


/* HORIZONTAL RULERs */


div#hr {
	border: 0;
	width: 90%;
	background: url('../Images/hr_bg.png') repeat center;
	height: 3px;
	margin: 0px auto;
	margin-bottom: 8px
}

div#hrBlank {
	border: 0;
	width: 100%;
	background: none;
	height: 5px;
	margin: 5px auto;
}

