/* FJF Updated 20071104 R1 */

body {
	margin:0;
        font-family:"Century Gothic", "Trebuchet MS", "Arial Narrow", "Arial", "sans-serif";
	font-size:12px;
	font-size:0.74em;
	color:#555555;
	background-color:#FFFFFF;
	text-align:center;
}

a {
	color:#4D87CE;
	font-weight:bold;
	text-decoration:none;
}

a:hover {
	color:#2a65ad;
}

ol,ul {
    list-style-type:none;
}

li {
    list-style-image:url(../images/backgrounds/li.gif);
    line-height:20px;
    text-align:left;
    margin-left:0px;
    margin:0px;
    padding:0px;
    font-size: 14px;
}

li.moreinfo {
    list-style-image: none;
    line-height:30px;
    padding-left:25px;
    background:transparent url(../images/backgrounds/ff_info20x20.png) no-repeat;
    background-position:0px 5px;
    vertical-align: middle;
}

.highlight1 {
	background-color:yellow;
}

#menu {
	width:100%;
	padding-top:20px;
	padding-bottom:20px;
	background-color:#FFFFFF;
	margin-bottom:50px;
	color:#FFFFFF;
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-variant:small-caps;
	background-image:url(../images/backgrounds/back.png);
}
#menu a {
	color:#FFFFFF;
	text-decoration:none;
	padding:10px;
	padding-top:20px;
	padding-bottom:20px;
}
#menu a:hover {
	border-bottom:1px solid #ffffff;
	border-left:1px solid #243482;
	border-right:1px solid #243482;
	padding-left:9px;
	padding-right:9px;
	color:#000000;
	background-color:#FFFFFF;
	background-image:url(../images/backgrounds/hover.jpg);
	font-size:11px;
}

#menu a.clicked {
	border-bottom:1px solid #ffffff;
	border-left:1px solid #243482;
	border-right:1px solid #243482;
	padding-left:9px;
	padding-right:9px;
	color:#FFFFFF;
	background-image:url(../images/backgrounds/clicked.png);
	font-size:11px;
        
    font-weight: bolder;
}

#header {
	width:750px;
	margin:0 auto 0 auto;
	margin-bottom:40px;
}
#header h1 {
	font-family:"Century Gothic", "Trebuchet MS", "Arial Narrow", Arial, sans-serif;
	font-size:30px;
	text-transform:uppercase;
	font-weight:normal;
	margin:0;
	padding:0;
	padding-top:5px;
	color:#253183;
	margin-bottom:1px;
	text-align:left;
}
#header h2 {
	font-family:"Century Gothic", "Trebuchet MS", "Arial Narrow", Arial, sans-serif;
	font-size:15px;
	text-transform:uppercase;
	text-align:left;
	font-weight:normal;
	margin:0;
	padding:0;
	color:#000000;
	border-bottom:1px solid #eeeeee;
}

#content {
	width:750px;
	margin:0 auto 0 auto;
	text-align:left;
}

.ename {
	font-size:larger;
	font-weight:bold;
	color:#253183;
}

.email {
	font-weight:bold;
	color:#253183;
}

#pageintro p {
    font-size:18px;
    font-weight:normal;
    line-height:20px;
    color: black;
}

.introduction {
    font-weight:normal;
    line-height:20px;
    font-size:14px;
    color:#99B198;
    text-indent:0px;
    background-position:bottom left;
    padding-left:0;
    padding-right:35px;
    padding-bottom:35px;
    padding-top:0;
    background-repeat:no-repeat;
}

.introduction2 {
    font-weight:normal;
    line-height:20px;
    font-size:14px;
    color:#99B198;
    text-indent:0px;
    padding-left:0;
    padding-right:200px;
    padding-bottom:35px;
    padding-top:0;
}

.logo {
	float:left;
	margin-right:30px;
}
.clearer {
	clear:both;
}

.left {
	float:left;
	margin-top:30px;
	margin-right:30px;
	margin-bottom:30px;
}

.right {
	float:right;
	margin-top:30px;
	margin-left:30px;
	margin-bottom:30px;
}

.rightNear {
	float:right;
	margin-top:0px;
	margin-left:10px;
	margin-bottom:30px;
}

#sidebarTopic {
    text-indent:0px;
    width:160px;
    float:right;
    font-size:95%;
    color:#253183;
    text-align:left;
    border-top:1px solid #eeeeee;
    border-bottom:1px solid #eeeeee;
    border-left:1px solid #eeeeee;
    border-right:1px solid #eeeeee;
    margin-right: 5px;
    margin-left: 5px;
    margin-bottom: 5px;
    margin-top: 5px;
    padding-right: 5px;
    padding-left: 5px;
    padding-bottom: 5px;
    padding-top: 5px;
    background-color: #B5C0FF;
}

#sidebar {

	width:160px;
	float:right;
	font-size:95%;
	color:#253183;
	text-align:left;
}

#sidebar h1 {
    font-size:20px;
    text-transform:uppercase;
    font-weight:normal;
    border-bottom:1px solid #eeeeee;
    color:#253183;
    text-align:right;
}

.submenu {
}

