/*GLOBAL STYLES*/
*
{
	margin:0;
	padding:0;
}
body
{
	font-size:1em;
	font-family:Arial, Helvetica, sans-serif;
	background-image:url('/images/bgTile.jpg');
	background-repeat:repeat-x -y;
	margin-top:10px;
}
img
{
	border:none;
}
h1 {
    color: white;
    font-size: 30px;
    font-weight: normal;
    margin-bottom: 24px;
}

h2
{
	color: white;	
	font-weight:normal;
	font-size:1.2em;
	margin-bottom:24px;
}


h3
{
	color: white;	
	font-weight:normal;
	font-size:14px;
	margin-bottom:24px;
}


p
{
	color: white;
	font-size:0.9em;
	margin-bottom:24px;
}
a
{
	color:#000080;
}
a:hover
{
	text-decoration:none;
}

/* ID STYLES */

#defaultContainer {
	clear: both;
	width: 1032px;
	margin-left: auto;
	margin-right: auto;
}

#main{
	background-image:url('/images/JTmiddle.jpg');
	background-repeat:no-repeat;
	text-align:left;
	width: 1032px;
	height:1400px;
	margin: 1px 1px 1px 1px;	
	margin-left:auto;
	margin-right:auto;	
}

#header{
	float:left;
	/*margin: 1px 1px 1px 1px;*/
	
}

#homeMenu {
    float: right;
    margin: -70px 28px 5px 5px;
}

#strap{
	float: left;
    	height: 250px;
    	padding: 15px;
    	width: 1000px;
	margin: 1px 1px 1px 1px;
	
}

#strap2{
	float: left;
    	height: 50px;
    	padding: 5px;
    	width: 1000px;
	margin: 85px 1px 1px;
	
}


#bio {
    	float: left;
    	height: 250px;
    	margin: 40px 10px 5px -5px;
    	padding: 15px;
    	width: 1000px;
}

#box1{
    	background-image: url("/images/greyBox.png");
    	background-repeat: no-repeat;
    	float: left;
    	height: 100px;
    	margin-top: 10px;
    	width: 183px;
	margin-right: 20px;
}

#box2{
   	background-image: url("/images/greyBox.png");
    	background-repeat: no-repeat;
    	float: left;
    	height: 100px;
    	margin-top: 10px;
    	width: 183px;
	margin-right: 22px;
}

#box3{
   	background-image: url("/images/greyBox.png");
    	background-repeat: no-repeat;
    	float: left;
    	height: 100px;
    	margin-top: 10px;
    	width: 183px;
	margin-right: 20px;
}

#box4{
   	background-image: url("/images/greyBox.png");
    	background-repeat: no-repeat;
    	float: left;
    	height: 100px;
    	margin-top: 10px;
    	width: 183px;
	margin-right: 20px;
}

#box5{
   	background-image: url("/images/greyBox.png");
    	background-repeat: no-repeat;
    	float: left;
    	height: 100px;
    	margin-top: 10px;
    	width: 183px;
	margin-right: 0px;
}

.CMSMenu {
	padding-top: 6px;
	font-family:  Verdana;
}

.CMSMenuItem, .CMSMenuItemMouseOver, .CMSMenuItemMouseDown, .CMSMenuItemMouseUp {
	font-size: 16px;
	background-color: none;
	color: white;

}

.CMSMenuItemMouseOver {
	color: orange;
}

.CMSMenuHighlightedMenuItem, .CMSMenuHighlightedMenuItemMouseUp, 

.CMSMenuHighlightedMenuItemMouseDown, .CMSMenuHighlightedMenuItemMouseOver {
	font-size: 16px;
	color: red;
	background-color: none;
}


#plc_lt_zoneMenu_cmsmenu_menuElem-004-subMenu {
	border-width: 1px;
	border-color: #0095da;
	border-style: solid;
}

#plc_lt_zoneMenu_cmsmenu_menuElem-004-subMenu .CMSMenuItemMouseOver {
	background-color: #0095da;
	color: white;
}

#plc_lt_zoneMenu_cmsmenu_menuElem-004-subMenu .CMSMenuHighlightedMenuItemMouseOver{
	background-color: #0095da;
	color: red;
}



#plc_lt_zoneMenu_cmsmenu_menuElem-006-subMenu {
	border-width: 1px;
	border-color: #0095da;
	border-style: solid;
}

#plc_lt_zoneMenu_cmsmenu_menuElem-006-subMenu .CMSMenuItemMouseOver {
	background-color: #0095da;
	color: white;
}

#plc_lt_zoneMenu_cmsmenu_menuElem-006-subMenu . CMSMenuHighlightedMenuItemMouseOver{
	background-color: #0095da;
	color: red;
}


.CMSTreeMenuTable {
	width: 120px;
}

.CMSTreeMenuItem, .CMSTreeMenuItemMouseOver, .CMSTreeMenuItemMouseDown, 

.CMSTreeMenuItemMouseUp {
	font-size: 10px;
	padding-bottom: 10px;
}

.CMSTreeMenuItemMouseOver {
	color: orange;
}

.CMSTreeMenuSelectedItem, .CMSTreeMenuSelectedItemMouseUp, 

.CMSTreeMenuSelectedItemMouseDown, .CMSTreeMenuSelectedItemMouseOver {
	font-size: 10px;
	color: #e76b4f;
	padding-bottom: 10px;
}

#testimony {
    height: 325px;
    overflow:auto;
    width: 989px;
}

/* Minification failed (line 221, error number 1025): Expected comma or open brace, found ' ' */