/*********************
 motion.css
*********************/

/* reset  */
* {
    margin: 0px;
    padding: 0px;
}

/******************
    html
*******************/
body {
    /* color:#666;
    font-family: arial, helvetica, sans-serif;
    background-repeat: repeat-x;
    background-image: url(../images/background.gif);
    */
}

/*
h1, h2, h3, h4, h5, h6 { color: #333; font-weight: bold; margin: 0px; padding: 0px; }
h1 { font-size: 2.0em; }
h2 { font-size: 1.6em; }
h3 { font-size: 1.2em; }
h4 { font-size:   1em; }
h5 { font-size: .93em; }
h6 { font-size: .86em; }
h1 a:link, 		h2 a:link, 		h3 a:link 		{ text-decoration: none; }
h1 a:visited, 	h2 a:visited, 	h3 a:visited 	{ text-decoration: none; }
h1 a:hover, 	h2 a:hover, 	h3 a:hover 		{ text-decoration: underline; }
h1 a:active, 	h2 a:active, 	h3 a:active 	{ text-decoration: underline; }

a:link, a:visited { color: #333; text-decoration: underline; }
a:hover, a:active { color: #f00; text-decoration: underline; }

p { color: #666; line-height: 1.2em; margin: 0 0 0 6px; padding: 0px; }

ul { color: #666; font-size: 1em; margin: 5px 16px 5px 20px; list-style-type: disc; }
ul ul { color: #666; font-size: .93em; list-style-type: square; }
ul ul ul { color: #666; font-size: .86em; list-style-type: circle; }

ol { color: #666; font-size: 1em; margin: 5px 16px 5px 25px; }
ol ol { color: #666; font-size: .93em;  }
ol ol ol { color: #666; font-size: .86em;  }

hr { color: #ccc; height: 1px; }

table tr, td, th { margin: 0px; padding: 0px; } 

img { border: none; }
*/

/* layout */
#page {
    /*width:95%; */
    min-width: 750px;
    max-width: 1200px;
    margin: 0 auto;
}

#masthead {
    background-image: url(../images/750_blk_fade.gif);
    background-color: #000;
    background-repeat: repeat-y;
    /*padding:4px 0 4px 0;*/
}

#mainpic {
    clear: both;
    background-color: #000;
    margin: 0px auto;
}

#mainpic img {
    padding: 65px 0 80px 0;
    display: block;
    margin: 0px auto;
}

#contentbox {
    clear: both;
    background-color: #fff;
    padding: 12px;
}

#content {
    float: left;
    padding: 12px;
    border: 1px solid #0ff;
    background-color: #0f0;
    width: 640px;
}

#sidebar {
    float: right;
    padding: 12px;
    border: 1px solid #ff0;
    background-color: #f00;
    width: 280px;
}


.separator {
    clear: both;
}

/* header */

#search {
    float:right;
    font-size: 12px;
    width: 195px;
    margin:0 12px 0 auto;
}

#companybox {
    clear:both;
    height:40px;
}

#companyname {
    /*float:left;*/
    color: #333;
    font-size: 24px;
    font-family: Arial, Helvetica, sans-serif;
    text-transform: lowercase;
    margin: 12px;
    /*width: 250px;*/
}

#companyname a:link, #companyname a:visited {
    color: #333;
    text-decoration: none;
}

#companyname a:hover, #companyname a:active {
    color: #f00;
    text-decoration: none;
}

#companytagline {
    /*float:right;*/
    color: #666;
    font-size: 12px;
    margin: 12px;
    /*width: 210px;*/
}

/* nav */
#topnav {
    /*float:right; */
    text-align: right;
    color: #333;
    font-size: 12px;
    margin-top: 8px;
    padding: 2px 12px 2px 12px;
    /*width: 90px;*/
}

#menu a:link, #menu a:visited {
    color: #999;
    text-decoration: none;
}

#menu a:hover, #menu a:active {
    color: #ccc;
    text-decoration: underline;
}

#menu {
    color: #333;
    font-size: 12px;
    background-color: #DCDEE4;
    margin: 0px;
    padding: 2px 12px 2px 12px;

}

#menu a:link, #menu a:visited {
    color: #666;
    text-decoration: none;
}

#menu a:hover, #menu a:active {
    color: #f00;
    text-decoration: underline;
}

#submenu {
    color: #333;
    font-size: 12px;
    background-color: #DCDEE4;
    margin: 0px;
    padding: 2px;
    text-align: center;
}

#submenu a:link, #submenu a:visited {
    color: #666;
    text-decoration: none;
}

#submenu a:hover, #submenu a:active {
    color: #f00;
    text-decoration: underline;
}


/* footer */
#footer {
    clear: both;
    color: #999;
    font-size: 11px;
    line-height: 1.5em;
    padding: 11px;
    text-align: center;
}
#copyright {
    color: #999;
}

#copyright a:link, #copyright a:visited {
    color: #999;
    text-decoration: none;
}

#copyright a:hover, #copyright a:active {
    color: #f00;
    text-decoration: underline;
}
