img, div, a { behavior: url(./iepngfix.htc) }


/* ---------------------------------------------------- Basic HTML Styling */

body {
	background-color: #fff;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 130%;	
	color: #383939;
	
	background-repeat: repeat-x;
	
	height: 100%;
}

a {
	color: #383939;
	text-decoration: none;
}

a:hover {
	color: #441140;
	text-decoration: underline;
	
}

img {
	border: none;
}

h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	}


/*------------------- MAIN ------------------------*/

#main {
	position: relative;
	
	width: 960px;
	
	padding: 0px 0px 0px 0px;
	border-left: 10px solid #FFFFFF;
	border-right: 10px solid #FFFFFF;
	border-bottom: 10px solid #FFFFFF;
	background-color: #fff;
	height: 100% !important;
}

.hidden {
	display: none;
}

/*------------------- TOP ------------------------*/

#top {
	height: 63px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	width: 960px;
	overflow: hidden;
	border-bottom:1px solid #CCCCCC;

}

#logo {
	display: inline;
	width: 176px;
	float: left;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	/*overflow: hidden;*/
	text-align: left;	
}

#search {
	display:none !important;
}

#search_form {
	display:none !important;
}



	
#topMenu {
	display:none !important;
}






/*------------------- CONTAINER ------------------------*/

#container {
	height: 100% !important;
	width: 959px;
	
	/*float: left;*/
	background-image: none;
	background-repeat: repeat-y;
	background-color: #FFF;
	text-align: left;
	margin: 0px;
	padding: 0px;
}


/*------------------- LEFT COLUMN ------------------------*/

#leftColumn {
	display:none !important;
	
}

/*----- MAIN MENU --------*/

#mainMenu {
	display:none !important;
	
}


/*----- LEFT MENU --------*/

#leftMenu {
	display:none !important;
}



/*----- QUICK LINKS --------*/

#quickLinks {	
	display:none !important;
}


/*----- A-Z Services --------*/

#azServices {
	display:none !important;
}


/*----- Newsletter --------*/

#newsletter {
	display:none !important;
}



/*----- Forum --------*/

#forum {
	display:none !important;
}



/*--------------------------------------------------------- Content --------------------------------------------------*/

#content {
	float: left;
	width: 900px;
	padding: 10px 15px 10px 10px;
	margin: 0;
	height: 100%;
	display: block;
	text-align: left;
	background-color: #FFF;
	}


/*----- Calendar --------*/

#calendar {
	display:none !important;
}







/*---------------------------------- Article ------------------------------------------*/

#article {
	float: left;
	width: 523px;
	padding: 0px 0px 0px 0px;
	margin: 0px 100px 0px 100px;
	font-size: 12px;
	line-height: 160%;
}

.floatLeft {
	float: left;
	margin-right: 20px;
}
#article h1 {
	color: #8e2e8e;
	font-size: 16px;
	line-height: 170%;
}

#article h2 {
	color: #8e2e8e;
	font-size: 14px;
	line-height: 160%;
}

#article h3 {
	color: #393839;
	font-size: 14px;
	line-height: 150%;
}

#article h4 {
	color: #393839;
	font-size: 13px;
	line-height: 150%;
}

#article h5 {
	color: #393839;
	font-size: 12px;
	line-height: 150%;
}

#article h6 {
	color: #74c841;
	font-size: 12px;
	line-height: 150%;
}

#metadata {
	color: #666;
	font-size: 0.9em;
	border-bottom: 1px dashed #CCC;
	padding: 10px 0px 5px 0px;

	margin: 0px 0px 10px 0px;
}
.author {
	color: #999;
	font-style: italic;
}
.printPage {
	display:none !important;
}

#article a {
	color: #8e2e8e !important;
}

#article img {
	border: 1px solid #CCC;
}

/*----------------------------------event list ------------------------------------------*/

#eventsList {
	list-style: none;
}

#eventsList li a {
	font-weight: bold;
	padding: 10px 0px 10px 0px;
	height: 14px;
	line-height: 24px;
	
}

#eventsList a:hover {
	text-decoration: underline;
}

#eventsList li {
	padding: 0px 0px 10px 0px;
	height: 24px;
	
}

.eventDay {
	float: left;
	background-image: url(/images/frontend/bg_dayevent.png);
	width: 30px;
	height: 21px;
	margin: 0px 0px 0px 4px;
	padding: 3px 0px 0px 0px;
	text-align: center;
	color: #000;
	text-align: center;
}

/*----------------------------------menu list ------------------------------------------*/

#article .menu_list {
	width: 520px ;
	padding: 10px 10px 0px 0px;
	margin: 10px 0px 0px 0px;
	text-align: left;
	border-top: 1px dashed #CCC;
}

#article .menu_list img {
	width: 120px;
	height: 90px;
	padding: 0px 0px 0px 0px;
	margin: 2px 10px 10px 0px;
	float: left;
	border: 1px solid #CCC;
	display: inline;
}

#article .menu_list h2 {
	font-size: 15px;
	padding: 0px;
	margin: 0px;
	color: #8e2e8e;	
}

#article .menu_list a:hover h2 {
	text-decoration: underline;
}

