

body
{
	margin: 0px;
	padding: 0px;
	background: #0A1239;
background-image: url(../images/Master_Background.png);
background-repeat: repeat-x;	
}

p,div, td{
	text-align: left;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #575757;	
}

li.newsItem
{
	list-style-image: url(../images/NewsAndPress_newspaper.gif);
	margin-left: 15px;
}

li.radioItem
{
	list-style-image: url(../images/NewsAndPress_microphone.png);
	margin-left: 15px;	
}

li.videoItem
{
	list-style-image: url(../images/NewsAndPress_tv.png);
	margin-left: 15px;	
}

.italicized
{
	font-style: italic;
}

.yellowHeading
{
	background-color: #0A1239;
	color: #ffcc66;
	font-weight: bold;
	text-align: center;
	font-size: 12px;
	line-height: 16px;
}

.darkTable
{
	background-color: #000000;
	color:#ffffff;
	font-weight: bold;
	text-align: left;
	padding: 10px;
}

.headerTable
{
	padding: 0px;
	margin: 0px;
	background-color: #0A1239;
	text-align: left;
}

.outerMostTable
{
	width: 700px;
	background-color: #fff;
	margin:auto;
}

.footerTable
{
	width: 100%;
	background-color: #0A1239;
	color: #fff;
	text-align: center;	
}

.footerTableTD
{
	width: 100%;
	background-color: #0A1239;
	color: #fff;
	text-align: center;
}

.regularTable
{
	width: 100%;
	
}

.paddingBig{
	padding: 20px;
}

.smallThumbnailsTable{
	padding: 5px;
	text-align: center;
}

.clientTable
{
	padding: 15px;
	margin: 15px;
	width: 33%;
	text-align: center;
}

.contentEqualTD
{
	width: 50%;
	vertical-align: top;
	padding: 10px;
	height: 400px;
}

.contentEqualTDFull
{
	width: 100%;
	vertical-align: top;
	padding: 15px;
	height: 400px;
}

.contentUnEqualTDLeft
{
	width: 60%;
	vertical-align: top;
	padding: 15px;	
	height: 400px;
}

.contentUnEqualTDRight
{
	width: 40%;
	vertical-align: top;
	padding: 15px;	
	height: 400px;
}

img.showborder
{
	border: #000000 1px solid;
}

.centered
{
	text-align: center;
}

.whiteBack
{
	background-color:#ffffff;
	color:#333333;
}

.importantText
{
	background-color: #FFFF66;
	color: #000080;
	padding: 15px;
	font-weight: bold;
}


/** FORMS */

form {
	margin: 0px;
	padding: 0px;
}

/** HEADINGS */

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	color: #1D5065;
}


/** TEXTS */



.mainHeading {
	font-size: 21px;
	color: #0B3040;
}

/** LINKS */

a {
	color: #1D5065;
}

a:hover {
	text-decoration: none;
}

/** STYLES */

.miniMenuItems {
	padding-left: 16px;
	background: url(../images/miniMenuYellowCheckBox.gif) no-repeat 0px 5px;
}


/** BACKGROUNDS */

.mainHeadingBackGround { background: url(../images/mainHeadingLine.gif) repeat-x left bottom; }
.contentPlaceHolderDiv { background: #FFFFFF; border: 3px solid #FFFFFF; }

/** MISC */

img { border: none; }

hr { display: none; }

li {
	padding: 5px;
}

.dottedHR {
	height: 1px;
	margin-top: 10px;
	margin-bottom: 10px;
	background: url(../images/dottedHR.gif) repeat-x left top;
}


.cursorHand {
	cursor: pointer;
}



/******************************/
/**Styling information specific to individual content pages**/

/* Accordion */
.accordionHeader
{
	border: 1px solid #2F4F4F;
	color: #000000;
	background-color: #d3d3d3;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
	padding: 5px;
	margin-top: 5px;
	cursor: pointer;
}

#master_content .accordionHeader a
{
	color: #FFFFFF;
	background: none;
	text-decoration: none;
}

#master_content .accordionHeader a:hover
{
	background: none;
	text-decoration: underline;
}

.accordionHeaderSelected
{
    border: 1px solid #2F4F4F;
    color: white;
    background-color: #5078B3;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}

#master_content .accordionHeaderSelected a
{
	color: #FFFFFF;
	background: none;
	text-decoration: none;
}

#master_content .accordionHeaderSelected a:hover
{
	background: none;
	text-decoration: underline;
}

.accordionContent
{
	background-color: #ffffff;
	border: 1px dashed #2F4F4F;
	border-top: none;
	padding: 20px;
}
