/* CSS Document */
html { min-height: 100%; margin-bottom: 1px; }

    a {
      color: #eeeeee;
      text-decoration: underline;
    }
    a:hover {
      color: rgb(241,241,241);
    }
    body {
      margin: 0;
      padding: 0;
      font-family: Arial,Helvetica,sans-serif;
      font-size: 13px;
      color: #ffffff;
      text-align: center;
      background: black url('../images/gradient.png') repeat-x;
      position: relative;      
    }
    #all {
      width: 900px;
      margin: 0 auto;
      text-align: left;      
    }
    #all #head {
      height: 172px;
      position: relative;
      background: #2c5385 url('../images/head.png') no-repeat;
    }
    #all #head p#top-ribbon {
      position: absolute;
      top: 0px;
      right: 12px;
      font-size: 12px;
    }
    #all #head h1 {
      position: absolute;
      top: 30px;
      left: 45px;   
      background: url('../images/h1-line.png') no-repeat center 48px;
      padding: 0;
      margin: 0; 
    }
    #all #head h1 a {
      font-weight: bold;
      font-size: 36px;
      color: white;
      text-decoration: none;
    }
    #all #head h1 span {
      font-size: 14px;
      font-weight: normal;
      display: block;
      text-align: center;
      padding-top: 60px;
      padding-left: 360px;
    }
    #all #head ul#menu {
      margin: 0;
      padding: 0;
      position: absolute;
      bottom: 0;
      left: 0;
      height: 43px;
    }
    #all #head ul#menu li {
      float: left;
      list-style: none;
      margin: 0;
      padding: 0;
      height: 43px;
    }
    #all #head ul#menu li a {
      display: block;
      float: left;
      line-height: 37px;
      height: 37px;
      color: white;
      text-decoration: none;
      font-weight: bold;
      font-size: 14px;
      padding: 0 10px;
      border-right: 1px solid #bcc2c1;
    }
    #all #head ul#menu li a:hover {
      text-decoration: underline;
      background: url(../images/bg_margin_over.png); 
    }
    
    a.LinkSelected{
    	background: url(../images/bg_margin_over.png); 
    	text-decoration: underline;
     }
    
    #all h2 {
      font-size: 20px;
      font-weight: normal;
      margin: 10px 20px;
      padding: 20px 0 6px 0;
      border-bottom: 1px solid white;
    }
    #all h3 {
      font-size: 17px;
      font-weight: bold;
      margin: 0 30px;
      padding: 30px 0 0 0;
    }
    #all p {
      margin: 0;
      padding: 18px 30px 0 30px;
      line-height: 150%;
    }
    #all #footer {
      border-top: 10px solid #2c5385;
      margin: 35px 0 10px 0;
      padding: 0;
    }
    #all #footer p {
      color: #9c9c9c; 
      font-size: 12px;
      position: relative;
    }
    #all #footer p span#sponsors {
      position: absolute;
      right: 10px;
      top: 16px;
    }
    #all #footer p a {
      color: #9c9c9c;
      text-decoration: underline;
    }
    #all #footer p a:hover {
      color: rgb(255,255,255);
    }
    
    
#SideNav
{
 	color: red;	
}    
    
    
    
div .floatleft {
	float:left;
	margin-top:30px;
	margin-right:10px;
	margin-bottom:10px;
	margin-left: 30px;
}

div .floatright {
	float:right;
	margin-top:30px;
	margin-right:10px;
	margin-bottom:10px;
}

img {

/* This centers the image */
display: block;
margin-left: auto;
margin-right: auto;

/* This adds the border */
padding:8px;
border:solid;
border-color: #dddddd #aaaaaa #aaaaaa #dddddd;
border-width: 2px 2px 2px 2px;
background-color:#2c5385;
}


#smarg {float: right; width:200px; margin: 52px 20px 15px 15px;}
	#smarg #snav {background: url(../images/bg_margin.png) no-repeat; padding: 0px 0 15px 1px; }
	#smarg #snav ul, #smarg #snav li, #smarg #snav a {display: inline-block; }
	#smarg #snav ul, #smarg #snav li {display: block; list-style: none; margin: 0; padding: 0; }
	#smarg #snav li ul {list-style: none; margin-bottom: 15px;}
	#smarg #snav h2  {padding-left:0px; }
	#smarg #snav a  {display: block; padding: 3px 20px 3px 19px; }
	#smarg #snav a:hover { background: url(../images/bg_margin_over.png); }
	#smarg #sfoot {background: url(../images/bg_margin_bot.png) no-repeat; height: 16px;}
	
	
	/*
==========================================
Contact Form
==========================================
*/
#MainContent .ContactForm .Error
{
	border-top:2px solid #FFD324;
	border-bottom:2px solid #FFD324;
	background-color:#f99204;
	color:#000000;
	font-weight:bold;
	margin:18px 25px 31px 0;
	padding:20px 20px 10px 50px;
	background-image:url(../Data/Assets/theme_one/Misc/error_icon.gif);
	background-repeat:no-repeat;
	/*background-position:15px 50%;*/
	background-position:15px 12px;
	width: 60%;
}

#MainContent .ContactForm .Error li
{
	font-weight:normal;
	color: black;
}




#MainContent .ContactForm fieldset
{
	border:0px solid #000000;
	display:block;
	margin:15px 0 15px 0;
	width:90%;
}

#MainContent .ContactForm legend
{
	display:none;
}

#MainContent .ContactForm label
{
	color:#ffffff;
    clear:left;
	float:left;
    font-family: Arial,Helvetica,sans-serif;
	font-weight:bold;
	width: 100px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 30px;
          
	
}

#MainContent .ContactForm .TextBox
{
	border:1px solid #CACACA;
	font-family:Arial,Helvetica,sans-serif;
	font-size:14px;
	float:left;
	display:block;
	font-weight:normal;
	padding:0px 10px 10px 3px;
	width:40%;
}

#MainContent .ContactForm .TextArea
{
	border:1px solid #CACACA;
	display:block;
	font-family:Arial,Helvetica,sans-serif;
	font-size:14px;
	float:left;
	font-weight:normal;
	padding:3px 4px 2px 3px;
	height:150px;
	width:80%;
}

#MainContent .frmButton {
clear:both !important;
float:right;
margin-top: 20px;
}


