/* ----- CSS ----- */

body
{
	margin: 0px;
    font-weight: normal;
    font-family: verdana, helvetica, arial, sans-serif;
	color: #000000;
    background: url(../images/background.png) #ffffff no-repeat left top;
}

img
{
	border: 0px; 
}

a:link 
{
    color: #000066; 
	text-decoration: underline;
}

a:visited 
{
    color: #000066; 
	text-decoration: underline;
}

a:hover 
{
    color: #ffffff; 
    background-color: #000066;
	text-decoration: none;
}

a:active 
{
    color: #ccccff; 
    background-color: #000066;
	text-decoration: none;
}  

/* ----- IDS ----- */

#pageWrapper
{
	margin: 0px;
    width: 100%;
	text-align: left;
}

#topper
{
	height: 10px;
    background: url(../images/topper.png) #ffffff repeat-x left top;
    font-size: 7px;
    font-weight: normal;
}   

#headerWrapper
{
	position: absolute;
	width: 775px;
	margin: 0px;
} 

#headerNav
{
	position: absolute;
	margin: 0px;
	padding: 41px 0px 0px 8px;
	z-index:1;
} 

#headerNav ul 
{ 
	margin: 0px; 
	padding: 0px; 
	list-style-type: none; 
    font-size: 11px;
    font-weight: normal;
}

#headerNav ul li 
{ 
	float: left; 
	margin-right: 3px;
	width: 75px;
}

#headerNav ul li a 
{ 
	padding: 5px; 
	background: url(../images/button.png) #ffffff repeat-x left top; 
	display: block; 
	text-decoration: none; 
	color: #000000; 
	border: 1px solid #000066; 	
	text-align: center;
}

#headerNav ul li a:hover 
{ 
	background: #ffcc99 none repeat; 
	color: #000000; 
}

#headerNav ul li.tabOn strong 
{ 
	background: url(../images/buttonOn.png) #000066 repeat-x left top; 
	color: #ffffff; 
    font-size: 11px;
    font-weight: normal;
	border: 1px solid #000066;
	padding: 5px; 
	display: block; 
	text-decoration: none; 
	text-align: center;
}

#headerNav ul li.tabOn a
{ 
	background: url(../images/buttonOn.png) #000066 repeat-x left top; 
	color: #ffffff; 
	border: 1px solid #000066;
	padding: 5px; 
	display: block; 
	text-decoration: none; 
	text-align: center;
}

#headerLogo, #headerLogo a:hover, #headerLogo a:active
{
	float: right;
	position: relative;
	text-align: right;
	padding: 20px 0px 0px 0px;
	margin: 0px 15px 0px 0px;
	z-index:2;
	background: transparent;
} 

#bodyWrapper
{
	position: absolute;
	width: 100%;
	margin: 127px 0px 0px 0px;
	background: transparent url(../images/bodyBg.png) repeat-y;
}  

#contentWrapper
{
	width: 785px;
} 

#pageTitle
{
	width: 450px;
	height: 40px;
	padding: 28px 0px 0px 80px;
	margin: 0px;
    font-size: 30px;
    font-weight: bold;
    font-family: Georgia, 'Times New Roman', Times;
	color: #777;
	text-align: left;
} 

.about
{
	background: transparent url(../images/aboutHeader.png) repeat-y;
}

.services
{
	background: transparent url(../images/servicesHeader.png) repeat-y;
}

.contact
{
	background: transparent url(../images/contactHeader.png) repeat-y;
}

.blog
{
	background: transparent url(../images/blogHeader.png) repeat-y;
}

#mainContent
{
	float: left;
	width: 550px;
	padding: 0px 35px 0px 10px;
	margin: 0px 0px 0px 0px;
    font-size: 15px;
    font-weight: normal;
	line-height: 22px;
	text-align: center;
}  

#mainContent p
{
	padding: 0px 10px 0px 10px;
	margin: 12px 0px 12px 0px;
	text-align: justify;
}  

