/* color palette: #0E426c #546f8b #6586a7 #5f021f #ffc652 #83ae84 */

* {
	font-family: arial, verdana, sans-serif;
}

html, body {
	height: 100%;
}

body {
	margin: 0 auto; 
	padding: 0px; 
	background: #eee url('../images/awsbkg.jpg') repeat-x;
	text-align: center;
	min-width: 982px;
}

h2 {
	font-size: 18px;
	font-style: italic;
	color: #0e426c;
	padding: 3px 0;
	margin: 0;	
}

h3 {
	font-size: 16px;
	color: #369;
	padding: 3px 0;
	margin:0;	
}

h4 {
	font-size: 14px;
	color: #000;
	padding: 3px;
	margin: 0;
}

a {
	color: #069;
	text-decoration: none;
}

a:hover {
	color: #83ae84;
}

p {
	margin: 8px 0;
	padding: 0;
}

p.boldText, p.boldText a, span.boldText {
	font-weight: bold;
}


#colFull, #colRight, #colLeft, #colIndexMid, #colIndexLeft, #colIndexRight {
	float: left;
	padding-top: 10px;
}

#colIndexLeft {
margin-top: 2px; width: 423px; padding: 0px; border-right: 0px dotted #ace; margin:0;
}

#colIndexMid {
width: 290px;
padding: 0;
margin: 2px 0 0 0;
}


#colIndexRight {
 margin: 2px 0 0 0;
 padding: 0;
 width: 240px;
 border: 1px solid #468;
}

#colIndexRight p.title, #colIndexMid p.title {
	background: #0c314c;
	color: #ace;
	border: none;
}

#colIndexMid, #colIndexRight, #colIndexRight a {
	font-size: 11px;
}

#colLeft {
	width: 675px;
	padding: 10px;	
}

#colRight {
	width: 281px;
}
#colFull {
	width: 958px;
	padding: 10px;
}

#content {
	line-height: 1.6em;
	color: #000;
	padding: 5px 0;
	margin: 0;
	width: 982px;
	background: #fff; /* url('../images/mainBkg.gif') no-repeat; */
	border: 0px solid red;
	float: left;
	//border: 1px solid #ddd;
	border-width: 3px 0;
	border-style: solid;
	border-color: #369;

}

#content img {
	border: 3px solid #efefef;
	margin: 5px;
}

#content a
 {
	color: #546f8b;
	text-decoration: none;
	font-weight: bold;
}
#content a:hover {
	color: #83ae84;
	text-decoration: none;
}

#content a img:hover {
	border: 3px solid gold;
}


#curveTbl {
 	font-size: 12px; 
 	font-weight: normal; 
 	border-collapse: collapse; 
 	border-spacing: 0px;
 	padding: 0px; 
}

#curveTbl td.ct_corner {
	width: 15px; 
	line-height: 15px; 
}

#curveTbl td.ct_top {
	background-image: url('../images/cTop.gif');
}

#curveTbl td.ct_btm {
	background-image: url('../images/cBtm.gif');
}

#curveTbl td.ct_lft {
	background-image: url('../images/cLft.gif');
}

#curveTbl td.ct_rt {
	background-image: url('../images/cRt.gif');
}

.blockLink a {
	display: block;
	margin: 0;
	padding: 5px;
}

.blockLink a:hover {
	background: #efe;
	text-decoration: none;
}

.ct_lft, .ct_rt {
	line-height: 15px; 
	background-repeat: repeat-y; 
}

.ct_top, .ct_btm {
	line-height: 15px; 
	background-repeat: repeat-x; 
}

.cmenu {font-size: 12px;}
.cmenu:hover {color: brown;}

#curveTbl img {
	border: 0;
	padding: 0;
	margin: 0;
}

#footer {
	text-align: center;
	width: 982px;
	line-height: 15px; 
	color: #036; 
	font-size: 11px;
	height:97px;
}

