@charset "utf-8";
/* CSS Document */

* {
	margin:0;
	padding:0;
}

.clear {
	clear:both;
}


body {
	font-family:"Trebuchet MS", Verdana, sans-serif;
	font-size:12px;
	color:#000000;
}

h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size: 20px;
	color: #006699;
	
	margin-bottom:24px;
}


h2 {
	font-weight:bold;
	font-size:15px;
	color:#000000;
	letter-spacing:-1px;
	margin-bottom:10px;
}

h2.title
{
    color: #006699;
}

h3 {
	font-size:14px;
	margin-bottom:8px;
}

h3.title
{
    font-size:13px;
}

h4 {
	font-size:12px;
	margin-bottom:0px;
}	

hr
{
	border-width: 1px;
	color: #000099;
	width: 100%;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom:5px;
}


a img {
	border:none;
}

p {
	margin-bottom:10px;
	
}

#wrapper {
	
}

#header
{
	background: url('../images/headerbg.png') repeat-x;
	width: 100%;
	height: 80px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #3366cc;
}

#logowrapper {
	position:relative;
	margin:0 auto;
	width:800px;
}

#logo {
	margin-top:86px;
}

#subheader {
	position:relative;
	margin:0 auto;
	background:url('../images/subheaderbg.png') no-repeat;
	width:800px;
	height:20px;
}

#contentwrapper {
	background:url('../images/contentbg.png') repeat-x;
	background-color:#FFFFFF;
}

#content {
	position:relative;
	margin:0 auto;
	width:800px;
}

#top {
	height:40px;
}

.inner #top {
	margin-bottom:20px;
}

#navmenu {
	background:url('../images/menubg.png') repeat-x;
	width:790px;
	height:40px;
	padding-left:10px;
	float:left;
}

#navmenu ul{
	list-style-type:none;
}

#navmenu ul li {
	float:left;
	margin-right:6px;
	display:block;
}

#navmenu ul li a{
	background:url('../images/menubg.png') repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;
	padding:13px 10px 13px 10px;
	display:block;
}

#navmenu ul li a:hover {
	background:url('../images/menubg-over.png') repeat-x;
}

#download {
	background:url('../images/downloadbg.png') repeat-x;
	width:210px;
	height:40px;
	float:right;
}

#download img {
	margin:10px 0 0 6px;
	float:left;
	display:inline;
}

#download p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#FFFFFF;
	margin:14px 0 0 26px;
}

#flash
{
	width: 800px;
	height: 228px;
	margin-bottom: 10px;
	background:url('../images/headline.jpg')
}

#flash img {
	vertical-align:text-bottom;
}

#maincontent {
	background:url('../images/bg1.png') repeat-x;
	background-color:#FFFFFF;
	padding:9px 0 0 11px;
}

.smallbox
{
	background-color:#FFFFFF;
	padding:12px 10px 10px 7px;
}

.bigbox,
.fullbox {
	background:url('../images/boxbg.png') repeat-x;
	background-color:#FFFFFF;
	padding:12px 10px 10px 7px;
}
	
.smallbox {
	width:158px;
	float:left;
	display:inline;
}

.smallbox img {
	margin-left:0px;
}


.bigbox {
	background:url('../images/bg3.png') repeat-x;
	width:556px;
}

.bigbox .smallbox {
	background:none;
	margin-right:5px;
	padding-left:4px;
	width:166px;
}


/*  INNER PAGES  */
.fullbox {
	/* background:url('../images/innerboxbg.png') repeat-x; */
	width:760px;
}

.halfbox {
	/*  background:url('../images/innerboxbg.png') repeat-x; */
	width:579px;
	float:left;
}

/* END */

.wide {
	height:100%;
}

.narrow {
	width:579px;
	float:left;
}

.readmore {
	margin-bottom:10px;
}

#sidebar {
	background-color:#FFFFFF;
	width:190px;
	padding:9px 5px 16px 10px;
	float:right;
}

#sidebar .smallbox {
	background:url('../images/bg3.png') repeat-x;
}

.highlightbox {
	
	padding:10px;
	background-color:#c0d6ea;
	width:340px;
}

#footer {
	background:url('../images/footerbg.png') repeat-x;
	background-color:#074A7D;
	width:100%;
	height:58px;
}

#footercontainer {
	position:relative;
	padding:11px;
	margin:0 auto;
	width:800px;
	
}

#footercontainer p,
#footercontainer a
{
	color: #A2C0D7;
	margin: 0px 10px 0 0px;
	text-align: right;
}


/* Remove this to have a fluid height in the inner pages */
.fullbox {
	height:440px;
}

.halfbox {
	
}

.inner #sidebar {
	height:365px;
}


/* BR Adds */
.success
{
	font-weight: bold;
	color: green;
}
.error
{
	font-weight: bold;
	color: red;
}

.error div
{
    margin-left:30px;
    padding-bottom:10px;
}

.error ul
{
    margin-left:30px;
    
}

.padding
{
	padding:15px;
}

.left
{
	float:left;
}
.right
{
	float:right;
}

.row
{
}

.label
{
	float:left;
}

