/*** PAGE-WIDE ***/

/* hide from ie on mac \*/
html {
	background-color: #303030;
	height: 100%;
	overflow: visible;
	padding: 0;
	margin: 0;
}
	
#flashcontent {
    height: 100%;
}
/* end hide */

img, a { behavior: url(/include/iepngfix.htc) }

body {
    height: 100%;
    margin: 0;
    padding: 0;
    background-color: #303030;
    color: #cccccc;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 15px;
    text-align: center;
	}

a {	
    text-decoration: none;	
    color:#cccccc;
}

a:hover {
	text-decoration: none;
	color: #66ccff;
}

p {
	font-size: 16 px;
	line-height: 1.4;
	text-align: left;
}

input, textarea, select, button {
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	font-size: 13pt;
	color:#303030;
	padding:5px;
	margin-bottom: 10px;
	font-family: Helvetica, Arial, sans-serif;
}

button {
	width:100px;
}

input, textarea {
	width:97%;
	border:3px solid #999;
	background-color:#ddd;
	outline: none;
}

input[type="image"] {
	border:0 !important;
}

input:focus, textarea:focus {
	border:3px solid #fff;
}

input[type="radio"], input[type="checkbox"] {
	background:transparent !important;
	border:0 !important;
	width:16px !important;
}

form {
	border-width: 0px;
	color: #ddd;
	font-size: 14px;
	font-weight: bold;
}

.bold {
	font-weight: 700;
}


/*** HEADER ***/
#form-header-sg {
	font-size: 24px;
	text-align: center;
	font-weight: bold;
}


/*** CONTENT ***/
#wrapper {
	padding: 0;
	margin: 0 auto;
	width: 775px;
	height: auto;
	margin-bottom: 20px;
}

#mainbar-right {
	float: right;
	width: 70%;
}
 
#sidebar-left {
	float: left;
	width: 30%;
	text-align: left;
}

/*** FOOTER ***/

#footer {
	color: #cccccc;
    width: 100%;
	height: 15px;
	padding-top: 1%;
	text-align: center;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    clear: both;
}

#footer a {
	color: #cccccc;
}

#footer a:hover {
	color: #66ccff;
}

/*** CONTACT ***/

#contact_form {
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 50px;
	line-height: 1.1;
	position:relative;
	padding: 0px;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    text-align: center;
    text-decoration: none;
    display: block;
}

.float-left{
	float: left;
}

.float-right {
	float: right;
}

.image_border {
	border: #cccccc solid 1px;
}