/* CSS Document */

body {
		font-size:62.5%;
		font-family:Geneva,Trebuchet MS,Lucida,Arial,sans-serif;
		background-image:url(../images/bkd-gradient.jpg);
		background-repeat:repeat-x;
		background-color:#000000;
		/*text-align:left;*/
}

html {
		overflow:scroll;
		text-align:center;
		text-decoration:bold;
}

h1 {
		font-size:2em;
		color:#FF6600;
		margin:0;
		/*text-decoration:underline;*/
}

a {
		color:#E55C00;
		/*text-decoration:none;*/
}

a:hover {
		color:#3BA8C8;
}

.imgFloatLeft {
		float:right;
		margin:0 0 15px 40px;/**/
}

.homepageText {
		font-size:1.15em;
}

#outerWrapper {
		width:955px;
		height:auto;
		background-color:#FF6600;
		display:-moz-box;
		margin:0 auto;
		text-align:left;
}

#leftColumn {
		width:173px;
		height:auto;
		float:left;
		background-color:#FF6600;
}

#rightColumn {
		width:782px;
		height:auto;
		float:left;
		background-color:#ffffff;
}

#logo {
		width:173px;
		height:146px;
		background-color:#CCCCCC;
}

#nav {
		width:173px;
		height:156px;
		background-image:url(../images/colorchange/nav-bkd.jpg);
		background-repeat:no-repeat;
		padding:0;
		color:#FF6600;
}

#nav ul {
		margin:0;
		padding:0;
}

#nav ul li {
		list-style:none;
		border-bottom:1px solid #FF6600;
		/*margin:-1px 0 13px 0;*/
		
}

#nav ul li a {
		/*text-decoration:none;*/
		font-size:1.4em;
		display:block;/**/
		height:25px;/**/
		width:172px;/**/
		/*border:1px solid red;*/
}

#nav ul li a:hover {
		background-color:#FF6600;
		color:#ffffff;
		width:172px;
}

#nav ul li a span {
		display:block;
		padding:4px 0 0 20px;
		height:20px;
		color:#A90000;
}

#lowerColumn {
		width:173px;
		height:75px;
		background-image:url(../images/colorchange/lowerColumn-bkd.jpg);
		background-repeat:no-repeat;
		padding:158px 0 0 0;
		/*text-align:center;*/
		color:#ffffff;
		
}

#lowerColumn span {
		display:block;
		width:153px;
		margin:0 0 0 10px;
		font-size:1.5em;
}

/*#header {
		width:735px;
		height:56px;
		background-image:url(../images/header-gradient.jpg);
		background-repeat:no-repeat;
		margin:0 0 0 10px;
}*/

#subNav {
		width:315px;
		height:20px;
		margin:0 0 14px 384px;
		padding:0 20px 0 0;
}

#subNav ul{
		margin:0;
		padding:0;
}

#subNav ul li {
		list-style:none;
		display:inline;
		margin:0 0 0 10px;
		font-family:Arial, Helvetica, sans-serif;
		font-size:1.2em;
		font-weight:bold;
		float:right;
}

#subNav ul li a {
		font-size:0.9em;
		color:#FF6600;
}
/*
#centerContent {
		width:772px;
<!--[if IE 7]>height:0;<![endif]-->
		height:393px;
		margin:0 0 20px 10px;
		display:-moz-box;
}
*/
/*
#centerContent {
		width:748px;
		margin:0 0 20px 10px;
}*/


/*
html>body #centerContent {
		width:748px;
		height:393px;
		margin:0 0 20px 10px;
		display:-moz-box;
}*/



#text {
		width:710px;
		<!--[if IE 7]>height:0;<![endif]-->
		height:378px;
		float:left;
		margin:0 10px 20px 0;
		background-image:url(../images/zebra-pattern.jpg);
		background-repeat:no-repeat;
		padding:0 0 0 20px;
		font-size:1.4em;
}

#text ul li {
		list-style-type:disc;
}


#footer {
		width:715px;
		height:32px;
		background-color:#FF6600;
		margin:0 0 0 10px;
		display:-moz-box;
		color:#ffffff;
		font-size:0.9em !important;
		padding:3px 0 0 20px;
}

#footer a {
		color:#ffffff;
		text-decoration:underline;
}

.designBy {
		margin:0 0 0 100px;
}

/*#textOverflow {
		width:687px;
		height:auto;
		margin:0 40px 0 20px;
		padding:15px 0 71px 0;
		font-size:1.4em;
}

#textOverflow ul {
		margin:0;
		padding:0;
}

#textOverflow ul li {
		list-style-type:disc;
		list-style-position:inside;
}*/

.clear {
		clear:both;
}

