body, img, div, form, table, tbody, tr, td, h1, h2, h3, h4, h5, h6, p {
	margin: 0px;
	padding: 0px;
	border-width: 0px;
	border-style: none;
	list-style-type: none;
}
.clearme {
	clear:both;
}
body {
	font-family: "Tahoma", Helvetica, Sans-serif;
	font-size: 12px;
	background-color:#3B6CCE;
	background-image:url(../img-glb/bg.jpg);
	background-repeat:repeat-x;
}
/* GLB TAGS */
a {
	color:#003399;
	text-decoration:none;
}
a:visited {	
	color:#003399;
	text-decoration:none;
}
a:hover {
	color:#FF3300;
	text-decoration:underline;
}
h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:900;
	font-size:18px;
	color:#003399;
	margin-bottom:25px;
}
h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:900;
	font-size:14px;
	color:#003399;
	margin-bottom:10px;
}
ul {
	position:relative;
	left:-6px;		
}
li {
	list-style-position:outside;
	text-align:left;
	list-style-image:url(../img-glb/icon-bullet.jpg);
	list-style-type:none;
}
.sel {
	list-style-image:url(../img-glb/icon-bulletsel.jpg);
}
.sub {
	list-style-image:url(../img-glb/icon-sub-bullet.jpg);
	margin-left:40px;
	font-size:10px;
}
.subsel {
	list-style-image:url(../img-glb/icon-sub-bulletsel.jpg);
	margin-left:20px;
	font-size:10px;
}
p {
	margin-bottom:15px;
}
iframe {
	width:590px;
	height:376px;
	border:none;
	padding-top:0px;
}
.sm {
	font-size:11px;
	font-weight:200;
}

/*  HEADER STYLES */
#header {
	background-image: url(../img-glb/bg-header.jpg);
	background-repeat: repeat-x;
	width: 100%;
	height: 128px;
}
#header #logo {
	background-image: url(../img-glb/bg-logo.jpg);
	background-repeat: no-repeat;
	width: 297px;
	height: 85px;
	margin-left:15px;
}
#header #utilities {
	float:right;
	padding-top:6px;
	padding-right:8px;
	color:#003399;
}
#header #awmAnchor-menu {
	background-image: url(../img-glb/bg-nav.jpg);
	background-repeat: repeat-x;
	width: 506px;
	height: 20px;
	position:relative;
	top:16px;
	left:14px;
}
#header #nav a {
	position:relative;
	top:5px;
	margin-left:45px;
}
#sel {
	width:506px;
	max-height:6px;
	position:relative;
	left:16px;
}
*html #sel {
	height:6px;
}
#sel td {
	text-align:center;
}
#selutilities {
	width:174px;
	max-height:6px;
}
*html #selutilities {
	height:6px;
}
#selutilities td {
	text-align:center;
}

/* BODY OF THE PAGE */
#wrapper {
	margin-left:15px;
	margin-bottom:25px;
	width:792px;
	min-height:340px!important;
}
*html #wrapper {
	margin-left:15px;
	height:340px;
}
#wrapper td {
	vertical-align:top;
	line-height:18px;
}
#wrapper td.mnpg {
	width:580px;
	min-height:340px!important;
	background-image:url(../img-glb/bg-mnpg.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	padding:30px 5px 15px 15px;
}
*html #wrapper td.mnpg {
	height:340px;
}
#wrapper td.side {
	width:160px;
	min-height:340px!important;
	background-image:url(../img-glb/bg-side.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	padding:30px 5px 15px 15px;
}
*html td.side {
	height:340px;
}
.search {
	margin-top:10px;
	margin-bottom:15px;
}
*html .search {
	position:relative;
	top:-8px;	
}

/* FOOTER */
#footer {
	background-image: url(../img-glb/bg-footer.jpg);
	background-repeat:repeat-x;
	height: 17px;
	width:100%;
}
#footertxt {
	color:#FFFFFF;
	padding:0px 15px 10px 10px;
}
#footertxt a {
	color:#FFFFFF;
}
#footertxt a:visited {
	color:#FFFFFF;
}
#footertxt a:hover {
	color:#000000;
}

/* POSITIONING */
.margintop {
	position:relative;
	top:11px;
}
.marginleft {
	position:relative;
	left:16px;
}
.right {
	float:right;
	margin-left:5px;
	margin-bottom:5px;
}
.left {
	float:left;
	margin-right:5px;
	margin-bottom:5px;
}

/* TXTFIELDS */
.txtboxsearch {
	padding:1px;
	border:solid #003399 1px;
	width:141px;
	font-size:11px;
	color:#003399;
	margin-right:6px;
}

/* CONTROLS */
.btndefault {
	background-color:#FFFFFF;
	border:none;
	color:#FF3300;
	font-size:11px;
	font-weight:900;
	padding:0px;
	cursor:pointer;
}

/* PORTFOLIO */
#thumbs {
	float:right;
	height: 376px;
	width: 132px;
	overflow: auto;
	display:block;
}
#thumbs a img {
	margin-bottom:6px;
	border:solid #336699 2px;
}
