/*
CSS StyleSheet for www.drjotisamra.com
Created January 2, 2008
Calvin Lim
*/


body  {
	font-size: 0.80em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333333;
	background-image:url(../images/04-05/background.gif);
}

.twoColFixRt #container { 
	width: 921px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	/*border: 1px solid #000000;*/
	text-align: left; /* this overrides the text-align: center on the body element. */
	border-bottom:solid #080B54 13px;
	background-image:url(../images/04-06/contentbg.gif);
	background-repeat:repeat-y;	

}

.twoColFixRt #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	margin: 0;
	width: 275px; 
}

.twoColFixRt #sidebar1Title {
	margin: 0;
	padding: 0;
	background-color: #061B62;
}

.twoColFixRt #sidebar1Content {
	margin: 0;	
	padding: 15px 10px;
}

.twoColFixRt #sidebar1Content td,
.twoColFixRt #sidebar1Content th{
	font-size:0.9em;
	padding-bottom:0.5em;
}



.twoColFixRt #mainColumn { 
	margin: 0 275px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */

	
}

.twoColFixRt #mainContent { 
	margin: 0 0 0 0; 
	padding: 10px 30px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}


.twoColFixRt #pageTitle {
 background:#080B54;
 height:47px;

}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


h1{
margin:0;
color:#CCCCCC;
font-size:22px;
font-family: "Trebuchet MS",Arial,Helvetica;
padding-left:30px;
padding-top:12px;
}

h2 {
color: #936648;
font-variant:small-caps;
font-size:1.3em;
}


h3 {
color:#006699;

font-variant:small-caps;
font-size:1.2em;
}




#mainContent a:link,
#mainContent a:visited {
color:#006699;
text-decoration:none;
}

#mainContent a:hover,
#mainContent a:active {
color:#006699;
text-decoration:underline;
}


#sidebar1Content a:link,
#sidebar1 a:visited{
color:#006699;
text-decoration:none;

}

#sidebar1 a:hover,
#sidebar1 a:active {
color:#006699;
text-decoration:underline;
}

#mainNav  {
list-style:none;

}

#mainNav a {
display:block;
margin-left:-50px;
padding-left: 10px;
font-size:1.1em;
font-weight:bold;
padding-top:0.2em;
padding-bottom:0.2em;
margin-bottom:2px;
}
#mainNav a:link {
color:#006699;
text-decoration:none;
background-color:#CDD8E0;
}


#mainNav a:visited {
color:#006699;
text-decoration:none;
background-color:#CDD8E0;
}

#mainNav a:hover {
background-color: #EEEEEE;
color: #666666;
text-decoration:none;
}

#mainNav a:active {
background-color: #999999;
color: #ffffff;
text-decoration:none;

}

.topLink {
margin-top: 0.5em;
margin-bottom:0px;
padding-right:20px;
}

.topLink a {

font-size:0.8em;
}


#anchorList li {
list-style:none;
margin-left:-40px;
font-weight:bold;
font-variant:small-caps;
margin-bottom:0.5em;
font-size:1.0em;
}



#faq h3 {
margin-bottom:-1em;
}

.positionsList li {
list-style:none;
margin-left:-30px;
margin-bottom:0.5em;
font-size:0.85em;
}


.smallerFont {
font-size:0.85em;

}


.pdflist {
margin-top:-0.5em;
}

.pdflist li {
list-style-image:url(../images/pdficon.gif);
margin-left:-10px;
margin-bottom:0.2em;
padding-left:2px;
}

#workshopSection ul {
margin-top:-1em;
margin-bottom:-0.5em;
}

#workshopSection ul li{
margin-left:-1em;
list-style:square;
}

#workshopSection h4{
}

.indenteditalics {
font-size:0.85em;
margin-left:1em;
margin-bottom:2em;
}

.servicesSmallPrint {
margin-top:1em;
padding:2px 15px 2px 15px;
background-color:#bbbbbb;
border:solid 2px #bbbbbb;
}


.copyright {
MARGIN-TOP:1EM;
font-size: 0.85em;
}

a img {border:0px;}