@import url('../Default/global/global.css');

/* ####################################
   Page Layout
   ################################## */

		#Content {
			float: left;
			margin: 0;
			padding: 0;
			width: 100%;
		}

			#Content-Inner {
				float: left;
			}

			#Primary {
				width: 700px;
				float: right;
			}

			#Secondary {
				width: 700px;
				float: right;
			}

			#Tertiary {
				width: 210px;				/* LC width - padding */
				margin: 0 0 10px 0;
				
			}
                *:first-child+html #Tertiary {
	                /* IE7 only */
	                position: absolute;
	                top: 185px;
	                height: 100%;
                }	

                * html #Tertiary {
	                /* IE6 only */
	                position: absolute;
	                top: 185px;
	                height: 100%;	
                }

/* ####################################
   Custom Element Styles
   ################################## */

h3 a {
	color: #cf6703;
	text-decoration: underline;
}

	h3 a:link {
		color: #cf6703;
		text-decoration: underline;
	}

	h3 a:visited {
		color: #cf6703;
		text-decoration: underline;
	}

	h3 a:hover {
		color: #cf6703;
		text-decoration: none;
	}

	h3 a:active {
		color: #cf6703;
		text-decoration: none;
	}

