/* Start of CMSMS style sheet 'internalpage' */
@charset "utf-8";
/* CSS Document */

#main {
	width:1017px;
	position:relative;
	left:50%;
	margin-left:-500px;
	margin-top:-5px;
	float: left;
	background-color: #FFFFFF;
	border-style: solid;
	border-top: none;
	border-bottom: none;
        border-left: solid 2px #4AAA4C;
        border-right: solid 2px #4AAA4C;
	z-index:0;
	}
	
body {
	background-image:url(images/myback.gif);
        font-family: Arial, Helvetica, sans-serif;
}

a
{ 
    color: #0D3A9F;
    text-decoration: none;
}
                             
a:hover
{
    color: #4AAA4C;
    text-decoration: none;
}
#topheader {
width:1017px;
height:147px;
position:relative;
float:left;
}

#menu {
        width:1017px;
	height:23px;
	position:relative;
	float:left;
	background-color: #8FAC8F;
	margin-top:0px;
	}

a.menuLinkHome {
	text-decoration:none;
	color:#FFFFFF;
	height: 23px;
        line-height: 23px;
	width: 90px;
	position: relative;
	float: left;
	text-align: center;
	cursor: pointer;
        font-weight: Bold;
        font-size: 13px;
	}

a.menuLinkHome:hover {
	cursor: pointer;
        color: #FFE575;
	}

a.menuLink {
	text-decoration:none;
	color:#FFFFFF;
	height: 23px;
        line-height: 23px;
	position: relative;
	float: right;
	text-align: center;
	cursor: pointer;
        padding-left: 7px;
        padding-right: 7px;
        font-family: Arial, Helvetica, sans-serif;
        font-weight: Bold;
        font-size: 13px;
	}

a.menuLink:hover {
	cursor: pointer;
        color: #FFE575;
	}

#sidebar {
	width:246px;
	positiion:relative;
	margin-left:0px;
	float:left;
	background-image:url(images/sidebar.jpg);
	background-repeat:repeat-x;
	}
	


#sidemenu {
width:232px;
position:relative;
float:left;
margin-left:8px;
z-index:5;
height:500px;
margin-top: 15px;
}

/* Vertical menu for the CMS CSS Menu Module */

/* The wrapper determines the width of the menu elements */
#menuwrapper { 
   width: 100%; 
   z-index:10;
}

/* Unless you know what you do, do not touch this */ 
#primary-nav, #primary-nav ul { 
   list-style: none; 
   margin: 0px; 
   padding: 0px; 
   width: 100%; 
   margin-left: -1px;
}

#primary-nav ul { 
   position: absolute; 
   top: 0; 
   left: 100%; 
   display: none; 
}
#primary-nav li { 
   margin-bottom: -1px; 
   position: relative; 
}

/* Styling the basic apperance of the menu elements */
#primary-nav a {
   border-left: 1px solid #0F75BC;
   border-right: 1px solid #0F75BC;
   border-top: 1px solid #0F75BC;
   border-bottom: 1px solid #0F75BC;
   font-family: Arial, Helvetica, sans-serif;
   font-size: 13px;
   font-weight: bold;
   display: block; 
   margin: 0px; 
   padding: 5px 10px; 
   color: #FFFFFF;
   text-decoration: none; 
   background: transparent; 
   min-height: 1em; /* Fixes IE7 whitespace bug*/ 
}
#primary-nav li, #primary-nav li.menuparent { 
   background-color: #4AAA4C; 
   min-height:1em; /* Fixes IE7 bug*/
}


/* Styling the basic apperance of the active page elements (shows what page in the menu is being displayed) */
#primary-nav li.menuactive { 
   background-color: #4AAA4C; 
}

/* Styling the basic apperance of the menuparents - here styled the same on hover (fixes IE bug) */
#primary-nav li.menuparent, 
#primary-nav li.menuparent:hover, 
#primary-nav li.menuparenth { 
   background-image: url(images/cms/arrow.gif); 
   background-position: center right; 
   background-repeat: no-repeat; 
}


/* Styling the apperance of menu items on hover */
#primary-nav li:hover, 
#primary-nav li.menuh, 
#primary-nav li.menuparenth, 
#primary-nav li.menuactiveh { 
/*   background-color: #E7AB0B;  */
background-color:#0F75BC;
}


