@charset "UTF-8";
/* CSS Document */

* {
	margin: 0;
	padding:0;
	border:none;
	outline:none;
}

body {
	background-color:#dbdbbd;
	text-align: left;
	color: #ffffff;
}


p {
	font-family: Cambria,  Times, Georgia, Verdana, Arial, Serif;
	font-size: 14px;
	color:#ffffff;
	padding-bottom:10px;
	line-height: 1.6em;
	letter-spacing: 0.08em;
	
}

h1 {
	font-family: Cambria,  Times, Georgia, Verdana, Arial, Serif;
	color: #917A41;
	font-weight: normal;
	font-size:16px;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	padding-bottom:10px;
}


h2 {
	font-family: Cambria,  Times, Georgia, Verdana, Arial, Serif;
	text-transform:uppercase;
	color:#5C6F7C;
	font-size:14px;
	padding-bottom:10px;
	letter-spacing: 0.2em;
}

h3 {
	font-family: Cambria,  Times, Georgia, Verdana, Arial, Serif;
	text-transform:uppercase;
	color: #814111;
	font-weight:normal;
	font-size:14px;
	letter-spacing: .2em;
		padding-bottom:10px;

}

a:link {
	color: #5c707b;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #5c707b;
}
a:hover {
	text-decoration: underline;
	color: #dbdbbd;
}
a:active {
	text-decoration: underline;
	color: #5c707b;
}



#wrapper {
	width: 900px;
	background-color:#122631;
	position: relative;
	margin: auto;
}

#header {
}

#TopNav {
	height: 50px;
	background-image:url(images/navBG.jpg);
	background-repeat:repeat-x;
	text-align: right;
}

#TopNav ul {
		list-style-type:none;
}

#TopNav li {
	float: right;
}


#SideNav {
	float: left;
	width: 20%;
	padding: 25px 10px 20px 20px;
}

#SideNav ul {
	list-style-type: none;
}

#SideNav ul a {
	text-decoration:none;
}
#SideNav ul li {
	letter-spacing:.08em;
	font-size:14px;
	font-family:Cambria,  Times, Georgia, Verdana, Arial, Serif;
	color:#814111;
	text-transform: uppercase;
	padding: 4px 0px 8px 0px;
}


#SideNav ul li ul li {
	font-size: 13px;
	letter-spacing: .05em;
	padding: 4px 0px 4px 10px;
	background-image:url(images/border.jpg);
	background-position:bottom;
	background-repeat:repeat-x;
}

#contentArea {
	width: 70%;
	float: right;
	padding: 25px;
}

#contentArea ul {
	list-style-type:none;
	list-style-image:url(images/ul.jpg);
	font-size:14px;
	color:#ffffff;
	padding-bottom:15px;
	line-height:1.5em;
	padding-left:20px;
	font-family: Cambria,  Times, Georgia, Verdana, Arial, Serif;
	}
	
#contentArea li{ 
}

#footer {
	width: 900px;
	height:35px;
	margin:auto;
	color: #122631;
	font-family:Cambria, Times, Georgia, Verdana, Arial, Serif;	
}

#footer ul {
	list-style-type:none;
}

#footer li  {
	text-align:center;
	float:left;
	line-height:30px;
	display:block;
	width:300px;
}

#footer li a {
		color: #122631;
}

#footer li a:hover {
	color:#000000;
}

#clear {
	clear:both;
	padding-bottom: 30px;
}

a.home  {
	display:block;
	width:100px;
	height:50px;
	background-image:url(images/nav/home.jpg);
}

a.home:hover  {
	display:block;
	width:100px;
	height:50px;
	background-image:url(images/nav/home_h.jpg);
}

a.homeActive {
	display:block;
	width:100px;
	height:50px;
	background-image:url(images/nav/home_a.jpg);

}

a.profile  {
	display:block;
	width:217px;
	height:50px;
	background-image:url(images/nav/profile.jpg);
}

a.profileActive  {
	display:block;
	width:217px;
	height:50px;
	background-image:url(images/nav/profile_a.jpg);
}

a.profile:hover  {
	display:block;
	width:217px;
	height:50px;
	background-image:url(images/nav/profile_h.jpg);
}


a.practice  {
	display:block;
	width:195px;
	height:50px;
	background-image:url(images/nav/practice.jpg);
}
a.practiceActive  {
	display:block;
	width:195px;
	height:50px;
	background-image:url(images/nav/practice_a.jpg);
}

a.practice:hover  {
	display:block;
	width:195px;
	height:50px;
	background-image:url(images/nav/practice_h.jpg);
}



a.contact  {
	display:block;
	width:120px;
	height:50px;
	background-image:url(images/nav/contact.jpg);
}

a.contactActive {
	display:block;
	width:120px;
	height:50px;
	background-image:url(images/nav/contact_a.jpg);
}

a.contact:hover  {
	display:block;
	width:120px;
	height:50px;
	background-image:url(images/nav/contact_h.jpg);
}

a.resources  {
	display:block;
	width:220px;
	height:50px;
	background-image:url(images/nav/resources.jpg);
}
a.resourcesActive  {
	display:block;
	width:220px;
	height:50px;
	background-image:url(images/nav/resources_a.jpg);
}

a.resources:hover  {
	display:block;
	width:220px;
	height:50px;
	background-image:url(images/nav/resources_h.jpg);
}

.paypalform  {
    float: right;
}		
	
.legal {
	text-transform:uppercase;
	font-size:11px;
	margin: auto;
	font-family:Cambria, Times, Georgia, Verdana, Arial, Serif;	
}

.smallHomeFont {
	padding-top:50px;
	font-family:Cambria, Times, Georgia, Verdana, Arial, Serif;
	font-size:11px;
	color:#ffffff;
	line-height: 1.6em;
	font-style:italic;
}

.Navtopper {
	background-image:url(images/border.jpg);
	background-position:top;
	background-repeat:repeat-x;
}

.tableizer-firstrow {
	text-align: center;
}

