@charset "utf-8";
html {
	font-size: 100%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
* > html {
	font-size:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
body {
	text-align: left;
	margin: 20px 0 0 0;
	padding:0px;
	font: 0.625em/1em Verdana, Arial, Helvetica, sans-serif;   
	background-color:#FFFFFF;
}

a:link {
	text-decoration:underline;
	color:#CC0033;
}

a:visited {
	text-decoration:underline;
	color:#CC0033;
}

a:hover {
	text-decoration:none;
	color:#CC0033;
}

a:active {
	text-decoration:none;
	color:#CC0033;
}

a:focus {
	color:#CC0033;
	text-decoration:none;
	border:1px solid yellow;
}
h1, h2, h3, h4, h5, h6 {
	line-height:normal;
	color:#CC0033;
}
h1 {
	font-size:2.5em;
}
h2 {
	font-size:2.1em;
}
h3 {
	font-size:1.9em;
}
h4 {
	font-size:1.7em;
}
h5 {
	font-size:1.5em;
}
h6 {
	font-size:1.3em;
}
p {
	font-size:1.3em;
	line-height:1.8em;
}
li {
	font-size:1.4em;
	line-height:1.8em;
}
li li {
		font-size:0.9em;
		line-height:1.3em;
}
li li li {
		font-size:0.8em;
		line-height:1.2em;
}
ul li {
	list-style-image:url(/images/design/bullet.gif)
}
blockquote p {
	background:transparent url(/images/design/startquote.png) top left no-repeat;
	margin:0;
}
/* modern  */
html > body blockquote > p {
	background:none;
}
/* modern  */
html > body blockquote p:first-child {
	background:transparent url(/images/design/startquote.png) top left no-repeat;
}
blockquote {
	background:transparent url(/images/design/endquote.png) bottom right no-repeat;
	margin:0 20px 0 0;
	padding:0px 45px 0px 45px;
}
blockquote p {
	margin:20px 0 0 0;
	padding:0 0 8px 45px;	
}
table {
	border:0px none #ffffff;
	border-collapse:collapse;
	margin:0px;
	font-size: 1.2em;
}
caption {
	font-size: inherit;
	line-height:normal;
}
/* For mozilla and ie7 */
html > body caption {
}
table td {
	background-color:#ffffff;
	border:1px solid #cccccc;
	padding:0.4em;
	margin:0;
	vertical-align:top;
	font-size: inherit;
	line-height:normal;
	height:auto;
	overflow:auto;
}
table th {
	background-color:#eeeeee;
	border:1px solid #cccccc;
	font-weight: bold;
	text-align:left;
	padding:4px;
	margin:0;
	line-height:normal;
	color:#000000;
}
table th[scope="col"] {
	background-color:#dddddd;
	vertical-align:bottom;
}
table th[scope="row"] {
	background-color:#eeeeee;
	vertical-align:top;
	text-align:right;
}
table.layout {
	border:0px none #ffffff;
}
table.layout td {
	border:0px none #ffffff;
}
table.layout th {
	border:0px none #ffffff;
	background-color:#ffffff;
}
address {
	font-style:normal;
	line-height:normal;
	margin-left:6px;
}
.hidden {
	margin-left:-999em !important;
	font-size:0 !important;
	line-height:0 !important;
	height:0 !important;
	position:absolute !important;
	border:0px none #ffffff !important;
}
/* wrapper */
div#wrapper {
	/* Daddy width */
	width:989px;
	margin: 0px auto;
	padding:0px;
	height:600px;
	background: #000000 url(/images/design/borderBG.jpg) 0px 0px repeat-y;
}
/* modern */
html > body div#wrapper {
	height:auto ;
	min-height:600px;
}
/* header */
div#header {
	background:#000000 url(/images/design/header.gif) top left no-repeat;
	height:135px;
}
/* modern browsers */
html > body div#header {
	min-height:135px;
	height:auto;
}
/* mozilla only */
html >/**/ body div#header {
	overflow:hidden;
}
/* menu */
div#menu {
	height:105px;
	font-size:0.8em;
	margin: 0 0 0 150px;
	font-weight:bold;
	width:680px;
	float:left;
}
/* For Mozilla and ie7 */
html > body div#menu {
	min-height:105px;
	height:auto;
}
/* For Mozilla only */
html >/**/ body div#menu {
	overflow:hidden;
}
div#menu ul {
	padding:0 0 0 0;     
	margin:30px 0 0 0;
}
div#menu > ul {
	overflow:hidden;
}
div#menu ul li {
	text-align:center;
	list-style-type:none;
	float:left;
	display:block;
	margin:0px 5px 0px 5px;
	color:#CC0033;
	padding:0 0 0 0;
	line-height:normal;
	height:70px;
	width:72px;
	text-align:center;
}
/* modern */
html > body div#menu ul li {
	height:auto;
	width:auto;
	min-width:72px;
	min-height:70px;
}
/* mozilla */
html >/**/ body div#menu ul li {
	overflow:hidden;
}
div#menu ul li.odd {
	background:#000000 url(/images/design/menu_item_odd_bg.gif) left top repeat-x;
}
div#menu ul li.odd span {
	display:block;
	float:left;
	height:70px;
	background:transparent url(/images/design/menu_item_odd_left.gif) 0px 0px no-repeat;
	margin:0 0 0 0px;
}
div#menu ul li.odd span a {
	display:block;
	float:left;
	width:74px;
	height:70px;
	margin:0 0 0 0px;
	padding:0.4em 0 0 0;
	background:transparent url(/images/design/menu_item_odd_right.gif) 11px 0px no-repeat;
}
/* modern */
html > body div#menu ul li.odd span a {
	min-width:74px;
	width:auto;
	min-height:70px;
	height:auto;
}
div#menu ul li.even {
	background:#000000 url(/images/design/menu_item_even_bg.gif) top left repeat-x;
}
div#menu ul li.even span {
	display:block;
	float:left;
	height:70px;
	background:transparent url(/images/design/menu_item_even_left.gif) top left no-repeat;
}
div#menu ul li.even span a {
	display:block;
	float:left;
	width:74px;
	height:70px;
	margin:0 0 0 0px;
	padding:0.4em 0 0 0;
	background:transparent url(/images/design/menu_item_even_right.gif) 63px 0px no-repeat;
}
/* modern */
html > body div#menu ul li.even span a {
	min-width:74px;
	width:auto;
	min-height:70px;
	height:auto;
}
div#menu ul li a {
	color:#CC0033;  
	font-weight:normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size:1.4em;
}
div#menu  ul li a:link {
	color:#CC0033;
	text-decoration:none;
	/*background:transparent url(//images/design/menuBGhover.jpg) 0px 0px repeat-x;*/
}
div#menu  ul li a:visited {
	color:#CC0033;
	text-decoration:none;
	/*background:transparent url(//images/design/menuBGhover.jpg) 0px 0px repeat-x;*/
}

