/* global */

    body{ 
		background:#14A4B0;
        font:70% Arial, Helvetica, Sans-Serif;
		color:#00025C;
		line-height:160%;
		margin:0;
		padding:0;
		text-align:center;
        }

    /* headings */
        h1{
			font-size:200%;
			font-weight:normal;
            }		
		h2, h3, h4, h5, h6{
			font-weight:normal;
			margin:1em 0;
			}	
        h2{            
			font-size:22px;
			font-weight:bold;
			letter-spacing:.04em;
            }	
        h3{ 
        	color:#14A4B0;        
			font-size:18px;
			line-height: 1.5em;
            }
        h4{ 
        	color:#00491E;     
			font-size:16px;
			line-height:1.4em;
            }        
        h5{ 
        	color:#0A0086;     
			font-size:14px;
			line-height:1.4em;
            }	
       	h2.pagetitle{
       		font-size:17px;
       		padding-left:45px;
       		background:transparent url(../images/degree_icon.png) no-repeat center left;
       		_background:transparent url(../images/degree_icon.gif) no-repeat center left;
       		}
       	.linkz h5 {
       		margin:0;
       		}	
    /* // headings */

    /* image replacement */
        .graphic, #header h1, #intro h3{
            margin:0;
            padding:0;
            display:block;
            overflow:hidden;
            text-indent:-8000px;
            }
    /* // image replacement */

    /* clearfix */

		#content:after, ul:after, .fixed:after{
			content:"."; 
			display:block; 
			height:0; 
			clear:both; 
			visibility:hidden;
			}
		#content, ul, .fixed{
			display:block;
			}
		/*  \*/
		#content, ul, .fixed{
			min-height:1%;
			}
		* html #content, * html ul, * html .fixed{
			height:1%;
			}

    /* // clearfix */
	
	/* HTML Tags */
        a{
			text-decoration:none;
			color:#1a6075;
            }
        a:hover{
			color:#999;
            }			
		table, input, textarea, select, li{
			font:100% Arial, Helvetica, Sans-Serif;
			line-height:160%;
			color:#00025C;
			}				
		p, blockquote, ul, ol, form{
			margin:1em 0;
			}
		ul {
			margin:0;
			padding:0;
			padding-left:20px;
			}
		ol {
			padding-left:55px !important;
			}
		ol li {
			list-style-type: decimal !important;
			background: none !important;
			padding-left:5px !important;
			margin-left:30px;
			border:none !important;
			}
		blockquote{
			}
		img{
			border:none;
			}			
		hr{
			display:none;
			}	
		table{
			margin:1em 0;
			width:100%;
			border-collapse:collapse;
			}
		th, td{	
			padding:2px 5px;
			}	
		th{	
			text-align:left;
			}	
	
	/* // HTML Tags */	
	
/* // Global */

/* page setup */

	#container{	
		margin:0 auto;
		position:relative;
		text-align:left;
		width:952px;
		}
	#header{
		background:url(../images/bg_header.gif) no-repeat 0 0;		
		height:221px;
		}	
	#home #header{
		background:url(../images/header.png) no-repeat 0 0;
		z-index:300;
		position:relative;
		}						
	#content{
		background:white url(../images/content_bg.png) repeat-y 0 0;
		_background:white url(../images/content_bg.gif) repeat-y 0 0;
		padding-bottom:5px;
		font-size:12px;
		width:800px;
		margin:-45px auto;
		z-index:200;
		position:relative;
		}	
	.main{
		float:left;
		display:inline;
		width:530px;
		margin-left:17px;
		border-bottom:1px solid #e5e5e5;
		min-height:650px;
		}											
	.side{
		float:left;
		display:inline;	
		width:219px;
		padding-right:5px;	
		margin-top:-10px;
		_position:relative;
		margin-left:17px;
		background:transparent url(../images/shadow.png) no-repeat 219px 5px;
		}
	#footer{
		background:transparent url(../images/footer_bg.png) no-repeat 0 0;
		height:156px;
		font-size:12px;
		color:#00025C;
		width:800px;
		margin:auto;
		margin-top:45px;
		}			

