/* ***** mvc1 main.css ***** */

/* Basic Body Styles */  
body  {
   background-image:url(../images/img_f0138697aa1.jpg);
   background-color: #A7C1D2;
   color: #032950;
   }
   
h1, h2, h3 {
   text-align: center;
   margin-left: auto;
   margin-right: auto;
   }
 
/* divide class */
.divide {   
   clear: left;
   margin-top: 20px;
   height: 30px;
   text-align: center;
   }
   
/* page class */
.page {   
   width: 920px;
   margin-left: auto;
   margin-right: auto;
   color: #032950;
   text-align: center;
   padding: 25px;
	border: 1px #256EA3 solid;
   border-radius: 50px;
	-moz-border-radius: 50px;
   }

/* content class */
.content {
   width: 830px;
   text-align: left;
   padding: 20px 40px 20px 40px;
   margin: 20px auto 20px auto;
   color: #032950;
   background-color: #A7C1D2;
	border: 5px #256EA3 solid;
	border-radius: 25px;
	-moz-border-radius: 25px;
	-moz-box-shadow: 4px 4px 5px #68838B;
	-webkit-box-shadow: 4px 4px 5px #68838B;
	box-shadow: 4px 4px 5px #68838B;
   /* For IE 8 */
   -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=135, Color='#68838B')";
   /* For IE 5.5 - 7 */
   filter: progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=135, Color='#68838B');
   
   }

/* navbar class */
.nav_bar {
   width: 600px;
	padding-top: 8px;
	padding-bottom: 5px;
   width: 520 px;
   height: 50px;
   background-color: #A7C1D2;
   text-align: center;
   vertical-align: middle;
   margin-top: 10px;
   margin-bottom: 10px;
   margin-left: auto;
   margin-right: auto;
   border: 2px solid #256EA3;
   border-radius: 25px;
   -moz-border-radius: 25px;
	-moz-box-shadow: 4px 4px 5px #68838B;
	-webkit-box-shadow: 4px 4px 5px #68838B;
	box-shadow: 4px 4px 5px #68838B;
   /* For IE 8 */
   -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=135, Color='#68838B')";
   /* For IE 5.5 - 7 */
   filter: progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=135, Color='#68838B');
   } 

/* header class */
.header   {
   width: 600px;
   margin: 20px auto 20px auto;
   color: #032950;
   background-color: #A7C1D2;
   text-align: center;
	border: 2px #256EA3 solid;
	border-radius: 25px;
	-moz-border-radius: 25px;
	-moz-box-shadow: 4px 4px 5px #68838B;
	-webkit-box-shadow: 4px 4px 5px #68838B;
	box-shadow: 4px 4px 5px #68838B;
   /* For IE 8 */
   -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=135, Color='#68838B')";
   /* For IE 5.5 - 7 */
   filter: progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=135, Color='#68838B');
   }
      
/* footer class */
.footer   {
   padding-top: 20px;
   width: 600px;
   height: 45px;
   margin: 20px auto 20px auto;
   color: #035950;
   background-color: #A7C1D2;
   text-align: center;
   border: 2px #256EA3 solid;
   border-radius: 25px;
   -moz-border-radius: 25px;
	-moz-box-shadow: 4px 4px 5px #68838B;
	-webkit-box-shadow: 4px 4px 5px #68838B;
	box-shadow: 4px 4px 5px #68838B;
   /* For IE 8 */
   -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=135, Color='#68838B')";
   /* For IE 5.5 - 7 */
   filter: progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=135, Color='#68838B');
   }
  
/* ******************************************* FORM STYLES ******************************************* */
/* Form and form element styles */
.form_field {	
   max-width: 740px;
   min-width: 740px;
   }

.form_field label {
   min-width: 420px;
   float: left;
   text-align: right;
   vertical-align: top;
   margin-right: 10px;
   }
   
.form_field input, textarea {
   margin-bottom: 10px;
   }

.form_field p	{
   min-width: 420px;
   margin: 5px 10px 5px 120px;
   text-align: center;
   font-size: 120%;
   font-weight: bold;
   }
   
.form_field span {
   text-decoration: underline;
   }

.form_field textarea {
   margin-left: 55px;
   }

.styleButton {
   text-align: center;
   }
   
.styleButton button  {
   background-color: #C7D7E7;   
   border: 2px #F8FFFF outset;
   border-radius: 5px;
   -moz-border-radius: 5px;
   }
   
.rdoGroup fieldset {
   max-width: 580px;
   min-width: 580px;
   height: 100px;
   margin-left: 90px;
   border: 1px #000000 solid;
   }
      
.rdoGroup input {
   margin-left: 325px;
   vertical-align: top;
   }



