/*
## Style sheet for 'Megavision'
*/
body {
	font-family: Arial, Georgia, Geneva, sans-serif;
	background-image:url(../images/background.gif);
	background-position:left;
	background-repeat:repeat-y;
	background-color:#fff;
 	color: #fff;
	font-size: 12px;
    margin: 0 0 0 0;
	border-width: 0px;
}

p, td {
	font-size:12px;
	line-height:16px;
}

#container {
	background-image:url(../images/background.jpg);
	background-position:top left;
	background-repeat:no-repeat;
}

#content {
	width: 460px;
	padding-left:20px;
	padding-right:20px;
	padding-top:0px;
	padding-bottom:20px;
}

#logo {
	background-image:url(../images/logo.gif);
	background-repeat:no-repeat;
	left: 50px;
	top: 50px;
	width:404px;
	height:109px;
}

.button {
	background-image:url(../images/background_button.gif);
	border:solid 1px #c0bfce;
	width:80px;
}

.projects {
	background-image:url(../images/background_projects.gif);
	position:absolute;
	left: 30px;
	width:460px;
	height:217px;
	overflow:hidden;
}	

.menubox {
	display:block;
	position:absolute;
	left: 515px;
	top: 20px;
	width:280px;
	overflow:hidden;
}

#footer {
	position:relative;
	bottom:0px;
	left: 20px;
	width:460px;
	height:18px;
	text-align:center;
}

input, select, textarea {
	border: solid 1px #7f9db9;
	color : #2975ae;
	font-size: 12px;
	font-family: Arial,Georgia, Geneva, sans-serif;
	background-color:#f3f5f9;
	width:300px;
	margin-top:5px;
	margin-bottom:5px;
}

input:focus, select:focus, textarea:focus {
	background: #dae4f9;
}

h1 {
	font-family: Arial, Georgia, Geneva, sans-serif;
	background-image:url(../images/heading_01.gif);
	background-repeat:no-repeat;
	padding-left:30px;
	margin-top:20px;
	line-height:25px;
	font-size: 18px;
	color: #fff;
}

h2 {
	font-family: Arial, Georgia, Geneva, sans-serif;
	margin-top:20px;
	font-size: 16px;
}

h3 {
	font-family: Arial, Georgia, Geneva, sans-serif;
	margin-top:20px;
	font-size: 12px;
	color:#CC0000;
}

h4 {
	font-family: Arial, Georgia, Geneva, sans-serif;
	font-size: 14px;
	font-weight:bold;
	color:#393939;
	font-style:italic;
}

h6 {
	display:block;
	background-color:#bf5504;
	font-family: Arial, Georgia, Geneva, sans-serif;
	font-size: 14px;
	font-weight:bold;
	color:#393939;
	font-style:italic;
	padding:10px;
}

h6 strong {
	margin-bottom:15px;	
}



li {
	list-style-image:  url(../images/li.gif);
	line-height: 17px;
	text-align: left;
}

hr {
	border:dotted 1px #eaeaea;
	height:1px;
}

a:link, a:active, a:visited {
	color: #fff;
	text-decoration: underline;
}

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

#homelinks a {
	color: #fff;
	text-decoration: none;
	
}

#homelinks a:hover {
	color: #ffcc33;
	text-decoration: none;
	
}

.logo {
	float:right;
}

.small {
	font-size:10px;
	color:#9c9c9c;
}

.radiocheck{
	border:0px;
	width:12px;
	background-color:#fff;
	margin-bottom:-2px;
}

img {
	border:0px;
}


#floater {
	border:0px;
}

#floater img {
	border:solid 5px #fff;
	float:left;
	margin-right:10px;
}

/* Nav menu links */
a.nav:link, a.nav:visited, a.nav:active {
	text-decoration: none;
	font-size: 12px;
	color: #cbd2d9;
	padding-left:15px;
	font-style:normal;
	display:block;
}
a.nav:hover {
	background-color:#6683a7;
	text-decoration: none;
	font-size: 12px;
	color: #ffcc33;
}

