body, html {
margin:0;
padding:0;	
font-family: Georgia, "Times New Roman", Times, serif;
font-size:13px;
line-height: 23px;
background:url(../images/bg.jpg) repeat;
color: #101013;
}

img {
border: 0;
}


a.main:link, a.main:visited {
padding: 0 2px 0 2px;
color: #0099cc;
text-decoration: none;
border-bottom: 1px solid #0099cc;
}

a.main:hover {
padding: 0 2px 0 2px;
color: #fff;
text-decoration: none;
border-bottom: 1px solid #0099cc;
background-color: #0099cc;
}


h1 {
font-size: 32px;
line-height: 42px;
color: #0099cc;	
font-weight: normal;
margin: 0;
}


h2 {
color:#101013;
font-size:18px;
line-height: 28px;
font-weight: normal;
margin: 0;

}

h3 {
color:#74a3af;
font-size:14px;
font-weight: none;
}

.clear {
clear: both;
}


.section-spacer {
height: 2px; width: 100%; margin-top: 20px; margin-bottom: 20px; background: url(/images/section-spacer.gif) repeat-x; 
}

.section-spacer-sm {
height: 2px; width: 100%; margin-top: 5px; margin-bottom: 5px; background: url(/images/section-spacer.gif) repeat-x; 
}



/*  n a v i g a t i o n   */


#top-navigation-wrap {
position: fixed;
height: 42px;
width: 100%;
z-index: 100;
background:url(/images/bg-top-navigation.jpg) repeat-x;		
}

#top-navigation {
width: 980px;
margin: 0 auto;
}

.top-navigation {
color : #101013;
padding: 10px 0 0 250px;
text-align : left;
text-transform: capitalize;
}

.top-navigation ul {
margin : 0;
padding : 0;
}

.top-navigation ul li {
display : inline;
margin : 0 9px 0 0;
padding : 0 9px 0 0;
}

.top-navigation a {
color : #f8f8f3;
text-decoration : none;
}

.top-navigation a:hover {
color : #c1ebee;
text-decoration : none;
border-bottom : 1px solid #c1ebee;
}


.top-navigation a.current {
color : #101013;
background-color: #f8f8f3;
padding: 2px 5px 2px 5px;
text-decoration : none;
border-bottom : 1px solid #0099cc;
}



#content-wrap {
width: 100%;	
min-height: 600px;
}

#content {
width: 980px;
margin: 0 auto;
}

#logo {
float: left;
position: fixed;
margin-bottom: 50px;
z-index: 10000;

}

#text {
padding: 60px 0 150px 250px;
text-align: left;
vertical-align: top;
}

#text span {
background-color: #f7f79c;
padding: 2px;
}

div.image-right {
float: right;
margin: 10px 0 10px 20px;
border: none;
color: #101013;
font-size: 11px;
line-height: 16px;
text-align: center;
}


div.image-left {
float: left;
margin: 10px 20px 10px 0;
border: none;
color: #101013;
font-size: 11px;
line-height: 16px;
text-align: center;
}

.even-divide-left {
text-align: left;
vertical-align: top;
float: left;
width: 40%;
}

.even-divide-right {
text-align: left;
vertical-align: top;
margin-left: 60%;
}

.portrait {
padding-top: 10px;
float: left;
}

.contact-info {
margin-left: 90px;
}

#footer-wrap {

width: 100%;
height: 100px;
background-color: #0099cc;
overflow: hidden;
margin-top: 40px;
}

#footer {
width: 980px;
margin: 0 auto; 
overflow: hidden;
text-align: center;
color: #fff;
padding-top: 15px;
}


