/**
* motion.css
*/

/***********************************************/
/* HTML styles                                 */
/***********************************************/
body {
    /*
	color:#666; 
	font-size: 83%;
	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: #00c; 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 styles                               */
/***********************************************/
/*
.container {
	position: relative;
	width: 860px; 
	margin: 0 auto;
}
*/

#masthead {
    /*background-image: url(../images/860_blu_fade.gif);
    background-color:#eee;
    background-repeat: repeat-y; */
}

#mainpic {
    /*clear:both;
    background-color:#006;
    margin:0px auto;*/
    border: 1px solid #ccc;
}

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

/*
.contentpic {
	background-color:#009;
}
.contentpic img {
/ *	padding: 8px 0px 8px 0px;  * /
}

.contentbox {
	background-color:#FFF;
	padding:12px; 
}

.content {
	padding:12px; 
}
*/
#footer {
    position: relative;
    color: #999;
    font-size: 11px;
    line-height: 1.5em;
    border: 0px solid #ccc;
    padding: 11px;
}

.seperator {
    clear: both;
}

/***********************************************/
/* nav                                         */
/***********************************************/
#nav {
    font-size: 1em;
    /*color: #333;
    background-color: #dfdfdf;*/
    margin: 0px;
    padding: 2px;
    padding-left: 1em;
}

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

#nav a:hover, #nav a:active {
    color: #00c;
    text-decoration: underline;
}

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

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

#subnav a:hover, #subnav a:active {
    color: #00c;
    text-decoration: underline;
}

#navtop {
    background-color: #eee;
    text-align: right;
    padding: .2em;
    padding-right: 1em;

}

/***********************************************/
/* Text styles                                 */
/***********************************************/

#companyname {
    font-size: 2em;
    font-family: Arial, Helvetica, sans-serif;
    text-transform: lowercase;
    margin-left: 0em;
}

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

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

#companytagline {
    font-size: 1em;
    margin-left: 1em;
    padding-top: .5em;
    padding-right: 1em;
}

.copyright {
    color: #999;
    text-align: center;
}

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

.copyright a:hover, .copyright a:active {
    color: #00c;
    text-decoration: underline;
}

#copyrighthide {
    display: none;
}

/***********************************************/
/* Table and Cell styles                       */
/***********************************************/
/*
.hometable td { padding: 8px; }
.c1 { background-color: #d8d8d8; }
.c2 { background-color: #e8e8e8; }
.c3 { background-color: #F8F8F8; }
*/

/***********************************************/
/* form styles                                 */
/***********************************************/
/*
form { color:#333; margin: 0px; padding: 0px; }
input, select, textarea, option	{ color:#00c; font-size: 12px; font-family: Verdana, Arial, Helvetica; }
*/

/***********************************************/
/* search                                      */
/***********************************************/
#search {
    /*position: absolute;
    font-size: 12px;
    top: 10px;
    width: 195px;
    right: 0px;*/
}

#cse-search-form {
    /*float:right; margin:8px; padding:4px;
    width: 220px; */
    /*border:1px solid #f00; */
}
