/*   http://localhost/css/default.css   */

.search {
	padding-left:800px;
	padding-top:223px;
}

a{color:black;}

a:hover{color:#0093D6;}

/* Index Page layout styles */


#index {
	width:1003;
	text-align:justify;
	clear:both;
	float:center;

}
#index #headerPane {
	width:1003px;
	height:125px;
	background-image:url(/webimgs/header.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	float:center;
	cursor:hand;

}

#index #tagLinePane {
	color: white;
	font-weight:bold;
	height:30px;
	text-align:left;
	width:1003px;
	padding-top:5px;
	text-align:center;
}
#index #searchBar {
	display:none;
}

#index #leftPane
{
	width:170px;
	height:100%;
	padding-top:5px;
	float:left;
	display:none;
}
#index #noLeftPane {
	display: none;
}
#index #centerPane
{
	text-align: top;
	padding:0px 10px 0px 10px;
	width: 900;
	float:left;
}
#index #centerPaneWithLeftPane
{
	width: 900;
	height:100%; 
	padding:0px 10px 0px 10px;
	float:left;
	
}
#index #centerPaneWithRightPane
{
	text-align: top;
	width: 480px;
	height:100%; 
	padding:0px 10px 0px 10px;
	float:left;
}
#index #centerPaneWithLeftRightPanes
{
	text-align:top;
	width:490px;
	height:100%;
	padding:20px 10px 0px 10px;
	float:left;
}
#index #rightPane{
	width:480px;
	height:100%;
	padding:20px 10px 0px 0px;
	float:left;
	
}
#index #noRightPane{
	display:none;
}

	
#index #footerLeftPane {
	background-color: #CCCCCC;
	height:17px;
}

#footerPane {
	width:1003px;
	height:25px;
	padding:3px;
	color:white;
	background-color:#1E5B79;
	text-align:left;
	clear:both;
}


/* Default Page layout styles */


#Default {
	width:1003;
	text-align:justify;
	float:center;
	height:570px;
	background-image:url(/webimgs/hompageCorner.jpg);
	background-position:bottom right;
	background-repeat:no-repeat;
	background-color:#DDECC7;
}
#Default #headerPane {
	width:1003px;
	display:none;

}

#Default #tagLinePane {
	color: white;
	font-weight:bold;
	height:50px;
	text-align:left;
	width:1003px;
	padding-top:0px;
	background-color:#008FD4;
	border-bottom:1px solid white;
	text-align:center;
}
#Default #searchBar {
	display:none;
}

#Default #leftPane
{
	width:170px;
	height:100%;
	padding-top:5px;
	float:left;
	display:none;
}
#Default #noLeftPane {
	display: none;
}
#Default #centerPane
{
	text-align: top;
	padding:0px 10px 10px 10px;
	width: 1003;
	float:left;
}

#Default #HomepageImage {
	background-image:url(/webimgs/hompageCorner.jpg);
	background-position:bottom right;
	background-repeat:no-repeat;
	height:100%;
	width:1003px;
	float:absolute;
}
#Default #centerPaneWithLeftPane
{
	text-align: top;
	width: 600;
	height:100%; 
	padding:0px 10px 10px 10px;
	float:left;
}
#Default #centerPaneWithRightPane
{
	text-align: top;
	width: 600px;
	height:100%; 
	padding:0px 10px 10px 10px;
	float:left;
}
#Default #centerPaneWithLeftRightPanes
{
	text-align:top;
	width:600px;
	height:100%;
	padding:0px 10px 10px 10px;
	float:left;
}
#Default #rightPane{
	width:320px;
	height:100%;
	padding-top:275px;
	padding-right:10px;
	float:left;
}
#Default #noRightPane{
	display:none;
}

	
#Default #footerLeftPane {
	background-color: #CCCCCC;
	height:17px;
}

#Default #footerPane {
	width:%100;
	height:230px;
	background-image: url(/webimgs/mainBG.jpg);
	background-position:top;
	background-repeat:repeat-x;
	padding-top:30px;
	text-align:center;
}
#Default #divContent
{
    padding: 0px 5px 20px 5px;
	font-color:black;
	width:600px;
}


/* Web part styles */
.divContentTitle
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 12px;
    COLOR: white;
    TEXT-DECORATION: underline
}
     
.tagContent, .footercontent
{   font-size: 11px;
    color:white;    
    font-weight:bold;
}
.clsVisibleMenu
{
    DISPLAY: block
}
.copyright
{
    FONT-SIZE: 9px;
}
.copyrightHR
{
    BORDER-RIGHT: #333366 1px solid;
    BORDER-TOP: #333366 1px solid;
    BORDER-LEFT: #333366 1px solid;
    WIDTH: 80%;
    BORDER-BOTTOM: #333366 1px solid
}

.footerText{
    color:white;
}
#divContent
{
    padding: 0px 5px 20px 5px;
	font-color:black;
	width:%100;
	font-size: 14px;
}
#divCopyright
{
	margin-top:10px;
	font-family:verdana;
	TEXT-ALIGN: right;
	color: black;
	width: 100%;
}
#divCopyright a
{
	color: black;
}
#divFooter
{
    TEXT-ALIGN: center
}

#divTitleBar
{
    PADDING-RIGHT: 5px;
    PADDING-LEFT: 10px;
    FONT-WEIGHT: bold;
    FONT-SIZE: 18px;
    PADDING-BOTTOM: 2px;
    WIDTH: 100%;
    COLOR: #559534;
    PADDING-TOP: 6px;
    HEIGHT: 25px
}

.pageTitle {
	font-size: 20px;
	color: #8CC63F;
	font-family:trebuchet MS;
	/*font-weight: bold;*/
	width:100%;
	margin-bottom:10px;
}

.navTitle {
    color : #9B876C;
    font-size : 13px;
    font-weight : bold;
    margin-bottom:5px;
}

.pageTitle2 {
    color : #9B876C;
    font-size : 15px;
    font-weight : bold;
    margin-bottom:10px;
}

.Title2 {
    color : black;
    font-size : 18px;
    font-weight : bold;
    margin-bottom:10px;
	padding:5px;
	background-color:#FFCA03;
	border:1px solid black;
	width:150px;
}

#logo{
	font-size:48px;
	padding-top:15px;
	color:white;
	font-weight:bold;
	font-family: "Arial Black, arial";
}
    
    
		
    .labelBox{
    border: thin solid #9D9D9D; 
    height: 30px; 
    width: 400px;
    text-align: center; 
    vertical-align: middle;
    padding-top:5px;
    background-color:#011D70;
    text-decoration: none;
	font-size:13px;
    font-weight:bold;
    color:white;
	display:block;
    
}

   .labelBox:hover{
    background-color:#EF9848;
   }
   
    .loginBox{
	width:300px;
	border:1px solid black;
	background-color: #99CCFF;
}
	
	.loginTitle{
	width:300px;
	text-align:left;
	font-weight:bold;
	border:1px solid black;
	background-color: #FEAD00;
	color:black;
	height:20px;
}

a.login{
	color: #0065C2;
	font-weight:bold;
	text-decoration:none;
}



#pageHeaderContent {
	margin: 0px 0px 5px 0px;
}

.homepageMod{
	border:1px solid #B3B3B3;
	width:245px;
	float:left;
	position:relative;
	padding:5px;
	background-color:white;
}
#homepageModHolder{
	background-image: url(/webimgs/seperatorBar.jpg);
	Background-repeat:no-repeat;
	background-position:top left;
	padding-top:10px;	
}


