/* CSS Document */

/* Global Styles */
html, body
{
    
    margin: 5px;
    padding: 0;
	font-family: Tahoma, Tahoma, Arial, Verdana;
    font-size: 12px;
    color: #FFFFFF;
	background: url(images/mainBG.jpg) repeat-x #E5E5E5;
	text-align: center; 
}
	#menu{
		margin:0 auto;
		width:700px;
	}
		#menu ul{
			list-style:none;
		}
			#menu li{
				list-style:none;
				display:block;
				float:left;
				line-height:30px;
				border:solid #636363;
				border-width:0 2px 0 2px;				
				background:url(images/menu_005_bg.jpg) repeat-x;
				height:30px;
				margin:0 1px 0 0;								
			}
				#menu li a{
					display:block;
					float:left;
					color:#fff;
					text-transform:uppercase;
					font-size:11px;
					font-weight:bold;
					text-decoration:none;
					padding:0 15px;
					height:30px;					
				}
					#menu li a:hover{
						color:#fff;
						background:url(images/menu_005_h.jpg) repeat-x;
					}
				#menu li a.current{
					display:block;
					float:left;
					background:url(images/menu_005_h.jpg) repeat-x;					
					color:#fff;
					text-transform:uppercase;
					font-size:11px;
					font-weight:bold;
					text-decoration:none;
					padding:0 15px;	
				}
					#menu li a:hover.current{
						color:#fff;
					}

a           
{
    text-decoration: none;
    color: #011132;
    font-weight: normal;
}

a:hover     
{
    text-decoration: underline;
} 
	   
img { border-width: 0; }

.boxTop { background: url(images/topBG.jpg) #E5E5E5 repeat-x top; }
.boxLeft { background: url(images/leftBG.jpg) #E5E5E5 repeat-y left; }
.boxRight { background: url(images/rightBG.jpg) #E5E5E5 repeat-y right; }
.boxBot { background: url(images/botBG.jpg) #E5E5E5 repeat-x bottom; }
.blueBG { background: #E5E5E5; }

.topRightNav
{
	font-family: Tahoma, Tahoma, Arial, Verdana;
	font-size: 11px;
	color: #545454;
	font-weight: normal;
	padding: 17px 9px 5px;
	text-decoration: none;
	text-align: right;
}

.topNav
{
	font-family: Tahoma, Tahoma, Arial, Verdana;
	font-size: 11px;
	color: #545454;
	font-weight: normal;
	padding: 10px 7px 3px;
	text-decoration: none;
	text-align: right;
}

.topNav a:hover
{
	color: #FFFFFF;
	text-decoration: none;
}

.titleText
{
	color: #545454;
	font-weight: bold;
	margin: 10px 0px;
	text-align: left;
	font-size: 12px;
}

.mainText
{
    color: #545454;
	font-weight: normal;
	margin: 10px 0px;
	text-align: left;
	font-size: 10px;
}

.mainTextDrk
{
	color: #545454;
	font-weight: normal;
	margin: 10px 0px;
	text-align: left;
	font-size: 10px;
}

.copyright
{
	color: #545454;
	font-size: 10px;
	font-weight: normal;
	margin: 10px 0px;
	text-align: right;
}

.bottomNav
{
	color: #545454;
	font-size: 10px;
	font-weight: normal;
	margin: 10px 0px;
	padding: 0 12px;
	text-align: right;
}

/* Logoworks link back */
.logoworks
{
	font-family: Tahoma, Tahoma, Arial, Verdana; 
	font-size: 12px;
	color: #545454;
	font-weight: normal;
	text-decoration:  none;
	text-align: center;
}
.logoworksGray
{
	font-family: Tahoma, Tahoma, Arial, Verdana; 
	font-size: 14px;
	color: #545454;
	font-weight: normal;
	text-decoration:  none;
	text-align: center;
}
.logoworksBlue
{
	font-family: Tahoma, Tahoma, Arial, Verdana; 
	font-size: 16px;
	color: #0026FF;
	font-weight: normal;
	text-decoration:  none;
	text-align: center;
}
.logoworksBlueBold
{
	font-family: Tahoma, Tahoma, Arial, Verdana; 
	font-size: 16px;
	font-weight:bold;
	color: #0026FF;
	font-weight: normal;
	text-decoration:  none;
	text-align: center;
}

.logoworksLink
{
	font-family: Tahoma, Tahoma, Arial, Verdana; 
	font-size: 12px;
	color: #0026FF;
	font-weight: normal;
	text-decoration: underline;
	text-align: center;
}
