/*Contact Form*/
body,h1,h2,h3,p,quote,small,form,input,ul,li,ol,label{
	margin:0px;
	padding:0px;
}

#header {
border-style: none;
width : 978px;
margin-top: -45px;
border: 0px;
}

#extrapadding {
padding-left : 30px;
}

#descon {
width: 600px;
}
a img{
border:none;
}

body{
margin-top:50px;
	color:#f5f5f5;
	font-size:13px;
	font-size:12px;
	background-color: #f5f5f5;
	font-family:Arial, Helvetica, sans-serif;
	height:100%;
}

.clear{
	clear:both;
}

#content {
    padding:25px;
	height:auto;
    width:auto;
	list-style-type:none;

}
#content_wrap {

/* CSS3 Rounded Corners */
	
	-moz-border-radius-bottomleft:16px;
	-webkit-border-bottom-left-radius:16px;
	border-bottom-left-radius:16px;
	
	-moz-border-radius-bottomright:16px;
	-webkit-border-bottom-right-radius:16px;
	border-bottom-right-radius:16px;	
padding-bottom:50px;
margin: auto;
width: 978px;
margin-top: 0;
margin-right: auto;
margin-left: auto;
background-color:#3b5998;  /*278bc6*/  /*008bd3*/  /*3b5998*/
}

#main-container{
	width:400px;
	margin:30px auto;
}

#form-container{
	background-color:#f5f5f5;
	padding:15px;
	color:#777777;
	
	-moz-border-radius:12px;
	-khtml-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius:12px;
}

td{
	white-space:nowrap;
}

a, a:visited {
	color:#00BBFF;
	text-decoration:none;
	outline:none;
}

a:hover{
	text-decoration:underline;
}

h1{
	color:#777777;
	font-size:22px;
	font-weight:normal;
	text-transform:uppercase;
	margin-bottom:5px;
}

h2{
	font-weight:normal;
	font-size:10px;
	
	text-transform:uppercase;
	
	color:#aaaaaa;
	margin-bottom:15px;
	
	border-bottom:1px solid #eeeeee;
	margin-bottom:15px;
	padding-bottom:10px;
}

h3{
	color:#f5f5f5;
	font-size:22px;
	font-weight:normal;
	text-transform:uppercase;
	margin-bottom:5px;
}

label{
	text-transform:uppercase;
	font-size:10px;
	font-family:Tahoma,Arial,Sans-serif;
}

textarea{
	color:#404040;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
}

td > button{
	text-indent:8px;
}

.error{
	background-color:#AB0000;
	color:white;
	font-size:10px;
	font-weight:bold;
	margin-top:10px;
	padding:10px;
	text-transform:uppercase;
	width:240px;
}

#loading{
	position:relative;
	bottom:9px;
	visibility:hidden;
}

/* Page styles */

/* Navigation menu styles */ 

#nav{
background:url(images/dark_bg.gif) repeat-x #444444;
	border-bottom:1px solid #444444;
	display:inline-block;
	float:left;
    width:100%;
	list-style-type:none;
	overflow:hidden;
}

#az{
background:url(images/dark_bg.gif) repeat-x #444444;
	border-bottom:1px solid #444444;
    width:250px;
	text-align: center;
}

#menu-container{
	float: left;
	height: 25px;
}

ul.tabs{
	height:25px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

ul li.tabs{
	border:1px solid #444444;
	display:inline-block;
	float:left;
	height:25px;
    width:auto;
	list-style-type:none;
	overflow:hidden;
}

ul li a, ul li a:hover, 
ul li a:visited{
	text-decoration:none;
}

.normalMenu, .normalMenu:visited,
.hoverMenu, .hoverMenu:visited,
.selectedMenu,.selectedMenu:visited {
	outline:none;
	padding:5px 10px;
	display:block;
}

.hoverMenu,.hoverMenu:visited,
.selectedMenu,.selectedMenu:visited {
	margin-top:-25px;
	background:url(images/grey_bg.gif) repeat-x #eeeeee;
	color:#444444;
}

.selectedMenu,.selectedMenu:visited {
	margin:0;
}

.normalMenu, .normalMenu:visited{
	color:white;
	background:url(images/dark_bg.gif) repeat-x #444444;
}


ul#topnav {
	margin: 10px 0 20px; 
	padding: 0; 
	list-style: none;	
	font-size: 1.1em;
	clear: both;
	float: left;
	width: 100%;
}
ul#topnav li{
	margin: 0; 
	padding: 0; 
	overflow: hidden; 
	float: left; 
	height:40px;
}
ul#topnav a, ul#topnav span {
	padding: 10px 20px; 
	float: left; 
	text-decoration: none; 
	color: #fff;
	text-transform: uppercase;
	clear: both;
	height: 20px;
	line-height: 20px;
	background: #1d1d1d; 
}

ul#topnav span{
	background: url(images/a_bg.gif) repeat-x left top;
}
ul#topnav a{
	color: #555;
	background: url(images/a_bg.gif) repeat-x left bottom;
}

/*Footer*/
a.footer, a.footer:visited {
	color:#00BBFF;
	text-decoration:none;
	outline:none;
}

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