/*****************/
/*     Styles    */
/*****************/

body {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;

	background: #2267AC;
}

p {
	margin: 0px 2px 5px 2px;

	color: #000;
}

.nomargin {
	margin: 0px 0px 0px 0px;
}

h1, h2, h3, h4, h5 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
}

h1 {  
		margin: 0px 5px 5px 0px;
		padding: 0;
		
		font-size: 16px; 
		font-style: normal; 
		color: #002D64;
		font-weight: 700; 
		text-decoration: none; 
}
		
		
h2 {  
		margin: 0px 5px 10px 0px;
		
		font-size: 16px; 
		font-style: normal; 
		color: #000;
		font-weight: 700; 
		text-decoration: none;
}
		
		
h3 {  
		margin: 0px 5px 10px 0px;
		
		font-size: 14px; 
		font-style: normal; 
		color: #002D64;
		font-weight: 700; 
		text-decoration: none;
}
		
		
h4 {  
		margin: 0px 5px 5px 0px;
		
		font-size: 14px; 
		font-style: normal; 
		color: #000;
		font-weight: 700; 
		text-decoration: none;
}
		
h5 {  
		margin: 0px 5px 5px 0px;
		padding: 0;
		
		font-size: 14px; 
		font-style: normal; 
		color: #0076BD;
		font-weight: 700; 
		text-decoration: none;
}

a:link, a:visited, a:hover {
	color: #2267AC;
	text-decoration: none;
}

a:hover	{
	color: #2267AC;
	text-decoration: none;
}
	
a.noborder {
	border-bottom: none;
	text-decoration: none;
}

img {
	border: none;
}

/*******************/
/* Homepage Styles */
/*******************/

#h_container, #container {
	position: relative;
	width: 900px;
	margin: 10px auto 0 auto;
	background: #2267AC url('../images/bg_page.jpg') no-repeat;
}

	#header {
		height: 140px;
	}
		#header #logo {
			margin: 40px 0 0 20px;
		}
		#header #member_login{
			margin: 38px 0 0 0;
			float: right;
			width: 240px;
			height: 100px;
			font-size: 10px;
			overflow: hidden;
		}		
		#header #member_login input{
			height: 11px;
			width: 120px;
			padding: 0 2px 2px 2px;
			
			font-size: 9px;
			vertical-align: top;
			
			border: 1px solid #CCC;
			background: #FFF;
		}
	#menu {
		position: relative;
		top: -6px;
		left: 2px;
	}
	
	#h_content {
		margin: 13px 0 0 0;
		padding: 7px 0 0 0;
	}
	
		#h_content #content_left {
			float: left;
			width: 579px;
			height: 488px;
			margin: 0 0 0 22px;
		}
			#h_content #content_left #flash_box {
				width: 564px;
				height: 313px;
				margin: 2px 0 16px 0;
				text-align:center;
			}

			#h_content #content_left #content_main {
				padding: 0 8px;
				width: 544px;
				height: 156px;
				overflow: auto;		
			}

		#h_content #content_right {
			float: left;
			width: 274px;
			height: 488px;		
			margin: 0 0 0 25px;
		}
			#h_content #content_right .home_box {
				margin: 0 0 11px 0;
			}
			
			#h_content #content_right .home_video {
				border: 6px solid #F00;
				width: 242px;
				height: 134px;
				overflow: hidden;
			}
			
			#h_content #content_right #networking {
				padding: 20px 0 0 13px;
			}
			body:nth-of-type(1) #h_content #content_right #networking{
				padding: 13px 0 0 13px;
			}

	#h_footer, #footer{
		clear: both;
		padding: 3px 0 0 1px;
		text-align: center;
	}
		#h_footer img{
			padding: 0 7px;
		}
		#h_footer  #plug {
			float: right;
			display: inline;
		}
		#h_footer  #footer_links {
			float: left;
			display: inline;
		}		
			#footer_links, #footer_links a, #footer_links a:hover, #footer_links a:visited {
				color: #FFF;
				font-size: 10px;
			}
			
#footer_links a:hover	{
	color: #002D64;
	text-decoration: none;
}
			
/*******************/
/* Internal Styles */
/*******************/
#container {
	background: url('../images/bg_head.jpg') no-repeat;
	width: 899px;
}
	#content {
		margin: 13px 0 0 0;
		padding: 30px 10px 50px 10px;		
		background: #FFF url('../images/bg_bottom.jpg') no-repeat bottom;
		
		position: relative;
		z-index: 1;

	}
	
	#sub_nav{
		width: 140px;
		float: left;
		position: relative;
		z-index: 100;		
	}
		#sub_nav ul {
			margin: -12px 0 0 0;		
			padding: 0;
		
			list-style: none;
			text-align: left;
		}
		
		#sub_nav li a, #sub_nav li a:visited {
			width: 75px;
			min-height: 13px;
			padding: 12px 10px 12px 40px;
			display: block;
			
			text-transform: capitalize;
			font-size: 11px;
			color: #002D64;
		}
		
		#sub_nav li a:hover, #sub_nav li.active {
			font-weight: bold;
			background: url('../images/wave_icon.gif') no-repeat left 50%;
		}
	#content_right {
		width: 725px;
		margin: 0 0 0 140px;
		
	}
	
		#content_right #content_main {min-height:500px;} * html #content_right #content_main { height:500px; } /*STOP USING IE PEOPLE!*/
		#img_box {
			max-width: 250px;
			min-width: 150px;
			float: right;
			padding: 0 10px;
			display: inline;
			overflow: hidden;
			position: relative;
			z-index: 10;
		}
		
		#img_box .tn {
			border: 1px solid #000;
			margin: 5px;
		}

		.frameit{
			float: right;	
			position:relative;
			z-index: 1;
		}
		.frameit_big {
			position:relative;
			z-index: 1;
		}
		#photoframe {
			height:250px;
			width:250px;
			position:relative;
		}
		#photoframe span{
			height:250px;
			width:250px;
			position: absolute;
			z-index: 10;
			display: block;
			background: url('../images/frame.gif') no-repeat;
		}

		#photoframe_big {
			height:250px;
			width:725px;
			position:relative;
		}
		#photoframe_big span{
			height:250px;
			width:725px;
			position: absolute;
			z-index: 10;
			display: block;
			background: url('../images/frame_big.gif') no-repeat;
		}		

	table#EmployeeProfile h2,table#EmployeeProfile h3,table#EmployeeProfile h4, table#EmployeeProfile h5  {
		margin:0px 0px 0px 0px;
	}

/* forms */		

input, select, textarea, .formfield{
	border: 1px solid #002D64;
	background-color: #FFF;
}

.formfield {
    width: 170px;
    padding: 2px;
}

.gmnoprint {
	text-align: center;
}
	.gmnoprint table img {
		border: 1px solid #2267AC;
		margin: 5px;
	}	