@charset "utf-8";	/* this modified from the .oneColFixCtr CSS template */
/*Reset*/
html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input { margin: 0; padding: 0; }

/*General stuff*/
body {
	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: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #555555;
}

/*Styles for links (anchors)*/
a img {border:none;}
a.splash {
	background-image: url(Resource/Site_Graphics/1202studios_night2_background_both.jpg);
	display: block;
	height: 350px;
	width: 605px;
	text-indent: -2000px;
	background-position: top;
}
a.splash:hover {
	background-position: bottom;
}
a.email:link { color:#FFFFFF; text-decoration:none;}
a.email:visited { color: #FFFFFF; text-decoration:none;}
a.email:hover {color:#FF6600; text-decoration:underline;}
a.email:active {color:#FF6600;}

/*Styles for text*/
h1 {
	font-size:18px;}

h2 {
	font-size:16px;}

h3 {
	font-size:14px;}

h4 {
	font-size:12px;
	line-height: 20px;}

h5 {}
h6 {}

p {
	font-size:12px;}
.contact {
	width: 38px;
	float: left;
}



/*Layout and Area-specific Styles*/
.oneColFixCtr #container {
	text-align: left;
	margin-top: 30px;
	margin-bottom: 60px;
	margin-right: auto;
	margin-left: auto;
	height: 600px;
	width: 900px;
	background-image: url(Resource/Site_Graphics/container-background_LinearGreen.png);
	position: relative;
}
.oneColFixCtr #menuBar {
	width: 142px;
	height: 544px;
	float: left;
	margin-right: 12px;
	margin-left: 20px;
}
.oneColFixCtr #mainContent {
	width: 650px;
	height: 404px;
	float: left;
	margin-bottom: 10px;
	overflow: auto;
}
.oneColFixCtr #subMenu {
	float: left;
	height: 124px;
	width: 650px;
}
.oneColFixCtr #logo {
	float: left;
	height: 120px;
	width: 138px;
	margin: 0px;
}
.oneColFixCtr #topFill {
	height: 24px;
	padding-left: 150px;
	margin-bottom: 8px;
}
.oneColFixCtr #midFill {
	height: 402px;
	clear: both;
	margin-bottom: 4px;
	padding-bottom: 12px;
	position: relative;
}
.oneColFixCtr #news {
	clear: both;
	bottom: 0;
	position: absolute;
	margin-bottom: 24px;
}
.oneColFixCtr  #newsHead {
	color: #FF6600;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF6600;
}
.oneColFixCtr #newsItem {
	color: #FFFFFF;
	/*border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #444444; */
	margin-top: 8px;
}
.oneColFixCtr #bottomFill {
	height: 24px;
	clear: both;
	background-position: bottom;
	float: left;
	width: 100%;
}
.oneColFixCtr #copyright3 {     /*for copyright on right*/
	color: #777777;
	text-align: right;
	font-size: 8px;
	z-index: -10;
	height: 12px;
	position: relative;
	top: 414px;
	right: 0px;
}

.officeMap {
	float: right;
}

/*Table/list formatting*/
.menuTables {
	text-align: right;
	float: right;
	cursor: pointer;
}

.splashpageTable {
	width: 100%;
}

.menuTablesSelect {
	color: #FF6600;
}

.thumbTables {
	background-color: #000000;
	cursor: pointer;
}
.thumbTablesHover {
	background-color: #FF6600;
}
.thumbTablesSelect {
	background-color: #FF6600;
}


.portfolioTable {
	padding-right: 4px;
	padding-left: 4px;
	cursor: pointer;
}
.portfolioTable #pTimage {
	width: 45px;
}
.portfolioTable #pTdate {
	width: 50px;
}
.portfolioTable #pTname {
	width: 250px;		/*if using "type" column, use 240px*/
}
.portfolioTable #pTstatus {
	width: 115px;		/*if using "type" column, use 110px*/
}
.portfolioTable #pTlocation {
	width: 85px;		/*if using "type" column, use 76px*/
}
.portfolioTable #pTtype {
	width: 36px;
}
.portfolioTableHeader {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #996699;
	font-weight: normal;
	cursor: pointer;
}
.portfolioTableHover {
	background-color: #333333;
}


.portfolioTable2 {
	padding-right: 4px;
	padding-left: 4px;
}
.portfolioTable2 #paTprojGenre {
	width: 110px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #444;
}
.portfolioTable2 #paTtitle {
	font-style: italic;
	width: 160px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #444;
}
.portfolioTable2 #paTpublicationOrg {
	width: 120px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #444;
}
.portfolioTable2 #paTauthor {
	width: 90px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #444;
}
.portfolioTable2 #paTdate {
	width: 90px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #444;
}
.portfolioTableHeader2 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #996699;
	font-weight: normal;
}
