/* CSS Document */
.address, blockquote, caption, center, dd, dir, div, dl, dt, menu, li, ol, pre, td, ul,data {
	font-family: verdana ;
	font-size: 13px;
	color: #2c2c31;
}

div#bolddata {
	font-family: verdana ;
	font-size: 13px;
	color: #2c2c31;
	font-weight: bold;
}

div#main_bg {
	background: url(../images/main_bg.gif);
}


html, body {
	background-color: #333333;
	padding: 0px;
	width: 100%;
	height: 108%;
}

a:link
	{
	color: #cc3300;
	font-size: 13px;
	font: verdana;
	text-decoration: none;
	font-weight: none;
	padding: 0px 5px 5px 0px;
	}
	
a:hover 
	{
	color: #666666;
	font-size: 13px;
	font: verdana;
	text-decoration: none;
	font-weight: none;
	padding: 0px 5px 5px 0px;
	}

a:visited
	{
	color: #660000;
	font-size: 13px;
	font: verdana;
	text-decoration: none; 
	font-weight: none;
	padding: 0px 5px 5px 0px;
	}
	
.tiny
	{
	color: #660033;
	font-size: 10px;
	font: verdana;
	text-decoration: underline;
	font-weight: none;
	padding: 5px 7px 7px 1px;
	border: none;	
	}
	
div#content
	{
	display: block;
	padding: 10px 0px 0px 10px;
	font-family: verdana ;
	font-size: 12px;
	color: #000000;
	}
		
div#address
	{
	display: block;
	padding: 10px 0px 0px 10px;
	font-family: verdana ;
	font-size: 13px;
	color: #ffffff;
	font-weight: strong;
	}

div#accolades
	{
	display: block;
	font-family: verdana ;
	padding: 5px 0px 0px 10px;
	font-size: 14px;
	color: #000000;
	font-weight: strong;
	}

	
div#small
	{
	display: block;
	padding: 10px 10px 10px 10px;
	font-family: verdana ;
	font-size: 10px;
	}
	
div#title
	{
	display: block;
	padding: 0px 0px 0px 0px;
	font-family: verdana ;
	font-size: 13px;
	color: #000000;
	font-weight: strong;
	}
		
.form_textBox {
	/*background-image: url(/images/form_txtBoxBg.jpg);*/
	background-position: top left;
	background-repeat: repeat-y;
	padding-left: 0px;
	padding-right: 0px;
	border-top: 1px solid #000000; 
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #000000; 
	color: #FFFFFF;
	font-family: Verdana, Geneva, Helvetica, sans-serif;
	font-size: 12px;
}

.title{
	font-size: 14px;
	font: verdana;
	text-decoration: none;
	font-weight: bold;
	color: #000000;
	}
	
.special{
	font-size: 14px;
	font: verdana;
	text-decoration: none;
	font-weight: bold;
	color: #ff0000;
	}
	
#navMain{
height: 24px;
width: 100%;
background:url(images/nav/navBg.gif) repeat-x;}
	
	#navMain ul {
	float: right;
	}
	
	
		#navMain ul li {
		float: left;
		list-style:none;
		height:24px;
		}
			
			
		 #navMain ul li a{
		background: url(images/nav/nav.gif) no-repeat;
		height: 24px;
		padding: 0;
		display: block;
		
		}
		
	
		
			#navMain .company{
			background-position: 0 0;
			width:148px;}
			
			#navMain .company:hover{
			background-position: 0 -24px;
			}
			
			#navMain .active .company{
			background-position: 0 -24px;
			}
			
			#navMain .gallery{
			background-position:-148px 0;
			width:87px;
			}
				
			#navMain .gallery:hover{
			background-position:-148px -24px;
			}
				
			#navMain  .active .gallery{
			background-position:-148px -24px;
			}
				
			#navMain .accolades{
			background-position:-235px 0;
			width:104px;
			}
				
			#navMain .accolades:hover{
			background-position:-235px -24px;
			}
				
			#navMain .active .accolades{
			background-position:-235px -24px;
			}
				
			#navMain .login{
			background-position: -339px 0;
			width:122px;
			}
					
			#navMain .login:hover{
			background-position: -339px -24px;
			}
					
			#navMain .active .login{
			background-position: -339px -24px;
			}
					
			#navMain .webmail{
			background-position: -461px 0;				
			width: 85px;
			}
					
			#navMain .webmail:hover{
			background-position: -461px -24px;
			}
					
			#navMain .active .webmail{
			background-position: -461px -24px;
			}
		


	
