/* 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%;
	min-width:1200px;
	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:#222 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:#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;
	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:#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:#F000A3;
	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%; 
	}	
	
	.linktext a:link {
	color:white;
	text-decoration:none;
	} 
		
	.linktext a:visited {
	color:#999999;
	text-decoration:none;
	}
	
	.linktext a:hover {
	color:#F000A3;
	text-decoration:none;
	}
	
.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;
	} 
	
.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:#F000A3;
	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;
	margin-left: 12px;
	margin-bottom: 5px;
	}		

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

}

div#content {
   height:100%;
}


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


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



/* MENU */

div#mainMenu { 
	width: 700px;
	height: 30px;
	float: right;
	position: relative;
	top:65px;
	left:0px;
	background-color: none;
	background:url('../Images/menu_bg.gif') no-repeat top left;
	color: #333;
	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:absolute;
	top:90px;
	right:133px;
	width: 1000px;
	margin: 10px auto;
	text-align: left;
	padding-bottom:47px; /* Height of the footer */
	background: #111111;
	border: 1px solid #666666;
}

div#mainContent {
	position:absolute;
	top:90px;
	right:133px;
	width: 1000px;
	margin: 10px auto;
	text-align: left;
	padding-bottom:47px; /* Height of the footer */
	background: #111111;
	border: 1px solid #666666;
}

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;
}

/* LINKS */

div#links{
	position: relative;
	left: 5px;
	width: 1000px;
	margin:0 80px 0 0;
	min-height: 50px;
	padding: 10px;
}

div#subLinks{
	position: relative;
	left: 5px;
	width: 941px;
	margin:0 80px 0 0;
	min-height: 50px;
	padding: 10px;
	background: #333333;
	border: 1px solid #666666;
}

div#subLinks2{
	position: relative;
	left: 200px;
	width: 520px;
	margin:0 450px 0 0;
	min-height: 50px;
	padding: 0 0 0 10px;
	background: #333333;
	border: 1px solid #666666;
}

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: 5px;
	width: 1000px;
	margin:0 80px 0px 0;
	min-height: 50px;
	padding: 10px;
}

div#subMembers{
	position: relative;
	left: 5px;
	width: 941px;
	margin:0 80px 0 0;
	min-height: 50px;
	padding: 5px 10px 10px 15px;
	background: #333333;
	border: 1px solid #666666;
}

div#membersGallery{
	position: relative;
	left: 5px;
	width: 900px;
	margin: 10px 80px 10px 0px;
	height: 1%; overflow: hidden; /* IMPORTANT  TO KEEP DIV PROPERLY SIZED AROUND INNER CONTENT*/
	padding: 10px 10px 10px 15px;
	background: #222222;
	border: 1px solid #666666;
}

div.galleryContainer{
	float: left;
	padding: 4px;
	margin: 4px;
	width: 110px;
	height: 173px;
	background: #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{
	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%;
	}


/* HORIZONTAL RULERs */


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: 5px;
	margin: 5px auto;
}

