/* color.css
------------------------------------------------------------------------------ */

html { 
background: #fff url(http://bursary.ca//images/templates/html.gif) repeat-x 0 0; 
}

div#branding { 
background : transparent; 
height : 135px; 
position : relative; 
}

table td {
padding:2px;
}

div#content_sub {
background : url(http://bursary.ca//images/templates/content_sub.gif) repeat-y 0 0;
}

ul#content_boxes li {
background : transparent;
}

ul#content_boxes li ul {
}

ul#content_boxes li ul li {
background : transparent;
}

ul#content_boxes li {
background : url(http://bursary.ca//images/templates/content_box.gif) repeat-y 0 0;
}

ul#content_boxes li div {
background : url(http://bursary.ca//images/templates/content_box_bottom.gif) repeat-y 0 0;
height:5px;
margin-top : 5px;
}

div#content_sub_bottom {
background : url(http://bursary.ca//images/templates/content_sub_bottom.gif) repeat-y 0 0;
height : 18px;
}

div#footer {
border-top : 1px dotted #cccccc;
margin-top : 20px;
text-align : center;
}

h1 { 
background : transparent url(http://bursary.ca//images/templates/h1.gif) no-repeat; 
left : 0; 
height : 180px; 
position : absolute; 
top : 13px; 
width : 780px; 
text-indent : -9999px; 
}

#nav_main {
min-width : 780px;
height : 40px;
position:absolute;
top : 95px;
background : transparent url(http://bursary.ca//images/templates/nav_main.gif) no-repeat 0 0;
}

#nav_main ul {
width : 780px;
height : 40px;
background : transparent url(http://bursary.ca//images/templates/nav_main.gif) no-repeat 0 0;
}

#nav_main li {
display : inline;
}

#nav_main li a:link, #nav_main li a:visited {
display : block; 
text-decoration : none; 
float : left; 
text-indent : -9999px;
}
  
#nav_main li#nav_home a:link, #nav_main li#nav_home a:visited {left: 0; width: 94px; height: 40px;}
#nav_main li#nav_about a:link, #nav_main li#nav_about a:visited {left: 94px; width: 117px; height: 40px;}
#nav_main li#nav_apply a:link, #nav_main li#nav_apply a:visited {left: 211px; width: 143px; height: 40px;}
#nav_main li#nav_media a:link, #nav_main li#nav_media a:visited {left: 354px; width: 135px; height: 40px;}
#nav_main li#nav_contact a:link, #nav_main li#nav_contact a:visited {left: 489px; width: 127px; height: 40px;}
	
#nav_main li#nav_home a:hover {background: url(http://bursary.ca//images/templates/nav_main.gif) no-repeat 0 -40px;}
#nav_main li#nav_about a:hover {background: url(http://bursary.ca//images/templates/nav_main.gif) no-repeat -94px -40px;}
#nav_main li#nav_apply a:hover {background: url(http://bursary.ca//images/templates/nav_main.gif) no-repeat -211px -40px;}
#nav_main li#nav_media a:hover {background: url(http://bursary.ca//images/templates/nav_main.gif) no-repeat -354px -40px;}
#nav_main li#nav_contact a:hover {background: url(http://bursary.ca//images/templates/nav_main.gif) no-repeat -489px -40px;}
	
body.home #nav_main li#nav_home a, body.serving #nav_main li#nav_home a:hover {background: url(http://bursary.ca//images/templates/nav_main.gif) no-repeat 0 -40px;}
body.about #nav_main li#nav_about a, body.guild #nav_main li#nav_about a:hover {background: url(http://bursary.ca//images/templates/nav_main.gif) no-repeat -94px -40px;}
body.apply #nav_main li#nav_apply a, body.association #nav_main li#nav_apply a:hover {background: url(http://bursary.ca//images/templates/nav_main.gif) no-repeat -211px -40px;}
body.media #nav_main li#nav_media a, body.cadets #nav_main li#nav_media a:hover {background: url(http://bursary.ca//images/templates/nav_main.gif) no-repeat -354px -40px;}
body.contact #nav_main li#nav_contact a, body.contact #nav_main li#nav_contact a:hover {background: url(http://bursary.ca//images/templates/nav_main.gif) no-repeat -489px -40px;}

#nav_sub { 
background-color : #fff;
margin : -10px 0 10px 25px;
width : 220px;
}

#nav_sub li {
border-bottom:1px dotted #666;
}

#nav_sub li a { 
background-color : #fff;
color : #336667; 
font-weight : bold;
text-decoration : none;
}

#nav_sub li a:hover {  
color : #608b8c;
}

#nav_sub li.active a, #nav_sub li.active a:hover {  
color : #333;
text-decoration : none; 
}