@charset "utf-8";
body {
	font: 100.1% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #CACACA;
	background-image: url(../images/WebDesign15_03.jpg);
	background-repeat: repeat-x;
}
.oneColFixCtrHdr #container {
	width: 1000px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
	background-image: url(../images/WebDesign15_07.jpg);
	background-repeat: repeat-y;
}
#RightLogoBar {
	background-image: url(../images/WebDesign14_02.jpg);
	background-repeat: no-repeat;
	height: 540px;
	width: 65px;
	float: right;
	margin: 0px;
	position: absolute;
	top: 0px;
	right: 10px;
	z-index: -1;
}

#header  {
	background-color: #DDDDDD;
	background-image: url(../images/WebDesign14_01.jpg);
	margin: 0px;
	height: 55px;
	width: 1000px;
	background-repeat: no-repeat;
}
#header h1  {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#mainContent  {
	padding: 0 25px;
}
#container #SubMenuArea {
	margin-right: 10px;
	margin-left: 350px;
	clear: both;
	text-align: right;
}
#TopHeader {
	background-image: url(../images/WebDesign15_01.jpg);
	height: 87px;
	width: 1000px;
}


.PortfolioImage {
	margin: 10px;
	clear: both;
}
.PImageRight {
	margin: 10px;
	clear: both;
	float: right;
}

#MiddleColumn #TableDiv {
	clear: both;
}


#mainContent #LeftColumn {
	float: left;
	width: 200px;
	margin: 0px;
	padding-top: 150px;
	text-align: right;
	padding-left: 10px;
}
#mainContent #LeftColumn h1 {
	color: #666;
	font-size: 1em;
	line-height: 1.4em;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-weight: normal;
}
#mainContent #LeftColumn h1 a {
	text-decoration: none;
}

#mainContent #LeftColumn h2 {
	font-size: .8em;
	color: #666;
	font-weight: normal;
	line-height: 1.4em;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#mainContent #LeftColumn p {
	font-size: 0.72em;
	color: #333;
	line-height: 1.6em;
}
a {
	color: #6F0000;
	text-decoration: underline;
}



#mainContent #MiddleColumn {
	float: right;
	width: 700px;
	margin-top: 0px;
	margin-bottom: 30px;
}


#mainContent #MiddleColumn h1 {
	font-size: 1.2em;
	font-weight: normal;
	color: #333;
	font-family: Verdana, Geneva, sans-serif;
	line-height: 1.4em;
	margin-top: 30px;
	margin-bottom: 0px;
}

#mainContent #MiddleColumn h2 {
	font-size: 1.2em;
	font-weight: normal;
	color: #376FA6;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.4em;
	margin-top: 30px;
	margin-bottom: 0px;
	width: 600px;
}
#mainContent #MiddleColumn h3 {
	font-size: .85em;
	font-weight: normal;
	line-height: 1.3em;
}
#mainContent #MiddleColumn #form table {
	font-size: .7em;
}


#mainContent #MiddleColumn p {
	line-height: 1.9em;
	width: 600px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#mainContent #MiddleColumn #Large_Column_R ul li {
	font-size: 0.7em;
	line-height: 1.5em;
	width: 500px;
}

#mainContent #MiddleColumn p a:hover {
	color: #000;
}
#footer  {
	background-color: #FFF;
	clear: both;
	background-image: url(../images/WebDesign14_08.jpg);
	height: 100px;
	width: 1000px;
	margin: 0px;
	padding-top: 25px;
}
#FooterContent {
	margin-left: 280px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 25px;
	clear: both;
}

#footer h1 {
	font-size: 0.7em;
	font-weight: bold;
	color: #333;
	padding-top: .5em;
	margin: 0px;
	padding-bottom: 0px;
}
p {
	font-size: .75em;
}

#footer h2 {
	font-size: 0.75em;
	font-weight: normal;
	margin: 0px;
	padding-top: .3em;
}
#footer h3 {
	font-size: .75em;
	font-weight: normal;
	margin: 0px;
	padding-top: 0.3em;
}
#footer p  {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
#footer h3 a {
	color: #000;
}
#footer h3 a:hover {
	color: #B72528;
}
#header #MenuArea {
	padding-top: 10px;
	width: 550px;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}
#MenuRight {
	width: 410px;
	float: right;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	font-size: 13px;
	color: #600;
}
a img {
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#MenuRight ul li {
	float: left;
	list-style-type: none;
	padding-right: 7px;
	padding-left: 7px;
	margin: 0px;
	padding-top: 0px;
}




a.special:link {
	color: #999999;
	text-decoration: none;
	line-height: 14px;
	float: left;
	font-size: 11px;
	margin: 0px;
     }

a.special:visited {
	color: #CCC;
	text-decoration: none;
	font-size: 11px;
	line-height: 14px;
	float: left;
     }

a.special:hover {
	color: #333;
	text-decoration: none;
     }

a.special:active {
	color: #900;
     }
