/*body*/
body
{
background-image: url('../../images/Template_16.jpg');
background-position: center;
background-repeat: repeat-y;
background-color: #0a2149;
}

.space
{
height: 15px;
}

/*fonts */
h1, h2, h3, h4
{
font-family: "Trebuchet MS", Tahoma, Arial, sans-serif  ;
color: #A1A1A1;
margin-bottom: 10px;
font-weight: normal;
font-style: italic;
}

h1
{
font-size: 2.154em;
}

h2
{
font-size: 1.846em;
}

h3, h4
{
font-size: 1.154em;
}

h4
{
font-style: italic;
}

p, blockquote, span, cite, ul
{
font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande","Lucida Sans", Arial, sans-serif;
color: #5C5C5C;
}

a
{
	color: #1B87DF;
	text-decoration: underline;
}

a:hover
{
	color: #4FC0FF;
}

a:visited
{
	color: #0C415F;
}

/*special links*/
a[href$=".pdf"], a.pdf, a.ext, a[href^="http://www.youtube.com/"], a.mov, a.images
{
	padding-right: 18px;
	background-repeat: no-repeat;
	background-position: right;
}

a[href$=".pdf"], a.pdf
{
	background-image: url('../../images/icons/page_white_acrobat.png');
}

a.ext
{

	background-image: url('../../images/icons/world_go.png');
}

a[href^="http://www.youtube.com/"], a.mov
{
	background-image: url('../../images/icons/film_go.png');
}

a.images
{
	background-image: url('../../images/icons/picture_go.png');
}

a.noico
{
	background-image: none;
}

/* branding */

#project_branding
{
background-image: url('../../images/Template_05.png');
background-repeat: no-repeat;
height: 96px;
background-position: center left;
}

#project_branding h1, #project_branding span
{
display: none;
}

/*navigation*/

ul#main_nav li
{
	list-style-type: none;
	float: left;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	height: 96px;
}

ul#main_nav li.active
{
	background-image: url('../../images/Template_02.png');
	background-repeat:repeat-x;
}

ul#main_nav li a
{
	display: block;
	padding: 30px 10px 30px 10px;
	color: #242424;
	text-decoration: none;
}

ul#main_nav li a:hover
{
	color: #0e244a;
	text-decoration: underline;
}

ul#main_nav li.active a
{
	color: #ffffff;
}

ul#main_nav li.active a:hover
{
	color: #ffffff;
	cursor: default;
	text-decoration: none;
}

/* feature box */
#feature_box
{
	background-color: #112448;
	min-height: 200px;
	background-image: url('../../images/Template_09.png');
	background-repeat: repeat-x;
	background-position: bottom center;
}

#feature_image img
{
	margin: 10px;
}

#feature_text
{
	color: #ffffff;
}

#feature_text ul
{
	margin: 10px 20px 10px 10px;
}
#feature_text ul li
{
	color: #ffffff;
}


#feature_text a:visited
{
color: #4F6C9F;
}

#feature_text h2, #feature_text h3, #feature_text  p
{
	margin: 10px;
	color: #ffffff;
	font-style: normal;
}

#feature_text p
{
	font-size: 10pt;
	font-style: italic;
}

/*sidebar*/

#sidebar .box
{
margin-bottom: 10px;
}

#sidebar h3
{
font-weight: normal;
border-bottom: 1px #CFCFCF solid;
}

#sidebar ul.link_list li
{
list-style-type: none;
margin-left: 5px;
}

#sidebar ul.link_list li a
{
	padding-left: 20px;
	background-repeat: no-repeat;
	background-position: left;
}

#sidebar .download_pdf
{
	padding-left: 75px;
	padding-top: 10px;
	background-image: url('../../images/sidebar/adobe.png');
	background-repeat: no-repeat;
	min-height: 70px;
}

#sidebar .info_box
{
	padding-left: 65px;
	padding-top: 5px;
	background-image: url('../../images/sidebar/gtk-info.png');
	background-repeat: no-repeat;
	min-height: 70px;
}

#sidebar .center p
{
	text-align: center;
}

#sidebar .download_pdf a, #sidebar .info_box a

{
	font-size: 1.154em;
}

#sidebar .download_pdf p, #sidebar .info_box p
{
	margin-bottom: 2px;
	color: #BFBFBF;
	font-style: italic;
}
/*footer*/
#footer, #footer p
{
text-align: center;
color: #777A7F;
margin: 0px;
font-size: 8.5pt;
}

/* Table stuff
Rob Denton
http://robertdenton.org/reference/css-tables-tutorial.html */
table.helpT
{ text-align: center;
font-family: Verdana;
font-weight: normal;
font-size: 11px;
color: #404040;
width: 400px;
background-color: #fafafa;
border: 1px #6699CC solid;
border-collapse: collapse;
border-spacing: 0px; } 

td.helpHed
{ border-bottom: 2px solid #6699CC;
border-left: 1px solid #6699CC;
background-color: #BEC8D1;
text-align: left;
text-indent: 5px;
font-family: Verdana;
font-weight: bold;
font-size: 11px;
color: #404040; }

td.helpBod
{ border-bottom: 1px solid #9CF;
border-top: 0px;
border-left: 1px solid #9CF;
border-right: 0px;
text-align: left;
text-indent: 10px;
font-family: Verdana, sans-serif, Arial;
font-weight: normal;
font-size: 11px;
color: #404040;
background-color: #fafafa; 
padding: 5px;}

table.sofT
{ text-align: left;
font-family: Verdana;
font-weight: normal;
font-size: 11px;
color: #404040;
width: 500px;
background-color: #fafafa;
border: 1px #6699CC solid;
border-collapse: collapse;
border-spacing: 0px; }