/*csimsoft Style Sheet*/

/*Body Styles*/
body, .head, .title {font-family: Helvetica, Arial, sans-serif}
.head { color: silver; line-height: 17px; font-style: normal; }
.title { color: #343434; line-height: 12px; }
html, body { height: 100%; margin: 0; padding: 0}
body { /*font-size: 13px; color: #333; background: #626977;*/ vertical-align: top}

/*Links */
A:link, A:visited, A:hover { font-size: 12px; font-family: Helvetica, Arial, sans-serif}
A:link, A:visited { text-transform: none; color: #003399; text-decoration: none }
A:hover { text-decoration: none;}


/*Headings*/
h1, h2, h3, h4, h5 {
    /*font-family: Century Gothic, sans-serif;*/
    margin-left: 20px;
    vertical-align: top;
    text-align: left;
    color: #333;/*#595959;*/
    font-weight: normal;
}
h1 { font-size: 32px; line-height: 1.2em}
h2 { font-size: 26px; line-height: 1.25em}
h3 { font-size: 21px; line-height: 1.3em}
h4 { font-size: 16px; line-height: 1.4em}
h5 { font-size: 14px; line-height: 1.3em; font-weight: bold}
p  { 
    font-size: 13px; 
    color:#555; 
    line-height: 1.25em;
    font-family: Helvetica, Arial, sans-serif; 
    margin-left: 20px;
    margin-right: 20px;
}

nav {
    font-family: Century Gothic, sans-serif;
    font-size: 16px;
    margin-left: 3px;
    padding: 5px 0 5px 20px;
    color: #444;
    background-color: #818792;
    font-weight: bold;
    box-shadow: 2px 2px 2px #888888;
    opacity:0.8;
}

/*Lists */
ul li { font-family: Helvetica, Arial, sans-serif; font-size: 13px; color: #555; line-height: 1.25em}
ol li { font-family: Helvetica, Arial, sans-serif; font-size: 13px; color: #555; line-height: 1.5em}
list1 { list-style: none}

/*Tables*/
prr {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 13px;
    color: #555;
    margin-left: 40px;
    margin-right: 20px;
    line-height: 1em;
}


/*Start Columns */
.main-wrapper {
    padding-top: 49px;
    min-height: 100%;
    height: auto !important;
    position: relative;
    overflow: hidden;
    background: #626977;
    z-index: 1;
}

.main {
    height: auto;
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
    background-color: #ffffff;
    padding-bottom: 250px; /* Height of the footer element */
    /*box-shadow: 0 0 10px #000;*/
    overflow: hidden;
}

/*Two equal columns*/
#columnleft {
    width: 500px;
    float: left; }

#columnright {
    width: 489px;
    float: right;
    /*border-left: 1px solid #4a5567; */} 

/*Two columns strong left*/
#columnleft1 {
    width: 660px;
    float: left; }

#columnright1 {
    width: 329px;
    float: right;
    /*border-left: 1px solid #4a5567; */} 


/*Two columns strong right*/
#columnleft2 {
    width: 329px;
    float: left; }

#columnright2 {
    width: 660px;
    float: right;
    /*border-left: 1px solid #4a5567; */} 

/*Three equal columns*/
#columnleft3 {
    width: 200px;
    float: left; }

#columnmiddle3 {
    width: 604px;
    float: right;
    /*border-left: 1px solid #4a5567; */} 

#columnmiddle {
    width: 300px;
    float: right;
    /*border-left: 1px solid #4a5567; */} 

#columnright3 {
    width: 175px;
    float: right;
    /*border-left: 1px solid #4a5567; */} 

/*Navbar Styles*/
#columnnav {
    width: 200px;
    float: left;
    border-right: 1px solid #D1D1C2; 
} 

#columnbody {
    width: 779px;
    float: right;
    /*border-left: 1px solid #4a5567; */} 

#columnpressbody {
    width: 589px;
    float: right;
    /*border-left: 1px solid #4a5567; */} 

#columnpresscontact {
    width: 194px;
    float: right;
    background-color: #F5F5F2;
    margin-left:5px;
} 

.inner {
        width: 90%;
        margin-left: auto;
        margin-right: auto;
}




/* footer */
#footer {
    background-color: #1e283c;;
    width: 100%;
    height: 250px;
    position: absolute;
    bottom: 0;
    left: 0;
    clear: both;
    box-shadow: 0 0 10px #000;
    z-index: 10;
    font-family: "Lucida Sans", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #666666;
}
#footer-content {
    display: block;
    width: 976px;
    margin: 0 auto;
    padding: 5px 0 5px;
    /*padding: 35px 0 45px;*/
    /*padding: 0;*/ /* ie7 */
}
#footer-content .disabled {color: #4e525c;}

