/* 
    Document   : style
    Created on : May 12, 2013, 8:02:24 PM
    Author     : eracore
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

root { 
    display: block;
}

body {
    background: #f9fbfa url(../bg.jpg) repeat-x;
    text-align: center;
    margin: 0;
    padding: 0;
    font-family: tahoma, verdana, comic sans ms;
    font-size: 20px;
    color: #475c77;
}

.seperator {
    clear: both;
    float: none;
}

#wrapper {
    width: 900px;
    margin: auto;
    background: #ffffff;
    padding-bottom: 8px;
}

#header {
    width: 900px;
    height: 107px;
    background: #1b3955;
    position: relative;
    text-align: left;
}

#hLogo {
    display: inline-block;
    width: 252px;
    padding-top: 5px;
    margin-left: 4px;
    *display: inline;
    zoom: 1;
}

#hName {
    display: inline-block;
    width: 370px;
    margin: auto;
    margin-top: 35px;
    vertical-align: top;
    color: #fefefc;
    text-align: center;
    *display: inline;
    zoom: 1;
}

#hCommunity {
    display: inline-block;
    width: 252px;
    vertical-align: top;
    margin-top: 40px;
    text-align: right;
    position: relative;
    font-size: 60%;
    *display: inline;
    zoom: 1;   
}

#hCommunity a {
    color: #fff;

}

#hCommunity .up {
    display: block;
    position: absolute;
    margin-top: -20px;
    text-decoration: none;
    left: 120px;
        
}

#hCommunity a img {
    margin: 3px;
}

.icon {
    display: inline-block;
    width: 25px;
    margin-right: 10px;
}

#topMenus {
    background: #ee8d00;
    font-size: 70%;
    padding-left: 8px;
    height: 30px;
}

.topMenuWrapper {
    display: inline-block;
    width: 118px;
    padding: 0;
    margin: 0;
    padding-top: 5px;
    padding-bottom: 7px;
    float: left;
    text-align: center;
    border-left: 2px groove #ee8d00;
    position: relative;
}

.topMenuWrapper:hover {
    background: #fead00;
}

.topMenuWrapper a, .topMenuWrapper a:link, .topMenuWrapper a:active, .topMenuWrapper a:visited {
    color: #ffffff;
    text-decoration: none;
}

.topMenuWrapper a:hover {
    color: #ffffff;
}

.topMenu {
    display: inline-block;
    width: 119px;
    padding: 0;
    margin: 0;
    padding-top: 4px;
    padding-bottom: 7px;
    float: left;
    text-align: center;
    position: relative;
}

.topMenu a, .topMenu a:link, .topMenu a:active, .topMenu a:visited {
    display: block;
    margin-bottom: 0;
    background: #ffffff;
    color: #ee8d00;
    text-decoration: none;
    height: 26px;
    -moz-border-radius-topright: 10px;
    border-top-left-radius: 10px;
    -webkit-border-top-left-radius: 10px;
    -o-border-top-left-radius: 10px;  
    -moz-border-radius-topleft: 10px;
    border-top-right-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -o-border-top-right-radius: 10px;    
}

.topMenu + .topMenuWrapper {
    border-left: 1px solid #ee8d00;
}

.topMenu a:hover {
    
}

.topMenu:hover > a, .topMenuWrapper:hover > a {
   
}

.topMenu:hover > .topSubMenus, .topMenuWrapper:hover > .topSubMenus {
    display: block;
}

.topSubMenus {
    position: absolute;
    left: 0px;
    top: 27px;
    z-index: 3;
    background: #ee8d00;
    width: 200px;
    border: 1px solid #ffeecc;
    text-align: left;
    display: none;
}

.topSubMenu {
    padding: 10px;
}

.topSubMenu a, .topSubMenu a:link, .topSubMenu a:visited, .topSubMenu a:active {
    color: #ffffff;
    display: block;
    width: 100%;
    background: #ee8d00;
}

.topSubMenu a:hover {
    
}

.noborder {
    border: 0;
}

.leftRadiused {
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;    
}

#flashShortcuts {
    width: 900px;
    min-height: 289px;
}

#stuffme {
    margin-top: 20px;
    background: #000000;
    padding: 5px;
    font-size: 100%;
    color: #ffff00;
}

#flash {
    float: left;
    width: 675px;
    height: 289px;
    padding: 0;
    margin: 0;
}

#shortcuts {
    float: right;
    width: 225px;
    height: 289px;
    background: #ffffff;
        padding: 0;
    margin: 0;

}

.shortcut {
    margin-left: 8px;
    margin-top: 5px;
}

#contents {
    background: #ffffff;
    width: 900px;
    margin: 0;
    padding: 0;
}

#contentleft {
    float: left;
    width: 670px;
    margin-left: 0px;
    padding-left: 2px;
}

#contentleft ul {
	margin: 0;
	padding: 0;
	margin-right: 15px;
	margin-left: 15px;
	margin-top: 10px;list-style:none;
	background: none;
	border: 0px solid #364445;padding-bottom: 30px;
}

#contentleft ul li {
	margin: 0;
	padding: 0;
	padding-left: 35px;
        list-style:none;
	border: 0px solid #000000;
	padding-top: 0px;
	background: url(../red.jpg) no-repeat;
	background-position: 12px 10px;
	font-size: 65%;
	padding-top: 6px;
	padding-bottom: 6px;
	margin-top: 6px;
	margin-bottom: 4px;
	
	text-align: justify;
        border-bottom: 0px solid #83c0e0;
}

#contentright {
    float: right;
    width: 200px;
    margin-right:8px;
}

p {
    margin: 0;
    padding: 0;
}

.mainTitle {
    background: #ee8d00;
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: left;
    padding-left: 8px;
    color: #ffffff;

    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#fba416), to(#ee8d00));
    background: -webkit-linear-gradient(#fba416, #e06005);
    background: -moz-linear-gradient(#fba416, #e06005);
    background: -ms-linear-gradient(#fba416, #e06005);
    background: -o-linear-gradient(#fba416, #e06005);
    background: linear-gradient(#fba416, #e06005);
    -pie-background: linear-gradient(#fba416, #e06005);
    behavior: url(./images/css/PIE.htc);      
}

.txt, .txt4 {
    color: #475c77;
    text-align: justify;
    font-size: 70%;
    line-height: 24px;
}

.margintop {
    margin-top: 20px;
}

.marginleft {
    margin-left: 8px;
}

.hotjob {
    background: #f6f6f6;
    padding: 10px;
    border: 1px solid #c7c7c7;
    border-top: 0;
    font-size: 70%;
    text-align: left;
}

.hotjob a, .hotjob a:active, .hotjob a:link, .hotjob a:visited {
    color: #545454;
    text-decoration: none;
}

.hotjob a:hover {
    color: #000000;
}

#quick {
    margin: 8px;
    margin-top: 15px;      
}

.quick {
    text-align: left;
    text-transform: uppercase;
    color: #ea7b0b;
    font-weight: bold;
    font-size: 70%;
    padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 7px;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#ffffff), to(#ece4d9));
    background: -webkit-linear-gradient(#ffffff, #ece4d9);
    background: -moz-linear-gradient(#ffffff, #ece4d9);
    background: -ms-linear-gradient(#ffffff, #ece4d9);
    background: -o-linear-gradient(#ffffff, #ece4d9);
    background: linear-gradient(#ffffff, #ece4d9);
    -pie-background: linear-gradient(#ffffff, #ece4d9);
    behavior: url(./images/css/PIE.htc);
}

#footer {
    background: #5f92d3;
    margin: 8px;
    color: #ffffff;
    font-size: 52%;
    padding: 8px;
    margin-bottom: 0px;
}

#footer a, #footer a:active, #footer a:link, #footer a:visited {
    color: #fefefe;
    font-style: italic;
    text-decoration: none;
}

#footer a:hover {
    color: #000000;
    font-style: normal;
}

#qmenu {
    border: 1px solid #d9d9d9; 
    font-size: 60%;
    color: #024967;
    padding-top: 8px;
}

#qmenu table  {
    margin-top: 15px;
    margin: 0;
    padding: 0;
}

#qmenu table tr {
    margin: 0;
    padding: 0;    
}

#qmenu table th {
    font-weight: bold;
    color: #44788d;
}

#qmenu a, #qmenu a:active, #qmenu a:link, #qmenu a:visited {
    text-decoration: none;
    color: #044563;
}

#qmenu a:hover {
    color: #000000;
}

#qmenu table td {
    font-weight: normal;
    text-align: left;
    vertical-align: top;
    padding-left: 10px;
    border-right: 1px solid #bbd9fb;
    font-size: 98%;
    padding-top: 10px;
    line-height: 20px;
}

.ttitle {
    font-weight: bold;
    font-size: 65%;
    color: #044563;
    text-align: left;
} 

.txt img {
    float: left;
    margin: 5px;
}

#contentleft ul.disc, #contentleft ul.disc li {
    list-style-type:circle;
    list-style: disc;
    background-image: none;
    font-weight: normal;
}

#contentleft ul.disc {
    margin-left: 28px;
}

#contentleft ul.disc li {
    margin: 0;
    padding: 0;
}

.or{
    color: #e05c1b;
}


.fieldhalf {
	text-align: left;
	float: right;
	padding: 5px;
	width: 160px;
	color: #000;
}

.labelhalf {
	float: left;
	text-align: left;
	width: 130px;
	padding: 5px;
	color: #ee8d00;
	font-weight: normal;
}

.fieldlong {
	text-align: left;
	float: right;
	width: 490px;
	padding: 5px;
	color: #000;
}

.fieldlong p {
    margin-top: 0;
    padding-top: 0;
}

.labellong {
	float: left;
	text-align: left;
	width: 130px;
	padding: 5px;
	color: #ee8d00;
	font-weight: normal;
}


.field {
	text-align: left;
	float: right;
	width: 400px;
	color: #4d4d4d;
        
}

.label {
	float: left;
	text-align: left;
	width: 200px;
        padding-left: 30px;
	padding-top: 5px;
	color: #ee8d00;
	font-weight: normal;
}

.hint {
	color: #ee8d00;
	color: #111;
	font-weight: normal;
	text-align: center;
	margin-top:5px;
	margin-bottom:5px;
	display: block;
	width: 620px;
	padding-top: 5px;
	padding-bottom: 5px;
        font-size: 110%;
	/*text-shadow: 2px 2px #eee,2px 2px #000;
	letter-spacing: 4px;     */   
}

