﻿
/* GENERAL STYLES
----------------------------------------------------------*/
body
{
    font-size: .75em;
    font-family: Verdana, Helvetica, Sans-Serif;
    margin: 0;
    padding: 0;
    color:#494949;
}

a, a:link
{
    color: #a00;
    text-decoration: none;
}
a:visited
{
	color: #a00;
}
a:hover
{
    text-decoration: underline;
}
a:active
{
    color: #333;
}
a img
{
    border:0;
}

p, ul
{
    margin-bottom: 20px;
    margin-top:0px;
    line-height: 1.6em;
}

ul 
{
    list-style-image: url(../images/li_bullet.png);
}

/* HEADINGS   
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #a00;
    font-family: Arial, Helvetica, sans-serif;
    margin-bottom:0.5em;
}

h1
{
    font-size: 2.7em;
    padding-bottom: 0;
    margin-bottom: 0;
}
h2
{
    font-size:2em;
    margin-top: 0;
}
h3
{
    font-size: 1.5em;
}
h4
{
    font-size: 1.2em;
}
h5, h6
{
    font-size: 1em;
}

#header #title h1
{
	font-size:3em;
	margin:0;
}
#header #title h1 span
{
	color:#999;
}
#header #title h1 a
{
	text-decoration:none;
}
#header #title img
{
    width:266px;
    height:80px;
}

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/
body
{
	background-image:url(../images/body_bg.png);
}
#ribbon
{
	position:absolute;
	top:10.6em;
	/*background-image:url(../images/ribbon_bg.png);*/
	background-color:Black;
	opacity:0.55;
	filter:alpha(opacity=55);
	-moz-opacity:0.55;
	width:100%;
	height:2.8em;
	z-index:-1;
}

/*#pagetop
{
	margin-top:-21px;
	margin-left:-21px;
	background-image:url(../images/page_bg_top.png);
	height:16px;
	width:842px;
	margin-bottom:20px;
}
#pagebottom
{
	margin-bottom:-21px;
	margin-left:-21px;
	background-image:url(../images/page_bg_bottom.png);
	height:16px;
	width:842px;
	margin-top:20px;
}*/

#header
{
    position:relative;
    color:#000;
    padding:0 1.5em;
    width:800px;
    margin:0 auto;
}
#header #title
{
    position:absolute;
    top:-4.25em;
    margin-left:1.5em;
    background-color: #fff;
    border:solid 1px #adadad;
    border-bottom:0;
    padding:0.8em 1.5em 0 1em;
}

#page
{
	background-color:White;
    width:800px;
    margin:6.3em auto;
    margin-bottom:20px;
    border:solid 1px #ADADAD;
}

#pagetop
{
	height:4em;
	overflow:hidden;
}
#pagetop .tagline
{
	float:left;
	margin-left:1.5em;
	margin-top:1.8em;
}
#pagetop .links
{
	float:right;
	margin-right:2em;
	margin-top:1.8em;
}
#pagetop span
{
	float:left;
	margin:5px 3px;
}
#pagetop .links a
{
	float:left;
	display:block;
	text-decoration:none;
	border:solid 1px transparent;
	padding:4px;
}
#pagetop .links a:hover
{
	border-color:#cdcdcd;
	background-color:rgb(255,255,255);
}

#menucontainer
{
	margin-left:-1px;
	width:802px;
	height:4em;
	background-color:#555;
}

#main
{
    margin-top:0;
	margin:1.5em;
}

#breadcrumbs
{
	padding-bottom:10px;
	font-size:.8em;
}

#footer
{
	text-align:center; 
	clear:both; 
	padding:2em; 
	
}

/* TAB MENU   
----------------------------------------------------------*/
ul#menu
{
	margin-left:1em;
	padding-left:0;
	overflow:hidden;
}

ul#menu li
{
    display:block;
    float:left;
    margin:0.6em 1em;
}

ul#menu li#greeting
{
    
}

ul#menu li a
{
    display:block;
    padding:0.3em 0.5em;
    border:solid 1px transparent;
    text-decoration:none;
    color:#fff;
    font-size:2em;
}

ul#menu li a:hover
{
    background-color:#999;
}

ul#menu li a:active
{
    border:solid 1px #cdcdcd;
    color:#555;
    background-color:#fff;
}

ul#menu li.selected a
{
    
}

/* MISC  
----------------------------------------------------------*/
.clear
{
    clear:both;
}

.error
{
    color:Red;
}

div.notice
{
	border:solid 1px #696969;
	background-color:rgb(255,255,245);
	padding:20px;
}
div.notice.error
{
	border-color:Red;
}

input, textarea, select
{
	font-family: Verdana, Helvetica, Sans-Serif;
}

/* PARTNERS
----------------------------------------------------------*/
ul.partners 
{
	list-style-type:none;
	list-style-image:none;
	padding:0;
	border-top:solid 1px #a00;
}
ul.partners div
{
}
ul.partners div.img
{
	float:left;
	margin-top:2em;
	/*width:<%= (partners.Count()>0)? partners.Max(p => p.ImageWidth) : 0%>px;*/
}
ul.partners div.text
{
	float:right;
}
ul.partners li
{
	position:relative;
	padding-bottom:1.5em;
	border-bottom:solid 1px #a00;
	overflow:hidden;
}

/* LATEST list
----------------------------------------------------------*/
#latest li
{
    margin-bottom:1em;
}
#latest li a 
{
	font-weight:bold;
}
#latest li span
{
	font-style:italic;
}