@charset "utf-8";
/* CSS Document */

/* Divs/Layout */
#wrapper {
	width:960px;
	margin-right: auto;
	margin-left: auto;
}
#top{
	width:660px;
	height:160px;
	/*background-image:url(assets/top.png);
	background-position:top left;
	background-repeat:no-repeat;*/
	display:block;
	float:left;
}
#socialnetwork{
	width:300px;
	text-align:right;
	height:160px;
	float:left;
	display:block;
}
#head{
	width:960px;
	height:250px;
	margin-top:30px;
	display:block;
}
#navigation {
	width:149px;
	height:248px;
	display:inline-block;
	float:left;
	font-size:12px;
	background:url(assets/box.png);
	border-bottom:solid 1px;
	border-left:solid 1px;
	border-top:solid 1px;
	margin-top:-1px;
	/*font-family:Georgia, "Times New Roman", Times, serif;*/
}
#subnavigation {
	width:149px;
	height:248px;
	display:inline-block;
	float:left;
	font-size:12px;
	background:url(assets/box.png);
	border-bottom:solid 1px;
	border-right:solid 1px;
	border-top:solid 1px;
	margin-top:-1px;
	/*font-family:Georgia, "Times New Roman", Times, serif;*/
}
.subnavigationholder {
	width:149px;
	height:250px;
	position:relative;
	display:block;
	top:0px;
}
#slideshow {
	width:630px;
	height:250px;
	margin-left:30px;
	display:inline-block;
	float:left;
	/*background-color:#999999;*/
}
#main{
	width:960px;
	height:400px;
	display:block;
	margin-top:180px;
}
#content{
	width:618px;
	min-height:388px;
	padding:5px;
	margin-right:30px;
	display:inline-block;
	float:right;
	background-image:url(assets/box.png);
	border:solid 1px;
}
#picture{
	width:290px;
	height:390px;
	padding:4px;
	display:inline-block;
	float:right;
	background-image:url(assets/box.png);
	border:solid 1px;
}

/* Text/Colors */
body {
	background-color: #FFFFFF;
	background-image:url(assets/bgtilex.jpg);
	background-position: top left;
	background-repeat:repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#000000;
}
.first {
	background-color:#333333
}
.title {
	font-size:24px;
	font-family:Georgia, "Times New Roman", Times, serif;
}
h1 {
	margin: 0;
	font-weight: normal;
	font-size:24px;
	font-family:Georgia, "Times New Roman", Times, serif;
}
/* Other */
#content ul {
	margin-top: 0;
	list-style: none;
	padding-left: 15px;
}


/* NAV */

#m1 {
	position:relative;
	visibility: hidden;
	top:0px;
}
#m2 {
	position:relative;
	visibility: hidden;
	top:0px;
}
#m3 {
	position:relative;
	visibility: hidden;
	top:0px;
}
#m4 {
	position:relative;
	visibility: hidden;
	top:0px;
}
#m5 {
	position:relative;
	visibility: hidden;
	top:0px;
}
#m6 {
	position:relative;
	visibility: hidden;
	top:0px;
}

.nav ul{
	list-style-type:none;
	margin-top:0px;
	margin-left:-41px;
}

.nav ul li{
	display:block;
	margin-top:1px;
}
.nav ul li a{
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 5px;
	display:block;
	text-align:left;
	width:142px;
	height: 16px;
}

.nav ul li a:link {
	color: #E6E6E6;
	text-decoration: none;
	background-color:#191919;
	background-image:url(assets/btbg.jpg);
}

.nav ul li a:visited {
	color: #E6E6E6;
	text-decoration: none;
	background-color:#191919;
	background-image:url(assets/btbg.jpg);
}

.nav ul li a:hover {
	color:#E6E6E6;
	text-decoration: none;
	background-color:#555555;
	background-image:url(assets/btbgh.jpg);
}

#subnavigation ul li a{
	margin-left: 2px;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 5px;
	display:block;
	text-align:left;
	width:142px;
	text-align:left;
}

#subnavigation ul li a:link {
	color: #E6E6E6;
	text-decoration: none;
	background-color:#555555;
	background-image:url(assets/btbg2.jpg);
}

#subnavigation ul li a:visited {
	color: #E6E6E6;
	text-decoration: none;
	background-color:#555555;
	background-image:url(assets/btbg2.jpg);
}

#subnavigation ul li a:hover {
	color:#E6E6E6;
	text-decoration: none;
	background-color:#777777;
	background-image:url(assets/btbgh.jpg);
}

/* Links  */

.linkedimage {
	border:0px;
}

#content a:link,#content a:visited {
	color: #000000;
	text-decoration: underline;
	padding: 0px;
	margin: 0px;
}

#content a:hover {
	color: #000000;
	text-decoration: underline;
	padding: 0px;
	margin: 0px;
}

.nolink {
	color: #94D40C;
	text-decoration: line-through;
}