@charset "UTF-8";
/* CSS Document */

body {
	font: 100% Century Gothic, Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #666666;
}

img, img a { border: 0; }

#login_container {
	position:fixed;
	width:100%;
	height:30px;
	font-size: x-small;
	border-bottom: 1px;
	border-bottom-color: #999999;
	border-bottom-style: solid;
	z-index: 3;
	background-color: #FFFFFF;
	left: 0px;
	top: 0px;	
}

#login {
	float:left;
	margin:4px;
}

#register {
	margin: 0;
	padding: 0;
	float:left;
	width:90px;
	height:30px;
	background-color: #6699ff;
	font-weight: bold;
	word-spacing: normal;
}

#register ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#register li {
	display: inline;
}


#register a {
	display: block;
	padding: 6px;
	text-decoration: none;	
	font-size: 13px;
	font-family: Century Gothic, Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	text-align:center;
	color: #666666;
}

#register a:hover {
	font-weight:bold;
}



/* Search */

#search {
	float:right;
	margin:4px;
}

#search form {
	margin: 0;
	padding: 0;
}

#search fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

#search p {
	margin: 0;
	font-size: 85%;
}

#searchinput {
	width: 180px;
}

#searchsubmit {
}

/* End Search */


#container {
	position:relative;
	width:1024px;
	height:640px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
}

#sidebar {
	float:left;
	margin-top:45px;
	width:210px;
	height:220px;
}	


#media_container {
	float:right;
	margin-top:45px;
	width:800px;
	height:220px;
	z-index: 2;
	background: #FFFFFF;
}



#logo{
	margin: 0;
	padding: 0;
	float:left;
	width:210px;
	height:95px;
}

#logo a {
	color:#999999;
}


#teasers {
	float:left;
	width:1024px;
	height:250px;
	padding-top: 60px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	clear:both;
}

#teasers a {
	color: #999999;
}


#teaser_one {
	float:left;
	width:244px;
	height:300px;
}

#teaser_image a {
	color:#999999;
}
#teaser_one a:hover {
	font-weight: bold;
}



#teaser_two {
	float:left;
	width:244px;
	height:300px;
	padding-left: 16px;
}
#teaser_two a:hover {
	font-weight: bold;
}



#teaser_three {
	float:left;
	width:244px;
	height:300px;
	padding-left: 16px;
}

#teaser_three a:hover {
	font-weight: bold;
}


#teaser_four {
	float:left;
	width:244px;
	height:300px;
	padding-left: 16px;
}
#teaser_four a:hover {
	font-weight: bold;
}



#teaser_title {
	width:244px;
	margin-top:10px;
	font-weight:bold;
	color:#999999;
}








/* Begin TJF Navigation */

#tjf_nav {
	padding-top: 15px;
	width:210px;
	height:220px;
}

h1{
	background:#FFFFFF;
	display:block;
	color:#666666;
	font-size:13px;
	margin:0;
	border:0;
	padding:0px;
	text-align: left;
	font-family: Century Gothic,Verdana, Arial, Helvetica, sans-serif;
	font-weight: lighter;
}
h1:hover{
	font-weight: bold;
}

h2 {
	font-size: 18pt;
	font-weight: normal;
}

h3 {
	text-transform: uppercase;
	letter-spacing: 2px;
	font: bold x-small Century Gothic,Verdana, Arial, Helvetica, sans-serif;
}

h4 {
	background:#FFFFFF;
	display:block;
	color:#999999;
	font-size:13px;
	margin:0;
	border:0;
	padding:5px;
	text-align: left;
	font-family: Century Gothic, Verdana, Arial, Helvetica, sans-serif;
	font-weight: lighter;
}


h4:hover{
	font-weight: bold;
}

a:link, a:visited{color:#0033CC;}
a:hover{text-decoration:none;}


#tjf_nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#tjf_nav li {
	display: inline;
}

#tjf_nav li.active a{
	font-weight: bold;
}

#tjf_nav a {
	display: block;
	padding: 5px;
	text-decoration: none;	
	font-size: 13px;
	font-family: Century Gothic,Verdana, Arial, Helvetica, sans-serif;
	font-weight: lighter;
	text-align:left;
	color: #999999;
}

#tjf_nav a:hover {
	font-weight: bold;
}

/* End TJF Navigation */




#footer {
	position:absolute;
	bottom: 0;
	left: 0; right: 0;
	padding: 0.5em 1em;
	background: white;
	font-size: x-small;

}