.hint a {
    color: #000;
    text-decoration: none;
}

.raw {
	width: 640px;
	/*background: #fbebff; */
        font-size: 68%;
	margin-bottom: 4px;
        padding-bottom: 2px;
        padding-top: 2px;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	-moz-border-radius-bottomright: 15px;
	-moz-border-radius-bottomleft: 15px;
	-moz-border-radius-topright: 15px;
	-moz-border-radius-topleft: 15px;
}


.rawhalf {
	width: 640px;
}


.rawleft {
	width: 310px;
	/*background: #fbebff;*/
	margin-bottom: 4px;
	border-bottom-left-radius: 15px;
	border-top-left-radius: 15px;
	-moz-border-radius-bottomleft: 15px;
	-moz-border-radius-topleft: 15px;
	float: left;
        font-size: 68%;
}


.rawright {
	width: 310px;
	/*background: #fbebff;*/
	margin-bottom: 4px;
	border-bottom-right-radius: 15px;
	border-top-right-radius: 15px;
	-moz-border-radius-bottomleft: 15px;
	-moz-border-radius-topleft: 15px;
	float: right;
        font-size: 68%;
}

.boldenme {
	font-weight: bold;
}

.blackme {
	color: #000;
}

#contentleft input[type=text], #contentleft input[type=password], #contentleft select {
	width: 370px;
	color: #000;
}