/* The magic - set to work for up to a 3 level menu, but can be increased unlimited */
#primary-nav ul, 
#primary-nav li:hover ul, 
#primary-nav li:hover ul ul, 
#primary-nav li.menuparenth ul, 
#primary-nav li.menuparenth ul ul { 
   display: none; 
}
#primary-nav li:hover ul, 
#primary-nav ul li:hover ul, 
#primary-nav ul ul li:hover ul, 
#primary-nav li.menuparenth ul, 
#primary-nav ul li.menuparenth ul, 
#primary-nav ul ul li.menuparenth ul { 
   display: block; 
}


/* IE Hack, will cause the css to not validate */

#primary-nav li, #primary-nav li.menuparenth { _float: left; _height: 1%; }
#primary-nav li a { _height: 1%; }


/* section header */
#primary-nav li.sectionheader {
   border-left: 1px solid #006699; 
   border-top: 1px solid #006699; 
   font-size: 130%;
   font-weight: bold;
   padding: 1.5em 0 0.8em 0.5em;
   background-color: #fff;
   margin: 0;
   width: 100%;
}


/* separator */
#primary-nav li hr.separator {
   display:block;
   height: 0.5em;
   color: #abb0b6;
   background-color: #abb0b6;
   width: 100%;
   border:0;
   margin:0;
   padding:0;   
   border-top: 1px solid #006699;
   border-right: 1px solid #006699;

}

/* End Vertical menu for the CMS CSS Menu Module */

#content {
position:relative;
float:left;
width:718px;
z-index:0;
padding-left: 20px;
padding-right: 30px;
margin-top: 15px;
margin-bottom: 15px;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
}

#maintext{
width:460px;
position:relative;
float:left;
margin-top:10px;
margin-left:20px;
text-indent:20px;
font-family: Arial, Helvetica, sans-serif;
font-size:15px;
}

#footer {
width: 1017px;
height: 25px;
line-height: 25px;
vertical-align: middle;
text-align: center;
position: relative;
float: left;
background-color: #0F75BC;
color: #FFFFFF;
font-size: 12px;
font-weight: Bold;
}


.textBoxLarge              { border: #000000 1px solid;
                             border-color: #000000 #666666 #666666 #000000;
                             background: #ffffff url(images/box_shadow.gif);
                             font: 12px arial, helvetica, sans-serif;
                             color: #000000; 
                             width: 300px;}

.textBoxmed              { border: #000000 1px solid;
                             border-color: #000000 #666666 #666666 #000000;
                             background: #ffffff url(images/box_shadow.gif);
                             font: 12px arial, helvetica, sans-serif;
                             color: #000000; 
                             width: 100px;}

.textBoxsmall              { border: #000000 1px solid;
                             border-color: #000000 #666666 #666666 #000000;
                             background: #ffffff url(images/box_shadow.gif);
                             font: 12px arial, helvetica, sans-serif;
                             color: #000000; 
                             width: 50px;}
							 
.textmemo              { border: #000000 1px solid;
                             border-color: #000000 #666666 #666666 #000000;
                             background: #ffffff url(images/box_shadow.gif);
                             font: 12px arial, helvetica, sans-serif;
                             color: #000000; 
                             width: 480px;}
							 
.PageTitle
{
    font-size: 16px;
    font-weight: normal;
    color: #969696;
    border-bottom: solid 1px #b1b1b1;
    border-left: solid 5px #0F75BC;
    padding-left: 6px;
    padding-bottom: 2px;
}

.PageTitleColor
{
    font-size: 16px;
    color: #0F75BC;
    font-weight: bold;
}

.PageTitleDiv
{
    width: 720px; 
    float: left;
    margin-bottom: 10px;
    margin-top: 10px;
}


.formTable                 
{
    vertical-align: top;
    border-collapse: collapse;
    float: left;
}

.formTable th              
{
    font-weight: bold;
    vertical-align: top;
    text-align: left;
    color: #FFFFFF;
    font-size: 14px; 
    background-color: #0F75BC;
    border-top: solid 1px #666666;
    border-left: solid 1px #666666;
    border-right: solid 1px #666666;
    padding: 1px 1px 2px 1px;
}
                             
.formTable tr
{
    vertical-align: top;
}

.formTable td
{
    border-top: solid 2px white;
    border-bottom: solid 2px white;
}

.formTable td.formDataField             
{ 
    background-color: #F7F7EF;
    vertical-align: top;
    font-weight: normal;
}

.formTable td.formDataFieldDetails             
{ 
    background-color: #E1EBF3;
    vertical-align: top;
    border-left: none;
    border-right: none;
    font-weight: normal;
}
/* End of 'internalpage' */

