
body {
	background-color: #ccc;
	/* background-image: url("../images/Background.png") repeat-x; */
	text-align: left;
	font-size: 12px;
	font-family: "Lucida Grande", Lucida, "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
	line-height: 20px;
	margin: 0;
	padding: 0;
	color: #333;
}
 

#container {
	width: 900px;
	margin-top:10px; margin-bottom:10px; 
	margin-left: auto; margin-right: auto;
	padding:10px; 
	/* background: #1f1f1f; */
	background: #ffffff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-box-shadow: 0px 0px 5px rgba(0,0,0, 0.5);
	box-shadow: 0px 0px 5px rgba(0,0,0, 0.5);
}

#header { background: url("../images/BorderFXTitle12.jpg"); height:250px; margin-bottom: 10px; }

.mainTitle { padding:0px; margin:0px; font-size: 36px; color:#ccc; }

#main { width:900px; }

#footer {
	border-top-style:dashed;
	border-top-width:1px;
	border-top-color:#ccc;
	
}

#copyrightNotice { clear:both; color: #999; text-align:center; font-size: 10px; padding:10px; margin: 0px; }

#sidebar { 
	/* background: #1f1f1f; */
	float:right; position:relative; width:250px; padding:0px; margin-bottom:10px;
}

#mainContent { width:620px; }

#contentTitle { padding-top: 20px; }

.clearFloat { display: block; clear: both; }
.clearLeft { clear: left; }

.highlight { color: #1f1f1f; }
.highlightColor { color: #fa0; }

h1 { color: #555; }
h2 { color: #555; }

a { color: #565656; }
a:hover { color: #fa0; }

img { border: 0px; }

ul.square { margin-left: 0; list-style: square outside; }

.imageTitle { text-align:center; margin-top:0px; padding: 5px 0px; font-size: 0.8em; }

div.indent { margin-left: 2em; }

.selectionBox {
	display: block;
	float: right;
	color: #fff;
	margin-top:7px;
	margin-right:12px;
}

.selectionBox a { color: #999; text-decoration: none;}
.selectionBox a:hover { color: #fa0;}

.navbarBox {
	display: block;
	color: #fff;
	margin-top:7px;
	margin-right:12px;
}

.navbar {
	list-style: none;
	display: block;
	text-align: justify;
	margin-top: 0px;
	margin-bottom:10px;
	padding-bottom: 5px;
	border-bottom: 1px solid gray;
}

.navbar a { color: #fff; text-decoration:none; }
.navbar a:hover { color: #fff; }

.navbar li {
	display: inline;
	list-style: none;
	padding: 8px 10px;
	color: rgb(255,255,255);
	background-color: rgb(192,192,192);
	-webkit-border-top-left-radius: 5px;
	-moz-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-top-right-radius: 5px;
}

.navbar li.active {
	background-color: rgb(255,255,255);
	color: rgb(32,32,32);
	border: 1px solid gray;
	border-bottom: 1px solid white;
}

.navbar li a {
	color: rgb(0,0,0);
}
.navbar li a:hover {
	color: rgb(0,32,255);
}

.sidebarBox {
	display: block;
	clear: both;
	/* background: #272727; */
	margin: 5px 0 0 0px;
	line-height: 1.5;
	border-style:solid;
	border-width: 1px;
	border-color:#666;
	padding:5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-box-shadow: 0px 0px 3px rgba(0,0,0,0.5);
}

.sidebarBox a {
	color: #0f0f0f;
	text-decoration: none;
}

.sidebarBox a:hover {
	color: #000000;
	text-decoration: underline;
}
 
.sidebarBox b, .sidebarBox strong {
	font-size: 1.2em !important;
	color: #1f1f1f;
	font-weight: bold;
}

.sidebarBox a:hover strong { color: #fa0; }

.sidebarText { padding:5px; }
.sidebarText p { margin: 5px 0px 0px 0px; }
.sidebarText ul { margin: 5px 0px 0px 0px; padding-left: 30px; }

/* Grid */
.column { float:left; padding-left:5px; padding-right:5px; }

.column.last { float:right; }

.grid2col { width: 100%; }
.grid2col .column { width: 48%; }

/* Features */
#features h3 { margin:0px; }
#features p { padding:5px; margin-top:0px; margin-bottom: 5px; }
#features img { padding:5px 10px 5px 10px; }

div.center { margin-left:auto; margin-right:auto; text-align:center; }
img.center { display:block; margin-left:auto; margin-right:auto; }

span.enlarge { display:block; background: url('../images/icon-enlarge.png') no-repeat; z-index:5; }


/* News Post on main page */
.post {
	margin: 0px 0px 20px;
	border-top: 1px dashed rgb(65, 65, 65);
	padding-left: 5px;
	padding-top: 10px;
}

.post small { font-size: 0.8em; color: #666; padding-left: 3px; }
.post h2 { font-size: 1.8em; font-weight: normal; margin: 0px; }

.post p { padding-left: 3px; margin: 0px; }

/* FAQ */
.faq-index
{
	margin-bottom: 25px;
	padding-bottom: 10px;
	border-bottom: 1px dashed rgb(65, 65, 65);
}

.faq-index:after
{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.faq-index a { color: #555; text-decoration: none; }
.faq-index a:hover { color: #005DA2; text-decoration: underline; }

.faq-index .column { display: inline; float:left; width: 48%; }
.faq-index .column.last { float:right; }

.faq-question {
	margin: 0px 0px 20px;
	border-bottom: 1px dashed rgb(65, 65, 65);
	padding-left: 5px;
	padding-bottom: 10px;
}

.faq-question small { font-size: 0.8em; color: #666; padding-left: 3px; }
.faq-question h2 { font-size: 1.2em; font-weight: normal; margin: 0px; color: #005DA2; }

.faq-answer {
	padding-left: 5px; 
	margin: 0px;
	width: 75%;
	max-width: 75%;
}

.faq-answer ul { color: #005DA2; }

.faq-answer p { margin: 0px 0px 10px 0px; }

