#smalllogo
{
	padding: 0px 0px 6px 20px; 
	font-size: 8pt;
	color: #999999;	
}

div.redline
{
	clear: both;
	margin: 2px 0px 2px 0px;
	border-top: solid 1px #cc0000;
}

div.redlinepad
{
	clear: both;
	margin: 1em 0px 1.2em 0px;
	border-top: solid 1px #cc0000;
}

div.redlinedash
{
	clear: both;
	margin: 1.4em 0em 1.4em 0em;
	border-top: dashed 1px #cc0000;
}

.partnerlogo
{
    padding-right: 2em;
}

.partnerlink
{
    padding-right: 1em;
}

.photo
{
		float: right;
		margin: -8em -1em 1em 2em;
}

ul.disc
{
	list-style: disc url("../images/ArrowLineRightTopPad.gif") outside;
	color: #000033;
	line-height: 1.4em;
}

ul.disc li
{
	padding-bottom: 0.9em;
}

ul.plain
{
	list-style-type: none;
	line-height: 1.2em; 
}

.width515
{
    width: 515px;
}

#homeMain
{
    float: left;
}

#homeRight
{
    float: right;
    padding-left: 20px;
    /*border: solid 1px green;*/
    width: 420px;
}

#homeLeft
{
    padding-top: 1em;
}

#homeLeft p
{
    text-align: justify;
}

/*
=================================================================================
Products Page
=================================================================================
*/
img.productlogo
{
    float: right;
    margin: 0em 0em 1em 2em; 
}

div.productItem
{
    
}
/*
=================================================================================
ROUNDED BOX
=================================================================================
*/

/* set the image to use and establish the lower-right position */ 
.cssbox, .cssboxsmall, .cssbox_body, .cssbox_head, .cssbox_head h2 {
    background: transparent url(/images/RoundedBoxNoHeader.png) no-repeat bottom right; 
    /*border: solid 1px red;*/
} 
.cssbox { 
    width: 800px !important; /* intended total box width - padding-right(next) */
    width: 785px; /* IE Win = width - padding */
    padding-right: 15px; /* the gap on the right edge of the image (not content padding) */
    margin: 20px auto; /* use to position the box */ 
    clear: both;
} 

.cssboxsmall { 
    width: 415px !important; /* intended total box width - padding-right(next) */
    width: 400px; /* IE Win = width - padding */
    padding-right: 15px; /* the gap on the right edge of the image (not content padding) */
    margin: 1em auto; /* use to position the box */ 
    clear: both;
} 

.cssboxsmallbody { 
    width: 40% !important; /* intended total box width - padding-right(next) */
    width: 40%; /* IE Win = width - padding */
    padding: 0px /* the gap on the right edge of the image (not content padding) */
    margin: 0px 4px; /* use to position the box */ 
} 


/* set the top-right image */ 
.cssbox_head { 
    background-position: top right; 
    margin-right: -15px; /* pull the right image over on top of border */
    padding-right: 40px; /* right-image-gap + right-inside padding */ 
} 

/* set the top-left image */ 
.cssbox_head h2 { 
    background-position: top left; 
    margin: 0; /* reset main site styles*/ 
    border: 0; /* ditto */ 
    padding: 5px 0px 0px 40px; /* padding-left = image gap + interior padding ... no padding-right */ 
    height: auto !important; 
    height: 1%; /* IE Holly Hack */ 
} 

/* set the lower-left corner image */ 
.cssbox_body { 
    background-position: bottom left; 
    margin-right: 25px; /* interior-padding right */ 
    padding: 10px 0 15px 40px; /* mirror .cssbox_head right/left */ 
} 

.cssbox_body div
{
	padding: 0px 0px 10px 0px;
}

.cssbox_body h1
{
	margin: 0px 0px 10px 0px;
	font-size: 1em;
	font-weight: bold;
	color: #000000;
	border-bottom: solid 1px #000000;
}

/*
================================
COMMON STYLES 
================================
*/

.left {float:left;}
.right {float:right}
.hide {display:none;}
.pointer {cursor:pointer;}
.clearBoth {clear:both;}
.padtop1 {padding-top: 1em; }
.monospace {font-family: Monospace, Courier New, MS Serif;}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    }

.clearfix {display: inline-block;}  /* for IE/Mac */


a:active, a:focus
{
    outline: none;
}



