@charset "UTF-8";
/* CSS Document */

/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0 auto;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 11pt;
    line-height: 15pt;
    font-family: Arial, Helvetica, sans-serif;
	vertical-align: baseline;
	background: transparent;
    
}
body {
	line-height: 1;
	background: url(images/body_bg.jpg) top repeat-x;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

.clearer {
	clear: both;
}

/***********************************
			MAIN
***********************************/

#wrap {
	width: 1060px;
	margin: 0 auto;	
}

#top {
	height: 70px;

}

	#logo {
		width: 309px;
		height: 120px;
        position: absolute;
        display: inline-block;
		top: 10px;
		left: 110px;
		background: url(images/ORS.jpg) 0% 10% no-repeat;
        border: 5px solid #F8B028;
    
	}
	
	#logo a {
		height: 120px;
		width: 309px;
		font: bold 37px/53px Arial, Helvetica, sans-serif;
		text-align: center;
		display: inline-block;
		text-decoration: none;
		color: #376398;
	}
	
      .box-shadow-outset {
  display: inline-block;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: box-shadow;
  transition-property: box-shadow;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.box-shadow-outset:hover, .box-shadow-outset:focus, .box-shadow-outset:active {
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.6);
}

	#nav {
		width: 780px;
		margin-left: 430px;
		height: 100px;
	}
	
	#nav li {
		float: left;
		text-transform: uppercase;
	}
	
	#nav li a, #nav li a:visited {
		display: block;
		font: bold 14px/80px Arial, Helvetica, sans-serif;
		color: #2d5584;
		text-decoration: none;
		padding: 0 25px;
		background: url(images/arrow.png) no-repeat center 0;
	}
	
	#nav li a:hover {
		color: #F8B028;
		background: url(images/arrow.png) no-repeat center -100px;
	}
	
#banner {
	height: 270px;
	width: 1060px;
	position: relative;
    	
}

    	#quote {
        		font: 30px/46px "Tahoma", Arial, Helvetica, sans-serif;
        		color: #F8B028;
		position: absolute;
		top: 20px;
		right: -25px;
        		text-align: center;
		width: 650px;
		height: 230px;
    	}

	#headline {
		height: 100px;
		width: 1060px;
		position: absolute;
		top: 180px;
		left: 0;
	}
	
	#headline h1 {
		font: bold 40px/100px "Verdana", "Lucida Grande", sans-serif;
		color: #376398;
		text-indent: 20px;
	}

#content {
	padding-top: 30px;
}

#left_col {
	width: 650px;
	margin: 0 20px 30px;
float: left;
   
}

	.floatright_down
	 {
	 float: right;
	margin: 20px 0 20px 10px;
	clear: right;
 	}
    
    	.lcalignright 
        {
       
        float:right; 
    margin: 20px -60px 20px 10px;
        }

		.lcalignleft 
        {
        display:inline; 
        float:left; 
        margin:20px 10px 15px 0;
        }
        
        .alcenter 
        {
        display:block; 
        margin:20px 20px 20px 99px;
        }
        
        .alcenter1 
        {
        display:inline; 
        margin:20px 88px 2px 99px;
        }
        
        .alborder 
        {
        background:#ccc; 
        border:4px solid #f0f0f0; 
        color:#333; 
        padding:1px;
        }
        
        
	p { margin-top: 0; }
    
    
#left_col h1 {
	font: bold 20px/30px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	text-transform: uppercase;
	color: #F8B028;
}

#left_col h2 {
	font: bold 18px/30px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	text-transform: uppercase;
	color: #666;
}
#left_col h3 {
	font: bold 17px/30px "Arial", "Lucida Grande", sans-serif;
	text-transform: none;
    text-decoration: underline;
	color: #666;
}

#left_col h4 {
 font-size:30px;color:#000;letter-spacing:-2px;margin-bottom:16px   
}

#left_col p {
	font: 100% Arial, Helvetica, sans-serif;
	color: #666;
	margin: 0 0 8px;
        line-height:1.43em;padding-bottom:18px

}

#left_col ul {
	width: 530px;
	float: left;
	margin-bottom: 0px;
	font: 14px/18px Arial, Helvetica, sans-serif;
	color: #666;
	padding-left: 20px;
}

#left_col li {
	list-style: disc;
}

