* { margin: 0; padding: 0;}

html
{
	font-family:Arial, sans-serif;
	font-size:12px;
	color:#5A5B5E;
}

body
{
	margin: 0px;
	background:#2d4e9f url(/site_media/images/fullpage_background.png) repeat-x 0 0;
	min-height:718px;
}




a img
{
	border:none;
}

hr
{
	border: 0;
	border-top: 1px solid #C6C9CB;
}

h1
{
	margin-top:0px;
	margin-bottom:1em;
	font-size:40px;
	font-weight:normal;
	color:#FFFFFF;
	line-height:1em;
}

h2
{
	margin-top:0px;
	margin-bottom:10px;
	font-size:30px;
	font-weight:bold;
	color:#FFFFFF;
	line-height:1em;
}

h3{
	margin-bottom:10px;
	font-size:20px;
	font-weight:normal;
	color:#FFFFFF;
	line-height:1.3em;
}

p
{
	margin-bottom:1em;
}

a
{
	text-decoration:none;
}
a:link 
{
	text-decoration:none;
	
	color:#CDCED0;
} /* unvisited link */
a:visited 
{
	color:#CDCED0;/* #050815; */
} /* visited link */
a:hover 
{
	
	color:#DAE0D5;

} /* mouse over link */
a:active
{
	color:#CDCED0;
} /* selected link */

div.clearer, p.clearfix
{
	clear:both;
	font-size:0;
	height:0;
	line-height:0;       
}



label
{
	font-weight:bold;
}

input[type=text], textarea
{
	margin-bottom:6px;
}


table.tableForm td{
    padding: .25em .5em .5em .5em;
    border-bottom: 1px inset; 
}

table.tableForm select{
    width:200px;
}
table.tableForm input[type=text]{
    width:100%;
}

#bodyWrapper
{
    margin: 0pt auto;
    height : auto;
    min-height : 680px;
    width : 930px;
	max-width: 930px;
	padding:0;
	background-color:transparent;
}


#contentWrapper
{
	
}

#brand
{
	padding:1px 0 0px 0px;
	position:relative;
	height:96px;
}

#brand .logo
{
	float:left;
}


#tagLine{
	float:left;
	margin:45px 0 0 20px;
	color:#666;
	font-size:12px;
}

#dropDown{
	position:absolute;
	top:71px;
	left:645px;
	width:288px;
	height:0;
	background: url('/site_media/images/dropDownBg.png') no-repeat;
	z-index:3000;
}

#dropDown p{
	float:right;
	margin:1em 1em 1em 90px;
	color:#666;
	line-height:18px;
	font-size:12px;
	display:none;
	z-index:1000;
}


.language_selection
{
	float:right;
	height:20px;
	margin-top:5px;
}
.language_selection input[type="submit"]
{
	float:right;
}
.language_selection a{color:#666;}

#MainNavBar
{
	padding:8px 0px;
	margin: 0px -2px;
	position:relative;
	font-family:Arial, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#FFFFFF;
	text-transform:uppercase;
	z-index:1;
}
#MainNavBar a
{
	color:#FFFFFF;
	z-index:1;
}
#MainNavBar.activeLink a
{
	color:#FFFFFF;
}
#MainNavBar li.activeLink
{
	background-color:#183cc8;
}
#MainNavBar ul li
{
	position:relative;
	list-style-type: none;
	margin-left:15px;
	border-right: 0px solid #C6C9CB;
	background-color:transparent;
	margin-right:27px;
	display:block;
	float:left;
	text-align:center;
	width:115px;
	height:20px;
	padding-top:6px;
	z-index:1;
}
#MainNavBar ul li.first
{
	margin-left:15px;
	text-align:center;
}
#MainNavBar ul li.last
{
	border:none;
	margin-right:0;
	text-align:center;
}
.breadCrumbs ul li
{
	list-style-type: square;
	display:inline;
	margin-left:1em;
}

.leftEdge .rightEdge
{
	display:none;
}

#MainNavBar li.activeLink .leftEdge
{
	display:block;
	position:absolute;
	width:13px;
	background:transparent url(/site_media/images/26pxRoundActiveMainLink.png) no-repeat scroll 0 0;
	height:26px;
	top:0px;
	left:-13px;
	overflow:hidden;
}
#MainNavBar li.activeLink .rightEdge
{
	display:block;
	position:absolute;
	width:13px;
	background:transparent url(/site_media/images/26pxRoundActiveMainLink.png) no-repeat scroll -13px 0;
	height:26px;
	top:0px;
	right:-13px;
	overflow:hidden;
}


#white_callout{
	background-color:#fff;
	color:#666;
	position:absolute;
	
	
}


