body
{
	margin: 0;
	background: repeat-x url(../Images/bgrepeat.jpg);
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000000;
}

.clear
{
	clear:both;
	height:0;
	line-height:0;
	font-size:0;
}


*
{
	outline: none;
}

ul 
{
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin: 0;
	padding: 0;
	
}

p
{
	margin: 0;
	padding: 0;
	font-size: 11px;
}

a
{
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}


/*------------------ Structure ------------------*/

.Container
{
	width: 100%;
	text-align: center;
}

.Header
{
	width: 100%;
	height: 186px;
}

.Header img
{
	margin: auto;
}

.logoHeader
{
    width:960px;
    height:186px;
    border:none; 
}

.logoBox
{
    width:404px;
    height:308px;
    border:none;
}

.Middle
{
	width: 100%;
}

.MiddleContent
{
	width: 960px;
	height: 307px;
	margin: auto;
}

/*------------------ Nav ------------------*/

.Nav
{
	width: 303px;
	height: 277px;
	float: left;
	margin-top:30px;
}

.Nav a
{
	float: right;
	display: block;
	width: 230px;
}

.JoinUm
{
	height: 50px;
	background: url(../Images/Nav/JoinUm.gif);
	background-repeat:no-repeat;
}

.JoinUm:hover
{
	height: 50px;
	background: url(../Images/Nav/JoinUmOn.gif);
	background-repeat:no-repeat;
}

.SignUp
{
	height: 41px;
	background: url(../Images/Nav/SignUp.gif);
	background-repeat:no-repeat;
}

.SignUp:hover
{
	background: url(../Images/Nav/SignUpOn.gif);
	background-repeat:no-repeat;
}

.Upload
{
	height: 81px;
	background: url(../Images/Nav/Upload.gif);
	background-repeat:no-repeat;
}

.Upload:hover
{
	background: url(../Images/Nav/UploadOn.gif);
	background-repeat:no-repeat;
}

.BeAPart
{
	background: url(../Images/Nav/BeAPart.gif);
	background-repeat:no-repeat;
	height: 84px;
	visibility:visible;
}

.BeAPart:hover
{
	background: url(../Images/Nav/BeAPartOn.gif);
	background-repeat:no-repeat;
}

.Imminent
{
	background: url(../Images/Nav/Imminent.gif);
	background-repeat:no-repeat;
	height: 0px;
	visibility:hidden;
}


/*------------------ TOP NAV END ------------------*/



.Flash
{
	width: 657px;
	height: 307px;
	float: left;
}

.Content
{
	width: 960px;
	margin: auto;
	background: url(../Images/ContentBack.jpg) top no-repeat;
	text-align: left;
}

/********************BLOGS AREA*******************/
.blogWrapper
{
	width: 960px;
}

/* ------------------ TWITTER ------------------ */

.Twitter
{
    margin:40px 20px 0px 80px;
	width: 380px;
	float:left;
	overflow:hidden;
}

.Twitter img
{
	padding: 0;
	margin:0px 0px 5px 0px;
	border:none;
	
}

 .Twitter ul
 {
	list-style-type:none;
 }
 
 .Twitter li 
 {
    padding-bottom:5px;
	margin-bottom:5px;
	border-bottom: medium dotted #b1b6b5;
 
 }
 
 .Twitter li .date
 {
    color:#aa1111;
    font-weight:bold;
 }
 
/* ------------------ TWITTER END ------------------ */


/* ------------------ WORDPRESS ------------------ */

.Wordpress
{
    margin:40px 60px 0px 30px;
	width: 390px;
	float:left;
	overflow:hidden;
}

.Wordpress img
{
	padding: 0;
	margin: 0;
	border:none;
}

 .Wordpress ul
 {
	list-style-type: none;
 }
  
 .Wordpress li {
    padding-bottom:5px;
	margin-bottom:5px;
	border-bottom: medium dotted #b1b6b5;
 
 }
 
 .Wordpress li .date
 {
    color:#aa1111;
    font-weight:bold;
 }
 
/* ------------------ WORDPRESS END ------------------ */


.Footer
{
	width: 100%;
	height: 28px;
	padding-top:10px;
	background: url(../Images/Footer.jpg);
	text-align: center;
}

.FooterContent
{
	width: 960px;
	margin: auto;
}

.Footer p
{
	margin: 0;
	padding: 0;
	letter-spacing: 3px;
	padding: 10px;
}

/* ------------------ Structure End ------------------*/

/* ------------------ Modal ------------------*/


.SignUpFormContent
{
    width:500px;
	padding: 25px 30px;
	background: #fff;
	letter-spacing: 0;
}

.topBar
{
    background-color:Silver;
    padding:3px;
    margin-left:-30px;
    margin-right:-30px;
    margin-top:-25px;
}

.topBarLeft
{
    float:left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
}

.topBarRight
{
    float:right;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
}


.ConfirmTopBar
{
    background-color:Silver;
    padding:3px;
}

.SignUpFormContent
{
    visibility:hidden;
}

.SignUpFormContent h1
{
	margin: 0 0 20px 0;
	font-size: 1.6em;
	text-align: center;
}

.SignUpFormContent .Form
{
	padding: 0 50px;
}

.SignUpFormContent .Form .Label
{
	position: relative;
	float: left;
	display: block;
	width: 105px;
	margin: 0 0 10px 0;
}

.SignUpFormContent .Form .Label em
{
	position: absolute;
	left: 0;
	top: 15px;
	font-size: 0.8em;
	font-style: normal;
}

.SignUpFormContent .Form .TextBox
{
	float: left;
	width: 241px;
	margin: 0 0 10px 0;
	padding: 3px 5px;
	background: no-repeat url(../Images/LongTextBox.gif);
	border: none;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.SignUpFormContent .Form .FileUpload
{
	float: left;
	margin: 0 0 10px 0;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.SignUpFormContent .Form .Tiny
{
	width: 42px;
	background: no-repeat url(../Images/TinyTextBox.gif);
}

.SignUpFormContent .Form .Submit
{
	margin-top:10px;
}

.SignUpFormContent .Form br
{
	clear: both;
}

.SignUpFormContent .Form .Error
{
	font-weight: bold;
	color: #8e191f;
}

.SignUpFormContent .Form ul
{
	margin: 20px 0;
	font-weight: bold;
	list-style: disc;
	list-style-position: inside;
	color: #8e191f;
}

/*for the modal dialog*/
.modalBackground
 {
    background-color:#090909;
    filter:alpha(opacity=70);
    opacity:0.70;
    -moz-opacity:0.70
}

.validationSummary
{
    border-style:dashed;
    border-color:#090909;
    margin:15px;
    padding:5px;
}
 
 /*MP3 Player and Projector*/
 
 .mp3Player
 {
    float:left;
    width:194px;
    padding-top:20px;
 }

.projector
{
  float:left;  
}

/*****************************Marquee************************************************/
.marqueeWrapper
{
    width:900px;
    margin-left:auto;
    margin-right:auto;
    height:30px;
    padding-top:20px;
    padding-left:40px;
}

.marquee
{
    height:18px;
    width:800px;
    background-color:#8f191f;
    color:White;
    font-weight:bold;
    padding:3px;
}