html, body, div, p, h1, h2, h3, h4, h5, h6, blockquote, ol, ul, li, dl, dt, dd, td, form, fieldset, a, img, button {
     margin: 0px;
     padding: 0px;
     border: 0px;
}



body{
	background-image: url(../images/backgrounds/pattern-bg.gif);
	font: 12px Arial ;
	color:#555;
	padding-bottom: 50px;
}

#wrapper{
	width:1025px;
	padding-left:17px;
	margin:0 auto;

}

/*HEADER*/

#headerContainer{		
	padding-left:17px;
}

#header{
	background-image: url(../images/backgrounds/header-bg.jpg);
	width:1025px;
	height:147px;
	margin:0 auto;
}

.logo{
	background-image: url(../images/logo.jpg);
	width:203px;
	height:94px;
	margin: 35px 0px 0px 75px;
	float:left;
	display: inline;
}

.logo a{
	display: block;
	height:94px;
}

.tagline{
	font: italic 18px Georgia ;
	color: #0f75bc;
	width:400px;
	float:right;
	text-align: right;
	padding:55px 80px 0px 0px;
}

#subNav{
	text-align:right;
	padding:11px 45px 0px 0px;
}

#subNav a, #subNav a:active, #subNav a:visited{
	text-decoration:none;
	font: 12px Arial;
	color:#666;
}

#subNav a:hover{
	text-decoration:none;
	font: 12px Arial;
	color:#0f75bc;
}

#subNav li{
	display:inline;
	padding:10px;
}

#header ul{
	list-style:none;
}


/*NAVIGATION*/

#navContainer{
	background-image: url(../images/backgrounds/pattern-bg-dark.gif);
	margin:0 auto;
}

#navigation{
	padding-left:24px;
	background-image: url(../images/backgrounds/navigation-bg.jpg);
	width: 936px;
	height:43px;
	margin:0 auto;	
}

#navigation ul{
	padding-left: 10px;
}

#navigation li{
	height:42px;
	float:left;
	list-style: none;
	padding-left: 20px;

}

#navigation li a{
	height:42px;
	display:block;
	font:14px Arial;
	color:#fff;
    padding-top:13px;
}

#navigation a:hover{
	color:#cc9b34;
	text-decoration: none;
}

#navigation a.active{
	color:#cc9b34;
	text-decoration: none;
}




/*IMAGE*/

#image{
	width:960px;
	height:316px;
	margin-left:24px;
}

/*CONTENT*/

#content{
	display:block;
	width:968px;
	background: url(../images/backgrounds/content-left-bg.jpg) right repeat-y #fff;	
	margin-left:24px;
	padding-bottom: 25px;
}

#primaryContent {
	width: 580px;
	float:left;
	margin-left: 50px;
}

#primaryContent ul{
	list-style:none;
}

#primaryContent li{
	display:block;
	width:250px;
	float:left;
	padding-right:60px;
}

#primaryContent li.last{
	padding-right:0px;
}

#primaryContent-wide {
	width: 845px;
	float:left;
	margin-left: 50px;
}

.date{
	font-size:10px;
}

.latestNews a{
	color: #555;
}

.latestNews a:hover{
	color: #555;
}


#secondaryContent{
	width: 265px;
	float: left;
}


#secondaryContent ul{
	list-style:none;
}

#secondaryContent li{
	padding-bottom:10px;
}

#surveyTop{
	background: url(../images/icons/secondary-divider.jpg) no-repeat bottom;
	height:2px;
}

#survey{
	padding:15px 0px 15px 28px;
	background: url(../images/icons/secondary-divider.jpg) no-repeat bottom;
	

}

#survey li{
	padding: 1px 0px 3px 0px;
}

#survey li.question{
	background: url(../images/icons/q-icon.gif) no-repeat;
	padding-left:30px;	
}

#survey li.answer{
	background: url(../images/icons/a-icon.gif) no-repeat;
	padding-left:30px;	
}

 ul.indent{
	padding-top:5px;
}

#survey #button{
	margin:7px 0px;
}

#secondaryContent a, #secondaryContent a:visited, #secondaryContent a:active{
	font:12px Arial;
	color:#555;
	text-decoration: none;
	padding-left:35px;
}

#secondaryContent a:hover{
	font:12px Arial;
	color:#cc9b34;
	text-decoration: none;
}

#sectionNav{
	background: url(../images/icons/secondary-divider.jpg) no-repeat bottom;
	padding:0px 0px 15px 28px;
}

#secondaryBgBottom{
	width:265px;
	height:210px;
	background: url(../images/backgrounds/secondary-bg-bottom.jpg) no-repeat top;
}

#secondaryBgBottomHome{
	width:265px;
	height:147px;
	background: url(../images/backgrounds/secondary-bg-bottom-home.jpg) no-repeat top;
}



/*FOOTER*/

#footer{
	background-image: url(../images/backgrounds/footer-bg.jpg);
	width:968px;
	height:70px;
	margin-left:24px;
}

