/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/
* {
	margin: 0px;
	padding: 0px;
}

body {
	font-size: 13px;
	font-family:Arial, Helvetica, sans-serif;
	line-height:24px;
	color:#474747;
	background-position:left;
	background-repeat:repeat-y;
	
}

body.section-1 { }
body.section-2 { }
body.section-3 { }

a:link { text-decoration: none; }
a:active { text-decoration: none; }
a:visited { text-decoration: none; color: #474747; }
a:hover { color: #FFFFFF;
	background-color: #E20000; }

a img { border: none; }

#menu {
	width: 250px;
	overflow: auto;
	top: 0;
	bottom: 0;
	left: 0px;
	position: fixed;
	height: 100%;
	background:url(../../../indexhibit/images/main-back3.jpg);
	background-repeat:repeat-y;
	background-position:top;
	background-color:#FFFFFF;
	margin-left:0px;
	
}

#menu ul {
	list-style: none;
	margin: 0 0 12px 0;
	}

#menu ul li.section-title {
	font-family:Georgia, "Times New Roman", Times, serif;
	size: 13px;
	color:#E20000;
	font-size: 13px;
	font-weight: bold;
	margin-left: 18px;
	margin-right:25px;
	background-image: url(/indexhibit/images/nav-headers2.png);
	background-repeat:repeat-x;
	background-position:left;
	line-height: 25px;
	 }
	 
#menu a:link { text-decoration: none; color: #474747;}
#menu a:active { text-decoration: none; }
#menu a:visited { text-decoration: none;}
#menu a:hover { text-decoration: none; color:#FFFFFF; background:#E20000  }
#menu p {color: #474747; margin-left: 27px;}
#menu li{color: #474747; 
	margin-left: 27px; 
	background-repeat:repeat-x;
	margin-right:36px;}

#content {
	height: 100%;
	width:800px;
	top: 0;
	margin-top: 100px;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 275px;
	
}

.container {
    padding: 5px 5px 25px 5px;
}

#content p {
	margin: 0 0 9px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 24px;
	color: #474747; }
#content a:link { text-decoration: none; font-weight:bolder; color: #E20000;  }
#content a:active { text-decoration: none; }
#content a:visited { text-decoration: none; color: #E20000;}
#content a:hover {
	color: #FFFFFF;
	background-color: #E20000;
}

p {
	padding-right:45px;
	margin: 0 0 9px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 24px;
	color:#474747;
}

h1 {
	font-size: 24px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #474747;
	font-weight: normal;
	margin-right:250px;
}
h1twit {
	font-size: 24px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: normal;
	line-height: 35px;
	color: #474747;
	margin-right:250px;
	list-style-type: none;	
}
h2 {
	font-size: 18px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #474747;
	font-weight: normal;
}
h3 {
	font-size: 16px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #474747;
	font-weight: normal;
	line-height: 22px;
}
h4 {
	font-size: 12px;
	font-style: italic;
	color: #474747;
	font-weight: normal;
}


#img-container	{ margin: 0; padding: 0; }
#img-container p	{ width: 750px; margin: 0; padding: 0 0 12px 0; }

#once { clear: left; }

/*additional elements */
.aboutblock {
	width:750px;
	height:545px;
	background-image: url(/indexhibit/images/divider-line.png);
	background-position:bottom;
	background-repeat:no-repeat;
	
	
	}
.helloblock {
	width:750px;
	height:525px;
	background-image: url(/indexhibit/images/divider-line.png);
	background-position:bottom;
	background-repeat:no-repeat;
	
	}
.indexblock {
	width:750px;
	height:600px;
	}

.indexblock2 {
	width: 480px;
	height: 335px;
	float:left;
	padding-right: 10px;
	}
.twitterblock {
	width:220px;
	height:375px;
	float:left;
	padding-left:35px;
	background-image: url(/indexhibit/images/vertical.png);
	background-position:left;
	background-repeat:repeat-y;
	
	}
		