/* //page setup */


/* navigation elements */

	/* main nav */
		
		ul#nav,  
		ul#nav li{
			margin:0;
			padding:0;
			list-style:none;
			}
		ul#nav{
			position:absolute;
			right:64px;
			top:122px;
			height:32px;
			}			
		ul#nav li{
			float:left;
			display:inline;
			height:39px;		
			line-height:35px;			
			margin-left:15px;
			font-size:13px;			
			font-weight:bold;
			text-transform:uppercase;
			}	
		ul#nav li a{
			float:left;
			display:inline;
			height:35px;		
			line-height:35px;			
			color:#00025C;
			padding:0 10px;
			}	
		ul#nav li.selected{
			background:url(../images/bg_navsel.gif) no-repeat 50% 100%;
			}
		ul#nav li.selected a, ul#nav li a:hover{
			background:#7D0049;
			color:#fff;
			}									
	
	/* //main nav */
	


	/* //main nav */
	
/* //navigation elements */


/* header */

	#header h1{
		position:absolute;
		margin:0;
		padding:0;
		width:241px;
		height:84px;
		top:37px;
		left:50px;
		}
	#header h1 a{
		display:block;
		height:84px;
		}
	#meta{
		position:absolute;
		float:left;
		margin:0;
		width:388px;
		overflow:hidden;
		height:39px;
		line-height:36px;		
		top:0;
		right:0;
		text-align:center;
		font-size:12px;
		background:url(../images/bg_meta.gif) no-repeat 0 0;	
		}				
	#meta a{
		text-decoration:underline;
		}	
	#quicklinks, #subscribe{
		position:absolute;
		margin:0;
		top:65px;
		_top:45px;
		right:80px;
		}
	#quicklinks a, #subscribe a{
		float:left;
		text-align:right;
		height:40px;
		line-height:46px;		
		padding-right:50px;
		background:url(../images/ico_subscribe.gif) no-repeat 100% 0;	
		font-size:14px;
		font-weight:bold;
		color:#333;		
		}						
				

/* // header */

