/**********************************/
/**   Cascading Style Sheet      **/
/**   made by West art Com. AB   **/
/**********************************/

*{
	margin:0;
	padding:0;
	outline-color:-moz-use-text-color;
	outline-style:none;
	outline-width:medium;
}
body {
	background:#50A4CB none repeat scroll 0 0;
	color:#333333;
	font-family:Arial,Helvetica,sans-serif;
	font-size:62.5%;
}
p {
	font-family: Helvetica, sans-serif;
	font-size: 1.0em;
	margin-bottom: 15px;
}
h1, h2, h3, h4{
	font-family:Georgia,"Times New Roman",Times,serif;
	font-weight:normal;
	padding-left:0;
}
h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	color:black;
	text-decoration:none;
}
h1 {
	font-size:4em;
	text-align:left;
}
h2 {
	font-size:1.8em;
	text-align:left;
}
h3 {
	font-size:1.2em;
	text-align:left;
	text-decoration: underline;
}
div#header{
	background: #FFFFFF url(../images/structure/top.png) no-repeat scroll center top;
	margin: auto;
	min-height: 120px;
	padding: 0 35px 0;
	width: 950px;
}
div#headertop{
	margin: 0 0 0 0;
	overflow: auto;
	padding: 36px 0 0 0;
	width: 950px;
}

div#page{
	margin:0 auto;
	padding:0 25px 0 35px;
	width:960px;
	background:#FFFFFF url(../images/structure/ny_bg.png) repeat-y scroll center top;
	text-align:left;
}
	div#page div#menu{
		height:20px;
		border-bottom: 2px solid #6ccffd;
		margin: 0 0 20px 0;
		padding: 0 0 2px 0;
	}
		div#page div#menu ul {
			list-style: none;
			width: 100%;
			height:20px;
			border-bottom:1px solid #008CCB;
		}
			div#page div#menu ul li {
				display: block;
				float:left;
				height:20px;
				padding: 0 20px 0 20px;
				text-align: center;
				font-size: 1.2em;
			}
			div#page div#menu ul li.hover {
				border-bottom:2px solid #2756a5;
			}
				div#page div#menu ul li a {
					font-size: 1.2em;
					color:#333333;
					text-decoration: none;
					display:block;
				}
				div#page div#menu ul li a:hover{
					color: #008ccb;
				}
		
	div#page div#leftCol {
		float: left;
		width: 675px;
	}
		div#page .innerLCol {
			float: left;
		}
		div#page .innerRCol {
			float: left;
			width: 600px;
			padding: 0 0 0 10px;
		}
		div#page .innerRCol h1.name {
			color: #50A4CB;
			text-decoration: none;
		}
		div#page .innerRCol p {
			font-size: 1.5em;
			margin: 0 0 15px 0;
			padding: 0 0 0 5px;
		}
		div#page .innerLCol p {
			font-size: 1.3em;
			margin: 0 0 15px 0;
		}
		div#page div.profile_photo  {
			width: 331px;
			padding: 6px;
			border: 1px solid #AAA;
			height:100%;
			margin: 0 0 20px 0;
		}

	div#page div#rightCol {
		float: left;
		width: 285px;
	}
div#page div#candidates {
	clear: both;
}
div#page div#candidates ul#candidates {
	list-style: none;
}
div#page div#candidates ul#candidates li {
	list-style: none;
	float: left;
	display: block;
	width: 400px;
	margin: 10px 5px;
	padding: 0 0 5px 0;
	border-bottom: 1px solid #EEE;
}
div#page div#candidates ul#candidates li div.profile_photo {
	float:left;
	width: 60px;
	padding: 3px 3px 0 3px;
	margin: 0;
	border: 1px solid #AAA;
	height:100%;
}
div#page div#candidates ul#candidates li div.profile_photo img {
	border:none;
}
div#page div#candidates ul#candidates li div.profile_info {
	float:left;
	width:300px;
	padding: 0 0 0 5px;
	height:100%;
}
div#page div#candidates ul#candidates li div.profile_info h3 {
	text-decoration: none;
}
div#page div#candidates ul#candidates li div.profile_info h3.name a {
	color: #50A4CB;
	font-size:1.4em;
	text-decoration: none;
}
div#page div#candidates ul#candidates li div.profile_info h3.name a:hover {
	color: #0066CC;
	font-size: 1.4em;
	text-decoration: underline;
}
div#footer{
	padding: 40px 25px 40px 35px;
	margin: auto;
	width: 960px;
	clear: both;
	background: url(../images/structure/bottom.png) center bottom no-repeat; 

}
div#footer a{
	color: #333;
}

/*
 * Makes floating objects take up space. Fix from http://www.csscreator.com/attributes/containedfloat.php
 */
.floatcontainer:after
{
	content: ".";
	display: block;
	height: 0;
	font-size:0;
	clear: both;
	visibility:hidden;
}

.floatcontainer
{
	display: inline-block;
}

.floatcontainer_small:after
{
	content: ".";
	display: block;
	height: 0;
	font-size:0;
	clear: both;
	visibility:hidden;
}

.floatcontainer_small
{
	display: inline-block;
}

/* Hides from IE Mac \*/
* html .floatcontainer
{
	height: 1%;
}

.floatcontainer
{
    display:block;
}
/* End Hack */

