
/********************************
 CSS rules common to entire site
*********************************/

/***************
 Common Classes
****************/
.block
{
    display: block;
}

.rollover
{
    display: block;
    float: left;
    display: inline;
}

.rollover:hover
{
    visibility: visible;
}

.rollover img
{
    width: 100%;
    height: 100%;
    border: 0;
}

.rollover:hover img
{
    visibility: hidden;
}

.float-r
{
	float: right;
}

/***********
 Common IDS
************/

#wrap
{
	background: url(/images/layout/header-bgd.png) no-repeat;
    width: 960px;
    margin: 0px auto 0px auto;
    text-align: left;
}

#header
{	
	width: 960px;
	height: 240px;
}

#intro
{
	background: white;
	width: 855px !important;
	width/**/: 960px;
	height: 230px;
	padding: 30px 40px 40px 40px;
}

#video
{
	float: right;
	margin-left: 0px;
	border: 3px solid #636c78;
}


#act-applynow-home
{
	float: right;
	margin: -1px -29px 0px 10px;	
}

#intro h1
{
    margin: 0px 0px 20px 0px;
	font: bold 40px 'Arial Narrow', 'Arial', 'sans-serif';
	line-height: 40px;
	letter-spacing: -1px;
}

#intro h2
{
    margin: 0px 0px 20px 0px;
	font: bold 15px 'Arial Narrow', Arial , san-serif;
	line-height: 20px;
	text-transform: none;
	color: #93874d;
}

#act-applynow
{
	float: right;
	margin-right: 11px;
}

.act-applynow-page
{
	float: right;
	clear: right;
	margin: 30px -170px 0px 25px;
}

#logo
{

}

#page
{
	background: white;
	padding: 25px 200px 50px 65px;
}

#page-home
{
	background: white;
	padding-bottom: 15px;
}

#footer
{
	background: #48515d;
	-moz-border-radius-bottomleft: 15px;
	-webkit-border-bottom-left-radius: 15px;
	-moz-border-radius-bottomright: 15px;
	-webkit-border-bottom-right-radius: 15px;
	padding: 10px 10px 25px 10px;
	color: white;
}

#footer-keypoints 
{
	width: 940px;	
}

#footer-keypoints td
{
	border: 5px #48515d solid;
	background: #636c78;
	width: 205px;
    height: 150px;
	padding: 10px;
	color: white;
}

#footer-keypoints td a
{
	color: white;	
}

#footer-keypoints td a:hover
{
	text-decoration: none;
	color: white;
}

#footer-keypoints td .act-content
{
    width: 200px;
    color: white;
}


#footer-keypoints td .act-content h2,
#footer-keypoints td h2
{
	margin-top: 0px;
	margin-bottom: 15px;
	color: white;
}


#footer-keypoints td .act-content h2 span,
#footer-keypoints td h2 span
{
	font-weight: normal;
	color: white;
}

#footer-keypoints td .act-content p,
#footer-keypoints td p
{
	margin: 0px;
	color: #ccc;
	font-size: 11px;
	line-height: 12px;
}

#footer-keypoints td .act-content a:link,
#footer-keypoints td .act-content a:visited,
#footer-keypoints td .act-content a:hover
{
    color: white;
}

#footer-admin
{
	text-align: center;
	margin-top: 25px;
	color: #636c78;
	font-size: 11px;
}

#footer-admin a:link,
#footer-admin a:visited
{
	color: #636c78;
}

#footer-admin a:hover
{
	color: white;
}

/*******************
* Navigation style *
*******************/

#ifg
{
	list-style: none;
	margin: 2px 0px 0px 0px;
	padding: 0px;
	
}

#ifg-sub
{
	list-style: none;
	margin: 10px 0px 0px 0px;
	padding: 0px;	
}

#ifg li
{
	margin-right: 18px;
	padding: 0px;
	height: 20px !important;
	height/**/: 10px;
	display: inline;
	font: bold 13px 'Arial Narrow', Arial , san-serif;
	text-transform: uppercase;
}


#ifg li a:link,
#ifg li a:visited
{
	text-decoration: none;
	color: #ccc;
}

#ifg li a:hover
{
	text-decoration: none;
	color: #636c78;
}


#ifg-sub li
{
	margin: 0px;
	padding: 0px;
	height: 20px !important;
	height/**/: 10px;
	font: 10px arial narrow, arial, sans-serif;
	text-transform: uppercase;	
}

#left li a:link,
#left li a:visited,
#left li a:hover
{
	color: white;
	display: block;
	padding: 4px 0px 2px 15px;
	height: 15px;
}

#ifg li a:link.selected,
#ifg li a:hover.selected,
#ifg li a:visited.selected,
#ifg-sub li a:link.selected,
#ifg-sub li a:hover.selected,
#ifg-sub li a:visited.selected
{
	color: white;
}

#staff
{
	margin-right: -50px;	
}

#staff td
{
	width: 50%;
}


#staff img
{
	float: left;
	margin: 3px 15px 20px 0px;	
}

#applynow-list
{
	color: #a19157;
}

/****************
Element Defaults
(Keep minimal, prefer
classes and IDs instead)
*******************/

:focus
{
    outline: 0;
}

a:link, a:visited
{
	color: #93874d;
    text-decoration: none;
}

a:hover
{
    text-decoration: underline;
}

ul
{
	margin: 0px;
	padding: 0px;	
}

li
{
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	line-height: 1.4em;
}

hr 
{
	background: #636c78;
	padding: 1px;
	border: none;
}

body
{
	background: #2a323d url(/images/layout/body-bgd.png) repeat-x;
	font: 14px Helvetica, Arial, sans-serif;
	color: black;
	text-align: center;
	padding: 0px;
	margin: 0px;
}

h2, h3, h4, h5, h6
{
    margin: 0px;
	font-family: 'Arial Narrow', Arial , san-serif;
	text-transform: uppercase;
}

h1
{
    margin: 0px 0px 20px 0px;
	font: bold 40px 'Arial Narrow', Arial , san-serif;
	line-height: 40px;
}

h2
{
	color: #93874d;
	margin-top: 20px;
	font: bold 16px 'Arial Narrow', Arial , san-serif;
}

h3
{
	color: #636c78;
	clear: left;
	margin-top: 20px;
}

p
{
	color: #333;
	line-height: 1.4em;
	margin: 5px 0px;
}

img
{
    border: none;
    display: inline;
}

table
{
    border-collapse: collapse;
    border-spacing: 0px;
}

td
{
    vertical-align: top;
}

#contact fieldset.funding-name
{
	width: 620px;
	height: 45px;
	border: 1px dotted #ccc;
	background: #f1f1f1;
	margin: 20px 10px 0px 0px;
	padding: 10px 4px 10px 4px;
}

#contact legend
{
		color: #93874d;
		font-weight: bold;
}

#contact fieldset.body
{
	float: left;
	width: 300px;
	height: 245px;
	border: 1px dotted #ccc;
	background: #f1f1f1;
	margin: 20px 10px 20px 0px;
	padding: 10px 4px 10px 4px;
}

#contact input.text
{
	width: 260px;
	border: 1px dotted #666;
	margin: 0px 0px 4px 0px;
	padding: 3px;
	font-size: 12px;
}

#contact textarea
{
	width: 260px;
	border: 1px dotted #666;
	padding: 3px;
	font: 12px Helvetica, Arial, sans-serif;
		
}

.discreet
{
	font-size: 85%;
	color: #666;	
}

.artworkTiny
{
	float: right;
	clear: right;
	margin: 30px -170px 0px 25px;
}