.field
{
	float:right;
}

.textbox
{
    border: 1px solid silver;
	height: 20px;
	padding-top: 3px;
	padding-left: 5px;
}

.headline h1
{
	font-size: 16px;
	color: #999999;
	margin-bottom:3px;
	
}

.headline h1.title
{
	font-size: 28px;
	color: #006699;
	margin-bottom:3px;
	
}

.headline h2
{
	font-size: 20px;
	color: #cccccc;
	margin-bottom:5px;
}

.headline h2.title
{
	font-size: 20px;
	color: #006699;

}

.headline h3
{
	font-size: 16px;
	color: #999999;
	margin-bottom:5px;
}

.headline p
{
	font-size: 20px;
	color: #006699;

}

.headline a
{
	color: #006699;
	text-decoration:none;
}

.emphasis
{
	font-size:14px;
	font-weight:bold;
}

#formregion div
{
    padding-top:2px;
    padding-bottom:2px;
}

#formregion .textbox
{
	border: 1px solid silver;
	height: 20px;
	padding-top: 5px;
	padding-left: 5px;
	width:300px;
	
}

#formregion .row
{
	width:500px;
	
}
#formregion .label
{
	width:195px;
	padding-top:7px;
	text-align:right;
	margin-right:5px;
	float:left;
}
#formregion .field
{
	width:300px;
	float:right;
}

#contactform h1
{
	font-weight: bold;
	font-size: 15px;
	color: #006699;
	margin-bottom: 5px;
}

#contactform .row
{
	width:475px;
	
}
#contactform .label
{
	width:150px;
	padding-top:3px;
	margin-left:5px;
	float:left;
}
#contactform .field
{
	width:300px;
	float:left;
}
#contactform .textbox
{
	border: 1px solid silver;
	height: 20px;
	padding-top: 3px;
	padding-left: 5px;
	width:250px;
}
#contactform .textmode
{
	height: 80px;
	
}

#contactform .hr
{
	border-top-style: solid; border-top-width: 1px; border-top-color: #003399; padding-top: 5px;padding-bottom:5px;width:550px;
}

#contactform div
{
	padding-top:3px;
	
}

#emailform .row
{
	width:800px;
	padding-right:20px;
	
}
#emailform .label
{
	width:50px;
	padding-top:5px;
	margin-left:5px;
	float:left;
}
#emailform .field
{
	width:600px;
	float:left;
}
#emailform .textbox
{
	border: 1px solid silver;
	height: 20px;
	padding-top: 3px;
	padding-left: 5px;
	width:250px;
}
#emailform div
{
	padding-top:3px;
	
}

#userdetails
{
	width:700px;
	padding:20px;
} 
 
#userdetails .row
{
	width: 325px;
	padding-top: 2px;
}

#userdetails .field
{
	float: right;
	width: 225px;
}

#userdetails .label
{
	width: 100px;
	float: left;
}

.tbox
{
	width:400px;
	height:20px;
	padding-top:2px;
}
.search
{
	height:27px;
}

#ctl00_ContentPlaceHolder2_crtlLoginUserLogin_UserName {
	margin-bottom:2px;
}

#ctl00_ContentPlaceHolder2_crtlLoginUserLogin_RememberMe {
	margin-right:4px;
}

#ctl00_ContentPlaceHolder2_crtlLoginUserLogin_Login {
	padding-bottom:4px;
}

/* --- Sub Menu Fix --- */
#navmenu ul li .rmSlide a {
	background:none;
	background-color:#FFFFFF;
	color:Blue;
	
}

#navmenu ul li .rmSlide a:hover {
	background:none;
	background-color:#FFFFFF;
	color:Blue;
	
}

#navmenu ul li .rmSlide a img{
	background:none;
	background-color:#FFFFFF;
	
	
}

/* --- Changes --- */
.headline {
	width:330px;
}

.headline p {
	font-size:14px;
}

#maincontent #leftcontent {
	width:455px;
}

#maincontent #rightcontent {
	width:300px;
}

#maincontent #rightcontent img {
	margin-bottom:10px;
}
.outline
{
	border: 1px solid #006699;
	}
	
.italic
{
	font-style: italic;
}

.small
{
	font-size: 10px;
}	

.hide
{
    display:none;
}
.wizardbutton
{
	color: #000000;
	font-size: 15px;
	font-weight: bold;
	height:50px;
	width:100px;
}

.group_cat_bg
{
    background:url('../images/icons/grp_cat_btn_off.gif');
    height:34px;
    width:187px;
}

.group_cat_bg_on
{
    background:url('../images/icons/grp_cat_btn_on.gif');
    height:34px;
    width:187px;
    color:White;
}

.GridRow_Office2007 a
{
    color:Green;
}

.question a:link
{
    color:Blue;
}

.question a:visited
{
    color:Purple;
    text-decoration:underline;
}

.question a:hover
{
    text-decoration:underline;
}

.black a
{
    color:Black;
}

.black a:hover
{
     text-decoration:underline;
}

ul.imagestrip li
{
    list-style:none;
    border: 1px solid #cccccc;
    padding:5px;
    margin:5px;
}

