/*
----------------------------------------------------------
				MAIN PAGE FORMAT
----------------------------------------------------------
*/
div#mainContainer{
	margin-left:auto;
	margin-right:auto;
	width:1000px;
}

div#topContainer{
	position:relative;
	height:762px;
	padding:3px;
	text-align:left;
	margin-top:28px;
	background:#FFFFFF;
}

div#bottomContainer{
	height:100px;
	background:#efefe7;
	text-align:center;
	font-size:10px;
	padding:20px 0px 0px 0px;
	letter-spacing:0px;
}

div#logoArea{
	height:80px;
	background:url(../images/ClientImages/logoBg.gif);
	
}

div#topShortcuts{
	width:272px;
	float:right;
	height:24px;
	background:url(../images/ClientImages/topRight.gif);
	background-repeat:no-repeat;
	margin-top:56px;
	color:#FFFFFF;
}

div#menuSeparator{
	height:8px;
	background:url(../images/ClientImages/menuSeparatorBg.gif);
	background-repeat:repeat-x;
}

div#topMenuContainer{
	color:#FFFFFF;
	background:url(../images/ClientImages/menuBg.gif);
	background-repeat:repeat-x;
	height:27px;
}

div#templateBody{
	position:relative;
	text-align:left;
	padding:1px 0px 0px 0px;
}

div#homeWelcome{
	color:#FFFFFF;
	background:url(../images/ClientImages/homeWelcomeBg.gif);
	background-repeat:repeat-x;
	height:21px;
	padding:18px 0px 0px 13px;
}

div#homeBottom{
	border:3px solid #adadad;
	height:300px;
}

div#internalBottom{
	border:3px solid #adadad;
	height:480px;
	border-top:0px;
}
div#internalPageSeparator{
	background:url(../images/ClientImages/internalPageSeparator.gif) repeat-x;
	height:27px;
}

div#internalMenu{
	width:230px;
	height:100%;
	float:left;
	margin:22px 0px 0px 30px;
}

div#internalContent{
	padding:20px 50px 0px 0px;
}

div#banner{
	height:98px;
	width:994px;
}

div#pageTools{
	float:right;
	font-size:7px;
	letter-spacing:3px;
	margin:5px 10px;
}
.bottomLink {
	font-size:9px;
	text-decoration:none;
	color:#000000;
}

div#scrollPane{
	height:400px;
}

div#homeSeparator{
	float:left;
	width:6px;
	height:280px;
	background:url(../images/ClientImages/homeSeparator.gif) no-repeat;
}

div#homeArticlesContainer{
	float:left;
	width:280px;
	margin:22px 0px 0px 25px;
}

div#homeArticlesContainer h2{
	font-size:10px;
	margin:0px;
	padding:0px;
}

.homeArticle{
	width:230px;
	margin-top:20px;
}

.homeArticle a.header{
	color:#254993;
}

.homeArticle .more{
	color:#b0b0b0;
}

div#homeCategoriesContainer{
	margin-top:22px;
}

.homeCategory{
	width:290px;
	float:left;
	margin-left:20px;
	margin-right:20px;
}

.homeCategory .header{
	font-weight:bold;
}

.homeCategory .more{
	color:#b0b0b0;
}

.homeCategory img{
	width:220px;
	margin:10px 0px 0px 25px;
}

.pathControlLink {
	font-size:9px;
	text-decoration:none;
	color:#fdc027;
}

.pathControlSeparator {
	font-size:9px;
	text-decoration:none;
	color:#FFFFFF;
	font-weight:bold;
}

.project{
	height:120px;
	margin:10px 0px 0px 0px;
}

.project h2{
	padding:0px;
	margin:0px 0px 10px 0px;
	font-size:12px;
}

.project img{
	width:180px;
	margin:0px 10px 0px 0px;
	float:left;
}
.project .more{
	color:#b0b0b0;
}

.article{
	height:120px;
	margin:10px 0px 0px 0px;
}

.article h2{
	padding:0px;
	margin:0px 0px 10px 0px;
	font-size:12px;
}

.article img{
	width:180px;
	margin:0px 10px 0px 0px;
	float:left;
}
.article .more{
	color:#b0b0b0;
}
.articleHeadlines h2{
	padding:0px;
	margin:10px 0px 10px 0px;
	font-size:12px;
}

.articleHeadlines a{
	color:#000000;
}

.imageFrame{
	border:3px #403533 solid;
}
/*
----------------------------------------------------------
				WEB PAGE DEFAULTS
----------------------------------------------------------
*/

html {
	height:100%; 
	margin:0; 
	padding:0;
}

body{
	height:100%; 
	margin:0; 
	padding:0;
	background: #efefe7 url(../images/ClientImages/Bg.gif);
	background-repeat:repeat-x;
	background-postiton:top;
	color:#000000;
	font-family:Verdana;
	font-size:10px;
} 

body{ /* Mozilla Firefox alignment */ 
	text-align: -moz-center; 
}

a {
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

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

p {
text-align:justify;
}

img {

}

/*
----------------------------------------------------------
				TEMPLATES DEFAULTS
----------------------------------------------------------
*/

h1{
	font-size:15px;
	font-weight:500;
	line-height:15px;
	color:#000000;
	margin:0px;
	padding:0px 0px 5px 0px;
}

h2{
	font-size:14px;
	font-weight:bold;
	line-height:14px;
	text-decoration:none;
	color:#000000
}

h3 {
	font-size:12px;
	font-weight:bold;
	line-height:15px;
	text-decoration:none;
}

/*
----------------------------------------------------------
				NEWS CATEGORIES DEFAULTS
----------------------------------------------------------
*/

.yearPagingLink{
	font-size:10px;
	text-decoration:none;
}

.yearPagingLinkSelected{
	font-size:12px;
	text-decoration:none;
	font-weight:bold;
}


/*
----------------------------------------------------------
				SEARCH PAGE DEFAULTS
----------------------------------------------------------
*/
.searchResultsInfo {

}

.searchTextBox{
	width:300px;
}

.searchButton {
      border-color:#000000;
      border-width:1px;
      border-style :solid;
      font-size:10px;
}

.searchResults{
	
}

.result h3{
	margin:20px 0px 5px 0px;
	padding:0px;
	font-size:12px;
}

.result h3 a{
	color:#486376;
	text-decoration:underline;
}

/*
----------------------------------------------------------
				CONTACT PAGE DEFAULTS
----------------------------------------------------------
*/
#contactForm{
	margin:0px;
	padding:0px;
}

#contactForm input[type=text]{
	font-size:11px;
	width:250px;
	height:15px;
}

#contactForm textarea{
	font-size:11px;
	width:320px;
	height:100px;
}

#contactForm input[type=submit]{
	font-size:11px;
	width:100px;
	height:25px;
	margin:20px 0px 0px 150px;
}

#contactForm .red{
	color:red;
}