div,h1,h2,h3,h4,h5,h6,p,address,ul,ol,li,form ,a, fieldset,td,tr,table{
	margin: 0px;
	padding: 0px;
}
body {
	margin: 0;
	padding: 0;
	text-align: center;
	background-color: #FFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#wrapper {
	background-color: #FFF;
	text-align: left;
	margin: 0 auto;
	width: 900px;
	background-image: url(../_images/BorderLeft.jpg);
	background-repeat: repeat-y;
	background-position: left;
}


#topBar {
	background-image: url(../_images/TopNavHeader.jpg);
	height: 39px;
	margin: 0px;
	padding: 0px;
}

#topNav {
	margin: 0px;
	padding: 0px;
	height: 39px;
	margin-left: 90px;
	float: left;
	width: 90%;
}


#topNav ul {
	display: inline;
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
#topNav ul li {
	display: inline;
}
#topNav ul li a {
	font-family: "MS Serif", "New York", serif;
	text-decoration: none;
	float: left;
	padding-top: 10px;
	padding-right: 40px;
	padding-left: 40px;
	color: #FFF;
	font-size: 0.9em;
	height: 39px;
	margin-right: 1px;
}
#topNav ul li a:hover {
	text-decoration: underline;
}
#topNav ul li a.activePage{
	text-decoration: underline;
}
/*#topNav .inBarNavSpan {
	display: block;
	height:39px;
}
*/
/*#topNav ul, #topNav ul li{
	list-style: none;
	margin: 0;
	padding: 0;
	border: 0;
	height: 39px;
	line-height: 39px;
	width: 100%;
}

#topNav ul li {
	float:left;
	display:block;
	line-height:39px;
		
}*/

#logoHeader {
	background-image: url(../_images/LogoHeader.jpg);
	margin: 0px;
	padding: 0px;
	height: 75px;
	clear: both;
}
#logoHeader h1 {
	padding-top: 40px;
	padding-left: 290px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.3em;
}

#mainContent {
	margin: 0px;
	padding: 0px;
	width: 900px;
}

#leftSideContent {
	float:left;
	margin:0px;
	padding:0px;
	width:250px;
	background-image: url(../_images/BorderLeft.jpg);
	background-repeat: repeat-y;
	background-position: left;
	font-family: Arial, Helvetica, sans-serif;
}
#leftSideContentC {
	float:left;
	margin:0px;
	padding:0px;
	width:250px;
	background-image: url(../_images/SideGrey.jpg);
	background-repeat: repeat-y;
	background-position: left;
	height: 595px;
}

#mainSideContent {
	background-image: url(../_images/SideGrey.jpg);
	margin: 0px;
	padding: 0px;
	width: 250px;
	height: 300px;
	float: left;
	background-repeat: repeat-y;
	background-position: left;
}

#mainSideContent2 {
	margin: 0px;
	padding: 0px;
	width: 250px;
	height: 300px;
	background-image: url(../_images/SideLightGrey.jpg);
	background-repeat: repeat-y;
	background-position: left;
	clear: left;
	font-family: Arial, Helvetica, sans-serif;
}
#mainSideContent #loginForm, #mainSideContent h1, #mainSideContent h2,   {
	margin-left: 25px;
}
#mainSideContent2 p {
	padding-left: 25px;
}
#mainSideContent2 #whatWeDoList {
	list-style-type: none;
	padding-left: 55px;
	list-style-image: url(../_images/LittleSideArrow.jpg);
	list-style-position: inside;
}

#mainSideContent2 h2 {
	color: #000;
	padding-bottom: 10px;
	padding-left: 65px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	padding-top: 20px;
}
#mainSideContent2  ul li a{
	font-size: .9em;
	color: #000;
	text-decoration: none;
	font-weight: bold;
}
#mainSideContent2 ul li a:hover {
	text-decoration: underline;
}

#mainSideContent2 ul li {
	margin-top: 10px;
	margin-bottom: 10px;
	padding-left: 0px;
}

#mainSideContent h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	color: #FFF;
	margin-top: 20px;
	margin-bottom: 15px;
	padding-left: 20px;
}
#mainSideContent h1, #mainSideContent h2   {
	margin-left: 45px;
}



#mainSideContent p {
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	font-weight: bold;
}
#mainSideContent p a {
	padding-left: 35px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #FFF;
	text-decoration: underline;
}
#mainSideContent p a:hover {
	color: #03F;
	text-decoration: none;
}
#mainSideContent2Contact {
	margin-left: 25px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
}
#mainSideContent2Contact h2 {
	font-size: 1.5em;
	padding-top: 10px;
	padding-bottom: 10px;
}
#mainSideContent2Contact h3 {
	font-size: 1.2em;
	padding-bottom: 10px;
	margin-top: 225px;
}
#mainSideContent2Contact p {
	font-size: 0.9em;
	padding-top: 5px;
	padding-bottom: 10px;
	padding-right: 3px;
}