/*
=================================================================================
STICKY FOOTER
http://matthewjamestaylor.com/blog/keeping-footers-at-the-bottom-of-the-page
=================================================================================
*/

html, body
{
   margin:0;
   padding:0;
   height:100%;
}

#container
{
   min-height:100%;
   position:relative;
   width: 80%;
   margin: 0 10%;
}

#body
{
   /*padding-bottom:70px;*/   /* Height of the footer */
   padding-bottom: 70px;    /*Height of the footer + additional padding between footer & content */
}

#footer
{
   position:absolute;
   bottom:0;
   width:100%;
   height:55px;   /* Height of the footer */ /*70px - 15px (top padding) - 0px (bottom padding) = 55px*/
}

/*
================================
MAIN STYLES
================================
*/

body
{
    background-color:#ffffff;    
    font-family:Arial, Verdana, Sans-Serif;
    color:#000000;
}

#container
{

}

a
{
    color:#003399;
    text-decoration:none;
}

a:hover
{
    color:#cc0000;
	text-decoration: underline;    
}


a.rightArrow
{
    background:url(../media/Assets/arrow_right.gif) no-repeat center right;
    padding:0 7px 0 0;
}

a.leftArrow
{
    background:url(../media/Assets/arrow_left.gif) no-repeat center left;
    padding:0 0 0 7px;
}

/*
================================
HEADER STYLES 
================================
*/

#header
{
    width: 90%;
    padding: 1em 0 0 0;
    margin:0 auto;
    float: none;
}
    #header h1
    {
        font-family:Georgia, Arial, Sans-Serif;
        font-size:32px;
        font-weight:bold;
        color:#003399;
    }
    
    #header a
    {
        color:#003399;
    }

#header .headerLinks
{
    font-size:12px;
    text-align:right;
}

    #header .headerLinks a
    {
        margin:3px 0 0 0;
    }

    #header .searchBox
    {
        margin:0 0 0 33px;
    }
    
        #header .searchBox input
        {
            background-color: #f5f5f5;
            border: 1px solid #619ca7;
            width: 102px;
            height: 14px; /*16px -1 -1 = 14px; */
            padding: 1px 2px;
            color: #003399;
            font-size: 11px;
        }
        
        #header .searchBox input:focus
        {
            border: 1px solid #cc0000;
        }
        
        #header .searchBox button
        {
            border-style: none;
            border-color: inherit;
            border-width: medium;
            font-size:12px;
            color:#619ca7;
            padding:0 7px 0 0;
            background:url('../media/Assets/arrow_right.gif') no-repeat right 50%;
        }
        
        #header .searchBox button:hover
        {
            color:#cc0000;
        }        

/*
================================
BODY STYLES 
================================
*/
#body
{
    margin:0 auto;
    /*background-color:red;*/
}

/*
================================
SIDEBAR STYLES 
================================
*/
#sideBar
{
    width:208px;
    margin: 1em 10px 0 0;
    position: absolute;
    /*background-color:Green;*/
}


/*
================================
NAVI STYLES 
================================
*/
#navi li
{
    color:#003399;
    font-size:16px;
    background:url(../media/Assets/dotted_border.gif) repeat-x bottom left;
}

    #navi li.selected a
    {
        color:#cc0000;
    }

    #navi li a
    {        
        display:block;
        padding:5px 0;
    }

/*
================================
SECONDARY NAVI STYLES 
================================
*/
.secondaryNav
{
    margin: 2em 0 0 0;
}

    .secondaryNav h3
    {
        color:#003399;
        font-size: 1em;        
        padding: 0 0 0.2em 0;
    }
    
    .secondaryNav li
    {
        padding:6px 0 4px 0;
        background:url(../media/Assets/dotted_border.gif) repeat-x bottom left;
    }
    
        .secondaryNav li.selected a
        {
            color:#cc0000;
        }
    
        .secondaryNav li a
        {
            font-size:12px;
            display:block;
        }
        
            .secondaryNav ul.events li a em
            {
                color:#cc0000;
                font-size:11px;
                display:block;
            }
            
            .secondaryNav li a span
            {
                background:url(../media/Assets/arrow_right.gif) no-repeat center right;
                padding:0 7px 0 0;
            }

