/*

CSS
Language Design Group, LLC.
cmooth@languagedesigngroup.com

*/

body {
	margin: 0;
	padding: 0;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1em;
	color: #464646;
	background-color: #909090;
	background: url( ../images/structure/main-bg.gif ) top left;
}

#container {
	width: 827px;
	margin: 0 auto;
	padding: 0;
}

#contentContainer {
	margin-top: 18px;
	border: 1px solid #666666;
	background: url( ../images/structure/column-bg-long.gif ) repeat-y top left;
	background-color: #f5f5f5;
}

html>body #container {
	width: 827px;
}

#header {
	width: 825px;
	height: 100px;
	padding: 0;
	margin: 0;
	overflow: hidden;
	background: url( /images/structure/header-long.gif ) no-repeat top left;
}

#topNav {
	width: 825px;
	height: 30px;
	margin: 0;
	padding: 0;
	background-color: #868686;
	background: url( ../images/structure/topnav-bg.gif ) repeat-x top left;
	overflow: hidden;
}

#leftCol {
	float: left;
	width: 187px;
	padding: 0;
	background: url( /images/structure/left-col-top.gif ) top left no-repeat;
}

#rightCol {
	float: right;
	width: 575px;
	padding: 12px 30px 25px 25px !important;
    padding: 12px 30px 25px 25px;
    padding/**/:/**/22px 30px 25px 25px;
}

#footer {
	clear: both;
	width: 810px;
	color: #8d8d8d;
	font-size: .7em;
	padding: 15px 0 15px 15px;
	background: #666;
}

#footer a, #footer a:visited {
	color: #8d8d8d;
}

#footer a:hover, #footer a:active {
	color: #a2a2a2;
}

#rightCol, #leftCol {
	font-size: .9em;
	line-height: 1.15em;
}

.homeLink {
	width: 300px;
	height: 55px;
	position: absolute;
	margin: 25px 0 0 30px;
}

.homeLeft {
	width: 350px;
	float: left;
	
}

/* Top Links */

#topNav ul {
	width: 820px;
	padding: 0;
	margin: 0;
}

#topNav li {
	float: left;
	list-style-type: none;
	height: 30px;
	margin: 0;
	padding: 0;
	border-right: 1px solid #707070;
}

.topNav li a, .topNav li a:visited {
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	display: block;
	height: 22px;
	padding: 8px .7em 0 .7em;
	text-decoration: none;
	background: url( ../images/structure/topnav-bg.gif ) repeat-x bottom left;
}

.topNav li a:hover, .topNav li a:active {
	background: url( ../images/structure/topnav-bg-over.gif ) repeat-x top left;
}

* html .ie1 {width: 50px;}
* html .ie2 {width: 111px;}
* html .ie3 {width: 120px;}
* html .ie4 {width: 130px;}
* html .ie5 {width: 90px;}
* html .ie6 {width: 60px;}
* html .ie7 {width: 70px;}
* html .ie8 {width: 50px;}

.grayBg a {
	background: url( ../images/structure/topnav-bg.gif ) repeat-x bottom left;	
}

.grayBg a:hover {
	background: url( ../images/structure/topnav-bg-over.gif ) repeat-x top left;
}

.blueBg a {
	background: url( ../images/structure/topnav-bg-blue.gif ) repeat-x bottom left;
}

.blueBg a:hover {
	background: url( ../images/structure/topnav-bg-blue-over.gif ) repeat-x bottom left;
}

/* Side Navigation */

.freeQuote {
	border-bottom: 1px solid #818181;
}

.freeQuoteLink {
	width: 187px;
	height: 30px;
	margin-top: 151px;
}

.freeQuoteLink a, .freeQuoteLink a:visited, .freeQuoteLink a:active {
	color: #fff;
	font-weight: bold;
	padding: 0;
	text-decoration: none;
	background: yellow;
}

.freeQuoteLink a:hover {
}

.sidebarHead a, .sidebarHead a:visited, .sidebarLink a, .sidebarLink a:visited, .sidebarHeadNew a, .sidebaHeadNew a:visited {
	display: block;
	width: 172px;
	padding: 5px 5px 5px 10px;
	text-decoration: none;
	border-bottom: 1px solid #818181;
}

.sidebarHead a, .sidebarHead a:visited, .sidebarHead a:active {
	color: #fff;
	font-weight: bold;
	background-color: #82ad38;
}

