/*---[ undohtml ]-------------------------- */
:link,:visited { text-decoration:none }

ul,ol { list-style:none }

h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; }

ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input,td
{ margin:0; padding:0 }

a img,:link img,:visited img { border:none }

address { font-style:normal }

fieldset{
padding:.5em;
}

* { margin: 0; padding: 0; }


/* layout ---------------------------------------*/
body {  
background:#0282c1;
color:#333;
font-family:Arial, Helvetica, sans-serif;
font-size: small;
text-align: center;
}

* html body	{
font-size:x-small; /*for IE5 Win*/
f\ont-size:small;/*for other IE versions*/
}

html>body	{/*be nice  to Opera*/
font-size:small;
}

#container	{
width:980px;
margin:0px auto;
background:#fff;
text-align:left;
background-image: url(../images/container-bg.jpg);
background-repeat: repeat-y;
}

#container .inside	{
padding:0px 25px 0px 25px;
}

/* branding ------------------------------------*/
#branding	{
width:930px;
height:115px;
background:#fff;
margin:10px 0 0;
background-image: url(../images/branding.jpg);
background-repeat:no-repeat;
}

#branding h1	{
display:none;
}

#branding h2	{
display:none;
}

/* --- #content ---------------------------*/

#content {
float:left;
/* if rhs then width should be 730 */
width:920px;
}

#content_main	{
float:right;
/* if rhs then width should be 530 */
width:720px;
overflow:hidden;
/*background:#999;*/
}

#content_main .inside	{
padding:30px 15px 0 15px;
background-image: none;
}

#content_sub1	{
float:left;
width:190px;
overflow:hidden;
/*background-color:#ccc;*/
}

#content_sub1 .inside	{
padding:25px 0px 0 0px;
}

#content_sub1 img	{
display:block;
margin:0 auto;
}

#content_sub2	{
float:right;
width:200px;
/*background-color:#ccc;*/
}

#content_sub2 .inside	{
padding:10px 0px 0 0px;
}


#content_sub2 img	{
margin:20px 0px 20px 0px;
border:4px solid #ccc;
}


#site_info	{
width:980px;
height:30px;
margin:0 auto;
background-image: url(../images/ftr-bg.jpg);
background-repeat: no-repeat;
clear:both;
}

/* nav styles --------------------------------------------*/

/* Main Site Nav ------------------------------------------*/
#nav_main	{

}

#nav_main ul	{
margin-left: 0;
padding-left: 0;
list-style-type: none;	
}

#nav_main a	{
display: block;
padding:3px 0 3px 5px;
width:190px;
color:#333;
background-color:#e6b908;
border-bottom: 1px solid #fff;
}

#nav_main a:link, #nav_main a:visited	{
color:#333;
text-decoration: none;
}

#nav_main a:hover	{
background-color:#008fd5;
color:#fff;
}

/*---[ current menu state styles ]---------------------------*/
#home #nav-home a,
#news #nav-news a,
#suite #nav-suite a,
#training #nav-training a,
#hire #nav-hire a,
#tech #nav-tech a,
#contact #nav-contact a	{
background-color:#008fd5;
color:#fff;
}

/* Site Sub Nav ----------------------------------------------*/
#nav_sub	{
width:950px;
height:25px;
margin:0 15px;
background-image: url(../images/sub-nav-bg.jpg);
background-repeat: repeat-x;
/*text-align:right;*/
}

#nav_sub ul	{
margin:0 0 0 0;
padding:5px 0 0 0;
color:#fff;
list-style-type: none
}

#nav_sub li	{
display:inline;
}

#nav_sub a	{
padding:3px 10px;
color:#fff;
font-weight:normal;
}

#nav_sub	a:hover	{
text-decoration:underline;
}

#toplinks	{
float:right;
margin:0 10px 0 0;
padding:5px 0 0 0;
color:#fff;
}

/* Screen Switcher ----------------------------------------*/
#screen-switcher	{
float:right;
width:277px;
display:inline;
color:#fff;
}

#screen-switcher form  {
margin-bottom:0px;
}

#screen-switcher fieldset {
padding: 0;
border: 0px solid #fff;
}

#screen-switcher select {
width: 190px;
margin:2px 0px 0 5px;
font-family : "Lucida Grande", "Lucida Sans Unicode", Verdana, Heletica, Arial, sans-serif;
font-size:90%;
border:1px solid #fff;
}

/* text styles ---------------------------------------------*/
h1	{
font-size:150%;
color:#333;
margin:0 0 10px 0;
}

h2	{
font-size:130%;
color:#333;
margin:0 0 10px 0;
}

#content_sub2 h2	{
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size:100%;
color:#333;
margin:0 0 10px 0;
text-align: right;
}

h3	{
font-size:120%;
color:#333;
margin:0 0 0 0;
}

p	{
line-height:120%;
}

address	{
font-size:90%;
line-height:150%;
font-weight:bold;
color:#003366;
border-top:1px solid #ccc;
padding:10px 0 0 0;
}

/* link styles --------------------------------------------*/
a:link, a:visited	{
color:#006699;
font-weight:bold;
}

a:hover	{
text-decoration:underline;
color:#003366;
}

/* lists ---------------------------------------------------*/

ul{
margin:10px 0;
padding:0;
list-style-type: square;
}

ul ul{
list-style-type: disc;
}

ul ul ul{
list-style-type: none;
}

ul.basiclist	{
margin:10px 0;
list-style-type:square;
}

ul.basiclist li	{
margin-left:20px;
margin-top:5px;
}

ol	{
margin:10px 0;
padding:0;
list-style-type:decimal;
}

ol li	{
margin-left:25px;
margin-top:5px;
}

ol.basicorderedlist	{
margin:10px 0;
list-style-type:decimal;
}

ol.basicorderedlist li	{
margin-left:25px;
margin-top:5px;
}