/* 
 * Created by Steven Chou <stevenschou@gmail.com> for Troy7.com.
 * Please do not copy without permission.
 * All Rights Reserved.
 */

/* edit the body of the page as needed - this is merely the background */
body
{
	/* set the background image for the entire page here */
	background: white url(../img/background.png) repeat-x center top;
	height:1120px;
}

img
{
     border: 0px;
}


/* the footer of the page */
#footer
{
	font-family:Arial;
	font-size:12px;
	float:right;
	position:relative;
}

/* This is the body container on the page - it excludes the footer and the navigation at the top */
#bodyContainer
{	
	/* /background-color: #0000FF; */
	width:815px;
	height:910px;
	font-family:Arial;
	color:#333333;
	font-size:12px;
	margin-top: 30px;
}

/* This is the main container on the page */
#mainContainer
{	
	/* background-color: #FFFF00; */
	
	/* //border:solid; */
	width:815px;
	height:1100px;
	
	/* this centers the container on the page */
	margin-left:auto;
	margin-right:auto;	
	
	position: relative;
}

/* Defines the Logo on the top of the page */
#topLogo
{
	background-image:url('../img/troy_logo.png');
	background-repeat: no-repeat;
 	display:block;
 	height:111px;
 	width:90px;
}

/* Defines the styles for the navigation Bar */
#navigationBar
{
	font-family: Geneva;
	font-size:12px;
	text-align:center;
}

/* Defines the navigation bars at the very top of the screen - on the left side */
#topNavigationBarLeft
{
    clear: both;
	position:absolute;
	left: 0px;
	background-color:#1A1A1A;
	width:535px;
	height:30px;
}

/* Defines the navigation bars at the very top of the screen - on the right side */
#topNavigationBarRight
{
	position:absolute;
	left:545px;
	background-color: #666666;
	width:270px;
	height:30px;
}

/* Defines the unordered list used in the navigation bar */
ul
{
	list-style-type:none;
	margin:0;
	padding:0;
	overflow:hidden;
}

/* Defines the list item used in the navigation bar */
li
{
	float:left;
}

/* the navigation Link class for the navigation buttons at the top of the page */
a.navigationLink
{
	padding:9px;
	display:block;
	width:115px;
	color:#F2F2F2;
}

#rightLinkTitle
{
	text-transform:uppercase;
	border-bottom: 1px solid black;
	font-weight:bold;
	color: #00B0D8;
	font-size:15px;
	padding:1px;
}

/* the right navigation Link class for the navigation buttons at the right of the page */
a.rightNavigationLink
{
	/* /background-color:#F0F0F0; */
	position:relative;
	left:5px;
	display:block;
	width:265px;
	color:#333333;
	padding:2px;
}

/* configures the links when visited*/
a:link,a:visited
{
	font-weight:normal;
	text-transform:uppercase;
	text-decoration:none;
}

/* configures the link when the mouse is hovered over it */
a:hover,a:active,a.selected
{
	color:#00B0D8;
}

a.rightNavigationSelected
{
	color:#00B0D8;
	background-color:#E6E6E6;
}

/* the main slideshow on the front page */
#mainSlideshow
{
	top:10px;
	width: 815px;
	height: 369px;
	display: none;
}

/* the caption underneath the slideshow */
#slideshowCaption
{
	top:15px;
	position:relative;
	/* float: left; */
	font-family:Geneva;
	font-size:14px;
}

#leftCaptionContainer
{
	/* /background-color:#FF0000; */
	position:relative;
	width:250px;
	top:15px;
	float:left;
	padding:4px;
	height:245px;
	text-align:center;
	padding: 0px;
	margin: 2px;
}

#rightCaptionContainer
{
	/* /background-color:#00FFFF; */
	position:relative;
	width:290px;
	top:15px;
	float:left;
	padding:4px;
	height:245px;
	text-align:center;
	padding: 0px;
	margin: 2px;	
}

#leftBodyContainer
{
	/* /background-color:#FF0000; */
	float:left;
	text-align:left;
	position:relative;
	top:20px;
	left:10px;
	width:525px;
}

