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

body {
    	background:  url(images_site/main_background_tile.gif); 
		background-repeat: repeat-x;
    	background-color: #929493;
		margin-top: 28px;}
		
#tile_bottom {
        background: url(header_main_top.png) repeat-x bottom ;}

.textmiddle {vertical-align:text-middle;} 
	
a:link,
a:visited {
    	color: #bb2530;
    	text-decoration: none;
		font-weight: normal;}

a:active, 
a:hover {
    	color: #334455;
    	text-decoration: underline;
    	font-weight: normal;}

ul {
     	list-style-image: url(images_site/ul_bullet.png);
		margin-left: 60px;
     	list-style-position: outside;}

ol {
       list-style-position: outside;}

td, p {
    	color: #666666;
		letter-spacing: .01em;
    	margin-left: 15px;
		font-family: Verdana, Arial, sans-serif;
		line-height: 20px;
    	font-size: 12px;
		padding: 0px 5px 5px 5px;}
	 
h1 {
    	color: #bb2530;
		font-family: Verdana, Arial, sans-serif;
    	margin-left: 0px;
		line-height: 18px;
    	font-size: 18px;
		font-weight: 300;
		padding: 0px 5px 5px 0px;}

h2 {
    	color: #555555;
		font-family: Verdana, Arial, sans-serif;
    	margin-left: 10px;
		line-height: 17px;
    	font-size: 12px;
		font-weight: 600;
		padding: 0px 5px 5px 0px;}
	
h3 {
    	color: #555555;
		font-family: Verdana, Arial, sans-serif;
    	margin-left: 0px;
		line-height: 20px;
    	font-size: 12px;
		font-weight: 600;
		padding: 0px 5px 5px 0px;}

.career_small {
    	color: #555555;
	font-family: Verdana, Arial, sans-serif;
    	margin-left: 15px;
	line-height: 14px;
    	font-size: 10px;}

#hide_line {
        text-decoration: none;}

.highlights {
        color: #666666;
        line-height: 14px;
        font-family: Verdana, Arial, sans-serif;
        font-size: 10px;}
		
.footerlinks {
    	color: #e1b434;
		line-height: 15px;
   	 	font-family: Verdana, Arial, sans-serif;
    	font-size: 10px;}

.footerlinks a:link,
.footerlinks a:visited {
        color: #e1b434;
        text-decoration: none;}

.footerlinks a:hover {
        color: #FFFFFF;
        text-decoration: underline;}
		
.divider {color: #e1b434}

#main_left{
		margin-left: 8px;
		margin-top: 20px;
		margin-bottom: 8px;
		float: left;	
		text-align: right;
	
		width: 200px;}
	
#main_center{
	 	font-family: Verdana, Arial, sans-serif;
     	font-size: 12px;
	 	line-height: 20px;
	 	text-align: right;
	 	padding: 0px 0px 0px 0px;
	 	margin-left: 8px;
	 	margin-top: 20px;
	 	float: left;
	 	height: 270px;
	 	width: 407px;}
		
#main_left_inside{
		margin-left: 15px;
		margin-top: 20px;
		margin-bottom: 8px;
		float: left;	
		text-align: right;
		width: 200px;}
	
#main_center_inside{
	 	font-family: Verdana, Arial, sans-serif;
     	font-size: 20px;
	 	line-height: 20px;
	 	text-align: right;
	 	padding: 0px 0px 0px 0px;
	 	margin-left: 20px;
	 	margin-top: 20px;
	 	float: left;
		height: 320px;
	 	width: 550px;}
	 
#main_center :link,
#main_center :visited {
        text-decoration: none;
        font-weight: normal;}

#main_center :active, 
#main_center :hover {
        text-decoration: underline;
        font-weight: normal;} 
		
#main_right{
		margin-left: 6px;
		margin-top: 20px;
		float: left;	
		text-align: right;
	
		width: 200px;}
		
#home_logo {
		margin-top: 65px;
		margin-left: 65px;}

#menu_container{
		margin-top: 29px;
		margin-left: 6px;
		float: left;}	
	
a.rollover {
        display: block;
        width: 275px;
        height:48px;
        text-decoration: none;
        background-image: url(http://www.ardoch.ca/images_site/ardoch_logo_1.png);
        background-repeat: no-repeat;}

a.rollover:hover {
        background-image: url(http://www.ardoch.ca/images_site/ardoch_logo_2.png);}
		
		
#top {
	height:182px;
	background: url(images_site/header_tile.png) repeat-x;}	
		

#footer {
		height:56px;
		background: url(http://www.ardoch.ca/images_site/footer_background.png) repeat-x bottom ;}
		
/*Takes Bullets Off*/
#nav-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;}
	
/*Lines Bullets Up*/
#nav-menu li {
   float: left;
   margin: 0 0px;}

/*Defines Menu Boxes*/
#nav-menu li a {
    background: url(http://www.ardoch.ca/images_site/button_background_red.png) bottom left repeat-x;
    height: 30px;
    line-height: 30px; 
    float: left;
    width: 110px;
    display: block;
    border: 0;
    color: #FFFFFF;
    font-family: Verdana, Arial, sans-serif;
    font-size: 13px;
    text-decoration: none;
    border-right: 1px solid #c12c2c;
    border-left: 1px solid #874232;
    text-align: center;}

#nav-menu li a:hover {
   background: url(http://www.ardoch.ca/images_site/button_background_red.png) top left repeat-x;
   text-decoration: underline;}
 
/*Left Corner*/
#nav-menu li.left {
	display: block;
	width: 72px;
	height: 30px;
	border-right: 1px solid #c12c2c;
    background: url(http://www.ardoch.ca/images_site/button_background_red.png) repeat left bottom;}

/*Right Corner*/
#nav-menu li.right {
	display: block;
    width: 72px;
	height: 30px;
	border-left: 1px solid #874232;
    background: url(http://www.ardoch.ca/images_site/button_background_red.png) repeat right bottom;}

#nav-menu ul li a.active {
	cursor: default;
	background: url(http://www.ardoch.ca/images_site/button_background_red.png) top left repeat-x;
    text-decoration: none;}

input {
        background: #f9f9f9;
	font-family: Verdana, Arial, sans-serif;
        font-size: 12px;
        color: #666666;
	line-height: 17px;
        border-color: #bb2530; 
        border-style: solid; 
        border-width:1px;}

textarea {
        background: #f9f9f9;
	font-family: Verdana, Arial, sans-serif;
        font-size: 12px;
        color: #666666;
	line-height: 17px;
        border-color: #bb2530; 
        border-style: solid; 
        border-width: 1px;}

.button  {
       color: #666666;
       background: #f9f9f9;}

.button:hover {
       color: #FFFFFF;
       background: #bb2530;}
	 
	
	





	
