/******************************************
 * specify styles for tags        
 ******************************************/

BODY 
{
	font-family: Verdana;
	font-size: 13px;
	background-color: #8197A4;
}

A:link {  text-decoration: none;  }
A:visited {  text-decoration: none; }
A:hover, A:active { text-decoration: underline; color: #CC0000 }

H1 { font-size: 14pt; font-weight:bold; color:#D5272B; margin-bottom:0; }
H2 { font-size: 14pt; font-weight:normal; color:#D5272B; margin-bottom:0; }
H3 { font-size: 14pt; font-weight:normal; margin-bottom:0; }

/******************************************
 * these are all for Netscape's benefit because it
 * ignores the BODY font-family
 *****************************************/

TD 
{
	font-family: font-family: Verdana;
	font-size: 13px;
	
 }
 .TD_bold
{
	font-family: font-family: Verdana;
	font-size: 13px;
	font-weight: bold;
 }
 .TD_Header 
{
	font-family: font-family: Verdana;
	font-size: 14px;
	color:white;
	background-color: #000000;
 }
  .TD_splash 
{
	border-right-color: #FFFFFF;
	border-right-width: 1px;
	border-right-style:solid
 }



/******************************************
 * this next line is used in BrowserHints user control
 * to hide a message warning them that their 
 * browser doesn't support CSS
 *****************************************/
.Ahem {display:none;}

.CommentsHeader
{
	border: solid 1px silver;
	padding: 5px;
	font-weight: bolder;
}

.CommentTitle
{
	font-weight: bold;
}

.Comment
{
	margin-left: 20px;
}

.CommentDetails
{
	border-top: dashed 1px silver;
	padding-top: 6px;
	font-size: 10px;
	color: Gray;
	margin-left: 20px;
}

.RMenu {
 color:#666666;
 font-size: 11px;
 text-decoration: none;
}
.RMenu:hover {
 color:#ff6600;
 text-decoration: none;
}
.RMenuFOCUS {
 color:#666666;
 font-weight: bold;
 font-size: 11px;
 text-decoration: none;
}
/******************************************
 * specify styles for tags        
 ******************************************/

@font-face {
    font-family: 'FuturaMRegular';
    src: url('/Fonts/futuram-webfont.eot');
    src: url('/Fonts/futuram-webfont.eot?#iefix') format('embedded-opentype'),
         url('/Fonts/futuram-webfont.woff') format('woff'),
         url('/Fonts/futuram-webfont.ttf') format('truetype'),
         url('/Fonts/futuram-webfont.svg#WebfontRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

html
{
    margin:0px;
    padding:0px;
}
body {
    background-color: #ffffff;
    font-size: 14px;
    background-image:url(/img/sitebg.png);
    background-repeat:repeat-x;
    background-attachment:fixed;
    font-family: Arial;
    margin: 0px;
    padding: 0px;
    color: #464646;
    line-height:20px;
}

a {
    color: #ff0000;
    text-decoration: none;
}

a:hover {
    color: #1d60ff;
}

p, ul 
{
    padding:0px;
    margin:0px;
    margin-bottom: 20px;
    line-height: 18px;
}

img
{
    border:0px;
}

/* HEADINGS   
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
    font-size: 1.5em;
    color: #000;
    padding:0px;
    margin:0px;
}


/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

/* you can specify a greater or lesser percentage for the 
page width. Or, you can specify an exact pixel width. */
.page {
    width: 959px;
    margin-left: auto;
    margin-right: auto;
    padding:0px;
    margin-top:20px;
    background-color:#ffffff;
	-moz-box-shadow: 0px 0px 6px #666;
	-webkit-box-shadow: 0px 0px 6px #666;
	box-shadow: 0px 0px 6px #666;
    -moz-border-radius:5px 5px 5px 5px;
    -webkit-border-radius:5px 5px 5px 5px;
    border-radius:5px 5px 5px 5px;
}

.wrapper
{
    background-image:url(/img/bg.png);
    background-repeat:no-repeat;
    min-height:723px;
    padding:0px 10px;
    margin: 0px 33px;
}

#left
{
    float:left;
    width: 250px;   
    margin:0px;
    padding:0px;   
    position:relative;
    top:0px;
    left:0px;
}

#logo
{
    position:absolute;
    top:-13px;
    left:-19px;
}

#topleft
{
    padding-top:10px;
}

#header {
    position: relative;
    margin:0px;
    color: #000;
    padding: 0;
    margin-left:265px;
    width:584px;
}

#header h1 {
    margin: 0;
    font-size:25px;
    font-family:Georgia;
    color:#1b60ac;
    padding:0px;
    line-height:52px;
}

#header h1 span
{
    font-size:17px;
}

#main 
{
    margin-left:265px;
    width:584px;
}

#main_content
{
    padding:20px 0px;
}
#main_content ul
{
    margin:0px 20px;
    padding:0px 20px 20px 20px;
}
.checkmark
{
    list-style:none;
    line-height:25px !important;
}
.checkmark li
{
    background: url(/img/checkmark.png) no-repeat left top;
    padding-left:25px;

}
#main h2
{
    padding:0px;
    margin:0px;
    background-image:url(/img/pagetitlebg.jpg);
    background-repeat:repeat-x;
    font-size:30px;
    font-family:FuturaMRegular;
    color:#ffffff;
    line-height:30px;
    padding:8px 30px;
    font-weight:normal;
}

#main h3
{
    padding:0px;
    margin:0px;
    background-repeat:repeat-x;
    font-size:24px;
    font-family:FuturaMRegular;
    color:#0072bc;
    line-height:24px;
    padding:8px 0px 0px 0px;
    font-weight:normal;
}

#main .startletter
{
    font-size:24px;
    font-family:FuturaMRegular;
    color:#0072bc;
}

#main h4
{
    padding:0px;
    margin:0px;
    background-repeat:repeat-x;
    font-size:18px;
    font-family:FuturaMRegular;
    color:#0072bc;
    line-height:18px;
    padding:8px 0px 0px 0px;
    font-weight:normal;
}

.box
{
    background-image:url(/img/boxbg.jpg);
    background-repeat:repeat-x;
    border:1px solid #b6d5f1;
    border-bottom:0px;
    -moz-border-radius:5px 5px 5px 5px;
    -webkit-border-radius:5px 5px 5px 5px;
    border-radius:5px 5px 5px 5px;
    width:185px;
    height:137px;
    margin-right:7px;
    position:relative;
    top:0px;
    left:0px;
    margin-bottom:20px;
}

.box .box_title
{
    background-image:url(/img/blocktitle.png);
    height:86px;
    width:155px;
    position:absolute;
    top:-9px;
    left:5px;
    font-family:FuturaMRegular;
    text-align:center;
    color:#ffffff;
    font-size:20px;
    padding-left:10px;
    padding-top:7px;
}

.box .box_more
{
    position:absolute;
    bottom:5px;
    left:45px;
    background-image:url(/img/buttonred-small.png);
    color:#ffffff;
    background-repeat:no-repeat;
    line-height:38px;
    font-size:14px;
    font-family:FuturaMRegular;
    text-align:center;
    width:94px;
}
.box .box_more a
{
    color:#ffffff;
}

.box .box_more img
{
    vertical-align:middle;
}


#footer {
    background-color: #000;
    background-image:url(/img/footer_menu_bg.jpg);
    background-repeat:repeat-x;
    height:40px;
    font-size:10px;
    -moz-border-radius:0px 0px 5px 5px;
    -webkit-border-radius:0px 0px 5px 5px;
    border-radius:0px 0px 5px 5px;
}

#footer #footer_menu
{
    float:left;
}
#footer #footer_menu ul
{
    padding:0px;
    margin:0px;
    list-style:none;
    color:#ffffff;
    line-height:10px;
    padding-left:33px;
    padding-top:15px;
}

#footer_menu ul a
{
    color:#ffffff;
}

#footer_menu ul a:hover
{
    color:#8b8d92;
}

#footer_menu li
{
    float:left;
    border-left:1px solid #ffffff;
    padding:0px 10px;
    margin:0px;
}

#footer_menu li:first-child
{
    border-left:0px;
}

#footer_copyright
{
    float:right;
    color:#8b8d92;
    line-height:10px;
    padding-right:43px;
    padding-top:15px;
}

#footer_copyright a
{
    color:#8b8d92;
}

#footer_copyright a:hover
{
    color:#ffffff;
}

/* TAB MENU   
----------------------------------------------------------*/
ul#menu {
    position: relative;
    margin: 0px;
    padding:0px;
    text-align: right;
    font-family: 'FuturaMRegular';
    z-index:100;
    -moz-border-radius:0px 0px 5px 0px;
    -webkit-border-radius:0px 0px 5px 0px;
    border-radius:0px 0px 5px 0px;
}

ul#menu li {
    list-style: none;
    background-image:url(/img/menu.jpg);
    background-repeat:no-repeat;
    width:250px;
    height:52px;
    border-top:1px solid #ffffff;
    border-bottom:1px solid #ffffff;
    line-height:52px;
    position:relative;
    top:0px;
    left:0px;
}