#leftSubBodyContainer
{
	/* /background-color:#FF00FF; */
	position:relative;
	top:20px;
	left:20px;
	width:505px;
}

#leftSubBodyText
{
	font-size:12px;
}

#rightBodyContainer
{
	/* /background-color:#00FFFF; */
	float:left;
	text-align:left;
	position:relative;
	top:20px;
	left:20px;
	width:270px;
}

#captionHeadline
{
	font-weight:bold;
	text-align:left;
	font-family:Georgia;
	font-size:18px;
	color:#231F20;
	border-bottom: 1px solid black;
	padding-bottom:5px;
}

#captionBody
{
	padding-top:10px;
}

#bodyCaption
{
	float:left;
	text-align:left;
	font-family:Geneva;
	font-size:14px;
}

#largeProfileBox
{
	/*/background-color:#FF0000; */
	position:relative;
	float:left;
	top:50px;
	width:270px;
	height:275px;
}

#smallProfileBox
{	
	/* /background-color:#FF00FF; */
	position:relative;
	float:left;
	top:50px;
	width:270px;
	height:175px;
}

#imgvis
{
   visibility:hidden;
}

dl.profile
{

}

dd.profilename
{
	text-transform:uppercase;
	font-size:17px;
	color:#00B0D8;
}

dd.attribute
{
	font-size:15px;
	color:#333333;
}

dd.attribute a
{
  font-size: 12px;
  text-transform:lowercase;
}

/* Styles for showing the entire job container */
#jobContainer
{
	/* /background-color:#00FFFF; */
	position:relative;
	width:95%;
	float:left;
	top:50px;
	font-size:20px;
	text-transform:uppercase;
	font-weight:bold;
	left:20px;
}

#jobPosting
{
	/* /background-color:#FF00FF; */
	border-top: 1px solid black;
	font-size:15px;
}

dl.job
{
	font-weight:normal;
}

dt.jobAttribute
{
	/* background-color:#FF0000; */
	text-transform:uppercase;
	color:#00B0D8;
	float:left;
	width:200px;
	font-weight:bold;
	padding:5px;
	clear:left;
	text-align: right;
}

dd.jobDescription
{
	/* //background-color:#00FF00; */
	padding:5px;
	text-transform:none;
	margin-left:210px;
}

#newsContainer
{
	/* //background-color:#FF0000; */
	position:relative;
	top:20px;
	left:20px;
	width:95%;
	font-family: Arial;
}

#newsArticle
{
	position:relative;
	margin-top: 14pt;
	border-top: 1px solid black;
	height:400px;
}

dl.news
{
	
}

dt.newsTitle
{
	font-weight:bold;
	font-size:20px;
}

dd.newsDescription
{
	font-size:15px;
	
}

dd.newsImages
{
	position:relative;
	top:20px;
	text-align:center;
	clear: both;
	margin-left:auto;
	margin-right:auto;
}

#listTitle
{
	font-size:12px;
	font-weight:bold;
}

dl.listDescription
{
	display:block;
	padding:2px;
}

dt.listTitle, dd.listDescriptor
{
	font-size:12px;
	padding:2px;
}

#galleryContainer
{
	/* //background-color:#00FF00; */
	text-transform:uppercase;
	font-size:12px;
	position:absolute;
	left: 0px;
	top:630px;
	width:815px;
}

#galleryImage
{
	padding:8px;
	float:left;	
}

#hierarchyLink
{
	position:relative;
	top:10px;
	font-size:14px;
	font-weight:bold;
}

#map
{
    clear: left; 
	width: 425px; 
	height: 350px; 
	margin-top: 20px; 
	margin-left: auto;
    margin-right: auto;	
	border: 1px solid black;
}

#NewsNext
{
    position: absolute;
	bottom: -15pt;
	right: -75px;
}

#NewsNextTop
{
    position: absolute;
	top: -15pt;
	right: -75px;
}

#NewsPrev
{
    position: absolute;
	bottom: -15pt;
	left: -75px;
}

#NewsPrevTop
{
    position: absolute;
	top: -15pt;
	left: -75px;
}

#liDescLink
{
    text-transform: none;
    font-size: 11px;
}


