/* Start of CMSMS style sheet 'interior' */
/*
===============
| LEFT COLUMN	|
===============
*/

#left-col {
	display:block;
	width:224px;
	min-height:454px;
	float:left;
	padding: 0;
	margin: 0;
	background:#ffffff;
	}

#left-nav {
	display:block;
	width:224px;
	float:left;
	padding: 0;
	margin: 0;
	background: url(uploads/images/i-left_bg.jpg) top left repeat-x #c7dae9;
	}

#left-menu-wrap {
	width:226px;
	margin-top: 14px; 
	padding: 0;
	border-bottom: 1px solid #e1ecf3;
	}
	
#left-menu-wrap p {
	display: block; 
	width:207px;
	padding: 3px 5px 3px 10px;
	margin: 0;
	border: 1px solid #dce9f1;
	border-top: 1px solid #e1ecf3;
	border-bottom: none;
	}
	
#left-menu-wrap p:hover,#left-menu-wrap p.left-menu_1.current {	
	background-color:#e8f1f6;
	}
	
#left-menu-wrap p a {	
	color: #1a3552;
	text-decoration: none;
	font-size:11px;
	font-weight:bold;
	}

#left-menu-wrap p.left-menu_1:hover a, #left-menu-wrap p.left-menu_1.current a {	
	color:#073068;	
	}	

#left-menu-wrap p.left-menu_2 {
	width:197px;
	padding: 3px 5px 3px 20px;
	}
	
#left-menu-wrap p.left-menu_2:hover, #left-menu-wrap p.left-menu_2.current {	
	background:url(uploads/images/i-left_select.jpg) 11px 7px no-repeat #e8f1f6;
	}

#left-menu-wrap p.left-menu_2 a {
	font-weight:normal;
	}

#border-bottom {
	display:block;
	width:224px;
	height: 234px;
	float:left;
	padding: 0;
	margin: 0;
	background: url(uploads/images/i-left_index-bg.jpg) top left repeat-x #ffffff;
	}	

/*
===============
| CENTER COLUMN	|
===============
*/
#center-col {
	display:block;
	width:438px;
	height: 100%;
	float:left;
	padding: 20px;
	margin: 0;
	boarder: 1px solid red;
	}
	
#center-col h1 {
	font-family:'Times New Roman', Times, serif;
	font-weight: normal;
	font-size:24px;
	color: #193753;
	}
	
#center-col h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size:14px;
	color: #193753;
	margin-bottom: 0px;
	}	
#center-col h1.title { margin-bottom: 0em !important; }
#center-col h2.title {
 margin-bottom: 1em !important;
 margin-top: 0em !important;
 }

#center-col p {margin-top: 0px;}

.more {
	background: url(uploads/images/green-arrow.jpg) 0px 6px no-repeat;
	padding-left: 7px;
	}

#center-col a {
	font-weight: bold;
	text-decoration: none; 
	color:#94b56a;
	}	
#center-col img {
 margin-left: .5em;
 margin-bottom: .5em;
 }

li.inline { display: inline; }

/*
===============
| RIGHT COLUMN	|
===============
*/
#right-col {
	display:block;
	width:160px;
	height: 100%;
	float:left;
	padding: 0px 20px 90px 20px;
	margin-top: 20px;
	border-left: 1px solid #e1edf3;
	}
	
#right-col h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size:10px;
	color: #1a3552;
	margin-bottom: 0px;
    text-transform: uppercase;
	}	

#right-col p {
	color: #1a3552;
	font-size: 12px;
	}	
#right-col a {
    color: #1a3552;
    font-weight: normal;
    }
#right-col a:hover { text-decoration: underline; }
/*#right-col input { width: 160px; } */
/* End of 'interior' */

