/* 
    Document   : style
    Created on : Jul 30, 2010, 2:43:24 PM
    Author     : vincepangan
    Description:
        Purpose of the stylesheet follows.

*/

/*
Reset CSS
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

html, body { height: 100%}

#wrapper {height: 100%;}

/*
Begin stylesheet
*/


body {
    background-color:#e3ecf5;
    background-image:url(../images/rothBg.jpg);
    background-repeat:repeat-x;
    text-align: center;
}

root { 
    display: block;
}


#wrapper {
    text-align: left;
    width: 898px;
    margin: 0px auto;
}

#boxTop {
    /* background: #ffffff url('images/rounded/top.gif') top left repeat-x; */
    text-align: right;
    height: 20px;
}

#boxMiddle {
    /* background: #ffffff url('images/rounded/leftside.gif') top left repeat-y; */
}

#boxMidRight {
    /* background: #ffffff url('images/rounded/rightside.gif') top left repeat-y; */
    float: right;
    width: 2px;
}


/* Header and navigation tabs */
#header {
    width: 100%;
    text-align: right;
    float: left;
    border-top: 1px #776655 solid;
}

#header_top {
    width: 100%;
    height: 125px;
    background: #ffffff url("../images/header_top.jpg") top left no-repeat;
}

#header_bottom {
    background: #ffffff url("../images/header_bottom.jpg") top left no-repeat;
    height: 25px;

}

#header_bottom a img {
    border: 0px;
}

.hide {
    display:none;
}

#subnav {
    margin-left: 81px;
    background-color: #ffffff;
    margin-top: 2px;
    /*
    position: relative;
    left: 662px;
    */
}


#subnav a {
    font-size: .9em;
    color: #333333;
    text-decoration: none;
}

#subnav a:hover {
    font-size: .9em;
    color: #8a7968;
    text-decoration: none;
}

/* Footer styles */
#footer {
    clear: both;
    text-align: center;
    padding-top: 30px;
}

#footer a {
    font-size: .8em;
    color: #aaaaaa;
    text-decoration: none;
    margin: 10px 5px;
}

#content {
    clear:both;
    overflow: auto;
    width: 100%;
    background-color: #f6f4eb;
}

#flash_content {
    
}

.section_title {
    border-bottom: 1px solid black;
    margin-bottom: 10px;
    background: url('../images/label_bg.png') top left repeat-x;
}

/* General styles */

p {
margin: 12px;
color:#333333;
font-size: .9em;
line-height: 1.2em;
}

p:first-letter {
font-size: 1.3em;
color:#003366;
font-family:"Times New Roman", Times, serif;
}

.grey_text {
    margin: 5px 0px;
    color:#333333;
    font-size: .9em;
}

h2 {

}

h3 {
    color:#000033;
    font-weight:bold;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 12px;
    padding: 5px 0px;
    font-size: 1.2em;
}

h4 {
    margin-top: 10px;
    margin-bottom: 10px;
    color: #1e487a;
}

.subheading {
    margin-left: 8px;
    border-bottom: 1px solid #cccccc;
}


/* Home page styles */
#news {
    float: left;
    width: 520px;
}

#items_list {
    font-size: 1em;
    line-height: 1.5em;
    list-style: disc;
    padding: 5px 5px;
    margin-left: 30px;
    font-size: .9em;
    color: #333333;
}

#news_list {

}

#news_list li {
    font-size: 1em;
    padding: 5px 5px;
}

#news_list li a {
    font-size: .9em;
    color: #333333;
    text-decoration: none;
}

#news_list li a:hover {
    color: #1E487A;
    text-decoration: none;
}


#video {
    float: right;
    width: 358px;
}

#contact_div {
    margin: 0px 10px 0px 10px;
    float: left;
    width: 500px;
}

#logos {
    margin: 20px 10px 0px 10px;
    float: right;
    width: 358px;
    text-align: center;
}

/* Portfolio Styles */

.category {
    text-decoration: underline;
    margin-left: 12px;
}

.caption {
    font-size: .9em;
    margin-left: 149px;
    color: #000000;
}

.tech_image {
    width: 600px;
    margin-top: 15px;
    margin-bottom: 5px;
    margin-left: 149px;
}

.team, .team td {
    border: none;
    text-decoration: none;
}

/* new Navbar */
#subnav {
    position: absolute;
    margin: 0;
    padding: 0;
}

.subWhite {
    background-color: #ffffff;
    margin-bottom: 5px;
    border-bottom: 1px solid #8a7968;
}

.subBrown {
    background-color: #F0EEE6;
    margin-bottom: 5px;
    border-bottom: 1px solid #8a7968;
}

#navbar {
    margin: 0;
    padding: 0;
    height: 1em;
    float: right;
}

#navbar li {
    list-style: none;
    float: left;
}

#navbar li a {
    display: block;
}

#navbar li ul {
    display: none;
    width: 10em;
}

#navbar li:hover ul {
    display: block;
    position: absolute;
    margin: 0;
    padding: 0;
}

#navbar li:hover li {
    float:none;
}

#navbar li:hover li a {

}

#navbar li li a:hover {
    
}