#loginForm {
	width: 210px;
	margin-left: 35px;
	margin-bottom: 20px;
	font-size: 0.9em;
}


#loginForm #passwordText, #loginForm #usernameText {
	width: 150px;
	border: 2px inset #1a3ba9;
}
#loginForm p {
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 0px;
}
#loginForm #Login {
	margin-top: 15px;
}


#rightSideWrapper {
	width: 650px;
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(../_images/BorderRight.jpg);
	background-repeat: repeat-y;
	background-position: right;
}
#rightSideContent1 {
	margin: 0px;
	padding: 0px;
	height: 300px;
	width: 650px;
	clear: both;
}


#rightSideContent2 {
	background-image: url(../_images/greyMiddleBackground.jpg);
	background-position: right top;
	height: 300px;
	width: 650px;
}
#rightSideContent2 h2 {
	color: #FFF;
	font-size: 1.3em;
	padding-top: 5px;
	padding-bottom: 10px;
	text-align: center;
}
#rightSideContent2 #headlinenews {
	height: 200px;
	margin-top: 15px;
	margin-right: 25px;
	margin-bottom: 15px;
	margin-left: 15px;
}

#rightSideContentContact {
	margin: 0px;
	height: 225px;
	width: 650px;
	clear: both;
	font-size: 1em;
	background-image: url(../_images/greyMiddleBackground.jpg);
	background-position: top;
	padding-right: 0px;
	padding-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
}
#rightSideContentContact2 {
	background-image: url(../_images/BorderRight.jpg);
	background-repeat: repeat-y;
	background-position: right;
	height: 370px;
}

#rightSideContentContact h2 {
	padding-top: 5px;
	padding-bottom: 19px;
	padding-left: 0px;
	text-align: center;
	color: #FFF;
	font-size: 1.5em;
}
#rightSideContentContact table {
	padding-left: 25px;
	padding-top: 20px;
}

#contactForm #contactEmail, #contactForm #contactName, #contactForm #contactPhone, #contactForm #contactSubject {
	width: 200px;
	border: 1px inset #1a3ba9;
}
#contactForm #contactMessage {
	border: 2px inset #AA182D;
}

#contactForm fieldset {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#contactForm  {
	background-color: #c0c0c0;
	border-top-color: #575864;
	border-right-color: #575864;
	border-bottom-color: #575864;
	border-left-color: #575864;
	margin-right: 10px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 25px;
	height: 350px;
}
#contactForm p {
	margin-top: 10px;
	margin-bottom: 10px;
}

#contactTable td {

	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;

	font-size: 0.9em;

	color: #000;

	padding-top: 0px;

	padding-right: 0px;

	padding-bottom: 0px;

	padding-left: 0px;

	vertical-align: top;

}

#contactTable th {

	padding-left: 35px;

	text-decoration: underline;

}




#footer {
	background:#bbb;
	margin: 0px;
	padding: 0px;
	height: 45px;
	clear: both;
}

#footer p {

	margin: 0;

	padding: 10px 0;

	color: #fff;

	font-size: 0.75em;

	text-align: center;
}
#sideRedArrow   {
	float: left;
	margin-left: 35px;
	margin-top: 19px;


}
#WDTable {
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 10px;
}
#WDBottomFlash {
	width: 640px;
	margin-right: 10px;
	float: right;
}
#WDBottomFlashMovie {
	margin: 0px;
	padding: 0px;
	float: left;
}
#LittleLogoMovieMain {
	margin-left: 790px;
}





.leftNavPosition {
	background-image: url(../_images/NavLeftDark.jpg);
	background-repeat: no-repeat;
}
.leftNavPosition:hover {
	background-image: url(../_images/NavLeftLight.jpg);
}

.middleNavPosition {
	background-image: url(../_images/NavMiddleDark.jpg);
	background-repeat: repeat-x;
}
.rightNavPosition {
	background-image: url(../_images/NavRightDark.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}

.linkLoginForm {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #FFF;
	padding-left: 35px;
}
.red {
	color: #1a3ba9;
}
.leftDarkGreyBackground {
	background-image: url(../_images/SideGrey.jpg);
	background-repeat: repeat-y;
	background-position: left;
}
.portfolioTable td {
	text-align: center;
}
.portfolioTable {
	margin-left: 50px;
}

