@import url("menu.css");

/******************** GLOBAL TAGS ********************/

p, div, h1, h2, h3, h4, ul, li, span
{
	padding: 0;
	margin: 0;
}

p
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 9px 0;
	color: #000000;
}

body span.NormalBold, body .NormalBold p
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
}

td, div, li
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

ul
{
	margin: 9px 0 9px 15px;
	list-style-type: square;
}

a, a:link, a:active, a:visited, a p, a:link p, a:active p, a:visited p, p a, p a:link, p a:active, p a:visited
{
	color: #013563;
	text-decoration: none;
}

a:hover, a:hover p, p a:hover
{
	text-decoration: underline;
}

h2
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #013563;
	margin: 1em 0 0.5em 0;
}

h3
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #013563;
}

ul li
{
padding:3px;
}

/******************** SKIN STYLES ********************/

body
{
	text-align: center;
	background: #00416b;
}

#editorBody
{
	text-align: left;
	background: #ffffff;
}

#pageWrapper
{
	width: 990px;
	margin: 0 auto;
	padding: 30px 0;
	text-align: left;
}

#topCorners
{
    background: url('images/topCorners.gif') no-repeat top left;
	height: 10px;
	line-height: 10px;
	font-size: 1px;
}

#innerPageWrapper
{
	background: #ffffff;
	padding: 0 4px;
}

#header
{
	background: url('images/headerBackground.gif') repeat-x top left;
	height: 157px;
}

#crest
{
	margin: 33px 0 0 56px;
	float: left;
}

#title
{
	margin: 30px 0 0 50px;
	float: left;
}

#title h1
{
	color: #ffffff;
	font-family: "Goudy Old Style", "Times New Roman", times, serif;
	font-size: 48px;
	font-weight: normal;
	font-variant: small-caps;
	line-height: 45px;
}

#title h2
{
	color: #ffffff;
	font-family: "Goudy Old Style", "Times New Roman", times, serif;
	font-size: 16px;
	font-weight: normal;
/*	font-style: italic;*/
	line-height: 19px;
	margin: 9px 0;
}

#andrewProfileTop
{
	float: right;
	margin: 6px 17px 0 0;
	display: inline;
}

#menu
{
	background: url('images/menuBackground.gif') repeat-x top left;
	height: 37px;
}

#andrewProfileBottom
{
	float: right;
}

#mainColumn
{
    float: left;
	width: 754px;
	margin: 0 0 4px 0;
}

#rightColumn
{
    float: left;
	width: 228px;
	margin: 4px 0;
}

#contactBox
{
	border: 1px solid #bbc7cd;
	padding: 9px;
}

.contactPane
{
	margin-left: 30px;
}

.contactPane h2
{

}

.contactPane p, .contactPane .Normal p
{
	color: #013563;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	line-height: 19px;
	margin: 1px 0;
}

.featureButton
{
	border: 1px solid #bbc7cd;
	padding: 12px 15px;
	margin: 4px 0 0 0;
}

.featureButton img
{
	margin: 0 20px 0 0;
}

.featureButton a, .featureButton a:link, .featureButton a:active, .featureButton a:visited
{
	color: #073e73;
	text-decoration: none;
}

.featureButton a:hover
{
	text-decoration: underline;
}

.featureButton h2
{
	color: #073e73;
	font-family: "Goudy Old Style", "Times New Roman", times, serif;
	font-size: 15px;
	font-weight: normal;
	display: inline;
	line-height: 15px;
}

.featureButton table
{
    word-wrap: break-word;
}

#twitter_update_list a
{
    word-wrap: break-word;
    word-break: break-all;
	display: block;
}

.partyRoomPane
{
	margin: 4px 0 0 0;
}

#partyRoomThumb
{
	height: 80px;
	overflow: hidden;
}

#footer
{
    background: #0279b7;
	height: 40px;
}