.FooterNav{
	padding: 15px 45px 0px 50px;
	text-align:right;
	float: right;

}

.modulefootermenu li{
	display:inline;
	padding:5px;
}

#footer li a, #footer li a:active, #footer li a:visited{
	font:11px Arial;
	color:#fff;
	text-decoration:none;
}

#footer li a:hover{
	font:11px Arial;
	color:#cc9b34;
	text-decoration:none;
}

.secondFooterNav{
	padding: 0px 45px 10px 50px;
	text-align:right;
}

.secondFooterNav li{
	display:inline;
	padding:5px;
}



/*OTHER*/

h1{
	font: 24px Georgia ;
	color:#0f75bc;
	padding:5px 0px 15px 0px;
}

h2{
	font: 16px Arial;
	font-weight: bold;
}

h3{
	font: 18px Georgia ;
	font-style: italic;
	padding-bottom: 15px;
}

p{
	padding: 0px 0px 10px 0px;
}

.contentImage{
	border: 1px solid #cdcdcd;
	margin:15px 0px;
}

.callout{
	background-image: url(../images/buttons/link-callout-bg.jpg);
	width:264px;
	height:29px;
	display:block;
	margin:10px 0px;
}

a.callout{
	font: 14px Arial;
	color:#555;
	text-decoration:none;
	padding: 13px 0px 0px 25px;
}

.title{
	background: url(../images/backgrounds/title-bg.jpg);
	padding: 15px 0px 10px 62px;
	height:60px;
	width:550px;
}

a{
	color:#0f75bc;
	text-decoration: none;
}

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





/* Clear fix */
.clear:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clear{
	display: inline-block;
}

/* Joomla \*/
.contentheading {
	font: 24px Georgia ;
	color:#0f75bc;
	padding:5px 0px 15px 0px;
}

.componentheading {
	font: 24px Georgia ;
	color:#0f75bc;
	padding:5px 0px 15px 0px;
}

.contentpaneopen ul {
	margin-left: 30px;
}

.contentpaneopen li {
	float: none;
}

.contentdescription ul {
	margin-left: 30px;
}

.contentdescription li {
	float: none;
}

.contentpaneopen table p {
	margin-left: 25px;
	margin-top: 8px;
	margin-bottom: 8px;
	margin-right: 10px;
}
.module-latestnews h3  {
	font: 24px Georgia ;
	font-style: normal;
	color:#0f75bc;
	padding:5px 0px 15px 0px;
}

.module-latestnews .contentheading {
	color: #555555;
	font: 16px Arial;
	font-weight: bold;
}

.module-latestnews tr {
	vertical-align: top;
}

.module-latestnews .contentpaneopen {
	width: 289px;
}
.module-poll h3 {
	margin-left: -28px;
	padding-left: 28px;
	background: url(../images/icons/secondary-divider.jpg) no-repeat 0px 25px;
}
.module-poll thead td {
	background: url(../images/icons/q-icon.gif) no-repeat;
	padding-left:30px;
	padding-bottom: 20px;
	height: 25px;
	font-weight: normal;
}

.pollstableborder-poll {
	width: 100%;
	background: url(../images/icons/a-icon.gif) no-repeat;
	padding-bottom: 10px;
}

.pollstableborder-poll td {
	padding-left:30px;	
	font-weight: normal;
	text-align: left;
	padding-bottom: 5px;
}
	
.module-poll input.button {
	background: url(../images/buttons/blank-button.gif) no-repeat left top;
	width: 72px;
	height: 22px;
	border: none;
	color: #ffffff;
}

.pollstableborder-poll td {
	height: 18px;
	text-align: left;
}
	
.module-login {
	margin-bottom: 10px;
}

.module-login a, .module-login a:active, .module-login a:hover {
	padding-left: 0px !important;
}

.module-login input.button {
	background: url(../images/buttons/blank-button.gif) no-repeat left top;
	width: 72px;
	height: 22px;
	border: none;
	color: #ffffff;
	float: right;
}

.module-login label {
	width: 90px;
	float: left;
	text-align: right;
	margin-right: 0.5em;
	display: block;
}

#mod_login_remember {
	width: 10px;
	float: left;
}

.module-login .inputbox {
	width: 50%;
	margin-bottom: 10px;
}

.module-login br {
	display: none;
}

/* remository \*/


#remositorycontainerlist th {
	background-color: transparent;
}

#remositorycontainerlist h3,  #remositorycontainerlist img {
	border: none;
	vertical-align: middle;
}

#remositorypathway img {
	vertical-align: middle;
}


/* remository end \*/

/* DocMan \*/
#dm_msgbox {
	margin: 20px;
	width: 100%;
	text-align: center;
	font-size: 20px;
	font-style: italic;
	font-family: Georgia;
	border: solid 1px #EEEEEE;
}

#dm_header {
	margin-top: 20px;
	height: 50px;
}


/* Hides from IE-mac \*/
* html .clear{
	height: 1%;
}
.clear {
	display: block;
}
/* End hide from IE-mac */