ul#menu li:last-child
{    -moz-border-radius:0px 0px 5px 0px;
    -webkit-border-radius:0px 0px 5px 0px;
    border-radius:0px 0px 5px 0px;

}

ul#menu li#greeting {
    padding: 10px 20px;
    text-decoration: none;
    line-height: 2.8em;
    color: #fff;
}

ul#menu li a {
    text-decoration: none;
    color: #1c5faa;
    font-size:14px;
    display:block;
    padding-right:20px;
}

ul#menu li a:hover {
    color:#ffffff;
    background-image:url(/img/menu-over.jpg);
}

ul#menu li a.current {
    color:#ffffff;
    background-image:url(/img/menu-over.jpg);
}

ul#menu li:last-child a
{
    -moz-border-radius:0px 0px 5px 0px;
    -webkit-border-radius:0px 0px 5px 0px;
    border-radius:0px 0px 5px 5px;
}

ul#menu ul.submenu
{
    display:none;
    position:absolute;
    top:0px;
    left:250px;
    -moz-border-radius:0px 5px 5px 0px;
    -webkit-border-radius:0px 5px 5px 0px;
    border-radius:0px 5px 5px 0px;
    border:1px solid #E1E1E1;
    -moz-box-shadow: 1px 0px 3px #666;
	-webkit-box-shadow: 1px 0px 3px #666;
	box-shadow: 1px 0px 3px #666;
    overflow:hidden;
        }
