/* 
#002B7F = Infracom blue
#000033 = Infracom dark purple
#7F7F99 = Infracom light purple
#E5E9F2 = Infracom light blue
#FFCC00 = Infracom yelllow
#FFFFFF = White
#000000 = Black
/*

/* == Start HTML Basic Elements == */
a {
	color: #002B7F;
	text-decoration: none;
	font-size: 10pt;
	margin: 0px;
	padding: 0px;
}

a:hover {
	text-decoration: underline;
}

small, address, p, ul, ol, li, dl, dt, dd {
	margin: 0px;
	padding: 0px;
	font-size:8pt;
	line-height: 15px;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	color: #000;
	list-style: inside;
}

address {
	display: inline;
}

small, small a, small a:visited, small a:active, small a:hover {
	font-size: 7pt;
}

address, 
address a, 
address a:visited, 
address a:hover, 
address a:active {
	font-style: normal;
	font-size: 7pt;
}

img {
	border: 0px;
	margin: 0px;
	padding: 0px;
}

fieldset, form, table {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

td {
	vertical-align: top;
}

select, input, textarea {
	margin: 0px;
	padding: 0px 0px 0px 3px;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
}

select, input  { 
	width: 230px;
	padding: 3px;
	margin-bottom: 5px;
	border: solid 1px #999;
	background-color: #F7F7F7;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 8pt;
}

label {
	width: 180px;
	height: 21px;
	display: block;
	clear: left;
	float: left;
}

textarea  {
	width: 230px;
	height: 130px;
	padding: 3px;
	margin-bottom: 6px;
	border: solid 1px #999;
	background-color: #F7F7F7;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 8pt;
}


h1, h2, h3, h4, h5, h6 {
	margin: 0px 0px 8px 0px;
	padding: 0px;
	font-weight: bold;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	line-height: normal;
}

h1 {
	font-size: 24pt;
}

h2 {
	font-size: 18pt;
}

h3 {
	font-size: 13.55pt;
}

h4 {
	font-size: 12pt;
}

h5 {
	font-size: 10pt;
}

h6 {
	font-size: 7.55pt;
}

strong, b {
	font-weight: bold;
}

html > body {
	width: 100%;
	height: 100%;
}

/* == End HTML Basic Elements == */

/* == Start Site Layout == */

#LAYOUT1-BODY {
	background-color: #1f2324;
	color: #242424;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	height: 100%;
	line-height: 18px;
	margin: 0;
	overflow: auto;
	text-align: center;
	width: 100%;
}

	#LAYOUT1-DIMENSIONS {
		width: 973px;
		position: absolute;
		left: 50%;
		margin-left: -483px;
		overflow: hidden;
		text-align: left;
		z-index: 2;
	}
	
		#LAYOUT1-A {
			margin-top: 47px;
			height: 110px;
			background: url(layout_a.png) no-repeat;
		}
		
		#LAYOUT1-B {
			min-height: 800px;
			background: url(layout_b.png) repeat-y;
		}
		
			#LAYOUT1-B2 {
				min-height: 420px;
				padding: 0px 30px 32px 0px;
			}
			
			#LAYOUT1-B3 {
				border-top: 1px solid #CFCFCF;
				width: 960px;
				margin: 0px 3px;
			}
			
			#LAYOUT1-B4 {
				padding: 1.5px;
			}
			
			#LAYOUT1-B4 img {
				padding: 1.5px;
			}
			
		#LAYOUT1-C {
			padding-left: 8px;
			color: #fff;
		}
		
		#LAYOUT1-C table a {
			color: #fff;
			text-decoration: underline;
		}
		
		#LAYOUT1-C table a:hover {
			text-decoration: none;
		}

		#LAYOUT1-D {
			position: absolute;
			top: 16px;
			right: 20px;
		}
		
			#LAYOUT1-D a {
				color: #00334c;
			}

#BACKGROUND, #BACKGROUND table, #BACKGROUND td {
	height: 100%;
	overflow: hidden;
	text-align: center;
	width: 100%;
}

#BACKGROUND img {
	display: block;
	height: 100%;
	margin: 0 auto;
	min-height: 1117px;
	width: 100%;
}

#MAP a {
	font-size: 11px;
}

/* == End Site Layout == */

/* == Start Classes == */

.logo {
	position: absolute;
	top: 9px;
	margin-left: 16px;
}

.header_image {
	position: relative;
	padding: 4px 10px 0px 0px;
	float: right;
	width: 482px;
	height: 103px;
	overflow: hidden;
}

.errors {
	padding: 0px 0px 15px 0px;
	font-weight: bold;
}

.header_image img {
	position: absolute;
	z-index: 2;
}

.header_image .gradient {
	left: 0px;
	top: 0px;
	z-index: 3;
}

.nav {
	width: 960px;
	padding: 0px;
	margin-left: 3px;
	height: 24px;
	background: url(nav.png) repeat-x;
}

.nav h2{
	font-size: 13px;
	line-height: 24px;
	display: inline;
}

.nav a {
	display: block;
	float: left;
	padding: 0px 15px 0px 15px;
	height: 24px;
	color: #fff;
}

.nav a:hover {
	background: url(nav_hover.png) repeat-x;
	text-decoration: none;
	color: #0a265a;
}

.content_image {
	padding: 32px 0px 0px 32px;
	float: left;
}

.content {
	padding: 32px 0px 0px 32px;
	font-size: 10pt;
	float: left;
}

.content .more_info {
	color: #7c7c7c;
}

.content .more_info:hover {
	text-decoration: none;
	color: #555;
	background: url(info_block_arrow_hover.png) right no-repeat;
}

.mail_link {
	color: #275295 !important;
	text-decoration: underline;
}

.mail_link:hover {
	text-decoration: none;
}

.content a {
	font-size: 10pt;
	color: #242424;
}

.small_arrow {
	margin-right: 15px;
}

.item_title {
	font-size: 16px;
	font-weight: normal;
	color: #1f448d;
}

.contact_title {
	font-weight: bold;
	font-size: 10pt;
	color: #424242;
}

.info_block {
	width: 191px;
	height: 160px;
	padding: 24px;
	float: left;
	position: relative;
}

.info_block h3{
	font-size: 10pt;
	font-weight: bold;	
}

.info_block .more_info {
	position: absolute;
	bottom: 24px;
	left: 24px;
}

.more_info {
	display: block;
	width: 190px;
	margin-top: 7px;
	color: #7c7c7c;
	background: url(info_block_arrow.png) right no-repeat;
}

.more_info:hover {
	color: #555;
	text-decoration: none;
	background: url(info_block_arrow_hover.png) right no-repeat;
}

.download {
	display: block;
	width: 190px;
	margin-top: 7px;
	color: #7c7c7c !important;
}

.download:hover {
	color: #555 !important;
	text-decoration: none;
}

.footer {
	width: 950px;
	margin-bottom: 20px;
}

.bottom_links {
	float: left;
}

.bottom_links  a {
	text-decoration: none;
	color: #fff;
}

.bottom_links  a:hover {
	text-decoration: underline;
}

.infracom_link {
	float: right;
}

.infracom_link  a {
	text-decoration: none;
	color: #fff;
}

.infracom_link  a:hover {
	text-decoration: underline;
}

.submit {
	width: 80px;
	background-color: #DFDFDF;
}
	
.checkbox {
	width: 15px; 
	height: 21px; 
	border: 0px;
}

.dotted_line {
	height: 0px;
	border-top: 1px dotted #fff;
	margin: 15px 0px 15px 0px;
}

.clear {
	clear: both;
}
