/* Default Stylesheet */

																/* >>> ELEMENTS <<< */

* {
	margin: 0;
	padding: 0;
	}
	body {
		color: #333;
		background-color: #003366;
		font-family: "Arial", "Tahoma", "MS Sans Serif", sans-serif;
		font-size: 75%;
		text-align: center;
		}

																/* >>> CONTAINERS <<< */

div#print {
	display: none;
	}
div#container {
	width: 950px;
	margin: 10px auto;
	text-align: left;
	}
	div#header-wrap {
		margin: 12px 0;
		}
		div#header-in {
		    height: 207px;
			padding-left: 18px;
			color: inherit;
			background-image: url('../images/header-bg.jpg');
			}
         div#header-in .slogan
         {
             font-size: 150%;
             color: #993300;
             padding-left: 4px;
             }       
        div#header-in .flash
             {
                float: right;
		        border: solid #dc9248;
		        border-width: 0 0px 0px 1px;
		        margin-top:0px;
                 }

	div#content-wrap {
        background: #e0d8cd;
        border: solid #e0d8cd;
        border-width: 12px 0 0 0;
		}
		div#center {
			margin: 0 240px 0 200px;
			color: inherit;
			height: 760px;
			background-color: #f9f8f4;
			border: solid #f9f8f4;
			border-width: 0 0px 0px 0px;
			}
			div#center-in {
				padding: 0px;
				}
				
				div#center-in h2
				{
				    background-image: url('../images/stairs.jpg');
				    background-repeat: no-repeat;
				    margin:0px;
                    height: 210px;
                    }

				div#center-in h3
				{
				    margin: 20px 20px 0 20px;
				    color: #993300;
				    font-size: 120%;
				    background-image: url('../images/welcome.jpg');
				    background-repeat: no-repeat;
				    padding-left: 36px;
				    padding-top: 4px;
				    padding-bottom: 6px;
                    }
                div#center-in .welcome  
                    {
                    margin: 10px 20px 0 20px;    
                    color: #555;
                    font-size: 100%;
                    }
				div#center-in h4
				{
                    margin: 20px 20px 0 20px;
				    color: #993300;
				    font-size: 120%;
				    background-image: url('../images/our-services.jpg');
				    background-repeat: no-repeat;
				    padding-left: 38px;
				    padding-bottom: 6px;
				    padding-top: 4px;
				    margin-top: 25px;
                    }
                div#center-in .services  
                    {
                    margin: 10px 20px 0 20px;    
                    color: #555;
                    font-size: 100%;
                    line-height: 22px;
                    }
                    /* service list */
                    ul.services  {
	                    margin: 0px;
	                    list-style: none;
	                    }
		                    ul.services li {
			                    display: block;
			                    padding: 10px 0px;
			                    text-decoration: none;
			                    }
		                    ul.services li a {
		                        color: #555;
			                    text-decoration: underline;
			                    }
		                    ul.services li a:hover {
		                        color: #333333;
			                    }
    			                    
		div#inner-center {
			margin: 0 0px 0 200px;
			padding: 20px;
			color: inherit;
			min-height: 760px;
			background-color: #f9f8f4;
			border: solid #f9f8f4;
			border-width: 0 0px 0px 0px;
			}
			div#inner-center-in {
				padding: 0px;
				}

				div#inner-center-in h3
				{
				    margin: 0px 0px 20px 0 ;
				    color: #993300;
				    font-size: 120%;
				    background-repeat: no-repeat;
                    }

div#inner-landing {
			margin: 0 0px 0 15px;
			padding: 20px;
			color: inherit;
			min-height: 560px;
			background-color: #f9f8f4;
			border: solid #f9f8f4;
			border-width: 0 0px 0px 0px;
			}
			div#inner-inner-landing-in {
				padding: 0px;
				}

				div#inner-inner-landing-in h3
				{
				    margin: 0px 0px 20px 0 ;
				    color: #993300;
				    font-size: 120%;
				    background-repeat: no-repeat;
                    }

		div#left 
		{
		    
			float: left;
			width: 200px;
			color: inherit;
			background-color: #e0d8cd;
			border: solid #000;
			border-width: 0 0px 0px 0;
			}
			div#left-in {
				}
				div#left h2
				{
				    color: #fff;
				    font-size: 140%;
				    background-image: url('../images/left-nav-header.jpg');
                    }
            div#left-in .pie-chart
            {
                padding: 10px;
                }
            

		div#right {
			float: right;
			width: 240px;
			color: inherit;
			height: 200px;
			background-color: #e0d8cd;
			border: solid #eee;
			border-width: 0 0 0 0;
			}
			div#right-in {
				padding: 0px;
				}
				div#right-in .library 
				{
                    color: #993300;
                    font-size: 12px;
                    line-height: 22px;
				    }
				div#right-in .library-sub-heading
				{
                    text-decoration: underline;
				    }

				a.library-link 
				{
                    color: #993300;
                    text-decoration: underline;
                    float: right;
				    }				    
				    
				div#right h2
				{
				    color: #fff;
				    background-image: url('../images/right-nav-header.jpg');
                    }
				
	div#footer-wrap {
		}
		div#footer-in 
		{
			}






																/* >>> SUB CONTAINERS <<< */