#footer ul li {
	display: inline;	
	margin: 3px 0px 0px 5px;
	color: #6586a7;
}



#indexBlurb {
	font-size: 15px; 
	background: url('/images/index_head.jpg'); 
	background-position: bottom right; 
	background-repeat: no-repeat;
}


#mainDiv {
	font-size: 12px;
	margin: 0 auto;
	text-align: left; 
	width: 982px;
}


#upcomingEvents {
	border: 1px solid #fff;
}

.bigText {
	font-size: 15px;
}

.breadCrumb {
	font-size: 10px;
	color: #333;
	padding: 3px;
	margin: 0px;
}

p.breadCrumb a {
	font-weight: normal;
}

.highLightBox {
    margin: 0px 5px 10px 5px; 
    padding: 0px; 
    background-color: #fff; 
	border: 1px solid #777;	
	border: 0px solid #45449f;	
	line-height: 1.4em;
}

.highLightBox p {
	padding: 5px;
}

.title, p.title {
	text-align: left; 
	font-weight: bold; 
	font-size: 12px; 
	border-bottom: 2px solid #83ae84;
	color: #0E426c;
	background-color: #fff;
	letter-spacing: .1em;
	margin: 0; 
	padding: 0 0 0 3px;
}

#colLeft p.title{
	font-size: 14px;
	margin: 5px 0;
}

#LearnToDive p.title, #Education p.title, #Technical p.title {
	background-color: #ffc652;
	color: #5f021f;
	font-size:14px;
	line-height: .8em;
	border-bottom: 2px solid #cc9320;
}

.pageTitle, h1 {
	font-weight: bold;
	color: #5f021f;
	padding: 3px 0;
	margin: 0;
/*	text-transform: uppercase;*/
	letter-spacing: .1em;
	font-weight: bold;
	font-size: 20px;
	text-decoration: none;
}



.sectionBtm {
	border-top: 1px dotted #9cf;
}

.sectionTop, .sectionBtm {
	color: #345; 
	font-weight: bold;  
	font-style: italic; 
	font-size: 14px;
}

.sectionTop {
	border-bottom: 1px dotted #9cf; 
}

.serviceTable {
	padding: 0px; 
	border-collapse: collapse;
	font-size: 12px;
}

.serviceTable tr th {
	background-color: #ffc652;
	border-bottom: 1px solid #0e426c;
	color: black;
	font-size: 11px;
	padding-left: 8px;
	padding-right: 8px;
	line-height: 12px;
}


.serviceTable tr td {
	vertical-align: top;
	border-bottom: 1px solid #dfdfdf;
	padding-left: 8px;
	padding-right: 5px;
	font-weight: normal;
}

.serviceTable td a {
	font-weight: bold;
}

dl p.title {
	background: #ffc652;
	font-size: 11px;
	color: #000;
	border-bottom: 1px solid #5f021f;	
}


.smallLink, .smallCenter {
	font-size: 10px;
}
.smallLink {
	color: #88aacc;
}

.smallCenter {
	color: #999;
	text-align: center;
}


.subTitle {
	font-weight: bold;
	font-size: 16px;
	color: black;
}


