/*Reset ============================================*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:disc;
	padding-left: 20px;
	color: #666666;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}

/*Default Text ============================================*/

body{
	background-color: #FFFFFF;
	background-image: url(../images/container-background.jpg);
	background-repeat: repeat-x;

}

p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #666666;
	padding-bottom: 15px;
}

h1{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 36px;
	color: #753500;
	padding-bottom: 10px;
}
h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #666666;
	padding-bottom: 10px;
	font-weight: bold;
	text-transform: uppercase;
}
h3{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
	padding-bottom: 15px;
	font-weight: bold;
}
h4{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #9a5ba5;
	padding-bottom: 15px;
}
h5{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #9a5ba5;
	padding-bottom: 15px;
}

strong{
	font-weight: bold;

}

br{
	padding-top: 10px;
}
a {
	color: #9a5ba5;
}

a:visited {
	color: #9a5ba5;
}

a:hover {
	color: #9cd194;
}


/*Content Structure ============================================*/

#container{
	margin: 0 auto;
	padding: 0px 0px 0px 14px;
	width:961px;
	align: center;
}
#Navigation{
	height: 132px;
	align: center;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	width: 947px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	
}
#PageContent{
	width:961px;
	margin: 0px;
	padding: 0px;
	float: left;
}
#PageCol1{
	width:229px;
	margin: 0;
	padding: 0px 15px 15px 0px;
	float: left;
	color: #7e7e7e;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 22px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #7e7e7e;
	
}
#PageCol1 H1{
	padding-top: 35px;
	padding-bottom: 35px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	color: #004A8D;
	font-weight: bold;

}#PageCol2{
	width:124px;
	margin: 0;
	padding: 0px 15px 15px;
	float: left;
	
}
#PageCol2 li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #753500;
	list-style-type: none;
	padding-left: 0px;
	margin-left: 0px;
	padding-bottom: 7px;
	font-weight: bold;
}
#PageCol2 ul {
	margin-left: 0px;
	padding-left: 0px;
	padding-top: 4px;
}
#PageCol3{
	width:239px;
	margin: 0;
	padding: 0px;
	float: left;
	background-color: #F1EBDA;
	height: 277px;
	
}
#PageCol4{
	width:293px;
	margin: 0px 0 0;
	padding: 30px 15px 15px;
	float: left;
	background-color: #F1EBDA;
	height: 230px;
	
}
#PageCol4 a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
}

#footer{
	margin: 0px auto;
	padding: 20px 10px 10px;
	width: 100%;
	clear: both;
	text-align: center;
	font: 10px Arial, Helvetica, sans-serif;
	background-color: #753500;
}
#footer p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
}



/*Classes ============================================*/
.portImg {
	float: left;
	width: 490px;
}
.portText {
	float: left;
	width: 424px;
	padding-top: 55px;
}
.portText strong {
	color: #333333;
}
.portText li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #753500;
}
.portText ul {
	padding-bottom: 14px;
}
.contact1 {
	float: left;
	width: 255px;
}
.contact2 {
	float: left;
	padding-top: 75px;
	width: 600px;
}
.formBlock {
	float: left;
	width: 195px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #000000;
	padding-right: 5px;
}
.formBlock input {
	border: 1px solid #999999;
	padding: 5px;
	width: 190px;
	margin-top: 5px;
	margin-right: 5px;
}
.formBlock2 {
	float: left;
	width: 600px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #000000;
}
.formBlock2 textarea {
	border: 1px solid #999999;
	padding: 5px;
	width: 590px;
	margin-top: 5px;
}

