﻿/* css by http://myhedspace.com */
* { color: #333; }

body {
	background-color:#595757;
	margin:0;
	padding:0;
	text-align:center;
}

#main {
	width:741px;
	height:502px;
	text-align:left;
	margin: 0 auto;
	/* center  */
	position:absolute;
	top:50%;
	margin-top:-251px;  /*negative half margin of height */
	margin-left: -370px; /*negative half margin of  width */
	left:50%
	/* center  */
}

#top {
	width:741px;
	height:14px;
	background-image:url(/img/core/home_top.jpg);
	font-size:1px; /*fix for weird ie bug */
}

#bottom {
	width:741px;
	height:16px;
	background-image:url(/img/core/home_bottom.jpg);
	font-size:1px;  /*fix for weird ie bug */
}

#wrap {
	width:741px;
	height:472px;
	background-image:url(/img/core/home_wrapbg.jpg);
}

.main_img {
	float:right;
	width:442px;
	height:472px;
	margin-right:14px;
	display:inline;
}

.main_noimg {
	float:right;
	width:442px;
	height:472px;
	margin-right:14px;
	display:inline;
}

#content_main {
	width: 400px;
	height:422px;
	margin:25px auto 0 auto;
	border:1px #999 solid;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bolder;
	overflow:auto; /* makes anchor links in ie non-working */
}

#content_main p {
	font-size:12px;
	text-align:justify;
}

#content_main h2 {
	font-size:20px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:lighter;
	text-transform:uppercase;
	border-bottom: 2px #666 solid;
}

#content_main .item {
	padding:8px;
}

#content_main .picture {
	padding:0;
	border:0;
	margin:0;
}

#left {
	width:270px;
	height:472px;
	float:left;
	margin-left:15px;
	margin-top:7px;
	display:inline;
}

#left .headline {
	padding:0 6px;
	text-align:justify;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#666;
}

#left .headline a {
	color:#666;
}

#left h1 {
	font-size:30px;
	color:#FF9900;
	font-family:"Century Gothic", "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-weight:400;
	text-align:right;
	padding: 10px 8px 0 0;
	margin:0;
}

.darker {
	color:#4D4C4B;
}

#tagline {
	font: 9px "Century Gothic", "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	text-align:right;
	padding: 0 8px 0 0;
	margin:-5px 0 0 0;
	color:#4D4C4B;
}

#nav_add {
	padding: 0 0 0 6px;
}

#nav_add table {
	border: 0px solid #595757;
	width: 260px;
}

#nav_add td {
	height: 72px;
	width: 86px;
	font-family:"Century Gothic", "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	text-align:right;
	border-right: 3px solid #EEE;
	padding-right:8px;
	cursor:pointer;
    font-size:26px;

    background-image:url(/img/core/navp_bg.gif);
	color:#FFFFFF;
}

#nav_add td:hover {
	background-image:url(/img/core/navp_bg2.gif);
    color:#D2D0CE;
}

#nav_add td:first-child {
    background-image:url(/img/core/navp_bg2.gif);
    color:#D2D0CE;
}

#nav_add td:first-child:hover {
    background-image:url(/img/core/navp_bg.gif);
	color:#FFFFFF;
}

#nav {
	padding: 10px 0 0 6px;
}

#nav ul {
	list-style-type:none;
	padding:0;
	margin:0;
	font-size:36px;
	font-family:"Century Gothic", "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color:#D2D0CE;
	font-weight:300;
	letter-spacing:-3px;
}

#nav ul li {
	width:257px;
	height:72px;
	background-image:url(/img/core/nav_bg.gif);
	background-repeat:no-repeat;
	margin:0 0 4px 0;
	padding-right:0;
	text-align:right;
}

#nav ul li a {
/*	height:70px;*/
	text-decoration:none;
	color:#D2D0CE;
	display:block;
	height:100%;
	background-image:url(/img/core/nav_bg.gif);
	padding-right:8px;
}

#nav ul li a:hover, #nav ul li .selected {
	background-image:url(/img/core/nav_bg2.gif);
	color:#FFFFFF;
	text-transform:uppercase;
	font-size:30px;
}

#footer {
	margin:0;
	text-align:center;
	color:#E6E4E2;
	font:9px Verdana, Arial, Helvetica, sans-serif;
	padding-right:10px;
}

#footer a {
	color:#E6E4E2;
	text-decoration:none;
}

#footer a:hover {
	color:#E6E4E2;
	text-decoration:underline;
}

img.thumb {
	margin: 0 7px;
	margin-bottom: 0px;
	float: left;
	margin-bottom: 5px;
	border: 1px #666 solid;
}