body {
	margin: 0px;
	padding: 00px;
	font-family: verdana;
	font-size: 12px;
	background-color:#f0eeef;
	margin:0px auto;
	text-align:center;
	color:#2e2e2e;
}

/************************************ General Use */

img {border:0px;}
p{margin:0px; padding:0px; display:inline;}
h2,h2,h3{margin:0px; padding:0px; font-size:12px; font-weight:normal;}

#mainBody .cushycms p{
	display:block;
	margin-bottom:15px;
}

.clear{
	clear:both;
	height:0px;
	font-size: 0px;
	line-height: 0px;
	overflow: hidden;
	margin:0px;
	padding:0px;
}

a{
	color:#00487D;
	text-decoration:none;
}

a:hover, a:active, a.selected {
	color:#000;
}

.raquo{
	font-weight:bold;
}

/***************************** Shadow Border Styles */

#shadow-container {
	position: relative;
	left: 3px;
	top: 0px;
	margin-right: 3px;
	margin-bottom: 3px;
	width:877px;
	margin:0px auto;
	text-align:left;
}
 
#shadow-container .shadow2,
#shadow-container .shadow3,
#shadow-container #mainContainer {
	position: relative;
	left: -1px;
	top: -1px;
}
 
#shadow-container .shadow1 {
	background-color: #F1F0F1;
}

#shadow-container .shadow2 {
	background-color: #DBDADB;
}

#shadow-container .shadow3 {
	background-color: #B8B6B8;
}

#shadow-container #mainContainer {
	background-color: #ffffff;
	border: 1px solid #848284;
	border-left: 1px solid #cccacb;
	border-top: 1px solid #cccacb;
	padding: 32px;
	
}


#mainContainer{
	
}

#header{
	color:#003c68;
	height:35px;
	margin-bottom:20px;
}

#header .mainTitle{
	font-size: 22px;
	font-family: Georgia, "Times New Roman", Times, serif;
	float:left;
	width:530px;
}

#header #contactMenu{
	float:right;
	width: 150px;
	margin-top: 10px;
	font-size:10px;
	text-transform:uppercase;
}

#header #contactMenu img{
	margin-bottom:-2px;
}

#navigation{
	margin-bottom:10px;
}

#banner{
	float:left;
	width:600px;
	margin-right:10px;
}

.rightTotes{
	float:left;
	width:200px;
}



#mainBody{
	margin-top: 30px;
}

#mainBody .text{
	float:left;
	width:560px;
	padding:0px 20px;
	margin-right:10px;
}

#mainBody .pageTitle{
	border-bottom:1px solid #cfcfcf;
	color:#013c68;
	font-size:16px;
	font-weight:bold;
	line-height:22px;
	margin-bottom:10px;
	padding-bottom:5px; 
}

#mainBody .text .pageTitle{
	margin-left:-20px;
	padding-left: 20px;
}

.subtitle{
	margin-bottom:10px;
	font-weight:bold;
	font-size:13px;
}


#footer{
	margin:10px auto 40px auto;
	text-align:right;
	width:875px;
	color:#a4a4a4;
	font-size:10px;
}


/************************************** SUB MENU STYLES */

#sideMenu{
	float:left;
	width:175px;
}

#sideMenu ul{
	margin:0px;
	padding:0px;
	list-style:none;
}

#sideMenu ul li{
	padding-left:14px;
	background: url('/images/common/submenu_bullet.gif') 2px 5px no-repeat;
	font-size:11px;
	padding-bottom:4px;
}

/************************************* PRACTICE PAGE */

#practicePage #mainBody .text{
	width:385px;
}

/*************************** LINKS PAGE */

#linksPage #mainBody .text ul{
	margin:0px;
	margin-bottom:20px;
	margin-left:15px;
	padding:0px;
	list-style:none;
}

#linksPage #mainBody .text ul li{
	padding:3px 0px;; 
}

/****************************** LATEST NEWS WIDGET */

#news_widget{
	background-color: #e5eaf0;
	border:1px solid #ccd0d3;
	font-size: 11px;
	font-family:Arial, Helvetica, sans-serif;
	
	height:198px;
	width:198px;
	overflow:hidden;
}

#news_widget .news_title{
	border-bottom:1px solid #ccd0d3;
	font-weight:bold;
	font-size: 12px;

	margin:0px 6px;
	line-height: 30px;
	padding-left: 3px;
	text-transform:uppercase;
}

#news_widget .news_item
{
	margin:10px 6px;
}

#news_widget a {
	color:#00487D;
	text-decoration:none;
}

#news_widget a:hover,
#news_widget a:active{
	color:#000000;
	text-decoration:none;
}

#news_widget .news_bottomlink{
	border-top:1px solid #ccd0d3;
	margin:0px 6px;
	padding-top:8px;
	text-transform:uppercase;
	font-weight:bold;
	
}