/* credit: webreference.com */
dl {margin: auto; padding: 0; border-left:1px solid #ffc652; border-right:1px solid #ffc652; background: #fff;}
dt {margin:0; padding:0em 0 0 2px; text-align:left; font-weight:bold; background:;}
dd {margin:0; padding:0em 0 0 8px; text-align:left; border-top:0px solid #ccc; font-weight: bold;}
#listofitems dt a, #listofitems dt a:visited {color:#fff; text-decoration:underline; display:block; padding:0.1em; margin: 0;}
#listofitems dd a, #listofitems dd a:visited {color:silver; text-decoration:none; display:block; padding:0.1em;}

.top {
  display:block; 
  background:transparent; 
  font-size:1px;
  }

.bottom {
  display:block; 
  background:transparent; 
  font-size:1px; 
  border-top:0px solid #fff;
  }

.b1, .b2, .b3, .b4 {
display:block; 
/* hide overflow:hidden from IE5/Mac */ 
/* \*/ 
overflow: hidden; 
/* */ 
}

.b1, .b2, .b3 {height:1px;}
.b2, .b3, .b4 {background:#ffc652; border-left:1px solid #ffc652; border-right:1px solid #ffc652;}
.b1 {margin:0 5px; background:#ffc652;}
.b2 {margin:0 3px; border-width:0 2px;}
.b3 {margin:0 2px;}
.b4 {height:2px; margin:0 1px;}


dl.roundMain {margin: auto; padding: 0; border-left:1px solid #058; border-right:1px solid #058; background: #fff;}

.c1, .c2, .c3, .c4 {
display:block; 
/* hide overflow:hidden from IE5/Mac */ 
/* \*/ 
overflow: hidden; 
/* */ 
}

.c1, .c2, .c3 {height:1px;}
.c2, .c3, .c4 {background:#7697b8; border-left:1px solid #7697b8; border-right:1px solid #7697b8;}
.c1 {margin:0 5px; background:#7697b8;}
.c2 {margin:0 3px; border-width:0 2px;}
.c3 {margin:0 2px;}
.c4 {height:2px; margin:0 1px;}

.d1, .d2, .d3, .d4 {
display:block; 
/* hide overflow:hidden from IE5/Mac */ 
/* \*/ 
overflow: hidden; 
/* */ 
}

.d1, .d2, .d3 {height:1px;}
.d2, .d3, .d4 {background:#fff; border-left:1px solid #058; border-right:1px solid #058;}
.d1 {margin:0 5px; background:#058;}
.d2 {margin:0 3px; border-width:0 2px;}
.d3 {margin:0 2px;}
.d4 {height:2px; margin:0 1px;}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

#mainmenu {
background: url('../images/awshead.jpg'); 
height: 97px; 
vertical-align: bottom;
padding: 0;
margin: 0;
width: 982px;
float: left;
}

#mainmenu ul {
font-weight: bold;
font-size: 10px; 
padding: 0;
margin: 75px 0 0 84px;
list-style: none;
}

#mainmenu li {
display: inline;
padding: 0;
text-transform:uppercase;
}

#mainmenu a {
font-family: verdana;
float: left;
display: block;
margin: 0 0px 0 0px; /*Margin between each menu item*/
padding: 5px 10px;
text-decoration: none;
letter-spacing: 1px;
color: white;
border:0;
}

#mainmenu a:hover {
background: #015073;
-moz-border-radius-topleft: 5px;
-webkit-border-top-left-radius: 5px;
-moz-border-radius-topright: 5px;
-webkit-border-top-right-radius: 5px;
border-top-left-radius:5px;
border-top-right-radius:5px;
color: #7cd5f5;
}

#mainmenu #current a { /*currently selected tab*/
background: #037095 /*url('../images/menuon.jpg') repeat-x*/;
color: #fff;
border-bottom: 0px solid #037095;
border-top: 1px solid #015073;
border-right: 1px solid #015073;
border-left: 1px solid #015073;
-moz-border-radius-topleft: 5px;
-webkit-border-top-left-radius: 5px;
-moz-border-radius-topright: 5px;
-webkit-border-top-right-radius: 5px;
border-top-left-radius:5px;
border-top-right-radius:5px;
z-index: 2;
}


#submenu {
width: 982px;
padding: 0;
margin: 0;
float: left;
border-right: 0px solid #7597ba;
border-left: 0px solid #fff;/*#7597ba;*/
line-height: 10px;
z-index: 0;
height: 28px;
}

#submenu ul {
font: bold 10px verdana Helvetica Arial;
padding: 0;
margin: 3px 0 0 0;
list-style: none;
}

#submenu li {
display: inline;
text-transform:uppercase;
letter-spacing: 2px;
color: gold;
color: #036;
}