#contentleft table select {
	width: 120px;
	color: #000;
}

#contentleft textarea {
	width: 370px;
	height: 80px;
}

#contentleft input[type=submit], #contentleft input[type=reset] {
	width: 280px;
	
}

#paddbody {
    padding-left: 10px;
    text-align: left;
}

.mainraw {
	margin-top: 20px;
}

.italicme {
    font-style: italic;
    text-align: center;
    font-size: 75%;
    color: #000000;
}

.quartertitle {
	margin-top: 20px;
	font-size: 120%;
	/*text-shadow: 2px 2px #eee,2px 2px #000;*/
	letter-spacing: 4px;
	font-weight: bold;
}

.quarter {
	width: 140px;
	display: inline-block;
	margin: 2px;
	padding: 2px;
	text-align: center;
	font-size: 90%;
	vertical-align: middle;
	zoom: 1;
	*display: inline;
}

.redme {
	color: #ff0000;
}

.redme a, .redme a:active, .redme a:link, .redme a:visited {
	color: #ff0000;
	font-weight: normal;
        text-decoration: none;
}


.redme a:hover {
	text-decoration: underline;
}

.quarter a, .quarter a:active, .quarter a:link, .quarter a:visited {
	font-weight: normal;
        text-decoration: none;
}

.quarter a:hover {
	text-decoration: underline;
}


