/* 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%;
}
ol, ul {
    list-style: none;
}
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:black url('../Images/bg.png') repeat-x top center;
}

p { line-height: 2; }

h1, h2 { font-weight: bold; }

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

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

.copyright { color:#999999;
	font-size: 0.8em;
	padding-left: 20px;
	padding-top: 8px;
	font-family: arial, sans-serif;
	font-weight: bold;
	float: left;
	width: 50%; }
	
.copyright2 { color:#999999;
	font-size: 0.5em;
	padding-left: 30px;
	padding-top: 1px;
	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;}


	
.header { color:#F42D3C;
	font-size: 1.4em;
	font-family: veranda, times;
	font-weight: normal;
	width: 100%; 
	}
	
.headerSmall { color:#F42D3C;
	font-size: 1.2em;
	font-family: veranda, times;
	font-weight: normal;
	width: 100%; 
	}
	
.subheader { color:#F42D3C;
	font-size: 1em;
	font-weight: bolder;
	width: 100%; 
	}	
	
.subheaderSmall { color:#F42D3C;
	font-size: 0.8em;
	font-weight: bolder;
	width: 100%; 
	}	
	
.subheaderText { color:#FFF;
	font-size: 0.9em;
	font-weight: lighter;
	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:#F42D3C;
	text-decoration:none;
	} 
	
.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:white;
	text-decoration:none;
	} 
		
	.linktext a:visited {
	color:#999999;
	text-decoration:none;
	}
	
	.linktext a:hover {
	color:#F42D3C;
	text-decoration:none;
	}

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

	
li { padding-bottom : 12px;
	}	
	
li#memberslist { padding-bottom : 0;
	}		

	
div#content {
	border: none;
	min-height: 100%;
	position:relative;

}

div#content {
   height:100%;
}


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


div#contentHeader {
	border: none;
	width: 980px;
	margin: 1px auto;
	text-align: left;
}



/* MENU */

div#mainMenu { 
	width: 900px;
	float: right;
	background-color: none;
	background:url('../Images/menu_bg.gif') no-repeat left top;
	color: #333;
}

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

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

div#mainMenu li a
{
	display: block;
	padding: 7px 5px 9px 0.5em;
	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') bottom center no-repeat;
color: #fff;
}

/* END MENU */

div#mainContent {
	position:absolute;
	top:141px;
	right:133px;
	width: 1000px;
	margin: 10px auto;
	text-align: left;
	padding-bottom:47px; /* Height of the footer */
	background:url('../Images/maincontent_bg.png') repeat-y top center;
}

div#footer {

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

.italic { font-style: italic; }

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


div#contentText{
	position: relative;
	left: 40px;
	border: none;
	width: 920px;
	margin:0 80px 0 0;
	min-height: 50px;
	padding: 10px;
}

div#membersText{
	position: relative;
	float:left;
	top: -440px;
	border: none;
	width: 720px;
	height: 0px;
}


div#membersMenu{
	position: relative;
	float:right;
	left: 110px;
	border: none;
	margin:10px 80px 10px 10px;
	border: 1px solid #333;
	padding: 4px;
}

div#membersPic{
	position: relative;
	float:left;
	left: 0px;
	width: 90px;
	border: none;
	margin:4px 80px 4px 4px;
	padding: 4px;
}

div#memberspagesText{
	position: relative;
	left: 100px;
	border: 1px solid #333;
	width: 700px;
	margin:10px 80px 10px 10px;
	min-height: 50px;
	padding: 5px;

}

div#memberspagesPic{
	position: relative;
	float:right;
	left: 80px;
	border: none;
	margin: 0 80px 0 0;
}

div#memberspagesGallery{
	position: relative;
	left: -15px;
	border: 0px solid #333;
	width: 920px;
	margin:10px 80px 10px 10px;
	min-height: 50px;
	padding: 5px;

}


div#hr {
	border: 0;
	width: 80%;
	background: url('../Images/hr_bg.png') no-repeat scroll center;
	height: 18px;
	margin: 10px auto;
}

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

