@font-face {
	font-family: 'OpenSansRegular';
	src: url('fonts/OpenSans-Regular.ttf');
	src: local('OpenSans Regular'), local('Riesling'), url('fonts/OpenSans-Regular.ttf') format('truetype');
}

@font-face {
	font-family: 'OpenSansLight';
	src: url('fonts/OpenSans-Light.ttf');
	src: local('OpenSans Light'), local('Riesling'), url('fonts/OpenSans-Light.ttf') format('truetype');
}

@font-face {
	font-family: 'OpenSansBold';
	src: url('fonts/OpenSans-Bold.ttf');
	src: local('OpenSans Bold'), local('Riesling'), url('fonts/OpenSans-Bold.ttf') format('truetype');
}

body {
        font-family: 'OpenSansRegular', sans-serif;
		background-color: #eee;
		color: #231F20;
}

#mainsite {
        margin-left: 3%;
        margin-right: 3%;
        min-width: 1000px;
        border: 1px solid #ccc;
        background-color: #fff;
}
@media screen and (min-width: 1200px) {
        #mainsite {
                margin-left: 10%;
                margin-right: 10%;
        }
}

@media screen and (min-width: 1400px) {
        #mainsite {
                margin-left: 15%;
                margin-right: 15%;
        }
}

@media screen and (min-width: 1700px) {
        #mainsite {
                padding: 20px;
                margin-left: 25%;
                margin-right: 25%;
        }
}


a {
	color: #0000AD;
	text-decoration: none;
}

a:hover {
	color: #343434;
}

h4 {
	font-family: 'OpenSansRegular', sans-serif;
    font-size: 24px;
    color: #333;
    line-height: 34px;
    border-bottom: 3px solid #0000AD;
    width:80%;
    font-weight: 400;
}

.toprightImage {
	background-image: url(webadmin/limegreen1.jpg); height: 63px; width: 675px; background-repeat: no-repeat;
	background-position: bottom left;
}

.version {
	font-size: 10px;
	color: #5C5C5C;
	line-height: 14px;	
}

.error {
	color: red;
	font-size: 20px;
/*	padding: 20px;
	background-color: #FDEEEF;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(204,204,204,1);
	-moz-box-shadow: 0px 0px 5px 0px rgba(204,204,204,1);
	box-shadow: 0px 0px 5px 0px rgba(204,204,204,1);
	border: 1px solid red; */
}

.mainMenu {
	background-color: #0000d2;
}

table {
	width: 800px;
	padding: 30px 40px 0px 40px;
	border: 1px solid #ccc;
}

.subhead {
	font-size: 14px;
	color: #000000;
	line-height: 14px;
}

.subpage {
    font-size: 24px;
	color:#444;
	font-weight:bold;
	background-color: #fff;
	padding: 20px;
}

#message-recipient {
	font-size: 18px;
}

.description {
	color: #2c2c2c;
	font-style: italic;
	font-size: 10pt;
}
.red {	
    font-size: 12px;
	color: red; 
}
.text {font-size: 14px}

.TA 	{
	scrollbar-3dlight-color: #ddf2bb;
	scrollbar-arrow-color: #E2144A;
	scrollbar-base-color: #96c56f;
	scrollbar-darkshadow-color: none;
	scrollbar-face-color: #96c56f;
	scrollbar-highlight-color: #ffffff;
	scrollbar-shadow-color: #ddf2bb;
}

.button{

        background-color: #0000AD;
        color: #fff;
        font-size: 18px;
        border-width: 0px !important;
	width: auto;
        padding: 5px 10px;
        font-family: 'OpenSansRegular', sans-serif;
        padding-left:3em;
        padding-right:3em;
        margin-bottom: 10px;
}

.button:hover{
	background-color: #343434;
}

input, textarea {
	width: 100%;
	padding: 5px;
}

#mdn, #add_template1, #add_template2, #add_template3, #add_template4 {
	width: auto;
	margin-top: 10px;
}