#twitter_div
{
	background-color:#5AAADF;
	color:#8bdff7;
	float:right;
	font-size:12px;
	height:22px;
	line-height:13px;
	margin:13px 15px;
	padding-bottom:5px;
	padding-top:3px;
	position:relative;
	clear:right;
	
}



#twitter_div .leftEdge
{
	display:block;
	position:absolute;
	width:15px;
	background:transparent url(/site_media/images/30pxRoundBlue.png) no-repeat scroll 0 0;
	height:30px;
	top:0px;
	left:-15px;
	overflow:hidden;
}
#twitter_div .rightEdge
{
	display:block;
	position:absolute;
	width:15px;
	background:transparent url(/site_media/images/30pxRoundBlue.png) no-repeat scroll -15px 0;
	height:30px;
	top:0px;
	right:-15px;
	overflow:hidden;
}

#search_box
{
	background-color:#5aaadf;
	color:#000000;
	padding-top:0px;
	padding-left:15px;
	width:270px;
	margin:10px 15px 10px 0px;
	position:relative;
	font-size:12px;
	line-height:12px;
	float:right;
	height:30px;
}
#search_box label
{
	font-family:Arial, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#FFFFFF;
	text-transform:uppercase;
	margin:0;
	margin-right:6px;
	
	display:inline;
}

#search_box td
{
	vertical-align:middle;
}

#search_box input[type=text]
{
	height:22px;
	font-size:14px;
	margin-top:4px;
	margin-bottom:0px;
	border:0px solid #333333;
	background-color:#5aaadf;
	width:200px;
}

#search_box ul li
{
	list-style-type: none;
}

#search_box .leftEdge
{
	display:block;
	position:absolute;
	width:15px;
	background:transparent url(/site_media/images/30pxRoundBlue.png) no-repeat scroll 0 0;
	height:30px;
	top:0px;
	left:-15px;
	overflow:hidden;
	line-height:0;
}
#search_box .rightEdge
{
	display:block;
	position:absolute;
	width:15px;
	background:transparent url(/site_media/images/30pxRoundBlue.png) no-repeat scroll -15px 0;
	height:30px;
	top:0px;
	right:-15px;
	overflow:hidden;
	line-height:0;
}

#main_articles
{
	margin:25px 0;
	background-color:transparent;
	padding:20px;
}

.article
{
	padding:10px;
	padding-right:25px;
	text-align:left;
	line-height:1.5em;
	color:#ffffff;
}
.article img
{
	padding:0px;
	background-color:transparent;
	border:none;
	margin:0;
}
.article .img_right
{
	margin-right:0;
	margin-left:25px;
}

.category_body
{
	color:#ffffff;
	font-family:Arial, sans-serif;
	margin:30px 0;
}
.category_body h3
{
	color:#FFFFFF;
	font-family:Arial, sans-serif;
	font-weight:bold;
	font-size: 24px;
	line-height:1.3em;
	padding-right:200px;
}

.category_body h2 + h3
{
	color:#88defe;
	font-family:Arial, sans-serif;
	font-weight:bold;
	font-size: 18px;
	line-height:1.3em;
	padding-right:200px;
}

.blue_type, .category_body h3.blue_type, h3.blue_type, h2.blue_type
{
	color:#88defe;
}

.category_body ul
{

	margin-bottom:2em;
}
.category_body ul li
{
	display:list-item;
	left:15px;
	padding-right:30px;
	position:relative;
	margin-bottom:1em;
}

.videopanel
{
	display:block;
	text-align:left;
	background-color:#3368b4;
	padding:20px;
	min-height:304px;
}
.videopanel h3
{
	padding-right:0;
	color:#4ea8e7;
	font-size:24px;
	font-weight:normal;
	margin-bottom:1em;
}



.videopanel + div
{
	clear:both;
}

.videopanel object, .videopanel img.mceItemFlash
{
	display:block;
	text-align:center;
	background:#cccccc url(/site_media/images/transparentGrid.png) repeat scroll 0 0;
	width:562px;
	float:left;
	padding:0;
	margin-right:40px;
}

