body.cs_site
{
    background-color: #0099cc; 
    font-family: Arial, Sans-Serif;
    font-size: 12pt;
}

body
{
    background-color: #ffffff; 
    font-family: Arial, Sans-Serif;
    font-size: 12pt;
}


/* container divs */

div#cs_outer_container{
	width:100%;
	height:100%;
	margin: 0 auto;
	text-align:center;
	
}

td
{
    color: #003366;
}

div#cs_container
{

	width:760px;
    margin: 0 auto !important;	
    padding: 0px;
    background-color: #003366;
	
}

/* header */
div#cs_header
{
    padding: 0px;
    margin: 0px;
}

/* main central container */
div#cs_main
{
    width: 760px;
    padding: 0px;
    margin: 0px;
    background-color:#e4ecfc;
    background-image: url(Flexviews/core/assets/Template_images/margin_01.gif);
    background-repeat:repeat-y; 
        
}
/* left navigation bar */
div#cs_leftnavbar
{
    background-color: #003366;
    width: 193px;
    float: left;
    padding: 1px;
    clear: both;
    border-right: 2px solid #003366;
    text-align:left;
    /* overflow: auto; */
}
/* left nav menu */
div#cs_menu_main
{
    width: 150px;
    height: 220px;
    margin: 5px;
    background-color: #ffffff;
    color: #ffffff;
    font-size: 100%;
    background: #003366;
}

#cs_menu_main a, a:link, a:visited
{
    color: #ffffff;
    text-decoration: none;
}
#cs_menu_main a:hover, a:active,a:focus
{
    color: #ffffff !important;
    text-decoration: underline !important;
}


table.cs_menutext{
    color: #ffffff;
    font-size: 78%;
}

/* left nav quote box */
div#quotebox
{
    width: 153px;
    height: 200px;
    margin: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
    clear: none; 

}
#quote_text
{
    background-color:#e4ecfc;
    clear: both;
    padding: 10px;
    font-weight: bold;
    color: #003366;
	text-align:left;
	font-size:90%;
}
/* quote cell */
td.quotecell
{
    background-color: #ffffff;
    overflow: scroll;
}

/* content area*/
div#cs_content
{
    background-color: #e4ecfc;
    width: 563px;
    /*height: 500px;*/
    min-height: 500px;
    float: right;
    padding: 0px;
    clear:none;
}

/* content links */
cs_content a:link, a:visited
{
    color: #ff6600;
    text-decoration: none;
}
cs_content a:hover, a:active, a:focus
{
    color: #0099cc !important;
    text-decoration: none;
}


.contentForm a:link
{
    color: #ff6600;
    text-decoration:none;    

     
}
.contentForm a:visited
{
    color: #ff6600;
    text-decoration:none;     
}
.contentForm a:focus, a:hover, a:active
{
    color: #0099cc !important;
    text-decoration:none;      
}
    
h2
{
    color: #0099cc;
    text-align: center;
    font-size: large;
    font-weight: normal;
    width:98%;
}

h3
{
    color: #0099cc;
    text-align: center;
    font-size: medium;
    font-weight: normal;
}

div#content_grid
{
    width: auto;
    padding: 2px;
}

div.content_box1
{
    padding: 4px;
    float: left;
    margin: 0px;
    margin-left: 10px;
    clear: none;
    width: 45%;
}

div.content_box2
{
    padding: 4px;
    float: right;
    margin: 0px;
    clear: none;
    width: 45%;
}

.box_heading
{
    font-size: 11;
    font-weight: normal;
    color: #0099cc;
}

td.align_right
{
    padding: 10px;
    padding-top: 0px;
    font-size: 11pt;
    font-weight: 500;
    color: #003366;
    vertical-align: top;
}
.align_right img
{
    margin-top: 10px;
}

td.image_text
{
    float: none;
    margin-right: 10px;
    vertical-align: top;
}

.image_text img
{
    float: left;
    margin-right: 10px;
}

/* end content area */


/* footers */
div#footer
{
    width: 100%;
    height: 30px;
    padding: 0px;
    margin: 0px;
    margin-top: 0px;
    background-color: #ff6600;
    text-align: center;
    clear: both;
    float: none;
    font-size: 9pt;
}
#footer p
{
    padding: 4px;
    color: #ffffff;
    background-color: #ff6600;
}
#footer a:link, a:visited
{
     color: #ffffff;   
}
#footer a:hover
{
    color: #ffffff !important;
    text-decoration:underline; 
}

div#subfooter
{
    width: 760px;
    height: 30px;
    padding: 0px;
    background-color: #0099cc;
    color: #ffffff;
    margin: 0 auto;
    text-align: center;
    vertical-align: top;
}
#subfooter p
{
    padding: 4px;
    vertical-align: middle;
    font-size: 9pt;
}

#subfooter a:link, a:visited
{
     color: #ffffff;   
}
#subfooter a:hover
{
    color: #ffffff !important;
    text-decoration:underline; 
}

/* end footers */

/* general styles */

.dark_blue
{
    color: #003366;
}
.mid_blue
{
    color: #0099cc;
}
.light_blue
{
    color: #e4ecfc;
}
.orange
{
    color: #ff6600;
}

.top_heading{
    color: #0099cc;
    text-align: center;
    font-size: large;
    font-weight: normal;
}

/* end genearal styles */


/* email form*/
#mailForm
{
    width:320px;
    padding:20px;
    border: #003366 1px solid;
    background-color: #CCCCCC;
    text-align:center;
	margin:0 auto;
}

input.send {
	font-weight: bold;
	font-size: 0.9em;
	color: #FFFFFF;
	background: #0099CC;
	border: none;
	border: 1px solid #FFFFFF;
	padding-left: 0.3em;
	padding-right: 0.3em;
	/*cursor: pointer; */
	cursor: hand;
	vertical-align: baseline;
}

.field
{
    vertical-align: top;
}