#article .menu_list .lastUpdated {
	font-size: 10px;
	padding: 0px;
	margin: 0px;
	color: #8e8e8e;
}

#article .menu_list p {
	padding: 0px;
	margin: 0px;
}





/*----------------------------------video list ------------------------------------------*/

#videos form {
	display: inline;
	float: right;
}

#article .video_list {
	float: left;
	width: 160px;
	height: 200px;
	padding: 10px 0px 0px 10px;
	margin: 10px 0px 0px 0px;
	text-align: left;
	overflow: hidden;
}

#article .video_list img {
	
	padding: 1px;
	margin: 2px 10px 10px 0px;
	
	border: 1px solid #CCC;
	display: inline;
	background-color: #F9F9F9;
}

#article .play_bt {
	border: none !important;
	padding: 0px !important;
	margin: 0px 5px 0px 0px !important;
	float: left;
	width: 15px;
}

#article .video_list h2 {
	font-size: 12px;
	line-height: 110%;
	height: 30px;
	padding: 0px;
	margin: 0px;
	color: #8e2e8e;	
}

#article .video_list a:hover h2 {
	text-decoration: underline;
}

#article .video_list .lastUpdated {
	font-size: 10px;
	line-height: 100%;
	padding: 0px;
	margin: 0px;
	color: #8e8e8e;
}

#article .video_list p {
	padding: 0px;
	margin: 0px;
	font-size: 11px;
	line-height: 120%;
}

/*---------------------------------- Right Column ------------------------------------------*/

#right_column {
	display:none !important;
}


/*------------------- Rounded corners --------------*/
.box {
 width:100%;
 margin:0px auto;
 min-width:20em;
 color:#383939;
 text-align: left;
}

.box .hd .c,
.box .ft .c {
 font-size:1px; /* ensure minimum height */
 height:13px;
}
.box .ft .c {
 height:14px;
}
.box .hd {
 background:transparent url(/images/frontend/tl.gif) no-repeat 0px 0px;
}
.box .hd .c {
 background:transparent url(/images/frontend/tr.gif) no-repeat right 0px;
}
.box .bd {
 background:transparent url(/images/frontend/ml.gif) repeat-y 0px 0px;
}
.box .bd .c {
 background:transparent url(/images/frontend/mr.gif) repeat-y right 0px;
}
.box .bd .c .s {
 margin: 0px 4px 0px 4px;
 text-align: left;
 background-color:#FFF;
 padding: 0px 5px 0px 15px;
 height: 100%;
}
.box .ft {
 background:transparent url(/images/frontend/bl.gif) no-repeat 0px 0px;
}
.box .ft .c {
 background:transparent url(/images/frontend/br.gif) no-repeat right 0px;
}

/* content-specific */
.box h1 {
 /* header */
 font-size:2em;
 margin:0px;
 padding:0px;
 margin-top:-0.6em;
}
.box p {
 margin:0.5em 0px 0px 0px;
 padding:0px;
}

/*------------------- Footer ------------------------*/
#footer {
	width: 948px;
	padding: 5px;
	background-image: none;
	border-top: 1px solid #CCC;
}

#footer ul {
	list-style: none;
	margin: 10px 0px 10px 0px;
	padding: 0px 0px 0px 0px; 
}
#footer ul li { 
	display: inline;
	margin-right: 10px;
	margin-left: 10px;
	color: #333;
	padding: 0px 10px 0px 10px;
	font-weight: bold;
}
#footer ul li a { 
color: #333;
text-decoration: underline;
font-weight: bold;
}

#mediacitizens {
	color: #333;
	font-weight: normal !important;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
#mediacitizens li {
	color: #333 !important;
	font-weight: normal !important;
}


#mediacitizens a {
	color: #333 !important;
	text-decoration: underline;
	font-weight: normal !important;
}

/*------------------- Pagination ------------------------*/
.paginator {
	
	list-style: none;
	margin: 0px auto;
	text-align: center; 
	width: 520px;
}
.paginator li {
	display: inline;
	padding: 0px 3px 0px 3px;
	margin: 0px auto;
	text-align: center;
}

/*------------------- Forms ------------------------*/
.padding {
	padding: 20px 10px;
	background-color: #f4f4f4;
}

fieldset {
	border: none;
	
}

#fieldset-captcha {
	margin: 0px 0px 0px 160px;
}

#fieldset-submit {
	margin: 0px 0px 0px 162px;
}

.required { 
float: left;
width: 150px !important;
text-align: right;
padding: 0px 10px 0px 0px;
}
/*------------------- Other ------------------------*/

.clear {
	clear: both;
	font-size: 5px;
}


.seeMore {
	color: #8e2e8e;
	font-weight: bold;
}

/*--- alphabet list ---*/

#alphabetlist {	
	width: 520px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 25px 0px;
}

#alphabetlist ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	
}

#alphabetlist ul li {
	float: left;
	width: 14px;
	height: 16px;
	margin: 4px 0px 0px 6px;
	padding: 2px 0px 0px 0px;
	text-align: center;
	color: #4e4e4e;
}

#alphabetlist ul li a {
	color: #4e4e4e;
}