div#menu  ul li a:hover {
	color:#CC0033;
	text-decoration:underline;
	/*background:transparent url(//images/design/menuBGhover.jpg) 0px 0px repeat-x;*/
}

div#menu  ul li a:active {
	color:#CC0033;
	text-decoration:underline;
	/*background:transparent url(//images/design/menuBGhover.jpg) 0px 0px repeat-x;*/
}
/* school logo */
div#logo {
	width:144px;
	height:108px;
	background-position:left top;
	background-repeat:no-repeat;
	padding:0;
	margin:8px 8px 0 0;
	float:right;
}
/* footer */
div#footer {
	background-color:#000000;
	height:64px;
	color:#FFFFFF;
	text-align:right;
	padding:8px 45px;
}
/* modern browsers */
html > body div#footer {
	min-height:64px;
	height:auto;
}
/* mozilla only */
html >/**/ body div#footer {
	overflow:hidden;
}
div#footer img, div#headerSponsor img {
	border:none;
	vertical-align:bottom;
}
div#headerSponsor img {
	vertical-align:top;
}
div#headerSponsor {
	text-align:right;
	color:#FFFFFF;
}
/* page */
div#page {
	margin: 0 45px 0 45px;
	background-color:#FFFFFF;
	height:405px;
}
/* modern browsers */
html > body div#page {
	min-height:405px;
	height:auto;
}
/* mozilla */
html >/**/ body div#page {
	overflow:hidden;
}
div#submenu {
	float:right;
	width:17em;
	margin:0 0 0 0;
}
div#submenu h2 {
	font-size:1.5em;
	line-height:normal;
	margin:1em 0 0.4em 0;
}
div#submenu ul {
	margin:0;
	padding:0;
	list-style-type:none;
}
div#submenu li {
	padding: 0.4em 6px 0.4em 24px;
	margin:0;
	background:#ffffff url(/images/design/submenubullet.gif) 0px 0.4em no-repeat;
	list-style-image:none;
	line-height:normal;
}
div#submenu li a:link {
	text-decoration:none;
}
div#submenu li a:visited {
	text-decoration:none;
}
div#submenu li a:hover {
	text-decoration:underline;
}
div#submenu li a:active {
	text-decoration:none;
}
div#submenu li a:focus {
	text-decoration:none;
}
div#content {
	padding:0em 2em;
	float:left;
	width:68em;
}
div.fullWidth {
	width:100% !important;
}
div#thumbsynopsis {
	display:block;
	clear:both;
	overflow:hidden;
	height:auto;
}
div#thumbsynopsis img {
	float:left;
	clear:none;
	margin:0 1em 1em 0;
}
div#thumbsynopsis p {
	font-size:1.4em;
	line-height:1.6em;
	margin:0 0 0 0;
}
div.fieldInfo {
	padding:0.5em  0.5em 0.5em 20px;
	background-color:transparent;
	background-position:0 5px;
	background-repeat:no-repeat;
	height:25px;
	text-align:left;
	margin:0 0 0 0;
	clear:both;
}
div.fieldInfo ul {
	margin:0 0 0 0;
}
div.fieldInfo ul li {
	font-size:0.8em;
	line-height:normal;
	margin:0.3em 0 0.3em 0;
	padding:0 0 0 0;
	list-style-type:none;
}
html > body div.fieldInfo {
	height:auto;
	min-height:25px;
	overflow:hidden;
}
/* forms */
input, select, textarea {
	width:150px;
	border:1px solid #cccccc;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.2em;
}
option, select {
	width:auto;
}
input.checkbox {
	width:1em;
}
fieldset {	
	padding:1em;
	margin:1em;
}
input.required, select.required, textarea.required {
	border:1px solid #000000 !important;
}
label.required {
	font-weight:bold;
}
h2.podcast {
	font-size:1.4em;
}
h2.podcast span {
	font-weight:normal;
	color:#000000;
}
h3.podcast {
	font-size:1.2em;
}
p.podcast {
	font-size:1.1em;
}
ul.podcastSubscribe li {
	background-image:none !important;
}
ul.podcastSubscribe li img {
	border:0px none #ffffff;
}
ul.podcastSubscribe li img a {
	border:0px none #ffffff;
}
dl.image {
	font-size:1.2em;
	line-height:normal;
}
dl.image dt {
	font-size:1.4em;
	font-weight:bold;
	margin:0 0 0.5em 0;
}
dl.image dd {
	height:72px;
	margin:0 0 1em 0;
	padding:0 0 0 100px;
	background-repeat:no-repeat;
	background-position:left top;
	background-color:#FFFFFF;
}
html > body dl.image dd {
	height:auto;
	min-height:72px;
}
html >/**/ body dl.image dd {
	overflow:auto;
}
dl.galTN dd {
	height:100px;
	padding:0 0 0 110px;
}
dl.galTN dd p {
	font-size:1.1em;
	margin: 0 0 0.5em 0;
	padding:0 0 0 0;
	line-height:normal;
}
dl.galTN dd li {
	font-size:1.0em;
	line-height:normal;
	margin:0 0 0 0px;
	padding:0 0 0 0px;
}
div#theGallery {	
	height:300px;
	overflow:hidden;
	padding:0 0 200px 0;
}
/* modern browsers */
html > body div#theGallery {
	min-height:300px;;
	height:auto;
}
/* mozilla only */
html >/**/ body div#theGallery {
	overflow:hidden;
}
div.galboxwrap {
	float:left;
	width:130px;
	height:160px;
	margin:5px;
}
div.galbox {
	width:102px;
	height:102px;
}
div.galbox img {
	border:1px solid #cccccc;
}
div.picinfo p {
	font-size:1.0em;
	margin: 0 0 0.5em 0;
	padding:0 0 0 0;
}
div.picinfotable {
	font-size:0.9em;
	font-family:Arial, Helvetica, sans-serif;
	position:relative;
	margin:0 0 0 -999em;
	height:0;
	z-index:100;
	width:300px;
}