div.box {
	float: right;
	width: 425px;
	margin: 20px 0;
	padding: 10px;
	color: inherit;
	background-color: #f5f5f5;
	border: 1px solid #eee;
	}
	div.left {
		float: left;
		margin: 20px 19px 20px 0;
		}
	div.right {
		
		}





																/* >>> LISTS <<< */
ul.nav-left, ul#nav-right {
	margin: 10px;
	list-style: none;
	}
	ul.nav-left li, ul#nav-right li {
		
		}
		ul.nav-left li a, ul#nav-right li a {
			display: block;
			width: 160px;
			padding: 5px 10px;
			color: #666;
			background-color: #fcfaf8;
			text-decoration: none;
			border-bottom: 5px solid #E0D8CD;
			}
		ul.nav-left li a:hover, ul#nav-right li a:hover {
			color: #fcfaf8; 
			background-color: #09325f;
			border-bottom: 5px solid #E0D8CD;
			}		
			
ul#nav-top {
	padding: 0px 0 15px 0;
	list-style: none;
    background-image: url('../images/menu-nav-bg.jpg');
    background-repeat: no-repeat;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
	}
	ul#nav-top li {
		display: inline;
		}
		ul#nav-top li a {
			margin: 0 52px;
			color: #fff;
			background-color: inherit;
			font-size: 14px;
			font-weight: bold;
			text-decoration: none;
			border-bottom: 1px solid #eee;
			}
		ul#nav-top li a:hover {
			color: #4494FF;
			background-color: inherit;
			border-bottom: 1px solid #F1F7FF;
			}
			
ul.linklist  {
	margin: 20px 0px;
	list-style: none;
	width: 300px;
	}
	ul.linklist li {
		
		}
		ul.linklist li a {
			display: block;
			width: 300px;
			padding: 5px 10px;
			color: #09325f;
			text-decoration: underline!important;
			background-color: #F9F8F4;
			text-decoration: none;
			
			}
		ul.linklist li a:hover {
			color: #000;
			background-color: #F9F8F4;
			}	
						
ul#nav-footer 
{
    background-image:url(../images/menu-nav-bg.jpg);
	height: 25px;
	padding-top: 4px;
	color: #fff;
	font-size: 90%;
	letter-spacing: 1px;
	list-style: none;
	text-align: center;
	}
	ul#nav-footer li {
		}
	ul#nav-footer li.left {
		float: left;
		}
		ul#nav-footer li a {
			margin: 0 3px;
			color: #aaa;
			}
		ul#nav-footer li a:hover {
			color: #333;
			}
ul.list {
	margin: 20px 30px;
	font-size: 90%;
	line-height: 20px;
	}
ul.list2 {
	margin: 10px 30px;
	font-size: 100%;
	line-height: 20px;
	}





																/* >>> TYPOGRAPHY <<< */
*.x {
	display: none;
	}
div#header-wrap h1 {
	padding: 15px 10px 3px 0px;
	font-size: 200%;
	}
div#center h2 {
	margin: 0 0 5px 0;
	font-size: 150%;
	}
div#left h2, div#right h2 {
	margin: 0px 0px 5px 0px;
	padding: 5px 0 5px 20px;
	}
div#center p {
	margin: 5px 0 5px 0;
	color: #444;
	background-color: inherit;
	font-size: 90%;
	line-height: 18px;
	}
div#left p, div#right p {
	margin: 0 20px 5px 20px;
	color: #666;
	background-color: inherit;
	font-size: 90%;
	}

p a, ul.list a {
	color: #993300;
	background-color: inherit;
	text-decoration: none!important; 
	}
	p a:hover, ul.list a:hover {
		color: #333;
		background-color: inherit;
		}




																/* >>> FORMS <<< */
* { }





																/* >>> END <<< */