@charset "utf-8";



*{
	padding: 0;
	margin: 0;
}

html, body {       
	height: 100%; 
}

body {
	background-color: #ffffff;
	min-height: 100%;
}

#header {
	background-image: url(../images/bgHeader.jpg);
	background-repeat: repeat-x;
	height: 104px;
}

#nav {
	background-image: url(../images/bgNav.jpg);
	background-repeat: repeat-x;
	height: 113px;
}


h1 {
	padding-bottom: 20px;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #6c588e;
	border-top:1px solid #CDCDCD;
	margin-top:5px;
	padding:10px 0 5px;
}



p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #3b3b3b;
	padding-bottom: 15px;
}

em {
	color: #6c588e !important;
	font-style: normal;
}

strong {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	color: #ffffff;
}

hr {
	border: none 0;
	border-bottom: 1px dashed #CDCDCD;
	height: 1px;
	margin: 6px 0;
}

#container {   
	min-height: 100%;   
	margin-bottom: -179px;   
	position: relative;
	padding-bottom: 15px;
}

#navWrapper, #contentWrapper, #footerWrapper {
	width:830px;
	margin: auto;
}

/*#wrapper {
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;

}*/

/*****************************************************/
/**                HEADER                          **/
/***************************************************/




/*****************************************************/
/**             NAVIGATION BAR/MENU                **/
/***************************************************/
#navWrapper {
	padding-top: 9px;
}

#nav li {
	display: inline;
	margin-left: -4px;
}



.logo {
	float: left;
	padding-top: 20px;
	padding-right: 28px;
	margin-left: 15px;
}

/*****************************************************/
/**                  CONTENT                       **/
/***************************************************/

#content {
	margin-top: -10px;
}

#contentLeft {
	float: left;
	width: 315px;
	min-height: 368px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: dashed;
	border-left-style: dashed;
	border-right-color: #333333;
	border-left-color: #333333;
	padding-left: 15px;
	padding-right: 15px;
}

#contentRight {
	min-height: 368px;
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #333333;

}

#contentRight2 {
	float:right;
	width: 450px;
	min-height: 368px;
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #333333;
	padding-left: 15px;
	padding-right: 15px;
}

.paddingH2 {
	margin-top: 80px;
}

.homePic {
	margin-left: 35px;
	margin-top: 24px;
}

.contactPic {
	margin-left: 55px;
	margin-top: 33px;
}

.contactPic2 {
	margin-left: 55px;
}

.alignleft {
	float: left;
	margin: 0 10px 5px 0;
	padding: 10px 4px 0px 4px;
	border: 0px;
}

#content ul {
	list-style-type: none;	
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #3b3b3b;
}

.staff {
	margin-top: 10px;
}

/*********************************************************************/
/* These are the attributes for the contact form on the contact page */
/*********************************************************************/

	
form{
	width: 363px;
}
fieldset{
	border: none;
	padding-left: 35px;
	padding-top: 40px;
}


legend{
	font: normal 14px Georgia, Helvetica, sans-serif;
	color: #242323;
	padding: 2px 10px;
	margin:0 10px;
}
.formBox{
	display:block;
	padding:5px 5px;
	clear:both;
}

.small {
	width:150px;
	margin-bottom: 5px;
	margin-top: 3px;
}


.medium{
	width:375px;
	margin-bottom: 5px;
	margin-top: 3px;
}

.wide{
	width:375px;
	height: 70px;
	margin-bottom: 5px;
	margin-top: 3px;
}

.subject {
	width: 150px;
}

	
#contact_form {
	font: normal 13px Georgia, Helvetica, sans-serif;
	color: #242323;
	padding-top: 20px;
	padding-bottom: 8px; 
	}



#contact_done {
	font: normal 13px Georgia, Helvetica, sans-serif;
	color: #242323;
	padding-left: 28px;
	padding-top: 220px;
	padding-bottom: 195px;
	}
	
select {
	margin-bottom: 5px;
	margin-top: 3px;
}




/************************************************/
/**                FOOTER                     **/
/**********************************************/


#footer { 
	background-image: url(../images/bgFooter.jpg);
	background-repeat: repeat-x;  
	height: 179px;   
	position: relative;
}

#footerWrapper {
	padding-top: 20px;
}

.clearfooter {   
	height: 179px;   
	clear: both;
}

#footer ul {
	list-style-type: none;
	margin-left: 15px;
}

#footer li {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #242323;

}

.space {
		line-height: 24px;

}

.footerLeft {
	float: left;
}

.footerCenter {
	float: left;
	margin-left: 200px;
	text-align: center;
}

.footerRight {
	float: right;
	text-align: right;
}

/*#footer li {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #3b3b3b;
}*/


/************************************************/
/**                 LINKS                     **/
/**********************************************/

a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #6c588e;
	text-decoration: none;
}

a:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #000000;
	text-decoration: none;
}

#footer a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #242323;
	text-decoration: none;
}

#footer a:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #ffffff;
	text-decoration: none;
}

.webdesigner a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #9b5ccd !important;
	font-weight: bold;
	text-decoration: none;
}

.webdesigner a:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #ffffff !important;
	font-weight: bold;
	text-decoration: none;
}

	

