
/*mass reset of browser defaults -------------------------------------------------------------------------------------------*/

div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td{
margin: 0;
padding: 0;
}

table{
border-collapse: collapse;
border-spacing: 0;
}

fieldset,img{
border: 0;
}

address,caption,cite,code,dfn,em,strong,th,var{
font-style: normal;
font-weight: normal;
}

ol,ul {
list-style: none;
}

caption,th {
text-align: left;
}

h1,h2,h3,h4,h5,h6{
font-size: 100%;
}

q: before,q: after{
content: '';
}

abbr, acronym{
border-bottom: 1px dotted #CCCCCC;
}


/*end reset-------------------------------------------------------------------------------------------------------------------*/



/*type defaults-------------------------------------------------------------------------*/

body,ul,ol,dl,h1,h2,h3,h4,h5,h6,td,th,caption,pre,p,blockquote,input,textarea {
font-family: Arial,Helvetica,sans-serif;
font-size: 12px;
line-height: 20px;
font-weight: normal;
color: #222;
}

a { 
color: #3366cc;
text-decoration: none; 
outline: none;
}

a:hover{
color: #0000cc;
text-decoration: none;
border-bottom: 1px solid #FE9900;
}

h1,h2,h3,h4,h5,h6{
margin: 0;
font-weight: bold;
color: #222;
}

h1{ 
font-size: 16px; 
line-height: 20px; 
padding-top: 5px; 
padding-bottom: 5px; 
}

h2{ 
font-size: 14px; 
line-height: 20px; 
padding-top: 5px; 
padding-bottom: 5px; 
}

h3{ 
font-size: 12px; 
line-height: 20px; 
padding-top: 5px; 
padding-bottom: 5px; 
}

h4{ 
font-size: 12px; 
line-height: 20px; 
padding-top: 5px; 
padding-bottom: 5px; 
}

h5{ 
font-size: 12px; 
line-height: 20px; 
padding-top: 5px; 
padding-bottom: 5px; 
}

h6{ 
font-size: 10px; 
line-height: 20px; 
padding-top: 5px; 
padding-bottom: 5px; 
}

p{ 
margin: 0 0 20px 0;
}

ul,ol{
margin-top: 0px;
margin-bottom: 0px;
padding-left: 30px;
list-style-position: outside;
list-style-type: disc;
}

ol{
list-style-type: decimal; 
}

dl {
margin-top: 10px;
margin-bottom: 10px;
}

dl dt {
font-weight: bold;
}

dd {
padding-left: 20px;
}

dt{
color: #222;
}

blockquote {
margin-top: 20px;
margin-bottom: 20px;
padding-left: 17px;
border-left: 1px solid #666;
font-style: italic;
}

blockquote * { 
color: #666; 
}

strong { 
font-weight: bold; 
}

em{ 
font-style: italic; 
}



/*end type defaults--------------------------------------------*/

/*body styles----------------------------------------------*/

body{
background-color: #ECECEC;
}

/*end body styles------------------------------------------*/


#dropshadow{
width: 850px;
height: auto;
margin: 0 auto;
padding: 0;
border-right: 0px solid #CCCCCC;
border-left: 0px solid #CCCCCC;
border-top: 0px solid #CCCCCC;
border-bottom: 0px solid #CCCCCC;
}

#container{
width: 850px;
height: auto;
margin: 0;
padding: 0;
background-color: #FFFFFF;
}

#header{
width: 850px;
height: 136px;
margin: 0;
padding: 0;
overflow: hidden;
background-color: #5F82E0;
}

#menu{
width: 850px;
height: 30px;
margin: 0;
padding: 0;
background-color: #5F82E0;
}

ul.nav{
width: 697px;
height: 30px;
list-style: none;
margin: 0 0 0 153px;
padding: 0;
}

ul.nav li{
float: left;
height: 30px;
font-size: 14px;
}

ul.nav li a{
display: block;
padding: 4px 0;
margin: 0px 0px 0px 8px;
width: 129px;
height: 19px;
color: #FFFFFF;
border-bottom: 3px solid #5F82E0;
text-align: center;
}

ul.nav li a:hover{
border-bottom: 3px solid #FE9900;
text-decoration: none;
color: #ACBFF0;
}

ul.nav li a.selected{
height: 19px;
padding: 4px 0;
margin: 0px 0px 0px 8px;
width: 129px;
text-align: center;
color: #CCCCCC;
border-bottom: 3px solid #ACBFF0;
}

#content{
width: 850px;
height: auto;
margin: 0;
padding: 0;
clear: left;
background-color: #FFFFFF;
}

#contentfull{
float: left;
width: 800px;
height: auto;
margin: 0px 0px 0 12px;
}

#contentleft{
float: left;
width: 600px;
height: auto;
margin: 0 0 0 12px;
}

.main{

}

#search{
width: 600px;
}

.search-control{

}

#searchResults{
width: 600px;
}

#contentright{
float: right;
width: 200px;
margin: 0 12px;
display: inline;
}

.rightbox{
padding: 10px;
background-color: #f3f1eb;
border: 1px solid #CCCCCC;
margin: 10px 0;
}

ul.technologies{
border-top: 1px solid #CCCCCC;
margin: 5px;
padding: 10px 0 0 0;
list-style: none;
}

#footer{
border-top: 1px solid #CCCCCC;
clear: both;
width: 850px;
margin: 0;
padding: 4px 0;
text-align: center;
background-color: #5F82E0;
}

#disclaimer{
width: 850px;
height: auto;
margin: 0 auto;
padding: 0;
}