#submenu a {
float: left;
display: block;
color: white;
margin: 0 1px 0 0; /*Margin between each menu item*/
padding: 5px 5px;
text-decoration: none;
letter-spacing: 1px;
border-left: 2px solid #036;
border-top: 2px solid #036;
}

#submenu a:hover {
	color: yellow;
}

#submenu div.t {
	margin: 0;
	padding: 7px 3px 5px 3px;
	text-align: center;
	text-transform: uppercase;
	color: gold;
	color: #fff;
}

#submenu #current a
{
	color: gold;
	background-color: #036;
	border-left: 2px solid #036;
	border-top: 2px solid #036;
	text-decoration: underline;
}




#LearnToDive, #Education, #Technical {
	border: 0px solid #23227d; 
	width: 610px; 
	padding: 0; 
	margin: 0;	
	float: left;
}

#LearnToDive p, #Education p, #Technical p {
	padding: 5px;
}

#layermenu {
padding: 0 0 0 10px;
margin: 0;
width: 600px;
background-color: #fff;
float: left;
border: 0px;
}

#layermenu ul {
font: bold 11px arial;
padding: 0;
margin: 0;
list-style: none;
}

#layermenu li {
display: inline;
padding: 0;
}

#layermenu a {
float: left;
display: block;
color: #5f021f;
margin: 0 0px 0 0; /*Margin between each menu item*/
padding: 5px 10px;
text-decoration: none;
background-color: #ffe874;
border-left: 1px solid #ddc652;
border-right: 1px solid #ddc652;
border-top: 1px solid #ddc652;
border-bottom: 1px solid #ddc652;
}

#layermenu a:hover {
background-color: #ffc652;
color: #5f021f;
text-decoration: none;
}

#layermenu a.current { /*currently selected tab*/
background-color: #ffc652;
color: #000;
border-bottom: 1px solid #ffc652;
border-top: 1px solid #aa9320;
border-left: 1px solid #aa9320;
border-right:1px solid #aa9320;
}


#layermenu #current a:hover {
	cursor: text;
}

.grTable {
	color: #333;
	border-bottom: 2px solid #036;
	width: 650px;
	padding:0;
	margin:0;
}

.grTable tr {
	margin:0;
	padding:0;
}

.grTable th {
	background: #036;
	color: #fff;
	padding: 2px 5px;
	margin: 0;
}

.grTable td {
	vertical-align: top;
	margin:0;
	padding: 2px;
	border-bottom: 1px solid #e1e1ef;
}	

.news_style{// To indicate is news content
display:none;
}


.news_show // where news todisplay
{
position:absolute;/*important*/
background-color: white;
color:black;
font: normal 100% "Arial", "Lucida Grande",Verdana, Sans-Serif;
clip:rect(0px 350px 150px 0px);/*important*/
}


.news_border// wrap .news_news for border
{
background-color: white;
width:352px;
height:152px;
font: normal 100% "Arial", "Lucida Grande",Verdana, Sans-Serif;
border: 1px solid gray;
padding: 5px 5px 5px 5px;
}


.news_mark // wrap images button and news title
{
background-color:white ;
font: normal 70% "Arial", "Lucida Grande",Verdana, Sans-Serif;
border: 0px solid gray;
width:363px;
height:35px;
color:black;
text-align:center;
}


.news_title // news title display style
{
font: bold 120% "Arial", "Lucida Grande",Verdana, Sans-Serif;
border: 0px solid gray;
padding: 5px 0px 9px 5px;
color:black;
}


.news_show img // option this
{
margin-left: 5px;
margin-right: 5px;
}


.buttondiv // for images button
{
position: absolute;
padding: 5px 5px 5px 5px;
background-color:white ;
border: 1px solid gray;
/*border-top-color: white;*/
border-top:none;
height:20px;
}


.news_move // for inside news slide style
{
position: relative; /*important*/
}


.mytable //fix inside news slide table
{
width:500px;/*important-- this control how many px to left or right*/
height:200px;
vertical-align: top;
}
	