/*
================================
CONTENT STYLES 
================================
*/
.content
{
    font-size:13px;
    line-height:18px;
    padding: 1em 0em 1em 1em;
    float: none;
    clear: both;
    margin: 1em 0 0 218px;
}

    .content p
    {
        margin:10px 0;
    }

    .content strong
    {
        font-weight:bold;
    }
   
    .content em
    {
        font-style:italic;
    }
   
    .content ol, .content ul
    {
        list-style-position:inside;
    }
    
    .content ol
    {
        list-style-type:decimal;
    }
    
    .content ul
    {
        list-style-type:disc;
        margin-bottom: 0.2em;
    }
    
    .content li
    {
        margin-left: 1em;
        padding-left: 2em;
    }
    
    .leftArrow.backLink
    {
        margin:0 0 25px 0;
        display:block;
    }
    
    .content div.date
    {
        font-weight:bold;
        font-size:12px;
    }
    
    /* Header for small thin column */
    .twoColWide .col_2  h4
    {
        font-size:12px;
        color:#003399;
        font-weight:bold;
        background:url(../media/Assets/dotted_border.gif) repeat-x bottom left;
        
        padding:0 0 5px 0;
        margin:0 0 5px 0;        
    }
    
    h1
    {
        font-family: Arial, Sans-Serif;
        font-size: 2.4em;
        font-weight: 800;
        color:#003399;
	    line-height:1em;	
	    border-bottom: dashed 1px #cc0000;
	    padding-bottom: 0.4em;
    }
    
    h2
    {
        font-family: Arial, Sans-Serif;
        font-size: 1.8em;
        font-weight: 800;
        color:#003399;
	    line-height:1em;
	    padding: 1.2em 0em 0.4em 0em;
    }
            
	h2 strong
	{
		color:#003399;
	}

    h3
    {
        font-family: Arial, Sans-Serif;
        font-size: 1.6em;
        font-weight:bold;
        color:#003399;
	    line-height:1em;
	    padding: 1.2em 0em 0em 0em;
    }
    
.content.oneCol
{
}

/*
================================
HOMEPAGE TWO COLS
================================
*/   
.twoCol .col_1
{
    width:342px;
}

.twoCol .col_2
{
    width:322px;
}




/*
================================
ABOUT PROJ TWO COLS WIDE
================================
*/ 
.twoColWide .col_1
{
    width:550px;
    margin:0 20px 0 0;
}

.twoColWide .col_2
{
    width:93px;
}

.nestedTwoCol
{
    width:550px;
    margin:10px 0 0 0;
}

    /* Nested two col within col_1 of twoColWide */
    .nestedTwoCol .col_1
    {
        width:265px;
        margin:0 20px 0 0;
    }
    
    .nestedTwoCol .col_2
    {
        width:265px;
    }

/*
================================
GALLERY GRID
================================
*/ 
.galleryGrid
{
    margin:25px 0 0 0;
}

    .galleryGrid .item
    {
        width:208px;
        margin:0 0 15px 20px;
    }
        
    .galleryGrid .item.first
    {
        margin-left:0;
    }
    
        .galleryGrid .item a
        {
            background:url(../media/Assets/arrow_right.gif) no-repeat center right;
            padding:0 7px 0 0;
        }
    
        .galleryGrid .item img
        {
            display:block;
        }
        
        .galleryGrid .item span
        {
            display:block;
        }


/*
================================
PHOTO GRID
================================
*/ 
.photoGrid
{
    margin:25px 0 0 0;
}

    .photoGrid .item
    {
        width:151px;
        margin:0 0 15px 20px;
    }
                
    .photoGrid .item.first
    {
        margin-left:0;
    }
    
        .photoGrid .item a
        {
            background:url(../media/Assets/arrow_right.gif) no-repeat center right;
            padding:0 7px 0 0;
        }
    
        .photoGrid .item img
        {
            display:block;
        }
    
        .photoGrid .item span
        {
            display:block;
        }