#mainContent h1
{
	padding: 20px 18px 0px 5px;
	margin: 20px 0px 10px 0px;
    font-size: 18px;
    font-weight: bold;
	color: #000066;
	border-bottom: 1px solid #cccccc;
	text-align: left;
}  

#mainContent h2
{
	padding: 0px;
	margin: 15px 0px 2px 0px;
    font-size: 15px;
    font-weight: bold;
	color: #555;
	text-align: left;
}  

#mainContent h3
{
	padding: 0px 0px 0px 5px;
	margin: 35px 0px 5px 0px;
    font-size: 15px;
    font-weight: bold;
	color: #000066;
	text-align: left;
} 

#mainContent p a:link, #mainContent li a:link 
{
    color: #000066; 
	text-decoration: underline;
}

#mainContent p a:visited, #mainContent li a:visited 
{
    color: #000066; 
	text-decoration: underline;
}

#mainContent p a:hover, #mainContent li a:hover  
{
    color: #ffffff; 
    background-color: #000066;
	text-decoration: none;
}

#mainContent p a:active, #mainContent li a:active  
{
    color: #ccccff; 
    background-color: #000066;
	text-decoration: none;
}  

#mainContent ul 
{
	padding: 7px;
	margin: 0px 0px 0px 70px;
}
	
	
#mainContent li 
{
	line-height: 25px;
	padding: 2px 20px 2px 5px;
	list-style-type : square;
	text-align: left;
}

#mainContent blockquote
{
	width: 425px;
	background: url(../images/quote.gif) #ffffff no-repeat left top;
	padding: 25px 5px 10px 5px;
    font-size: 12px;
    font-weight: normal;
    font-family: Georgia, 'Times New Roman', Times;
	border-bottom: 1px solid #cccccc;
	text-align: left;
} 

#mainContent blockquote em
{
    font-style: italic;
	color: #000066;
    font-size: 14px;
} 

#mainContent .byLine
{
	margin: 0px 0px 40px 0px;
	text-align: right;
    font-size: 11px;
} 

#homeFrame
{
	width: 510px;
	margin: 0px;
	padding: 100px 20px 50px 20px;
	background: url(../images/homeFrame.png) #ffffff no-repeat left top;
    font-size: 16px;
    font-weight: normal;
	text-align: left;
} 

#homeInfoBox
{
	width: 225px;
	height: 70px;
	margin: 10px 0px 0px 0px;
	padding: 5px 10px 5px 275px;
	background: url(../images/homeInfoBox.png) transparent no-repeat right top;
    font-size: 11px;
    font-weight: normal;
	text-align: left;
} 

#sideContent
{
	float: left;
	width: 170px;
	margin: 0px 0px 0px 7px;
	background: transparent;
    font-size: 11px;
    font-weight: normal;
	text-align: center;
}  

#sideContent ul 
{
	margin: 0px;
	padding: 0px;
	width: 175px;
    font-size: 11px;
    font-weight: normal;
	color: #999999;
	border-top: 1px solid #666699;
}
		
#sideContent li 
{
	margin: 0px;
	padding: 0px;
	line-height: 20px;
	width: 160px;
	list-style-type: none;
	display: block;
	text-align: left;
}
	
#sideContent p 
{
	padding: 0px 5px 0px 5px;
	margin: 0px 0px 0px 0px;
    font-size: 10px;
    font-weight: normal;
	line-height: 15px;
	text-align: left;
}	
	
#sideContent h2 
{
	padding: 0px 18px 1px 2px;
	margin: 0px 0px 12px 0px;
    font-size: 13px;
    font-weight: bold;
	color: #777;
	border-bottom: 1px solid #777;
	text-align: left;
}

#sideContent p a:link 
{
    color: #000066; 
	text-decoration: underline;
}

#sideContent p a:visited 
{
    color: #000066; 
	text-decoration: underline;
}

#sideContent p a:hover 
{
    color: #ffffff; 
    background-color: #000066;
	text-decoration: none;
}