.subCategory
{
	float:left;
	position:relative;
	min-width:301px;
	min-height:100px;
	background-color:#ffffff;
	margin-right:6px;
}
.subCategory .nameOverlay
{
	position:absolute;
	z-index:10;
	display:block;
	width:300px;
	text-align:center;
	top:30px;
	left:0px;
	font-size:24px;
	font-weight:bold;
	color:#3c93d6;
}

#footer
{
	width:930px;
	font-family:Arial, sans-serif;
	font-size:12px;
	color:#fff;
	
}

.ThirtyRoundEdges
{
	background-color:#5aaadf;
	color:#000000;
	padding-top:8px;
	padding-left:20px;
	margin:10px 15px 10px 15px;
	position:relative;
	font-size:12px;
	line-height:12px;
	float:left;
	height:22px;
}

.ThirtyRoundEdges .leftEdge
{
	display:block;
	position:absolute;
	width:15px;
	background:transparent url(/site_media/images/30pxRoundBlueBE.gif) no-repeat scroll 0 0;
	height:30px;
	top:0px;
	left:-15px;
	overflow:hidden;
}
.ThirtyRoundEdges .rightEdge
{
	display:block;
	position:absolute;
	width:15px;
	background:transparent url(/site_media/images/30pxRoundBlueBE.gif) no-repeat scroll -15px 0;
	height:30px;
	top:0px;
	right:-15px;
	overflow:hidden;
}

#lower_first_block
{
}
#lower_second_block
{
}
#lower_third_block
{
	width:193px;
	border:none;
}
.articleFloatBlock
{
	position:relative;
	width:340px;
	height:auto;
	min-height:244px;
	float:left;
	padding-right:5px;
	margin-right:20px;;
	border-right:1px solid #C6C9CB;
}


.detailBanner {
	background-color:#11a9d8;
	height:auto;
	margin-bottom:40px;
	margin-left:0;
	margin-top:20px;
	position:relative;
	width:930px;
	z-index:10;
}

.detailBanner .innerContent
{
	margin-left:20px;
	position:relative;
	top:0;
	width:880px;
	line-height:0;
	height:28px;
}

.detailBanner div.TopLeftCorner
{
	background:transparent url(/site_media/images/20pxRoundCorners.png) no-repeat scroll 0 0;
	height:20px;
	left:0px;
	position:absolute;
	top:-20px;
	width:20px
}
.detailBanner div.BottomLeftCorner
{
	background:transparent url(/site_media/images/20pxRoundCorners.png) no-repeat scroll 0 -20px;
	height:20px;
	position:absolute;
	bottom:-20px;
	left:0px;
	width:20px
}

.detailBanner div.LeftEdge
{
	background-color:#11a9d8;
	position:absolute;
	top:-1px;
	left:0px;
	width:21px
}
.detailBanner div.TopEdge
{
	background-color:#11a9d8;
	height:20px;
	left:20px;
	position:absolute;
	top:-20px;
	width:910px;
}
.detailBanner div.BottomEdge
{
	background-color:#11a9d8;
	bottom:-20px;
	height:20px;
	left:20px;
	position:absolute;
	width:910px;
}

.detailBanner img {
bottom:10px;
position:absolute;
right:10px;
}

.detailBanner h1 {
	color:#FFFFFF;
	font-size:32px;
	font-weight:normal;
}

.detailBanner h2 {
	color:#FFFFFF;
	font-size:28px;
	font-weight:normal;
	line-height:28px;
}

.detailBanner h3 {
	color:#FFFFFF;
	font-size:24px;
	font-weight:normal;
}

.detailBanner p {
color:#E6E6E6;
font-size:14px;
margin:0 10px;
}

.detailBanner .coverButton 
{
	position:absolute;
	left:0;
	top:0;
	width:440px;
	height:115px;
	z-index:10;
}

#itemList {
	 
	width:280px;
	height:auto;
	min-height:244px;
	float: left;
	padding-right:5px;
	margin-right:20px;;
	border-right:1px solid #C6C9CB;
}

.eventListing
{
	margin-top:30px;
	margin-bottom:30px;
}

.box
{
	padding:20px;
	margin-left:20px;
	border: 1px solid #C6C9CB;
}
.box label
{
	font-weight:bold;
	text-transform:uppercase;
	display:block;
	margin-bottom:6px;
}
.box input[type=text]
{
	margin-bottom:5px;
	margin-left:0;
	border:1px solid #333333;
	background-color:#CCCCCC;
	width:297px;
	height:2em;
	font-size:12px;
}


.detailContent
{
	margin:25px 0;
	padding:30px;
	background-color:#E0E1E3;
}

.none
{
}



