/*
 * Main layout
 * ======================================================================
 */
 
* { 
	margin: 0; 
	padding: 0; 
}

body {
	font-family: Helvetica, Arial, sans-serif; 
	font-size:medium; 
	color:#394147; 
	background:#000000; 
	padding:0; 
	margin: 0px;
}

a img,:link img,:visited img,fieldset {
	border:none;
}

img {
	vertical-align:top;
}

.clear {
	clear:both
}

.nowrp {
	white-space:nowrap;
}

.wrapper { 
	width:100%; 
	overflow:hidden;
}

.imgindent {
	float:left;
}

.imgindent2 {
	float:left; 
	margin-right:15px;
}

/*
#mainwrapper {
	width : 320px;
	margin-left: auto;
    margin-right: auto;
}
*/


/*
 * Header
 * ======================================================================
 */
  
#header { 
	font-size:0.625em; 
	line-height:1em; 
	background:url(images/header-tail.gif) top repeat-x;
}
 
#logo {
	padding:0px 0px 134px 0px; 
	background:url(images/header-bg.jpg) no-repeat top center; 
	text-align:center;
}

#logo  {
	position :relative;
	text-align: center;
}

#logoWrapper {
	margin: 0 auto; 
	text-align: left;
	width:247px;	
	height: 64px;
}

#logoWrapper a {
	position : absolute;
}

#logoWrapper label.title {
	position : absolute;
	margin-top: 25px;
	margin-left: 64px;
	
	color: #FFFFFF;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 30px;
	font-weight: none;
}

#logoWrapper label.slogan {
	position : absolute;
	margin-top: 50px;
	margin-left: 114px;

	color: #96d6fc;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: none;
}

.menu {
	background:url(images/menu-bg.jpg) no-repeat top center; 
	padding:8px 0 9px 0;
}

.menu li {
	display:inline; 
	text-transform:uppercase; 
	padding-left:12px;
}

.menu li a {
	color:#9ddeff; text-decoration:none;
}

.menu .active a {
	color:#fff;
}


/*
 * Content
 * ======================================================================
 */
 
#content {
	font-size:0.75em; 
	line-height:1.5em; 
	background:#fff; 
	border-top:4px solid #f0f0f0;
}
	
.min-width {
	padding:20px 15px 25px 12px; 
	min-width:200px;
}

.margin1 {
	margin-top:16px;
}

li.decimal {
	list-style: decimal;
	margin-left: 25px;
}

li {
	list-style:none; 
	clear:both;
}

a, strong {
	color:#5db2e9;
}

p {
	padding-top:18px;
}
	
h2 {
	margin-bottom:11px;
	color:#3782b2;
	font-weight:none;
}

h3 {
	margin:0 0 0px -4px;
}

.taright {
	text-align:right;
}
 
pre.code {
	background-color: #f1f5f9;
	color: #000;
	padding: 10px;
	font-size: 11px;
	overflow: auto;
	margin: 4px 0px;
	width: auto;
	font-family: "Courier New";
	border: 1px solid #c7cfd5;
}
 
/*
 * Footer
 * ======================================================================
 */
#footer {
	height:67px; 
	color:#fff; 
	font-size:0.6875em; 
	line-height:1.545em; 
	text-align:center; 
	background:url(images/footer-tail.gif) top repeat-x;
}

#footer p { 
	padding:16px 0 0 0; 
	background:url(images/footer-bg.jpg) no-repeat top center; 
	height:51px;
}

#footer p a {
	color:#9ddeff;
}
 
 
/*
 * Page : Contact
 * ======================================================================
 */

#ContactForm input , #ContactForm textarea {
	border:1px solid #e2e2e2; 
	width:275px; 
	padding:1px 0 2px 4px; 
	background:#fff; 
	font-size:1em; 
	line-height:1em; 
	margin-bottom:8px; 
	color:#8c8c8c; 
	font-family:Arial, Helvetica, sans-serif;
}

#ContactForm textarea {
	height:130px;
}

#ContactForm .taright {
	width:280px;
}

#ContactForm button {
	background:none; 
	border:none; 
	color:#5db2e9; 
	text-decoration:underline; 
	font-size:1em;
}


/*
 * Alerts
 * ======================================================================
 */
div.alert {
	margin: 0px 0px 18px 0px;
	padding: 16px;
}

div.greenAlert {
	background-color:#e2f2df;
	border:1px solid #cad9c7;
}

div.yellowAlert {
	background-color:#fdf6d3;
	border:1px solid #f6d38f;
}

div.redAlert {
	background-color:#fce3e3;
	border:1px solid #db7f7f;
}