/* Begin Structure Styles =============================================== */
body {
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	color: #3A3A3A;
	font-size:14px;
	overflow: -moz-scrollbars-vertical;
	background:url(../images/back4.jpg) no-repeat;
	background-position:top center;

}


#background2 {
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	color: #494949;
	font-size:14px;
	overflow: -moz-scrollbars-vertical;
	background:url(../images/back2.jpg) no-repeat;
	background-position:top center;

}


#background3 {
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	color: #494949;
	font-size:14px;
	overflow: -moz-scrollbars-vertical;
	background:url(../images/back3.jpg) no-repeat;
	background-position:top center;

}

#background4 {
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	color: #494949;
	font-size:14px;
	overflow: -moz-scrollbars-vertical;
	background:url(../images/back4.jpg) no-repeat;
	background-position:top center;

}

#wrapper {
	padding: 0 0px 0 0px;
	width: 980px;
	margin: 0 auto;
	text-align: left;
	

}


#header {
	margin: 0;
	padding: 0;
	width: 980px;
	text-align: left;
	padding: 0px 0px 0px 0px;
	height:200px;
}

#logo {
	float:left;
}

#footer {
	margin: 20px 0 0 0;
	padding: 0px 0 0 0;
	height:50px;
	background:#cdcdcd;
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}


#footerwrapper {
	padding: 10px 0px 0 0px;
	width: 980px;
	margin: 10px auto;
	text-align: center;
	background:url(../images/footer_back.png) no-repeat;



}

#footerleft {
	padding: 0 0px 0 20px;
	width: 480px;
	margin: 0 auto;
	float:left;
	text-align: left;


}




#moirae {
	padding: 10px 0 0 0;
	margin:10px 0 0 0;
	width: 980px;
	text-align: right;


}

.moiraelogo {
	margin: 0;
	padding:0 0 10px 0;
	float:right;
	width: 200px;
	text-align: left;


}




/* End Structure Styles =============================================== */



/* menu Styles =============================================== */


#menu {
	margin: 0 0 0 0;
	padding: 0px 0 0 0;
	height:50px;
	background:#003c79;
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}



.menuwrapper {
	padding: 0 0px 0 0px;
	width: 980px;
	height:61px;
	margin: 0 auto;
	text-align:center;
	background-image:url(../images/nav_back.png);
 
}





	
/* Start Content Styles =============================================== */
#content_container {
	float: left;
	padding: 0px 20px 0 20px;
	width: 940px;
}




#left_container {
	float: left;
	padding: 0 20px 0 0px;
	width: 300px;
}




#right_container {
	float: left;
	padding: 0;
	width: 620px;
	text-align: justify;
}



.right_left_col {
	
	float: left;
	padding: 0 20px 0 0;
	width: 290px;
	
	
}

.news {
	float: left;
	padding: 10px;
	margin:10px 0 0 0;
	width: 260px;
	border:solid #9a9a9a 1px;
}

.newsicon {
	float: left;
	background:url(../images/newsimage.gif);
	width:41px;
	height:27px;
	padding:18px 0 0 0;
	text-align:center;
	font-size:11px;
}



.hgrey {
	color:#7f807f;
}





.bullets {

	float:left;
}

.bullets ul {
	margin:0;
	padding:3px 13px;
	list-style:none;
	font-size: 14px;
	font-family:Arial, Helvetica, sans-serif;
	color:#999;
}

.bullets li{
	margin:0;
	padding:10px 0px 10px 20px;
	border-bottom:1px solid #999;
	display:block;
	background-image:url(../images/home_bul.jpg);
	background-repeat:no-repeat;
	background-position:0px 13px;
}

.bullets li.last{
	border-bottom:none;
}

.bullets li.first{
	padding:0px 0px 10px 20px;
	background-position:0px 3px;
}

/* End Content Styles =============================================== */

/* Begin Breadcrumb Styles =============================================== */

#breadcrumb {
	margin: 0;
	padding: 155px 15px 0 15px;
	float: left;
	font-size: 11px;
	width: 418px;
}

#breadcrumb ul {
	margin: 0;
}

#breadcrumb ul li {
	display: inline;
	padding-right: 4px;
	padding-left: 12px;	
	background: url(../images/bullet.gif)  0 5px no-repeat;
}

#breadcrumb ul li.first {
	display: inline;
	padding-right: 4px;
	padding-left: 0;	
	background: none;
}

#breadcrumb a:link, #breadcrumb a:visited, #breadcrumb a:active {
	text-decoration: none;
	color: #043369;
}

#breadcrumb a:hover {
	text-decoration: underline;
	color: #FFA013;
}

/* End Breadcrumb Styles =============================================== */


/* Begin Class Styles =============================================== */

h1 {
	font-size:18px;
	
	}

h2 {
	color:#00306E;
	font-size:40px;
	padding: 0;
	margin: 0;
	font-weight:lighter;
	letter-spacing: -2px;
	text-align: left;
	
	}
	
h3 {
	color:#494949;
	font-size:14px;
	padding: 5px 0 0 0;
	margin: 0;
	font-weight: bold;
	
	}	


.fontsize12px {

	font-size:12px;

	
	}	

