/* colors used:
dark blue - #18326a (or maybe #15467c)
lighter dark blue - #5d6f96
light blue - #46c3d2
*/

html {
background: url(../img/bkgd.gif);
margin:0;
padding:0;
/*overflow: hidden;*/
}

body {
margin: 30px 0 0 0;
padding: 0;
}

.handcursor{
cursor:hand;
cursor:pointer;
}
h1{
font-family: Ariel, Helvetica, Verdana, sans-serif;
text-transform:uppercase;
font-size: 18px;
letter-spacing: 1px;
line-height: 16px;
color: #18326a;
}

h2{
font-family: Ariel, Helvetica, Verdana, sans-serif;
font-size: 14px;
font-weight:normal;
text-transform:uppercase;
line-height: 13px;
color: #666666;
}

h3{
font-family: Ariel, Helvetica, Verdana, sans-serif;
font-weight:bold;
font-size: 13px;
line-height: 11px;
color: #18326a;
margin-bottom:0;
}
	
p {
font-family: Ariel, Helvetica, Verdana, sans-serif;
font-size: 13px;
color: #333;
line-height: 15px;
}

p.introP { /*-- introductory paragraph --*/
font-family: Ariel, Helvetica, Verdana, sans-serif;
font-size: 13px;
color: #333;
line-height: 16px;
}

p.zeroMargin { /*-- makes the space above a paragraph 4px and below a paragraph 0 --*/
margin-top:4px;
margin-bottom:0;
}
	
a {
color: #18326a;
}



#container {
text-align:center;
position:relative;
background:#fff;
width: 740px;
height:680px;
margin: 0 auto;
}
	
#header {
position:relative;
width:740px;
height:120px;
min-height:120px;
}

html>body #header {
width:740px;
height:120px;
min-height:120px;
}


#homeTextImage {

height:337px;
background: url(../img/homeText2.jpg) no-repeat;
font-family:Arial, Helvetica, sans-serif;
color: #014785;
font-size:11px;
padding-left: 479px;
padding-top: 25px;

}

#homeTextLink {
width: 220px;
/*padding-left: 490px;
margin-top: 90px;*/
padding: 20px 0 0 10px;
height: 210px;
}


#homeTextImage a:visited  {	color: #014785;	text-decoration: none;}
#homeTextImage a:link {	color: #014785;	text-decoration: none;}
#homeTextImage a:hover {
	color: #00CCFF;
	text-decoration: none;
}


/*------start main navigation------*/
#topNav {
position:relative;
width:740px;
min-height:20px;
height:20px;
background-color:#18326a;

}

#mainNav {
position:relative;
width:740px;
min-height:20px;
height:20px;
background-color:#18326a;
z-index:400;
}
/*------END main navigation------*/




/*---(content)---*/
#wrapper {
position:relative;
width:740px;
height:540px;
min-height:540px;
background: url(../img/gradient.jpg) top repeat-x;
}

/* ------ start home content ------ */
#homeWrapper {
text-align:left;
position:relative;
width:740px;
min-height:550px;
height:550px;
/*background: url(../img/homeText2.jpg) bottom no-repeat;*/
}
/* ------ end home content ------ */





/* ------ start left column content ------ */
#contentLeft {
float:left;
/*position:absolute;*/
display:inline;
width:228px;
height:540px;
background-color:#eeeeee;
overflow: hidden;
}

#subNav {
font-family: Ariel, Helvetica, Verdana, sans-serif;
text-transform: uppercase;
text-align:right;
}

#subNav ul {
margin:0;
padding:0;
list-style:none;
}

#subNav ul a {
text-decoration: none;
}

#subNav ul a:hover {
color: #787878;
background:#fff;
}

#subNav ul a:visited {
color: #5d6f96; /* was #787878 */
}

#subNav ul li {
color: #18326a;
padding: 8px 5px;
font-size: 11px;
text-decoration: none;
line-height: 11px;
background:#eeeeee;
border-bottom: 1px solid #ffffff;
}

#subNav ul li:hover {
color: #787878;
background:#fff;
}
/* ------ end left column content ------ */




/* ------ start right column content ------ */
#contentRight {
float: right;
/*position:relative;*/
width: 420px;
height: 470px;
text-align:left;
overflow:auto;
padding: 60px 50px 10px 20px;
display:inline;
}

#contentRight ul {
font-family: Ariel, Helvetica, Verdana, sans-serif;
font-size: 12px;
color:#333;
list-style: square;
padding: 0 15px 0 20px;
margin-top:0;
}

#contentRight ul li {
padding: 4px 0;
font-size: 12px;
line-height: 14px;
}
/* ------ end right column content ------ */





/* ------ start footer content ------ */
#footer {
text-align:center;
position:relative;
clear:both;
width:740px;
height:20px;
margin: 0 auto;
}

.footText {
font-size: 11px;
font-family: Ariel, Helvetica, Verdana, sans-serif;
color:#18326a;
}
/* ------ end footer content ------ */