#right_col {
	width:300px;
    padding:0 0 50px 10;
	margin-right: 30px;
	
    
}
    	
		.alignright 
        {
        float:right; 
        margin:35px 0 35px 15px;
        }

		.alignleft 
        {
        display:inline; 
        float:left; 
        margin:72px 15px 5px 0;
        }
        
        .alignleft1 
        {
        display:inline; 
        float:left; 
        margin:40px 15px 30px 0;
        }

        .aligncenter 
        {
        display:block; 
        margin:10px auto;
        }
        
        .aligncenter1
        {
        display:inline; 
        margin:40px 15px 28px 45px;
        } 
        
         .aligncenter2
        {
        display:inline; 
        margin:40px 15px 22px 25px;
        }
        
        .aligncenter11
        {
        display:inline; 
        margin:97px 15px 0px 45px;
        } 
        
        .aligncenter33
        {
        display:inline;
        margin:62px 25px 3px 10px;
        }
        
         .aligncenter3
        {
        display:inline; 
        margin:40px 15px 22px 15px;
        }  
        
        .border 
        {
        background:#ccc; 
        border:4px solid #f0f0f0; 
        color:#333; 
        padding:1px;
        }
    

#right_col ul {
    padding:0 px 0 10px;
}

#right_col h4 {
    font-size:30px;color:#000;letter-spacing:-2px;margin-bottom:16px;
}

#right_col li {
    line-height:1.43em;padding-bottom:18px
        }
 
#right_col strong { 
    display:block;font-size:.86em;padding-bottom:5px
        }

#right_col a {text-decoration:none}

#right_col a:hover {color:#000}

#right_col h2 {	
	font: bold 16px/30px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	text-transform: uppercase;
	color: #8ac53e;
	text-indent: 20px;
}
	#search {
		width: 310px;
		height: 80px;
		background: url(images/search_bg_green.jpg) no-repeat;
		position: relative;
	}
	
		#search_input {
			height: 24px;
			width: 190px;
			font: 14px/24px Arial, Helvetica, sans-serif;
			color: #888;
			border: none;
			position: absolute;
			top: 27px;
			left: 35px;
		}
		
		#search_submit {
			height: 24px;
			width: 35px;
			font: 14px/24px Arial, Helvetica, sans-serif;
			color: #fff;
			border: none;
			position: absolute;
			top: 27px;
			right: 32px;
			text-align: center;
			background: none;
			cursor: pointer;
		}
		
	
	#news {
		width: 310px;
		background: url(images/news_bg.jpg) top no-repeat;
	}
	
	#right_col #news h2 {
		font: bold 18px/40px "Trebuchet MS", Arial, Helvetica, sans-serif;
		color: #003370;
		padding: 26px 35px 0;
	}
	
	#news ul {
		display: block;
		margin: 0 25px;
		padding-bottom: 15px;
	}
	
	#news ul li {
		width: 260px;
		height: 80px;
		border-top: 1px solid #ddd;
		position: relative;
	}
	
	#news ul li a, #news ul li a:visited {
		background: none;
		display: block;
		height: 80px;
		width: 240px;
		text-decoration: none;
		padding: 0 10px;
	}
	
	#news ul li a:hover {
		background: #dedede;
		cursor: pointer;
	}
	
		.date {
			background: url(images/calendar.png) 10px 15px no-repeat;
			width: 240px;
			height: 80px;
			display: block;
		}
		
		.month {
			font: bold 10px/16px Arial, Helvetica, sans-serif;
			color: #fff;
			text-align: center;
			display: block;
			width: 50px;
			height: 16px;
			position: absolute;
			top: 15px;
			left: 10px;
		}
		
		.day {
			font: bold 22px/34px Arial, Helvetica, sans-serif;
			color: #003370;
			text-align: center;
			width: 50px;
			height: 34px;
			position: absolute;
			top: 31px;
			left: 10px;
		}
		
		.title {
			font: bold 14px/18px Arial, Helvetica, sans-serif;
			color: #8ac53e;
			text-align: left;
			text-transform: uppercase;
			width: 180px;
			height: 36px;
			position: absolute;
			left: 70px;
			top: 11px;
		}
		
		.author {
			font: 10px/10px Arial, Helvetica, sans-serif;
			color: #999;
			text-align: left;
			width: 180px;
			height: 14px;
			position: absolute;
			left: 70px;
			top: 55px;
		}




#footer {
	background: url(images/footer_bg.jpg) no-repeat top center;
	height: 80px;
	margin: 10px 0 20px 0;
	position: relative;
}

#footer ul {
	clear: left;
	float: left;
	left: 50%;
	position: relative;
	height: 40px;
}

#footer li {
	display: block;
	float: left;
	right: 50%;
	position: relative;
	font: 11px/40px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}

#footer li a, #footer li a:visited {
	color: #888;
	text-decoration: none;
	display: block;
	float: left;
	padding: 0 8px;
}

#footer li a:hover {
	color: #333;
}

#footer p {
	text-align: center;
	font: 11px/40px Arial, Helvetica, sans-serif;
	color: #aaa;
}

span.hosting {
	color: #dcdcdc;
}

span.hosting a {
	color: #ddd;
	text-decoration: underline;
}

span.hosting a:hover {
	text-decoration: none;
}