.paddingleft10px {
	padding:0 0 0 10px;
}


.paddingright10px {
	padding:0 10px 0 0;
}


.fontwhite {
	color: #FFFFFF;	
}

.fontgrey {
	color: #88928C;	
}

.fontblack {
	color: #000000;	
}

.fontred {
	color: #AB1A06;	
}

.fontyellow {
	color: #ffb10f;	
}

.border {
	border: 1px #083266 solid;
}

.borderright {
	border-right: 1px solid #EA8383;
}

.borderleft {
	border-left: 1px solid #7399AD;
}

.borderbottom {
	border-bottom: 1px solid #D13683;
}

.borderbottomdashed {
	border-bottom: 1px dashed #D13683;
}

.backgroundred {
	background-color: #8e1104;
}

.backgroundgrey {
	background-color: #eceeef;
}

a:link, a:visited, a:active {
	text-decoration: underline;
	color: #494949;
}

a:hover {
	text-decoration: none;
	color: #666666;
}



	
a.blue:link, a.blue:visited, a.blue:active {
	text-decoration: none;
	color: #00306E;
	font-size:16px;
	font-weight:bold;
	line-height:30px;
}

a.blue:hover {
	text-decoration: underline;
		font-size:16px;
	font-weight:bold;
}	

a.white:link, a.white:visited, a.white:active {
	text-decoration: none;
	color: #FFFFFF;
}

a.white:hover {
	text-decoration: underline;
}


.aligncenter {
	text-align:center;	 
			 
}







/* Begin Form Styles =============================================== */

.form {
	padding: 0;
	margin:10px 0 0 0;
	width: 300px;
	float:left;
}

.form_contact_top {
	padding:0;
	margin:0;
	width: 300px;
	height:50px;
	float:left;
	background:url(../images/form_contact_top.png)  no-repeat;
}

.form_client_top {
	padding:0;
	margin:0;
	width: 300px;
	height:50px;
	float:left;
	background:url(../images/form_client_top.png)  no-repeat;
}

.form_client_feedback_top {
	padding:0;
	margin:0;
	width: 300px;
	height:50px;
	float:left;
	background:url(../images/form_client_feedback_top.png)  no-repeat;
}



.form_top {
	padding:0;
	margin:0;
	width: 300px;
	height:50px;
	float:left;
	background:url(../images/form_top.png)  no-repeat;
}


.form_middle {
	padding:10px 0 0 0;
	margin:0;
	width: 300px;
	float:left;
	background:url(../images/form_middle.png) 	repeat-y;
}

.form_bottom {
	padding:0;
	margin:0;
	width: 300px;
	height:20px;
	float:left;
	background:url(../images/form_bottom.png)  no-repeat;
}

legend { 
	padding: 0 6px;
	color: #043369;
	font-weight: bold;
}

fieldset, input:focus, textarea:focus {
	border: 1px solid #043369;
}

label {
	display: block;
	float: left;
	text-align: right;
	padding: 3px 10px 0 0px;
	margin-bottom: 10px;
	width: 70px;
	font-weight: bold;
	color: #535353;
	height: 25px;
}

.inputlogin {
	float: left; 
	font-size: 11px;
	background: #FFFFFF !important;
	border: 1px #b5b5b5 solid;
	color: #939191;
	height: 20px;
	font-weight:normal;
}

.inputcontact {
	border: 1px #b5b5b5 solid;
	font-size: 12px;
	color: #939191;
	width: 170px;
	background-color: #f4f4f4 !important;
	font-family: Arial, Helvetica, sans-serif;
	height: 20px;
}


.select {
	font-size: 11px;
	color: #043369;
	border: 1px #7F7F7F solid;
}

.textarea {
	font-size: 11px;
	background: #FFFFFF !important;
	border: 1px #b5b5b5 solid;
	color: #939191;
	font-family: arial, sans-serif;
	width:215px;
	margin-bottom:15px;
	font-weight:normal;
}


.submit {
	float: left; 
	background: url(../images/submit.gif) no-repeat;
	border: none;
	width:65px;
	height:25px;
	cursor:pointer;
	line-height:29px;
}

.submit:hover {
	float: left; 
	background: url(../images/submit-over.gif) no-repeat;
	border: none;
	width:65px;
	height:25px;
	cursor:pointer;
	line-height:29px;
}

a img {border: none;}


.fileuploader {
	float: left; 
	font-size: 11px;
	background: #FFFFFF !important;
	border: 1px #b5b5b5 solid;
	color: #939191;
	height: 22px;
	font-weight:normal;
}


/* End Form Styles =============================================== */


.floatleft {
	float:left;
	}
	
.floatright {
	float:right;
	}

.clear {
	clear:both;
	
	}

img.floatLeft { 
    float: left; 
    margin: 4px; 
}
img.floatRight { 
    float: right; 
    margin: 4px; 
}





.accToggler{
	margin: 3px auto;
	width: 610px;
	background:	url(../images/div_back.png);
	padding: 0 0 5px 10px;
}

.accContent{
	margin: 0px auto;
	width: 610px;
	display: none;
	padding: 0 10px 0 10px;
}