ul#menu ul.submenu li
{   line-height:25px;
    height:25px;
    overflow:hidden;
}
ul#menu ul.submenu li:last-child, ul#menu ul.submenu li:last-child a:hover
{    -moz-border-radius:0px 0px 5px 0px;
    -webkit-border-radius:0px 0px 5px 0px;
    border-radius:0px 0px 5px 5px;
    border-bottom:0px;

}
ul#menu ul.submenu li:first-child, ul#menu ul.submenu li:first-child a:hover
{    -moz-border-radius:0px 5px 0px 0px;
    -webkit-border-radius:0px 5px 0px 0px;
    border-radius:0px 5px 0px 0px;
    border-top:0px;
}
ul#menu ul.submenu li a.current {
    color:#ffffff;
    background-image:url(/img/menu-over.jpg);
}



/* FORM LAYOUT ELEMENTS   
----------------------------------------------------------*/

fieldset {
    border: 1px solid #ddd;
    padding: 0 1.4em 1.4em 1.4em;
    margin: 0 0 1.5em 0;
}

legend {
    font-size: 1.2em;
    font-weight: bold;
}

textarea {
    min-height: 75px;
}

input[type="text"], 
input[type="password"] {
    border: 1px solid #ccc;
    padding: 2px;
    font-size: 1.2em;
    color: #444;
    width: 200px;
}

select {
    border: 1px solid #ccc;
    padding: 2px;
    font-size: 1.2em;
    color: #444;
}

input[type="submit"] {
    font-size: 1.2em;
    padding: 5px;
}

/* MISC  
----------------------------------------------------------*/
.clear {
    clear: both;
}

.left
{
    float:left;
}

.right
{
    float:right;
}

.error {
    color: Red;
}

#nav {
    margin-top:0px;
}

div#title {
    text-align: left;
}

#logindisplay {
    font-size: 18px;
    text-align: center;
    width:173px;
    height:30px;
    color: #ffffff;
    background-image:url(/img/button.png);
    background-repeat:no-repeat;
    background-position:center;
    float:right;
    border:1px solid #ffffff;
    margin-top:10px;
    line-height:30px;
    font-family:FuturaMRegular;
    -moz-border-radius:5px 5px 5px 5px;
    -webkit-border-radius:5px 5px 5px 5px;
    border-radius:5px 5px 5px 5px;
    overflow:hidden;
    -moz-box-shadow: 0px 0px 3px #666;
	-webkit-box-shadow: 0px 0px 3px #666;
	box-shadow: 0px 0px 3px #666;
}

.button {
    font-size: 18px !important;
    text-align: center;
    height:30px;
    color: #ffffff;
    padding:0px 20px !important;
    background-image:url(img/button.png);
    background-repeat:no-repeat;
    background-position:center;
    border:1px solid #ffffff;
    margin-top:10px;
    line-height:30px !important;
    font-family:FuturaMRegular;
    -moz-border-radius:5px 5px 5px 5px;
    -webkit-border-radius:5px 5px 5px 5px;
    border-radius:5px 5px 5px 5px;
    overflow:hidden;
    -moz-box-shadow: 0px 0px 3px #666;
	-webkit-box-shadow: 0px 0px 3px #666;
	box-shadow: 0px 0px 3px #666;
	margin-right:10px;
}

#logindisplay a {
    color: white;
    text-decoration: none;
    display:block;
}

#logindisplay img
{
    vertical-align:middle;
}

/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error {
    color: #ff0000;
}

.field-validation-valid {
    display: none;
}

.input-validation-error {
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors {
    font-weight: bold;
    color: #ff0000;
}

.validation-summary-valid {
    display: none;
}

/* Styles for editor and display helpers
----------------------------------------------------------*/
.display-label, 
.editor-label {
    margin: 1em 0 0 0;
}

.display-field, 
.editor-field {
    margin: 0.5em 0 0 0;
}

.text-box {
    width: 30em;
}

.text-box.multi-line {
    height: 6.5em;
}

.tri-state {
    width: 6em;
}
