body  {
	font-family: Georgia, "Times New Roman",  Times,  serif;
	font-size:12px;
	line-height:18px;
	background:url(../images/pline.jpg) repeat;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
}
* {
	margin:0px;
	padding:0px;
}
a img {
	border:none;
}
a:link, a:active, a:visited {
	color: #009ac8;
}
a:hover {
	color: #005cab;
}

#container { 
	width: 1030px;
	margin: 0 auto;
	text-align: left;
} 
#header { 
	height:100px;
	padding:20px 0px 0px 120px;
}
#tab {
	float: left;
	width: 30px;
	height:230px;
}
#mainContent {
	margin: 0px 0px 0px 30px;	
	padding:20px 20px 0px 20px;
}
.Content {
	float:right;
	width:520px;
}
.tpPaper {
	height:20px;
	background:url(../images/paper/tpPaper.png) top left no-repeat;
}
.midPaper {
	background:url(../images/paper/midPaper.png) repeat-y;
	padding:20px 20px 20px 40px;
}
.btPaper {
	height:20px;
	background:url(../images/paper/btPaper.png) top left no-repeat;
}
.sideContent {
	float:left;
	width:400px;
	margin-top:60px;
}

#footer {
	height:150px;
} 
#footer p {
	margin: 0;
	padding: 10px 0;
}

/* Backgrounds */
.default #header { 
	background:url(../images/default/fldHdr.png) top left no-repeat;
}
.default #tab {
	background:url(../images/default/fldTab.png) top left no-repeat;
}
.default #mainContent {
	background: url(../images/default/fldMid.png) top left repeat-y;
	height: 1%;
}
.default #footer {
	background:url(../images/default/fldFtr.png) top left no-repeat;
}

.resume #header { 
	background:url(../images/resume/fldHdr.png) top left no-repeat;
}
.resume #tab {
	background:url(../images/resume/fldTab.png) top left no-repeat;
}
.resume #mainContent {
	background: url(../images/resume/fldMid.png) top left repeat-y;
	height: 1%;
}
.resume #footer {
	background:url(../images/resume/fldFtr.png) top left no-repeat;
}

.where #header { 
	background:url(../images/where/fldHdr.png) top left no-repeat;
}
.where #tab {
	background:url(../images/where/fldTab.png) top left no-repeat;
}
.where #mainContent {
	background:url(../images/where/fldMid.png) top left repeat-y;
	height: 1%;
}
.where #footer {
	background:url(../images/where/fldFtr.png)top left no-repeat;
}

.english #header { 
	background:url(../images/english/fldHdr.png) top left no-repeat;
}
.english #tab {
	background:url(../images/english/fldTab.png) top left no-repeat;
}
.english #mainContent {
	background: url(../images/english/fldMid.png) top left repeat-y;
	height: 1%;
}
.english #footer {
	background:url(../images/english/fldFtr.png) top left no-repeat;
}

.zodiac #header { 
	background:url(../images/zodiac/fldHdr.png) top left no-repeat;
}
.zodiac #tab {
	background:url(../images/zodiac/fldTab.png) top left no-repeat;
}
.zodiac #mainContent {
	background: url(../images/zodiac/fldMid.png) top left repeat-y;
	height: 1%;
}
.zodiac #footer {
	background:url(../images/zodiac/fldFtr.png) top left no-repeat;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.card {
}
/* Main Nav */
ul.mainNav {
	font-family:Georgia,"Times New Roman",Times,serif;
	width:410px;
	height:30px;
	float:right;
	margin-top:6px;
	line-height:30px;
}
ul.mainNav li {
	float:left;
	padding-right:20px;
	list-style-type:none;
}
ul.mainNav li a {
	color:#000000;
	text-decoration:none;
}
ul.mainNav li a:hover {
	text-decoration:underline;
}
/* Typography */
.Content h1 {
	font-family:Helvetica, Arial, sans-serif;
	font-size:18px;
	margin-bottom:30px;
	font-weight:normal;
}
.Content p {
	margin-bottom:12px;
}
.whereNav {
	margin-left:40px;
}

ul.whereNav li a {
	color:#FFFFFF;
}
.addthis {
	padding-top:20px;
}

/* Zodiac Flowplayer */
	/* container has a background image */
a.htzvid {	
	display:block;
	width:425px;
	height:300px;
	text-align:center;
	color:#fff;
	text-decoration:none;
	cursor:pointer;
}
div.clips a {
	display:block;
	padding:10px;
	height:140px;
	width:160px;
	font-size:12px;
	border-bottom:1px dotted #666666;
	text-decoration:none;
	color:#fff;
	margin-left:40px;
}
div.clips.htzclips a h3 {
	margin-top:6px;
	font-size:12px;
	font-weight:normal;
}

div.clips.htzclips a.playing, div.clips.htzclips a.paused, div.clips.htzclips a.progress {
	background:url(../images/zodiacProgress.png) no-repeat 0px -140px;
}

div.clips.htzclips a.paused {
	background-position:0 0;	
}

div.clips.htzclips a:hover {
	background-color:#666666;
} 

div.clips.htzclips a.playing:hover, div.clips.htzclips a.paused:hover, div.clips.htzclips a.progress:hover {
	background-color:transparent !important;	 
}