/* content */
	
	.side .link a{
		float:left;
		height:24px;
		line-height:24px;			
		background:#f8f8f8;
		font-weight:bold;
		border-bottom:2px solid #e8e8e8;
		padding:0 10px;
		}	
	.side .link a:hover{
		border-bottom:1px solid #f1f1f1;
		border-top:1px solid #fff;			
		}	
	.summary{
		font-size:15px;
		padding:1em 30px;
		background:#f8f8f8;
		line-height:160%;
		}
	.note{
		padding:1em 30px;
		background:#5b8a9a;
		line-height:160%;
		border:1px solid #ccc;	
		color:#00025C;
		font-weight:bold;
		}		

	/* // intro & preview */							
	
		#intro{
			background:#D6CFCA;
			width:199px;
			padding:0 10px 0 10px;
			height:10px;
			}	
		#announcements {
		width:199px;
		padding:0 10px 10px 10px;
		}	
		#slider, #slider2{
			margin-top:17px;
			}	
		
	/* // intro & preview */						

	/* blog excerpt list */	
	
		ul.blog,  
		ul.blog li,
		ul.blog ul ul {
			margin:0;
			padding:0;
			list-style:none;
			}
		ul.blog li {
			/*border-bottom:1px solid #e5e5e5;*/
			/*background:#f8f8f8;*/
			background:transparent;
			padding:1em 30px;
			margin-bottom:1px;
			}
		ul.blog li li {
			background:transparent url(../images/bullet.png) no-repeat left 16px;
			_background:transparent url(../images/bullet.gif) no-repeat left 16px;
			padding-left:35px;
			
			}
		ul.blog li p{
			margin:.5em 0;
			}	
		ul.blog li h3{
			margin:.5em 0 .25em 0;
			}				
		ul.blog li p.info{
			font-size:13px;
			margin:0 0 1em 0;
			border-bottom:1px solid #e5e5e5;
			}				
		ul.blog li .link{
			margin-top:1em;
			height:24px;
			line-height:24px;			
			}	
		ul.blog li .link a{
			float:left;
			height:24px;
			line-height:24px;			
			background:#fff;
			font-weight:bold;
			border-bottom:2px solid #f1f1f1;
			padding:0 10px;
			}	
		ul.blog li .link a:hover{
			border-bottom:1px solid #f1f1f1;
			border-top:1px solid #f8f8f8;			
			}	
		ul.blog li li.linkz {
			background:transparent url(../images/link.gif) no-repeat 6px 12px;
			border-bottom:none;
			}
		ul.blog li li.tree {
			background:transparent url(../images/tree.gif) no-repeat 6px 12px;
			}	
		ul.blog li li.innerpage {
			background:transparent url(../images/bg_bullet.gif) no-repeat 15px 9px;
			border-bottom:none;
			padding:.25em 30px;
			}
		ol.blog li li {
			list-style-type: decimal;
			background: none;
			}
	/* // blog excerpt list */

	/* form */
																				
		form{
			margin:1.5em 0;
			padding-top:.5em;
			background:url(../images/bg_line.gif) no-repeat 0 0;
			}
		fieldset{
			margin:0;
			padding:0;
			border:none;
			}			
		legend{
			display:none;
			}			
		label{
			float:left;
			width:120px;
			margin-left:30px;
			}	
		input, textarea {
			width:250px;
			border:1px solid #ccc;
			padding:5px;
			}
		select {
			width:250px;
			height:25px;
			border:1px solid #ccc;
			padding:5px;
			font-size:12px;
			color:#00025C;
			background:white;
			}
		#quicklinks select {
			width:200px;
			}			
		textarea{
			height:120px;
			overflow:auto;
			}						
		form p{
			clear:both;		
			margin:0;
			padding:8px 0;
			background:#f8f8f8;
			margin-bottom:1px;
			}	
		form p.submit{
			background:none;
			text-align:right;
			}				
		button{
			border:none;
			padding:5px 15px;
			margin:0;
			background:#5b8a9a;	
			color:#fff;
			font-weight:bold;
			font-size:15px;
			cursor:pointer;
			text-transform:uppercase;
			}										
					
	
	/* // form */		

/* // content */

/* footer */

	#footer-inner {
		width:530px;
		height:120px;
		margin-left:17px;
		padding-top:10px;
		background:transparent url(../images/footer.jpg) no-repeat 0 10px;
		}
	#footerNavWrap {
		width:800px;
		margin:auto;
		}

	ul#footerNav{
		float:left;
		margin:0;
		margin-right: 15px;
		padding:0;
		font-size:11px;
		}
	#footerNav li{
		display:inline;
		margin:0 0 0 10px;
		padding:0;
		list-style:none;
		}	
	#footerNav li a{
		color:#00025C;
		text-decoration:underline;
		}
	#footerNav li a:hover{
		color:white;
		text-decoration:none;
		}					
	.copyright {
		font-size:10px;
		float:right;
		margin-right:40px;
		_margin-right:20px;
		}

/* // footer */

/* Easy Slider */

	#slider ul, #slider li, #slider2 ul, #slider2 li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider li, #slider2 li{ 
		width:530px;
		height:385px;
		overflow:hidden; 
		}	
	
/* // Easy Slider */

/* FAQ */

.question {
		font-weight:bold;
		cursor:pointer;
		}
		
.answer {
		display:none;
		margin-left:40px !important;
		margin-top:0;
		padding:15px;
		border:1px solid #e5e5e5;
		background:#D6CFCA;
		cursor:pointer;
		}
			
/* // FAQ */

