/*Template style.css*/

body {
	background-color:#BBBBFF;
	font-family:sans-serif;
	font-size:10pt;
	padding:0px;
	margin:0px;
	color:#ffffff;
	text-align:center; /*fix to make IE auto margin #wrap div*/
}

div {
	margin:0px;
	padding:0px;
}

a {
	color:#30587a;	
	text-decoration:underline;
}

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

a img {
	border:none;
}

b {
	color:#30587a;
}

br.clear {
	clear:both;
}

p {
	font-size:10pt;
	color:#ffffff;
	margin:8px;
}

.point {
	cursor:pointer;
}

h3 {
	margin:5px;
	font-size:24px;
}

h3 {
	margin:5px;
	font-size:20px;
}

h4 {
	margin:5px;
	font-size:16px;
}

#ajaxIndicator {
	width:100%;
	height:150px;
	display:none;
	position:relative;
}

#wrap1 {
	position:relative;
	width:940px;
	padding:0px 15px;
	margin:0px auto;
	background-image:url(dropShadow.png);
	background-repeat:repeat-y;
}

#wrap2 {
	position:relative;
	width:940px;
	margin-top:0px;
	background-color:#000;
}

#home {
	float:left;
	margin:10px;
}

#loglinks {
	float:right;
	margin:10px;
}

#header {
	width:350px;
	height:260px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(NoEgoHeader.jpg);
	
}

#content {
	width:910px;
	margin:0px 15px;
	margin-top:-17px;
	text-align:left;
	float:left;
}

div.standard {
	border:solid 1px #000;
	width:400px;
	margin:2px;
}

div.box {
	width:420px;
	margin:5px;
	margin-top:-1px;
	margin-bottom:10px;
	border:solid 1px #555;
}

div.smallBox {
	width:240px;
}

div.bigBox {
	width:620px;
}

div.title {
	width:420px;
	border:solid 1px #555;
	margin:0px 5px
}

div.smallTitle {
	width:240px;
}

div.bigTitle {
	width:620px;
}

.left {
	float:left;
}

.right {
	float:right;
}

div.center{
	margin-left:auto;
	margin-right:auto;
}

#footer {
	clear:both;
	width:900px;
	margin:0px 15px;
	padding:10px 0px;
	text-align:center;
	color:#555;
	font-size:9pt;
}

#footerShadow {
	width:940px;
	height:16px;
	padding:0px 15px;
	margin:0px auto;
	background-image:url(footerShadow.png);
	background-repeat:no-repeat;
	background-position:top;
}

#contactDiv p
{
	color:#000000;
}

/* Overlay */
#modalOverlay {height:100%; width:100%; position:fixed; left:0; top:0; z-index:3000; background-color:#000; cursor:wait;}

/* Container */
#modalContainer {height:120px; width:600px; position:fixed; left:50%; top:15%; margin-left:-300px; z-index:3100; background-color:#fff; border:3px solid #ccc;}
#modalContainer a.modalCloseImg {background:url(x.png); no-repeat; width:25px; height:29px; display:inline; z-index:3200; position:absolute; top:-14px; left:588px; cursor:pointer;}
#modalContainer #basicModalContent {padding:8px;}