.email {
	font-weight: 600;
	font-size: 24px;
	text-align: center;
	margin-bottom: 40px;
	margin-top: -20px;
}

p, li {
	line-height: 130%;
}

ol {
	padding-left: 0px;
	margin-top: 20px;
}

li {
	margin-top: 5px;
}

.copyright {
	font-size: 10px;
	color: #ffffff;
}

.footer {
    font-family: 'OpenSansRegular', sans-serif;
    color: #333;
    font-size: 14px;
    font-style: italic;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#menu li.user { /* all list items */
	float: left;
	position: relative;
	width: 85px;
	height:30px;
}

#menu li.nouse { /* all list items */
	float: left;
	position: relative;
	width: 0px;
}
#menu li.nouse ul {/* second-level lists */
	position: absolute;
	display: block; 
	top: 30px;
      left: 0;
}

#menu li.user ul {/* second-level lists */
	position: absolute;
	display: block; 
	top: 30px;
      left: 0;
}

/* Horizontal menu */
#menu ul ul	{	margin: 0; 
           		padding: 0; 
	   		list-style: none;
           		width: 120px;      	   /* Width of Menu Items */ 
	   		border-bottom: 1px solid #ffffff; 
         	} 


#menu ul li { position: relative; } 


#menu li>ul {/* to override top and left in browsers other than IE */
	top: auto;
	left: auto;
}


/* Fix IE. Hide from IE Mac \*/
* html #menu ul li { float: left; height: 1%; }
* html #menu ul li a { height: 1%; }
/* End */

#menu li:hover ul { display: block; }

#menu li:hover>ul { visibility:visible; }

#menu ul ul { visibility:hidden; }
	

/* Make-up syles */
#menu ul, #menu li {
    margin: 0 0 0 0; 
}

/* Styles for Menu Item */
#menu ul a {
	text-align: center;
	font-size: 10px;
	display: block;
	font-weight: bold;
	text-decoration: none;
	color: #ffffff;
	background: #0000d2; 
	padding: 2px;
	border-right: 0px solid #ffffff;
/*	line-height: 18px; */
}

/* Hover Styles */
#menu ul a:hover { 
	color: #E2144A; 
/*	background: #96C56F; */
} 
/* Sub Menu Styles */
#menu li ul a {
	font-size: 10px;
	display: block;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	color: white;
	background: #96c56f; /* IE6 Bug */
	border: 1px solid #ffffff;
    	padding: 5px;
	line-height: 10px; 
} 



/* Sub Menu Hover Styles */
#menu li ul a:hover { 
	color: #E2144A; 
	background: #96C56F; 
} 

/* Icon Styles */



/* GlobalCerts Neil Gerard */
/* Secure Contact US settings */
.scu-form { 
	margin-left:auto;
	margin-right:auto;
	//background-color:#ddf2bb;
	background-color:#ffffff;
	border-radius:5px;
	width:80%;"
}

.gradient-background {
background-image: linear-gradient(bottom, #dfdfdf 33%, rgb(255,255,255) 67%);
background-image: -o-linear-gradient(bottom, #dfdfdf 33%, rgb(255,255,255) 67%);
background-image: -moz-linear-gradient(bottom, #dfdfdf 33%, rgb(255,255,255) 67%);
background-image: -webkit-linear-gradient(bottom, #dfdfdf 33%, rgb(255,255,255) 67%);
background-image: -ms-linear-gradient(bottom, #dfdfdf 33%, rgb(255,255,255) 67%);background-image: -webkit-gradient(
        linear,
        left bottom,
        left top,
        color-stop(0.33, #dfdfdf),
        color-stop(0.67, rgb(255,255,255))
);
background-repeat: no-repeat;

}

.shadow {
	-moz-box-shadow: 3px 3px 6px #000;
	-webkit-box-shadow: 3px 3px 6px #000;
	box-shadow: 3px 3px 6px #000;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=6, Direction=135, Color='#000000')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=6, Direction=135, Color='#000000');
}