#bottomCorners
{
    background: url('images/bottomCorners.gif') no-repeat top left;
	height: 10px;
	line-height: 10px;
	font-size: 1px;
}

#baseNav, #baseNav .SkinObject
{
	margin: 15px 0 0 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	text-align: center;
}

#baseNav a, #baseNav a:link, #baseNav a:active, #baseNav a:visited, #baseNav .SkinObject a, #baseNav .SkinObject a:link, #baseNav .SkinObject a:active, #baseNav .SkinObject a:visited
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	text-decoration: none;
	font-weight: normal;
}

#baseNav a:hover, #baseNav .SkinObject a:hover
{
	text-decoration: underline;
}

#twitter_update_list
{
	margin: 9px 0 0 0;
	list-style-type: none;
	height: 45px;
	overflow: hidden;
}

#twitter_update_list li
{
	list-style-type: none;
}

/******************** MISCELLANEOUS STYLES ********************/

.clearBoth
{
	clear: both;
	height: 0px;
	font-size: 0px;
}

.clearfix:after
{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix
{
    zoom: 1;     /* triggers hasLayout */
}

.imageBlock
{
	display: block;
}

/******************** ARTICLE LISTING STYLES ********************/

.articleListingSmall .listingItem
{
	margin: 15px 0;
}

.articleListingSmall h2, .articleListingSmall h2 a, .articleListingSmall h2 a:link, .articleListingSmall h2 a:active, .articleListingSmall h2 a:visited, .articleListingSmall h2 a:hover
{
	color: #013563;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	line-height: 15px;
	margin: 0 0 5px 0;
}

.articleListingSmall p
{
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	margin: 0;
}

.articleListingMedium .listingItem
{
	margin: 5px 0 4px 0;
}

.articleListingMedium .imageBox
{
	padding: 3px;
	border: 1px solid #bbc7cd;
	margin: 0 15px 0 0;
}
	
.articleListingMedium h2, .articleListingMedium h2 a, .articleListingMedium h2 a:link, .articleListingMedium h2 a:active, .articleListingMedium h2 a:visited, .articleListingMedium h2 a:hover
{
	color: #013563;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 15px;
	margin: 0;
}
	
.articleListingMedium p
{
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	margin: 0;
}

.articleListingLarge .listingItem
{
	margin: 12px 0;
}

.articleListingLarge .imageBox
{
	float: left;
	padding: 3px;
	border: 1px solid #bbc7cd;
	margin: 0 15px 0 0;
}

.articleListingLarge .infoBox
{
	float: left;
	width: 505px;
}
	
.articleListingLarge h2, .articleListingLarge h2 a, .articleListingLarge h2 a:link, .articleListingLarge h2 a:active, .articleListingLarge h2 a:visited, .articleListingLarge h2 a:hover
{
	color: #013563;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 16px;
	margin: 0 0 6px 0;
}

.articleListingLarge a, .articleListingLarge a:link, .articleListingLarge a:active, .articleListingLarge a:visited
{
	color: #013563;
	text-decoration: none;
}

.articleListingLarge a:hover
{
	text-decoration: underline;
}
	
.articleListingLarge p
{
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	margin: 0;
}

.articleListingFull .imageBox
{
	float: right;
	padding: 3px;
	border: 1px solid #bbc7cd;
	margin: 0 0 15px 15px;
}

.articleListingFull h2
{
	color: #013563;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 16px;
}
	
.articleListingFull p
{
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
}

#dhtmltooltip{
position: absolute;
left: -300px;
width: 130px;
border: 1px solid black;
padding: 6px;
background-color: white;
visibility: hidden;
z-index: 100;
color: #414141;
font-family: Arial, Tahoma, Sans-serif;
font-size: 12px;
/*Remove below line to remove shadow. Below line should always appear last within this CSS
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);*/
}

#dhtmlpointer{
position:absolute;
left: -300px;
z-index: 101;
visibility: hidden;
}