.deem {
	color: #e4c5e7;
}

.half {
	width: 260px;
	display: inline-block;
	margin: 2px;
	padding: 2px;
	text-align: center;
	font-family: tahoma, verdana;
	vertical-align: middle;
        *display: inline;
        zoom: 1;
}

.fifth {
	width: 130px;
	display: inline-block;
	*display: inline;
	zoom: 1;
	margin: 2px;
	padding: 2px;
	text-align: center;
	font-family: tahoma, verdana;
	font-size: 90%;
	vertical-align: middle;
}

.fifthlast {
	width: 60px;
	display: inline-block;
	*display: inline;
	zoom: 1;
	margin: 2px;
	padding: 2px;
	text-align: center;
	font-family: tahoma, verdana;
	font-size: 90%;
	vertical-align: middle;
}

.fifthlast a {
	color: #ff0000;
	text-decoration: underline; 
}

.marginedtopbig {
    margin-top: 5px;
   
}

.find {
    padding: 5px;
}

.raw .fieldlong ul {
    font-size: 150%;
}


.third {
	width: 180px;
	display: inline-block;
	margin: 2px;
	padding: 2px;
	text-align: center;
	font-family: tahoma, verdana;
	font-size: 90%;
	vertical-align: middle;
	*display: inline;
	zoom: 1;        
}


#expanded {
    width: 95%;
    margin: auto;
}

.expandedmaintitle {
    background: #ff0000;
    color: #FFFFFF;
    font-size: 100%;
    font-weight: bold;
    padding: 5px;
    text-align: center;
}

.expandedtitle {
    font-weight: bold;
    width: 20%;
    color: #000000;
}

#expanded table tr td {
    border-bottom: 2px groove #ffffff;
    padding: 5px;
    font-size: 70%;
}

.expandeddata {
    width: 30%;
}

table.contactus {
    font-size: 65%;
    width: 360px;
}

.facebook {
    display: inline-block;
    padding-left: 10px;
    vertical-align: middle;
    margin-top: 8px;
    height: 18px;
    padding-left: 32px;
    padding-top: 2px;
    padding-right: 2px;
    font-size: 10px;
    margin-bottom: 5px;
   
    background: #ffffff url(../icon-facebook.jpg) no-repeat;
}

.facebook a {
    color: #000;
    font-style: normal;
    text-decoration: none;
    font-weight: bold;
}

a img {
    border: 0;
}