#sideContent p a:active 
{
    color: #ffcc99; 
    background-color: #000066;
	text-decoration: none;
}  

#sideContent .post 
{
	padding: 0px 0px 0px 7px;
	margin: 0px 0px 0px 0px;
    font-size: 10px;
    font-weight: normal;
	line-height: 15px;
	text-align: left;
}	

#sideContent .post strong
{
    font-weight: bold;
    font-size: 10px;
}	

#sideContent .entry
{	
	padding: 10px 0px 10px 0px;
	margin: 0px 0px 10px 0px;
	border-bottom: 1px dashed #999999;
}	

#sideContent .post a:link 
{
    color: #000066; 
	text-decoration: underline;
}

#sideContent .post a:visited 
{
    color: #000066; 
	text-decoration: underline;
}

#sideContent .post a:hover 
{
    color: #ffffff; 
    background-color: #000066;
	text-decoration: none;
}

#sideContent .post a:active 
{
    color: #ffcc99; 
    background-color: #000066;
	text-decoration: none;
}  

#sideContent img, img a:hover
{
    background-color: #F1EFE2
}

.sideline
{
	padding: 0px;
	margin: 5px 10px 50px 10px;
	border: none;
	text-align: center;
} 

#sideTOC p
{
	padding: 3px;
	margin: 5px;
	text-align: left;
} 

.pageGroup 
{
    font-size: 10px;
    font-weight: normal;
    font-family: verdana, helvetica, arial, sans-serif;
    color: #000099; 
    border-top: #cccccc 1px dashed;
    padding-top: 15px;
    margin-top: 20px; 
    line-height: 15px;
    text-align: center; 
    width: 100%;
}

.pageGroup img, img a:hover 
{
    border: none;
    padding: 5px;
    margin: 0px; 
	background-color: #ffffff;
}

#footer
{
	float: left;
	width: 577px;
	padding: 8px;
	margin: 0px 0px 0px 0px;
    font-size: 10px;
    font-weight: normal;
	color: #666666;
	background-color: #cccccc;
	text-align: right;
}   

#footer a:link, #footer a:visited 
{
	color: #666666;
	text-decoration: underline;
}
		
#footer a:hover 
{
	color: #ffcc99;
	text-decoration: none;
	background-color: #666666;
}

/* ----- FORMS ----- */

#sideContent #contactForm 
{
	text-align: left;
}

#mainContent form 
{
	text-align: center;
}

.textInput
{
	border-style: solid;
	border-width: 1px;
	border-color: #666699;
	color: #000000;
	font-size: 11px;
	font-family: verdana, helvetica, arial, sans-serif;
}

.textAreaInput
{
	border-style: solid;
	border-width: 1px;
	border-color: #666699;
	font-size: 11px;
	font-family: verdana, helvetica, arial, sans-serif;
}

.formButton
{
	border-style: solid;
	border-width: 1px;
	border-color: #666699;
	background-color: #e0e0e0;
	color: #000000;
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 11px;
}


.formTable
{
    width:125px;
    margin-left: auto; 
    margin-right: auto;
    margin-bottom: 4px;
}

.formTable th
{
    font-size: 11px;
    font-weight: bold;
    font-family: verdana, helvetica, arial, sans-serif;
    color: #666666;
    border-top: none; 
    border-left: none; 
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 2px;
    padding-right: 0px;
}

.formTable td
{
    font-size: 11px;
    font-weight: normal;
    font-family: verdana, helvetica, arial, sans-serif;
    color: #666666;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 7px;
    padding-right: 5px;
}

#sideContent #searchform #s {
	width: 110px;
	padding: 2px;
    font-size: 11px;
    font-weight: normal;
    font-family: verdana, helvetica, arial, sans-serif;
	}

#sideContent #searchsubmit {
	padding: 2px;
	margin: 3px 0px 0px 0px;
    font-size: 11px;
    font-weight: normal;
    font-family: verdana, helvetica, arial, sans-serif;
	}