#footer-content h4 {
    color: #fff;
    margin-bottom: 15px;
    font-size: 12px;
    font-weight: normal;
}
#footer-content li {margin-bottom: 8px; line-height: 1em}
#footer-content a {font-size: 11px; color: #9fa6b7;}
#footer-content a:hover {text-decoration: underline; color: #fff}

#footer-content #helpful-links {overflow: hidden;}
#footer-content #helpful-links div + div {
    border-left: 1px dotted #4a5567;
    margin-left: 24px;
    padding-left: 24px;
}
#footer-content #helpful-links ul {margin-bottom: 14px;}
#footer-left, #footer-middle, #footer-right {
    display: block;
    float: left;
    padding-top: 15px;
    /* equal height columns */
    padding-bottom: 32567px;
    margin-bottom: -32567px;
    /*margin-top: 35px; /* ie7 */
}
/*menu and resources have same column width*/
#footer-left, #footer-right {
    width: 184px;
}

#footer-right select {font-size: 10px;}
#footer-right #select-lang {cursor: pointer;}
#footer-middle {
    display: block;
    float: left;
    width: 510px;
    overflow: hidden;
}
#footer-middle ul {
    float: left;
    display: block;
    width: 145px;
    /*margin-left: 40px*/
}
#footer-middle h4 + ul {
    margin-left: 0;
}

/* footer disclaimer */
#disclaimer {
    border-top: 1px dotted #4a5567;
    padding-top: 18px;
    padding-top: 9px; /* ie7 */
    padding-bottom: 35px; /* ie7 */
}
#disclaimer a {color: #fff;}
#disclaimer a + a {
    margin-left: 3px;
    padding-left: 5px;
    border-left: 1px solid #4a5567;
}


/*begin opaque links*/
/*Outer container*/
.ctacont {
	position:absolute;
	top:290px;
        /*background: #fff;*/
	width:100%;
	left:0;}

.ctacont p {
	font-size:1.2em;
        color: #fff;}

/*Button normal*/
.ctacont a,.ctacont a:link,.ctacont a:visited {
	width:100px;
	height:32px;
	line-height:32px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	color:#333;
	background:#ccc;
	padding:5px 25px;
	text-decoration:none;}

/*Button hover*/
.ctacont a:hover,.ctacont a:link:hover,.ctacont a:visited:hover {
	width:100px;
	height:32px;
	line-height:32px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	color:#ccc;
	background:#333;
	padding:5px 25px;}


/*Inner container*/
.ctacont1 {
	width:950px;
	margin:0 auto;
	text-align:justify;}

.ctacont1:after {
	content:'';
	width:100%;
	display:inline-block;}

.cta1,.cta2,.cta3 {
	width:250px;
	height:100px;
	border-radius:5px;
        background-color:rgba(0,0,0,0.35);
	display:inline-block;
	text-align:center;
	color:#fff;
	padding-top:0px;}

/*end opaque links*/

/*Miscellaneous*/
img {border: none;}

#collapse
{
    height: 20px;
    width: 300px;
    border-radius: 3px;
    background-color: #626977;
    color: white;
    margin-left: 20px;
    padding-left: 20px;
    
}

.shadow {
    /*padding: 20px;*/
    border: 1px solid #f0f0f0;
    border-right: 1px solid #ccc;
    border-bottom: 1.5px solid #ccc;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.dropshadow {
    box-shadow: 5px 5px 2px rgba(0, 12, 80, 0.4);
    overflow: none;
}

.videoshadow {
    width: 150px;
    box-shadow:5px 5px 10px #888888;
    overflow: none;
    border-radius: 2px;
}

.push
{
    height: 1em;
    clear:both;
}

.para
{
    font-family: Century Gothic, Arial, sans-serif;
    font-size:12px; 
    color:#3D3D3D;
}

.button-push {
        float: right;
}
.button-push:active {
	position:relative;
	top:1px;
}

.btn {
    background-color: #9fa6b7;
    padding: 5px 10px;
    width: 80%;
    position: absolute;
    bottom: 20px;
}

.btn a {
    text-decoration:none;
    color: #000;
    font-weight: bold;
    
    
}
.btn:hover {
        text-decoration:none;
        background-color: #fff;
}
.btn a:visited {
        text-decoration:none;
        border: none;
}