/*
================================
PHOTO ITEM
================================
*/ 
.photo
{
    margin:25px 0 0 0;
}
    
    .photo .pager
    {
        display:block;
        margin:0 0 10px 0;
    }

    .photo a.prev
    {
        background:url(../media/Assets/arrow_left.gif) no-repeat center left;
        padding:0 0 0 7px;
    }
    
    .photo a.next
    {
        background:url(../media/Assets/arrow_right.gif) no-repeat center right;
        padding:0 7px 0 0;
    }
    
    .photo .item
    {
        position:relative;
	overflow:hidden;
	/*width:550px;*/
    }
    
        .photo .item span
        {
            display:none;   /*hide it if JS disabled and when page initially loads */
        
            position:absolute;
            left:0;
            bottom:0;
            
            background:url(../media/Assets/white_60_bg.png) repeat top left;
	    color:#000;
            
            /*width:540px;*/ /*550 - 5 - = 540px */
	width:100%;
            padding:10px 5px 10px 5px;
        }

/*
================================
NEWS LIST
================================
*/

.newsList
{
    margin:25px 0 0 0;
    width:630px;
}

    .newsList div
    {
        width:180px;
        margin:0 0 25px 45px;
        display:inline;
        
        color:#000000;
    }
    
    .newsList div.first
    {
        margin-left:0;
    }
    
        .newsList div span
        {
            font-weight:bold;
            font-size:11px;
        }

/* CSS if sIFR not enabled START */
.newsList div h4
{
	font-size:28px;
	line-height:1em;
	font-family:Georgia, Arial, Sans-Serif;  
}

    .newsList div h4 a
    {       
        font-weight:bold;
        color:#619ca7;
    }
    
    .newsList div h4 a:hover
    {
        color:#003399;
    }      
/* CSS if sIFR not enabled END */       


/*
================================
NEWS ITEM
================================
*/
.newsItem img
{
    margin:0 0 15px 0;
}

        
/*
================================
CONTACT STYLES
================================
*/

.form .text
{
    width:265px;
    margin:0 10px 0 0;
}

.form .fields
{
    width: 265px;
}

fieldset legend
{
    display:none;
}

fieldset label
{
    display:block;
    margin:10px 0 0 0;
}

fieldset label.first
{
    margin:0;
}

fieldset input
{
    background-color:#252525;
    border:2px solid #515151;
    width:265px;
    height:17px;
    padding:2px;
    margin:0 0 3px 0;
    
    color:#FFFFFF;
    font-size:14px;
}
  
fieldset textarea
{
    background-color:#252525;
    border:2px solid #515151;
    width:265px;
    height:130px;
    padding:2px 2px 1px 2px;
    margin:0 0 3px 0;
    
    font-family:Arial, Verdana, Sans-Serif;
    color:#FFFFFF;
    font-size:14px;
}

    fieldset input:focus, fieldset textarea:focus
    {
        border:2px solid #619ca7;
    }

fieldset input.error, fieldset textarea.error
{
    border:2px solid #003399;
}

    fieldset input.error:focus
    {
        border:2px solid #af4975;
    }

fieldset button
{
    border:none;
    color:#619ca7;
    padding:0 7px 0 0;
    margin:10px 0;
    background:url('../media/Assets/arrow_right.gif') no-repeat right 50%;
}


/*
================================
FOOTER STYLES 
================================
*/

#footer
{
    padding:15px 0 0 0;
	font-size: 8pt;
	color: #999999;
	text-align: center;    
}



/* Table - Course Contents */
table.coursecontents {
	border: none;
	vertical-align: top;
	font-size: 0.9em;
}

table.coursecontents h4 {
	margin: 0em 0em 0.6em 1em;
	font-size: medium;	
	font-weight: bold;
}

table.coursecontents tr td 
{
	vertical-align: top;
	padding: 0em 4em 0em 0em;
}

table.coursecontents tr ul li
{
	padding: 0em 1em 0em 1em;
}

table.coursecontents tr ul ul li
{
    list-style-type: circle;
	padding: 0em 0em 0em 2em;
}


/*
================================================================
SITEMAP PAGE STYLES
================================================================
*/

#sitemap
{
    margin-top: 2em;
}

#sitemap ul
{
    margin-bottom: 0.6em;
}

#sitemap ul li
{
    margin-bottom: 0.2em;
}


/*
================================================================
RSS LIST STYLES - See RssAggreagtor User Control
================================================================
*/
h4.rsstitle
{
    font-size: 0.9em;
    font-weight: bolder;
}

ul.rss
{
	margin-left: 0em;
	padding-left: 0em;
	font-size: 0.9em;
}

ul.rss li
{
	padding-bottom: 0.2em;
	list-style-position: outside;
	list-style-type: none;
}


/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
