@charset "utf-8";
/* CSS Document */

*, html {
	margin: 0;
	padding: 0;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0e0e0e;
	background: url(../images/top-bg.png) repeat-x top;
	padding-top: 23px;
}

#wrapper {
	width: 960px;
	margin: 0 auto;
}

#content-column {
	width: 590px;
	margin-right: 10px;
	float: right;
	line-height: 15px;
}

#contact-button {
	height: 116px;
	padding-top: 18px;
	background: url(../images/contact-button-bg.png) no-repeat bottom left;
	margin-bottom: 13px;
	text-align: center;
}

#contact-button a {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	width: 300px;
	font-size: 15px;
	padding: 60px 0 20px 0;
	display: block;
}


#nav-column {
	width: 320px;
	float: left;
}

a#logo {
	height: 95px;
	display: block;
	margin-bottom: 2px;
}

a#logo img {
	border: 0;
}

#addthis_toolbox addthis_default_style {
	text-align:center;
}


h1 {
	font-size: 16px;
	text-align: center;
	display: block;
	background: #005779;
	padding: 14px 0 16px 0;
	color: #fff;
	clear: both;
	line-height: normal;
}
p, h1 {
	margin-bottom: 15px;
}

h2 {
	margin-bottom: 10px;
	line-height: 20px;
	font-size: 18px;
}

h3 {
	margin-bottom: 10px;
	line-height: 16px;
	font-size: 14px;
}

#content-column ul, #content-column ol {
	margin: 0 0 15px 25px;
	
}

#home-flash {
	height: 341px;
}
#home-flash a img {
	border: 0;
}

.right-breakout {
	float: right;
	width: 230px;
	margin-left: 10px;
}

.clear {
	clear: both;
}

.img-right {
	margin: 0 0 10px 10px;
	float: right;
}

.img-left {
	margin: 0 10px 10px 0;
	float: left;
}

.border, a img.border {
	border: 1px solid #666;
}

/* nav styles */
#nav {
	color: #fff;
}

#nav ul {
}

#nav ul li {
	list-style: none;
}

#nav ul li a {
	color: #fff;
	display: block;
	position: relative;
	width: 268px;
	height: 23px;
	padding: 8px 0 0 38px;
	/* border-bottom: 1px solid #fff; */
	background: url(../images/menu-bg.png) no-repeat top left;
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: none;
}

#nav ul li a:hover {
	background: url(../images/menu-bg-over.png) no-repeat top left;
}

#nav ul li.first a {
	padding-top: 14px;
	background: url(../images/menu-top-bg.png) no-repeat top left;
	height: 26px;
}
#nav ul li.first a:hover {
	background: url(../images/menu-top-bg-over.png) no-repeat top left;
}
#nav ul li.last a {
	padding-bottom: 14px;
	background: url(../images/menu-bot-bg.png) no-repeat top left;
}
#nav ul li.last a:hover, #nav ul li#active.last a:hover {
	background: url(../images/menu-bot-bg-over.png) no-repeat top left;
}

#nav ul li#active.last {
	background: url(../images/active-menu-bot-bg2.png) no-repeat top left;
}

#nav ul li#active {
	background: url(../images/active-menu-bg.png) repeat-y top left;
}

#nav ul li#active a {
	background: url(../images/nav-down-arrow.png) no-repeat 20px 12px;
	height: 21px;
	color: #00466b;
}

#nav ul li#active a.active {
	color: #037DBE;
}

#nav ul li#active a:hover {
	background: url(../images/active-menu-bg-over.png) repeat-y top left;
	color: #fff;
}

#nav ul li#active ul li a {
	text-transform: none;
	font-weight: normal;
	height: 19px;
	color: #00466b;
	background: none;
	padding: 3px 0 0 38px;
	text-decoration: underline;
}

#nav ul li#active ul {
	padding-bottom: 1px;
	background: url(../images/active-menu-bot-bg.png) no-repeat bottom left;
}

#map {
	background: #ececec;
	border: 1px solid #5d5d5d;
	font-size: 11px;
	text-align: center;
	margin: 10px 0;
}

#map p {
	padding: 8px 10px 10px 10px;
	text-transform: uppercase;
	margin: 0;
}

#map img {
	border-bottom: 1px solid #5d5d5d;
}

#nari {
	border: 1px solid #6b8bc2;
	text-align: center;
	padding: 10px;
}

#nari span {
	text-transform: uppercase;
	color: #004890;
	font-weight: bold;
}

#tv-top {
	background: #424242 url(../images/tv-top.png) no-repeat top left;
	padding-top: 10px;
}

#tv-bot {
	padding: 0 10px 2px 10px;
	text-align: center;
	background: url(../images/tv-bot.png) no-repeat bottom left;
	color: #fff;
}

#tv-bot span {
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	display: block;
	margin-bottom: 8px;
}
#tv-bot img {
	margin-bottom: 10px;
}

#learning-center {
	padding-top: 10px;
}

#learning-center a img, #tv-bot a img {
	border: 0;
}

#int-splash {
	background: #002437;
	padding: 3px 3px 0 3px;
}
#int-splash a {
	display: inline;
}

#int-splash a.center {
	margin: 0 2px;
}

#int-splash a img {
	border: 0;
}

table.servicearea td {
	background: #eee;
	padding: 3px;
	vertical-align: top;
}


#footer-wrapper {
	clear: both;
	padding-top: 20px;
	background: url(../images/footer-bg.png) repeat-x bottom;
}
#footer {
	width: 920px;
	height: 124px;
	margin: 0 auto;
	padding: 28px 20px 0 20px;
	font-size: 11px;
	color: #b4b4b4;
}

#footer a {
	color: #fff;
}
#footer table {
	width: 100%;
}

#footer table td {
	text-align: center;
	vertical-align: top;
}

#footer table td.bbb {
	width: 60px;
	text-align: left;
}

#footer table td.nari {
	width: 170px;
}

#footer table td.links {
	padding-top: 18px;
}

#footer table td.links span.fnav {
	display: block;
	padding-bottom: 20px;
}

#footer table td.links span.fnav a {
	text-transform: uppercase;
}

#footer a img {
	border: 0;
}

#preload {
	display: none;
}

#homeshow-include img {
	margin: 0 10px 5px 0;
}

#contacttable td {
	vertical-align: top;
}
#content-column div#related {
	float: right;
	width: 180px;
	padding: 10px;
	background: #edf2f9;
	border: 1px solid #495569;
	margin: 0 0 5px 5px;
}


#content-column div#related h3 {
	font-size: 120%;
	margin: 0 0 5px 0;
	padding: 0;
}

#content-column div#related ul {
	margin: 0 0 5px 15px;
	padding: 0;
	list-style: disc url(../images/related-arrow.gif) outside;
}
#content-column div#related ul li {
	margin: 5px 0;
}
div.right-float {
	float: right;
	text-align:center;
	margin: 5px;
	margin-right: 0;
}
div.left-float {
	float: left;
	text-align: center;
	margin: 5px;
	margin-left: 0;
}
img.img-right {
margin-left: 5px;
margin-bottom: 5px;
}

img.img-left {
margin-right: 5px;
margin-bottom: 5px;
}
.small_pic{
	width:120px;
	height:150px;
	margin:10px;
	border-bottom:1px solid #CCCCCC;
	border-right:2px solid #CCCCCC;
	
}
.img_width{
	max-width:600px;
}