.submenu a {
    display:block;
    width:100%;
    background-image:url(../images/backgrounds/submenua.png);
    background-position:right;
    background-repeat:no-repeat;
    padding:5px;
    padding-right:0;
}
.submenu a:hover {
    background-color:#eeeeee;
    background-image:url(../images/backgrounds/submenua_hover.jpg);
    background-repeat:repeat-y;
}

div.newrow {
    clear: both;
}

div.newrowM20 {
    clear: both;
    margin-top: 20px;
    padding-top: 20px;
}

table.naics_codes {
    border-right-style: solid;
    border-left-style: solid;
    border-bottom-style: solid;
    border-top-style: solid;
    border-right-color: #B5C0FF;
    border-left-color: #B5C0FF;
    border-bottom-color: #B5C0FF;
    border-top-color: #B5C0FF;
    
    padding-right: 2px;
    padding-left: 2px;
    padding-bottom: 2px;
    padding-top: 2px;
    margin-right: 2px;
    margin-left: 2px;
    margin-bottom: 2px;
    margin-top: 2px;
}

table.naics_codes thead {
    background-color: #6666ff;
    color: #ffffff;
    font-weight: bold;
}

table.naics_codes th {
    vertical-align: bottom;
    direction: ltr;
    text-align: left;
}

table.naics_codes td {
    vertical-align: text-top;
    direction: ltr;
    text-align: left;
}

.underline {
    border-bottom-style: solid;
}


img.centered {
    text-align:center;
    display: block;
    margin-left: auto;
    margin-right: auto;
    border:none;
}

h1.centered {
    text-align:center;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

h2.centered {
    text-align:center;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

p.centered {
    text-align:center;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

#Boxed2ColLeft {
    width:40%;
    float: left;
    font-size:16px;
    font-weight:normal;
    border-top:2px solid #eeeeee;
    border-bottom:2px solid #eeeeee;
    border-left:2px solid #eeeeee;
    border-right:2px solid #eeeeee;
    margin-top:10px;
    margin-bottom:10px;
    color:black;
    text-indent:0px;
    padding-left:5px;
    padding-right:5px;
    padding-bottom:5px;
    padding-top:5px;
}

#Boxed2ColRight {
    width:40%;
    float: right;
    font-size:16px;
    font-weight:normal;
    border-top:2px solid #eeeeee;
    border-bottom:2px solid #eeeeee;
    border-left:2px solid #eeeeee;
    border-right:2px solid #eeeeee;
    margin-top:10px;
    margin-bottom:10px;
    color:black;
    text-indent:0px;
    padding-left:5px;
    padding-right:5px;
    padding-bottom:5px;
    padding-top:5px;
}

#BoxedInfo1 {
    width:40%;
    font-size:16px;
    font-weight:normal;
    border-top:2px solid #eeeeee;
    border-bottom:2px solid #eeeeee;
    border-left:2px solid #eeeeee;
    border-right:2px solid #eeeeee;
    margin-top:10px;
    margin-bottom:10px;
    color:#99B198;
    text-indent:0px;
    padding-left:5px;
    padding-right:5px;
    padding-bottom:5px;
    padding-top:5px;
}

#BoxedInfo1 b {
	font-weight:bold;
}

#article1 {
    clear: both;
    font-size:16px;
    text-transform:none;
    font-weight:normal;
    border-top:2px solid #eeeeee;
    color:#253183;
    margin-bottom:30px;
}

#article1 h1 {
	text-transform:uppercase;
	font-weight:bold;
}

#article2 {
	font-size:14px;
	text-transform:none;
	font-weight:normal;
	color:#253183;
}

#article2 h1 {
	text-transform:uppercase;
	font-weight:bold;
}

#article2 h2 {
	font-weight:bold;
}

#article2 h3 {
	font-weight:bold;
}

#mainbar {
	clear:both;
	margin-right:35px;
	padding-right:35px;
	background-position:top right;
	background-repeat:no-repeat;
}

#mainbar h1 {
	font-size:25px;
	text-transform:uppercase;
	font-weight:normal;
	border-bottom:1px solid #eeeeee;
	color:#253183;
}

#mainbar h2 {
	font-size:20px;
	line-height:20px;
	text-transform:uppercase;
	font-weight:bold;
	border-bottom:1px solid #eeeeee;
}

#mainbar p {
	font-size:16px;
	font-weight:bold;
	line-height:20px;
}

#mainbar .articleimg {
	float:right;
	padding:5px;
	border:1px solid #eeeeee;
	margin-left:20px;
	margin-top:20px;
	margin-bottom:20px;
}
#mainbar .articleimg2 {

	padding:5px;
	border:1px solid #eeeeee;
	margin-left:20px;
	margin-top:20px;
	margin-bottom:25px;
}

.smallInfo {
	font-size:12px;
	font-weight:normal;
	color:#253183;
	text-align:left;
}

.bottomSlogan {
	font-size:16px;
	text-transform:uppercase;
	font-weight:normal;
	border-top:1px solid #eeeeee;
	color:#253183;
	text-align:left;
}


#footer {
    clear:both;
    text-align: center;
    width:100%;
    background-color:#253183;
    border-top:1px solid #81C0FF;
    border-bottom:5px solid #253169;
    padding-top:5px;
    padding-bottom:5px;
    color:#FFFFFF;
}
#footer a {
	color:#81C0FF;
}
#footer a:hover {
	color:#AFD7FF;
}