.sidebarHead a:hover {
	background-color: #9bca48;
}

.sidebarHeadNew a, .sidebarHeadNew a:visited, .sidebarHeadNew a:active {
	color: #000;
	font-weight: bold;
	background-color: #f6ac2b;
}

.sidebarHeadNew a:hover {
	color: #000;
	background-color: #ffc561;
}

.sidebarLink a, .sidebarLink a:visited, .sidebarLink a:active {
	color: #fff;
	background-color: #a0a0a0;
}

.sidebarLink a:hover {
	background-color: #bdbdbd;
}

.serviceList ul {
}

.serviceList li {
	list-style-type: none;
}

/* News */

.news {
	width: 195px;
	float: right;
	margin: 0 0 10px 10px;
	color: #000;
	background: #d8eaf5;
}

.newsContent {
	padding: 0 15px 0 15px;
}

.newsCapTop {
	width: 195px;
	height: 12px;
	background: url( /images/structure/news-cap-top.gif ) no-repeat top left;
	overflow: hidden;
}

.newsCapBottom {
	width: 195px;
	height: 12px;
	background: url( /images/structure/news-cap-bottom.gif ) no-repeat top left;
	overflow: hidden;
}

#rightCol .news a, #rightCol .news a:visited {
	color: #0072bc;
}

#rightCol .news a:hover, #rightCol .news a:active {
	color: #239be8;
}

.newsHead {
	font-size: 1.3em;
	font-weight: bold;
}

/* Root Document Styles */


h1 {
	font-size: 1.6em;
	padding: 1em 0 15px 0;
	margin-bottom: 20px;
	border-bottom: 1px dotted #ccc;
}

h2 {
	font-size: 1.2em;
	margin: 30px 0 15px 0;
	line-height: 1.4em;
}

hr {
    color: #ccc;
    background: #ccc;
    height: 1px;
    border: 0;
}

#rightCol a, #rightCol a:active, #rightCol a:visited {
	color: #6c9d31;
}

#rightCol a:hover {
	color: #3b77c8;
}

.red {
	color: #f00;
}

.small {
	font-size: .8em;
}

.tdRight {
	text-align: right;
}

.pImage {
	margin: 3px 10px 20px 0;
	float: left;
}

.pImageTrans {
	margin: 3px 30px 10px 0;
	float: left;
}

.pImageLawTrans {
	margin: 3px 30px 10px 0;
	float: right;
}

.pImageTransIndustry {
	margin: 3px 0 10px 30px;
	float: right;
}

.basicTable {
    border-collapse: collapse;
    margin-top: 10px;
}

.basicTable td, .basicTable th {
    padding: 6px;
}

.basicTable td, .basicTable th {
    border: 1px solid #cccccc;
}

.clearBoth {
	clear: both;
}

/* Graphic Design */

.designSamples {
	padding-top: 20px;
}

/* Class Registration */

.paypalTable {
	border-collapse: collapse;
	border: 1px solid #ccc;
	width: 100%;
	margin-bottom: 30px;
}

.paypalTable td {
	vertical-align: top;
	padding-left: 20px;
	border-bottom: 1px solid #ccc;
}



.classTable {
	border-collapse: collapse;
	border: 1px solid #ccc;
	width: 100%;
	margin-bottom: 30px;
}

.classTable td {
	padding-left: 20px;
}

.classImage {
	width: 150px;
}

.price {
	width: 160px;
	text-align: center;
	font-size: 1.3em;
}

.tdPrice {
	width: 161px;
}

.divCenter {
	width: 100%;
	text-align: center;
}

.classInfoContainer {
	width: 100%;
}

.classInfoLeft {
	width: 365px;
	float: left;
}

.classInfoRight {
	width: 185px;
	float: right;
}

.winBookContainer {
	width: 100%;
}

.winBookLeft {
	width: 300px;
	float: left;
}

.winBookRight {
	width: 250px;
	float: right;
}

.regsTable td {
	padding-bottom: 1em;
}

.regsTable input {
	font-size: 1.2em;
}

/* Colors */

.green {
	color: #6c9d31;
}

.blue {
	color: #239be8;
}

.orange {
	color: #f7941d;
}

.lastName {
	display: none;
}

.spanishh2 {
	padding-top: 0;
	margin-top: 0;
}